/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.txtNombre = new DevExpress.XtraEditors.TextEdit();
     this.lblCedula = new DevExpress.XtraEditors.LabelControl();
     this.tbcEmpleado = new System.Windows.Forms.TabControl();
     this.tpGenerales = new System.Windows.Forms.TabPage();
     this.txtid = new DevExpress.XtraEditors.TextEdit();
     this.rgGenero = new DevExpress.XtraEditors.RadioGroup();
     this.deFNacimiento = new DevExpress.XtraEditors.DateEdit();
     this.btnImagen = new DevExpress.XtraEditors.SimpleButton();
     this.btnBuscarCedula = new DevExpress.XtraEditors.SimpleButton();
     this.lblFecha = new DevExpress.XtraEditors.LabelControl();
     this.lblGenero = new DevExpress.XtraEditors.LabelControl();
     this.peFoto = new DevExpress.XtraEditors.PictureEdit();
     this.lblApellido = new DevExpress.XtraEditors.LabelControl();
     this.txtApellido = new DevExpress.XtraEditors.TextEdit();
     this.lblNombre = new DevExpress.XtraEditors.LabelControl();
     this.txtCedula = new DevExpress.XtraEditors.TextEdit();
     this.tpContrato = new System.Windows.Forms.TabPage();
     this.gcTelefono = new DevExpress.XtraEditors.GroupControl();
     this.txtOtro = new DevExpress.XtraEditors.TextEdit();
     this.lblOtro = new DevExpress.XtraEditors.LabelControl();
     this.txtCasa = new DevExpress.XtraEditors.TextEdit();
     this.lblCasa = new DevExpress.XtraEditors.LabelControl();
     this.txtMovil = new DevExpress.XtraEditors.TextEdit();
     this.lblMovil = new DevExpress.XtraEditors.LabelControl();
     this.txtGeneral = new DevExpress.XtraEditors.TextEdit();
     this.lblGeneral = new DevExpress.XtraEditors.LabelControl();
     this.txtCorreo = new DevExpress.XtraEditors.TextEdit();
     this.lblCorreo = new DevExpress.XtraEditors.LabelControl();
     this.lblDireccion = new DevExpress.XtraEditors.LabelControl();
     this.txtDireccion = new DevExpress.XtraEditors.MemoEdit();
     this.tpAcademico = new System.Windows.Forms.TabPage();
     this.dgvAcademico = new System.Windows.Forms.DataGridView();
     this.clsTituloBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.clsUniversidadBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.tpLaborales = new System.Windows.Forms.TabPage();
     this.cmbDepartamento = new DevExpress.XtraEditors.LookUpEdit();
     this.clsDepartamentoBindingSource3 = new System.Windows.Forms.BindingSource(this.components);
     this.cmbEstado = new DevExpress.XtraEditors.ComboBoxEdit();
     this.deFechaIngreso = new DevExpress.XtraEditors.DateEdit();
     this.lblEstado = new DevExpress.XtraEditors.LabelControl();
     this.lblCargo = new DevExpress.XtraEditors.LabelControl();
     this.lblDpartamento = new DevExpress.XtraEditors.LabelControl();
     this.lblFIngreso = new DevExpress.XtraEditors.LabelControl();
     this.cmbCargo = new DevExpress.XtraEditors.LookUpEdit();
     this.clsCargoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tpFamiliar = new System.Windows.Forms.TabPage();
     this.gcCargaFamiliar = new DevExpress.XtraGrid.GridControl();
     this.gvCargaFamiliar = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.clsEmpleadoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.clsTituloBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.clsUniversidadBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tituloBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tituloBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.cargoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.clsDepartamentoBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
     this.clsDepartamentoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.clsDatosDepartamentoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.departamentoBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
     this.titulo1BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.teHora = new DevExpress.XtraEditors.TimeEdit();
     this.lblHora = new DevExpress.XtraEditors.LabelControl();
     this.lblPUsuario = new DevExpress.XtraEditors.LabelControl();
     this.lblUsuario = new DevExpress.XtraEditors.LabelControl();
     this.tsMenu = new System.Windows.Forms.ToolStrip();
     this.tsbNuevo = new System.Windows.Forms.ToolStripButton();
     this.tsbGuardar = new System.Windows.Forms.ToolStripButton();
     this.tsbModificar = new System.Windows.Forms.ToolStripButton();
     this.tsbEliminar = new System.Windows.Forms.ToolStripButton();
     this.clsDepartamentoBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.universidadBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.clsTituloBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
     this.clsUniversidadBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
     this.cmbTitulo = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.cmbInstitucion = new System.Windows.Forms.DataGridViewComboBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombre.Properties)).BeginInit();
     this.tbcEmpleado.SuspendLayout();
     this.tpGenerales.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgGenero.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deFNacimiento.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deFNacimiento.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.peFoto.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtApellido.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCedula.Properties)).BeginInit();
     this.tpContrato.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcTelefono)).BeginInit();
     this.gcTelefono.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtOtro.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCasa.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMovil.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGeneral.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCorreo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDireccion.Properties)).BeginInit();
     this.tpAcademico.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvAcademico)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsTituloBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsUniversidadBindingSource1)).BeginInit();
     this.tpLaborales.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDepartamento.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsDepartamentoBindingSource3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEstado.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deFechaIngreso.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deFechaIngreso.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbCargo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsCargoBindingSource)).BeginInit();
     this.tpFamiliar.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcCargaFamiliar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCargaFamiliar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsEmpleadoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsTituloBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsUniversidadBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tituloBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tituloBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cargoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsDepartamentoBindingSource2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsDepartamentoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsDatosDepartamentoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.departamentoBindingSource2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.titulo1BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.teHora.Properties)).BeginInit();
     this.tsMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.clsDepartamentoBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.universidadBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsTituloBindingSource2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsUniversidadBindingSource2)).BeginInit();
     this.SuspendLayout();
     //
     // txtNombre
     //
     this.txtNombre.Location = new System.Drawing.Point(122, 64);
     this.txtNombre.Name = "txtNombre";
     this.txtNombre.Size = new System.Drawing.Size(248, 20);
     this.txtNombre.TabIndex = 4;
     //
     // lblCedula
     //
     this.lblCedula.Location = new System.Drawing.Point(79, 20);
     this.lblCedula.Name = "lblCedula";
     this.lblCedula.Size = new System.Drawing.Size(37, 13);
     this.lblCedula.TabIndex = 0;
     this.lblCedula.Text = "Cédula:";
     //
     // tbcEmpleado
     //
     this.tbcEmpleado.Controls.Add(this.tpGenerales);
     this.tbcEmpleado.Controls.Add(this.tpContrato);
     this.tbcEmpleado.Controls.Add(this.tpAcademico);
     this.tbcEmpleado.Controls.Add(this.tpLaborales);
     this.tbcEmpleado.Controls.Add(this.tpFamiliar);
     this.tbcEmpleado.Location = new System.Drawing.Point(0, 28);
     this.tbcEmpleado.Name = "tbcEmpleado";
     this.tbcEmpleado.SelectedIndex = 0;
     this.tbcEmpleado.Size = new System.Drawing.Size(520, 297);
     this.tbcEmpleado.TabIndex = 16;
     //
     // tpGenerales
     //
     this.tpGenerales.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
     this.tpGenerales.Controls.Add(this.txtid);
     this.tpGenerales.Controls.Add(this.rgGenero);
     this.tpGenerales.Controls.Add(this.deFNacimiento);
     this.tpGenerales.Controls.Add(this.btnImagen);
     this.tpGenerales.Controls.Add(this.btnBuscarCedula);
     this.tpGenerales.Controls.Add(this.lblFecha);
     this.tpGenerales.Controls.Add(this.lblGenero);
     this.tpGenerales.Controls.Add(this.peFoto);
     this.tpGenerales.Controls.Add(this.lblApellido);
     this.tpGenerales.Controls.Add(this.txtApellido);
     this.tpGenerales.Controls.Add(this.lblNombre);
     this.tpGenerales.Controls.Add(this.txtCedula);
     this.tpGenerales.Controls.Add(this.lblCedula);
     this.tpGenerales.Controls.Add(this.txtNombre);
     this.tpGenerales.Location = new System.Drawing.Point(4, 22);
     this.tpGenerales.Name = "tpGenerales";
     this.tpGenerales.Padding = new System.Windows.Forms.Padding(3);
     this.tpGenerales.Size = new System.Drawing.Size(512, 271);
     this.tpGenerales.TabIndex = 0;
     this.tpGenerales.Text = "Datos Generales";
     //
     // txtid
     //
     this.txtid.Location = new System.Drawing.Point(23, 17);
     this.txtid.Name = "txtid";
     this.txtid.Size = new System.Drawing.Size(29, 20);
     this.txtid.TabIndex = 78;
     //
     // rgGenero
     //
     this.rgGenero.Location = new System.Drawing.Point(122, 152);
     this.rgGenero.Name = "rgGenero";
     this.rgGenero.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.rgGenero.Properties.Appearance.Options.UseBackColor = true;
     this.rgGenero.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Maculino"),
     new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Femenino")});
     this.rgGenero.Size = new System.Drawing.Size(197, 31);
     this.rgGenero.TabIndex = 77;
     //
     // deFNacimiento
     //
     this.deFNacimiento.EditValue = new System.DateTime(2013, 7, 11, 21, 20, 29, 313);
     this.deFNacimiento.Location = new System.Drawing.Point(122, 199);
     this.deFNacimiento.Name = "deFNacimiento";
     this.deFNacimiento.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deFNacimiento.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.deFNacimiento.Size = new System.Drawing.Size(100, 20);
     this.deFNacimiento.TabIndex = 76;
     //
     // btnImagen
     //
     this.btnImagen.Location = new System.Drawing.Point(415, 105);
     this.btnImagen.Name = "btnImagen";
     this.btnImagen.Size = new System.Drawing.Size(75, 23);
     this.btnImagen.TabIndex = 66;
     this.btnImagen.Text = "Editar foto";
     //
     // btnBuscarCedula
     //
     this.btnBuscarCedula.Image = global::forms.Properties.Resources.consultar;
     this.btnBuscarCedula.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnBuscarCedula.Location = new System.Drawing.Point(347, 17);
     this.btnBuscarCedula.Name = "btnBuscarCedula";
     this.btnBuscarCedula.Size = new System.Drawing.Size(23, 20);
     this.btnBuscarCedula.TabIndex = 65;
     this.btnBuscarCedula.Click += new System.EventHandler(this.btnBuscarCedula_Click);
     //
     // lblFecha
     //
     this.lblFecha.Location = new System.Drawing.Point(13, 202);
     this.lblFecha.Name = "lblFecha";
     this.lblFecha.Size = new System.Drawing.Size(103, 13);
     this.lblFecha.TabIndex = 20;
     this.lblFecha.Text = "Fecha de Nacimiento:";
     //
     // lblGenero
     //
     this.lblGenero.Location = new System.Drawing.Point(77, 157);
     this.lblGenero.Name = "lblGenero";
     this.lblGenero.Size = new System.Drawing.Size(39, 13);
     this.lblGenero.TabIndex = 17;
     this.lblGenero.Text = "Género:";
     //
     // peFoto
     //
     this.peFoto.Location = new System.Drawing.Point(401, 3);
     this.peFoto.Name = "peFoto";
     this.peFoto.Size = new System.Drawing.Size(100, 96);
     this.peFoto.TabIndex = 15;
     //
     // lblApellido
     //
     this.lblApellido.Location = new System.Drawing.Point(70, 111);
     this.lblApellido.Name = "lblApellido";
     this.lblApellido.Size = new System.Drawing.Size(46, 13);
     this.lblApellido.TabIndex = 14;
     this.lblApellido.Text = "Apellidos:";
     //
     // txtApellido
     //
     this.txtApellido.Location = new System.Drawing.Point(122, 108);
     this.txtApellido.Name = "txtApellido";
     this.txtApellido.Size = new System.Drawing.Size(248, 20);
     this.txtApellido.TabIndex = 13;
     //
     // lblNombre
     //
     this.lblNombre.Location = new System.Drawing.Point(70, 71);
     this.lblNombre.Name = "lblNombre";
     this.lblNombre.Size = new System.Drawing.Size(46, 13);
     this.lblNombre.TabIndex = 12;
     this.lblNombre.Text = "Nombres:";
     //
     // txtCedula
     //
     this.txtCedula.Location = new System.Drawing.Point(122, 17);
     this.txtCedula.Name = "txtCedula";
     this.txtCedula.Size = new System.Drawing.Size(176, 20);
     this.txtCedula.TabIndex = 4;
     //
     // tpContrato
     //
     this.tpContrato.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
     this.tpContrato.Controls.Add(this.gcTelefono);
     this.tpContrato.Controls.Add(this.txtCorreo);
     this.tpContrato.Controls.Add(this.lblCorreo);
     this.tpContrato.Controls.Add(this.lblDireccion);
     this.tpContrato.Controls.Add(this.txtDireccion);
     this.tpContrato.Location = new System.Drawing.Point(4, 22);
     this.tpContrato.Name = "tpContrato";
     this.tpContrato.Padding = new System.Windows.Forms.Padding(3);
     this.tpContrato.Size = new System.Drawing.Size(512, 271);
     this.tpContrato.TabIndex = 1;
     this.tpContrato.Text = "Datos de Contacto";
     //
     // gcTelefono
     //
     this.gcTelefono.Controls.Add(this.txtOtro);
     this.gcTelefono.Controls.Add(this.lblOtro);
     this.gcTelefono.Controls.Add(this.txtCasa);
     this.gcTelefono.Controls.Add(this.lblCasa);
     this.gcTelefono.Controls.Add(this.txtMovil);
     this.gcTelefono.Controls.Add(this.lblMovil);
     this.gcTelefono.Controls.Add(this.txtGeneral);
     this.gcTelefono.Controls.Add(this.lblGeneral);
     this.gcTelefono.Location = new System.Drawing.Point(47, 115);
     this.gcTelefono.Name = "gcTelefono";
     this.gcTelefono.Size = new System.Drawing.Size(366, 150);
     this.gcTelefono.TabIndex = 25;
     this.gcTelefono.Text = "Teléfono";
     //
     // txtOtro
     //
     this.txtOtro.Location = new System.Drawing.Point(110, 119);
     this.txtOtro.Name = "txtOtro";
     this.txtOtro.Size = new System.Drawing.Size(113, 20);
     this.txtOtro.TabIndex = 32;
     //
     // lblOtro
     //
     this.lblOtro.Location = new System.Drawing.Point(75, 122);
     this.lblOtro.Name = "lblOtro";
     this.lblOtro.Size = new System.Drawing.Size(29, 13);
     this.lblOtro.TabIndex = 31;
     this.lblOtro.Text = "Otro :";
     //
     // txtCasa
     //
     this.txtCasa.Location = new System.Drawing.Point(110, 82);
     this.txtCasa.Name = "txtCasa";
     this.txtCasa.Size = new System.Drawing.Size(113, 20);
     this.txtCasa.TabIndex = 30;
     //
     // lblCasa
     //
     this.lblCasa.Location = new System.Drawing.Point(73, 85);
     this.lblCasa.Name = "lblCasa";
     this.lblCasa.Size = new System.Drawing.Size(31, 13);
     this.lblCasa.TabIndex = 29;
     this.lblCasa.Text = "Casa :";
     //
     // txtMovil
     //
     this.txtMovil.Location = new System.Drawing.Point(110, 48);
     this.txtMovil.Name = "txtMovil";
     this.txtMovil.Size = new System.Drawing.Size(113, 20);
     this.txtMovil.TabIndex = 28;
     //
     // lblMovil
     //
     this.lblMovil.Location = new System.Drawing.Point(73, 51);
     this.lblMovil.Name = "lblMovil";
     this.lblMovil.Size = new System.Drawing.Size(31, 13);
     this.lblMovil.TabIndex = 27;
     this.lblMovil.Text = "Movil :";
     //
     // txtGeneral
     //
     this.txtGeneral.Location = new System.Drawing.Point(110, 22);
     this.txtGeneral.Name = "txtGeneral";
     this.txtGeneral.Size = new System.Drawing.Size(113, 20);
     this.txtGeneral.TabIndex = 26;
     //
     // lblGeneral
     //
     this.lblGeneral.Location = new System.Drawing.Point(60, 25);
     this.lblGeneral.Name = "lblGeneral";
     this.lblGeneral.Size = new System.Drawing.Size(44, 13);
     this.lblGeneral.TabIndex = 25;
     this.lblGeneral.Text = "General :";
     //
     // txtCorreo
     //
     this.txtCorreo.Location = new System.Drawing.Point(148, 70);
     this.txtCorreo.Name = "txtCorreo";
     this.txtCorreo.Size = new System.Drawing.Size(248, 20);
     this.txtCorreo.TabIndex = 16;
     //
     // lblCorreo
     //
     this.lblCorreo.Location = new System.Drawing.Point(47, 77);
     this.lblCorreo.Name = "lblCorreo";
     this.lblCorreo.Size = new System.Drawing.Size(95, 13);
     this.lblCorreo.TabIndex = 15;
     this.lblCorreo.Text = "Correo electrónico :";
     //
     // lblDireccion
     //
     this.lblDireccion.Location = new System.Drawing.Point(92, 18);
     this.lblDireccion.Name = "lblDireccion";
     this.lblDireccion.Size = new System.Drawing.Size(50, 13);
     this.lblDireccion.TabIndex = 13;
     this.lblDireccion.Text = "Dirección :";
     //
     // txtDireccion
     //
     this.txtDireccion.Location = new System.Drawing.Point(148, 15);
     this.txtDireccion.Name = "txtDireccion";
     this.txtDireccion.Size = new System.Drawing.Size(248, 47);
     this.txtDireccion.TabIndex = 14;
     //
     // tpAcademico
     //
     this.tpAcademico.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
     this.tpAcademico.Controls.Add(this.dgvAcademico);
     this.tpAcademico.Location = new System.Drawing.Point(4, 22);
     this.tpAcademico.Name = "tpAcademico";
     this.tpAcademico.Padding = new System.Windows.Forms.Padding(3);
     this.tpAcademico.Size = new System.Drawing.Size(512, 271);
     this.tpAcademico.TabIndex = 2;
     this.tpAcademico.Text = "Datos Académicos";
     //
     // dgvAcademico
     //
     this.dgvAcademico.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvAcademico.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.cmbTitulo,
     this.cmbInstitucion});
     this.dgvAcademico.Location = new System.Drawing.Point(23, 6);
     this.dgvAcademico.Name = "dgvAcademico";
     this.dgvAcademico.Size = new System.Drawing.Size(452, 235);
     this.dgvAcademico.TabIndex = 0;
     //
     // clsTituloBindingSource1
     //
     this.clsTituloBindingSource1.DataSource = typeof(clases.RecursosHumanos.clsTitulo);
     //
     // clsUniversidadBindingSource1
     //
     this.clsUniversidadBindingSource1.DataSource = typeof(clases.RecursosHumanos.clsUniversidad);
     //
     // tpLaborales
     //
     this.tpLaborales.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
     this.tpLaborales.Controls.Add(this.cmbDepartamento);
     this.tpLaborales.Controls.Add(this.cmbEstado);
     this.tpLaborales.Controls.Add(this.deFechaIngreso);
     this.tpLaborales.Controls.Add(this.lblEstado);
     this.tpLaborales.Controls.Add(this.lblCargo);
     this.tpLaborales.Controls.Add(this.lblDpartamento);
     this.tpLaborales.Controls.Add(this.lblFIngreso);
     this.tpLaborales.Controls.Add(this.cmbCargo);
     this.tpLaborales.Location = new System.Drawing.Point(4, 22);
     this.tpLaborales.Name = "tpLaborales";
     this.tpLaborales.Padding = new System.Windows.Forms.Padding(3);
     this.tpLaborales.Size = new System.Drawing.Size(512, 271);
     this.tpLaborales.TabIndex = 3;
     this.tpLaborales.Text = "Datos Laborales";
     //
     // cmbDepartamento
     //
     this.cmbDepartamento.Location = new System.Drawing.Point(209, 99);
     this.cmbDepartamento.Name = "cmbDepartamento";
     this.cmbDepartamento.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbDepartamento.Properties.DataSource = this.clsDepartamentoBindingSource3;
     this.cmbDepartamento.Properties.DisplayMember = "Descripcion";
     this.cmbDepartamento.Properties.ValueMember = "IdDepartamento";
     this.cmbDepartamento.Size = new System.Drawing.Size(151, 20);
     this.cmbDepartamento.TabIndex = 80;
     //
     // clsDepartamentoBindingSource3
     //
     this.clsDepartamentoBindingSource3.DataSource = typeof(clases.RecursosHumanos.clsDepartamento);
     //
     // cmbEstado
     //
     this.cmbEstado.Location = new System.Drawing.Point(209, 170);
     this.cmbEstado.Name = "cmbEstado";
     this.cmbEstado.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbEstado.Properties.Items.AddRange(new object[] {
     "Seleccione estado",
     "Activo",
     "Inactivo"});
     this.cmbEstado.Size = new System.Drawing.Size(151, 20);
     this.cmbEstado.TabIndex = 79;
     //
     // deFechaIngreso
     //
     this.deFechaIngreso.EditValue = new System.DateTime(2013, 7, 11, 21, 20, 29, 313);
     this.deFechaIngreso.Location = new System.Drawing.Point(209, 65);
     this.deFechaIngreso.Name = "deFechaIngreso";
     this.deFechaIngreso.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deFechaIngreso.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.deFechaIngreso.Size = new System.Drawing.Size(108, 20);
     this.deFechaIngreso.TabIndex = 76;
     //
     // lblEstado
     //
     this.lblEstado.Location = new System.Drawing.Point(166, 173);
     this.lblEstado.Name = "lblEstado";
     this.lblEstado.Size = new System.Drawing.Size(37, 13);
     this.lblEstado.TabIndex = 28;
     this.lblEstado.Text = "Estado:";
     //
     // lblCargo
     //
     this.lblCargo.Location = new System.Drawing.Point(170, 135);
     this.lblCargo.Name = "lblCargo";
     this.lblCargo.Size = new System.Drawing.Size(33, 13);
     this.lblCargo.TabIndex = 26;
     this.lblCargo.Text = "Cargo:";
     //
     // lblDpartamento
     //
     this.lblDpartamento.Location = new System.Drawing.Point(130, 102);
     this.lblDpartamento.Name = "lblDpartamento";
     this.lblDpartamento.Size = new System.Drawing.Size(73, 13);
     this.lblDpartamento.TabIndex = 24;
     this.lblDpartamento.Text = "Departamento:";
     //
     // lblFIngreso
     //
     this.lblFIngreso.Location = new System.Drawing.Point(115, 72);
     this.lblFIngreso.Name = "lblFIngreso";
     this.lblFIngreso.Size = new System.Drawing.Size(88, 13);
     this.lblFIngreso.TabIndex = 22;
     this.lblFIngreso.Text = "Fecha de Ingreso:";
     //
     // cmbCargo
     //
     this.cmbCargo.Location = new System.Drawing.Point(209, 132);
     this.cmbCargo.Name = "cmbCargo";
     this.cmbCargo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbCargo.Properties.DataSource = this.clsCargoBindingSource;
     this.cmbCargo.Properties.DisplayMember = "Descripcion";
     this.cmbCargo.Properties.NullText = "";
     this.cmbCargo.Properties.PopupSizeable = false;
     this.cmbCargo.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.cmbCargo.Properties.ValueMember = "IdCargo";
     this.cmbCargo.Size = new System.Drawing.Size(151, 20);
     this.cmbCargo.TabIndex = 78;
     //
     // clsCargoBindingSource
     //
     this.clsCargoBindingSource.DataSource = typeof(clases.RecursosHumanos.clsCargo);
     //
     // tpFamiliar
     //
     this.tpFamiliar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
     this.tpFamiliar.Controls.Add(this.gcCargaFamiliar);
     this.tpFamiliar.Location = new System.Drawing.Point(4, 22);
     this.tpFamiliar.Name = "tpFamiliar";
     this.tpFamiliar.Padding = new System.Windows.Forms.Padding(3);
     this.tpFamiliar.Size = new System.Drawing.Size(512, 271);
     this.tpFamiliar.TabIndex = 4;
     this.tpFamiliar.Text = "Carga Familiar";
     //
     // gcCargaFamiliar
     //
     this.gcCargaFamiliar.Location = new System.Drawing.Point(0, 6);
     this.gcCargaFamiliar.MainView = this.gvCargaFamiliar;
     this.gcCargaFamiliar.Name = "gcCargaFamiliar";
     this.gcCargaFamiliar.Size = new System.Drawing.Size(506, 230);
     this.gcCargaFamiliar.TabIndex = 3;
     this.gcCargaFamiliar.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvCargaFamiliar});
     //
     // gvCargaFamiliar
     //
     this.gvCargaFamiliar.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn9});
     this.gvCargaFamiliar.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition1});
     this.gvCargaFamiliar.GridControl = this.gcCargaFamiliar;
     this.gvCargaFamiliar.Name = "gvCargaFamiliar";
     this.gvCargaFamiliar.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
     this.gvCargaFamiliar.OptionsBehavior.SummariesIgnoreNullValues = true;
     this.gvCargaFamiliar.OptionsNavigation.AutoFocusNewRow = true;
     this.gvCargaFamiliar.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "Cedula";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 0;
     this.gridColumn5.Width = 97;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "Nombres";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 1;
     this.gridColumn6.Width = 97;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "Apellidos";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 2;
     this.gridColumn7.Width = 97;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "Fecha de Nacimiento";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 3;
     this.gridColumn8.Width = 111;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "Parentesco";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 4;
     this.gridColumn9.Width = 86;
     //
     // clsEmpleadoBindingSource
     //
        // this.clsEmpleadoBindingSource.DataSource = typeof(clases.RecursosHumanos.clsEmpleado);
     //
     // clsTituloBindingSource
     //
     this.clsTituloBindingSource.DataSource = typeof(clases.RecursosHumanos.clsTitulo);
     //
     // clsUniversidadBindingSource
     //
     this.clsUniversidadBindingSource.DataSource = typeof(clases.RecursosHumanos.clsUniversidad);
     //
     // clsDepartamentoBindingSource2
     //
     this.clsDepartamentoBindingSource2.DataSource = typeof(clases.RecursosHumanos.clsDepartamento);
     //
     // clsDepartamentoBindingSource
     //
     this.clsDepartamentoBindingSource.DataSource = typeof(clases.RecursosHumanos.clsDepartamento);
     //
     // clsDatosDepartamentoBindingSource
     //
     this.clsDatosDepartamentoBindingSource.DataSource = typeof(datos.RecursosHumanos.clsDatosDepartamento);
     //
     // teHora
     //
     this.teHora.EditValue = new System.DateTime(2013, 6, 20, 0, 0, 0, 0);
     this.teHora.Location = new System.Drawing.Point(416, 347);
     this.teHora.Name = "teHora";
     this.teHora.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.teHora.Size = new System.Drawing.Size(100, 20);
     this.teHora.TabIndex = 81;
     //
     // lblHora
     //
     this.lblHora.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHora.Location = new System.Drawing.Point(363, 350);
     this.lblHora.Name = "lblHora";
     this.lblHora.Size = new System.Drawing.Size(30, 13);
     this.lblHora.TabIndex = 80;
     this.lblHora.Text = "Hora:";
     //
     // lblPUsuario
     //
     this.lblPUsuario.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPUsuario.Location = new System.Drawing.Point(62, 350);
     this.lblPUsuario.Name = "lblPUsuario";
     this.lblPUsuario.Size = new System.Drawing.Size(56, 13);
     this.lblPUsuario.TabIndex = 79;
     this.lblPUsuario.Text = "María Perez";
     //
     // lblUsuario
     //
     this.lblUsuario.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUsuario.Location = new System.Drawing.Point(10, 350);
     this.lblUsuario.Name = "lblUsuario";
     this.lblUsuario.Size = new System.Drawing.Size(46, 13);
     this.lblUsuario.TabIndex = 78;
     this.lblUsuario.Text = "Usuario:";
     //
     // tsMenu
     //
     this.tsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsbNuevo,
     this.tsbGuardar,
     this.tsbModificar,
     this.tsbEliminar});
     this.tsMenu.Location = new System.Drawing.Point(0, 0);
     this.tsMenu.Name = "tsMenu";
     this.tsMenu.Size = new System.Drawing.Size(524, 25);
     this.tsMenu.TabIndex = 82;
     this.tsMenu.Text = "toolStrip1";
     //
     // tsbNuevo
     //
     this.tsbNuevo.Image = global::forms.Properties.Resources.nuevo;
     this.tsbNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbNuevo.Name = "tsbNuevo";
     this.tsbNuevo.Size = new System.Drawing.Size(62, 22);
     this.tsbNuevo.Text = "Nuevo";
     //
     // tsbGuardar
     //
     this.tsbGuardar.Image = global::forms.Properties.Resources.guardar;
     this.tsbGuardar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbGuardar.Name = "tsbGuardar";
     this.tsbGuardar.Size = new System.Drawing.Size(69, 22);
     this.tsbGuardar.Text = "Guardar";
     this.tsbGuardar.Click += new System.EventHandler(this.tsbGuardar_Click);
     //
     // tsbModificar
     //
     this.tsbModificar.Image = global::forms.Properties.Resources.modificar;
     this.tsbModificar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbModificar.Name = "tsbModificar";
     this.tsbModificar.Size = new System.Drawing.Size(78, 22);
     this.tsbModificar.Text = "Modificar";
     this.tsbModificar.Click += new System.EventHandler(this.tsbModificar_Click_1);
     //
     // tsbEliminar
     //
     this.tsbEliminar.Image = global::forms.Properties.Resources.eliminar1;
     this.tsbEliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbEliminar.Name = "tsbEliminar";
     this.tsbEliminar.Size = new System.Drawing.Size(70, 22);
     this.tsbEliminar.Text = "Eliminar";
     this.tsbEliminar.Click += new System.EventHandler(this.tsbEliminar_Click);
     //
     // clsDepartamentoBindingSource1
     //
     this.clsDepartamentoBindingSource1.DataSource = typeof(clases.RecursosHumanos.clsDepartamento);
     //
     // clsTituloBindingSource2
     //
     this.clsTituloBindingSource2.DataSource = typeof(clases.RecursosHumanos.clsTitulo);
     //
     // clsUniversidadBindingSource2
     //
     this.clsUniversidadBindingSource2.DataSource = typeof(clases.RecursosHumanos.clsUniversidad);
     //
     // cmbTitulo
     //
     this.cmbTitulo.DataSource = this.clsTituloBindingSource2;
     this.cmbTitulo.DisplayMember = "Nombre";
     this.cmbTitulo.HeaderText = "Titulo";
     this.cmbTitulo.Name = "cmbTitulo";
     this.cmbTitulo.ValueMember = "IdTitulo";
     //
     // cmbInstitucion
     //
     this.cmbInstitucion.DataSource = this.clsUniversidadBindingSource2;
     this.cmbInstitucion.DisplayMember = "Nombre";
     this.cmbInstitucion.HeaderText = "Institucion";
     this.cmbInstitucion.Name = "cmbInstitucion";
     this.cmbInstitucion.ValueMember = "IdUniversidad";
     //
     // frmMantenimientoEmpleado
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(524, 375);
     this.Controls.Add(this.tsMenu);
     this.Controls.Add(this.teHora);
     this.Controls.Add(this.lblHora);
     this.Controls.Add(this.lblPUsuario);
     this.Controls.Add(this.lblUsuario);
     this.Controls.Add(this.tbcEmpleado);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(530, 399);
     this.MinimumSize = new System.Drawing.Size(530, 399);
     this.Name = "frmMantenimientoEmpleado";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Mantenimiento empleado";
     this.Load += new System.EventHandler(this.frmMantenimientoEmpleado_Load);
     ((System.ComponentModel.ISupportInitialize)(this.txtNombre.Properties)).EndInit();
     this.tbcEmpleado.ResumeLayout(false);
     this.tpGenerales.ResumeLayout(false);
     this.tpGenerales.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgGenero.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deFNacimiento.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deFNacimiento.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.peFoto.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtApellido.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCedula.Properties)).EndInit();
     this.tpContrato.ResumeLayout(false);
     this.tpContrato.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcTelefono)).EndInit();
     this.gcTelefono.ResumeLayout(false);
     this.gcTelefono.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtOtro.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCasa.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMovil.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGeneral.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCorreo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDireccion.Properties)).EndInit();
     this.tpAcademico.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvAcademico)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsTituloBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsUniversidadBindingSource1)).EndInit();
     this.tpLaborales.ResumeLayout(false);
     this.tpLaborales.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDepartamento.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsDepartamentoBindingSource3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEstado.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deFechaIngreso.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deFechaIngreso.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbCargo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsCargoBindingSource)).EndInit();
     this.tpFamiliar.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcCargaFamiliar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCargaFamiliar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsEmpleadoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsTituloBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsUniversidadBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tituloBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tituloBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cargoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsDepartamentoBindingSource2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsDepartamentoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsDatosDepartamentoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.departamentoBindingSource2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.titulo1BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.teHora.Properties)).EndInit();
     this.tsMenu.ResumeLayout(false);
     this.tsMenu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.clsDepartamentoBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.universidadBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsTituloBindingSource2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clsUniversidadBindingSource2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StudentsForm));
     this.educationalDepartmentDataSet     = new DepartmentManager.EducationalDepartmentDataSet();
     this.groupsBindingSource              = new System.Windows.Forms.BindingSource(this.components);
     this.groupsTableAdapter               = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.GroupsTableAdapter();
     this.tableAdapterManager              = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.TableAdapterManager();
     this.studentsTableAdapter             = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.StudentsTableAdapter();
     this.groupsBindingNavigator           = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorAddNewItem       = new System.Windows.Forms.ToolStripButton();
     this.studentsBindingSource            = new System.Windows.Forms.BindingSource(this.components);
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.groupsBindingNavigatorSaveItem   = new System.Windows.Forms.ToolStripButton();
     this.studentsDataGridView             = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn2       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3       = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.groupsBindingSource1             = new System.Windows.Forms.BindingSource(this.components);
     this.dataGridViewTextBoxColumn1       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.plansBindingSource               = new System.Windows.Forms.BindingSource(this.components);
     this.plansTableAdapter    = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.PlansTableAdapter();
     this.groupsBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
     this.groupsComboBox1      = new System.Windows.Forms.ComboBox();
     this.label3                     = new System.Windows.Forms.Label();
     this.plansDataGridView          = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingNavigator)).BeginInit();
     this.groupsBindingNavigator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // educationalDepartmentDataSet
     //
     this.educationalDepartmentDataSet.DataSetName             = "EducationalDepartmentDataSet";
     this.educationalDepartmentDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // groupsBindingSource
     //
     this.groupsBindingSource.DataMember = "Groups";
     this.groupsBindingSource.DataSource = this.educationalDepartmentDataSet;
     //
     // groupsTableAdapter
     //
     this.groupsTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.GroupsTableAdapter        = this.groupsTableAdapter;
     this.tableAdapterManager.MarkRecordsTableAdapter   = null;
     this.tableAdapterManager.PlanContentTableAdapter   = null;
     this.tableAdapterManager.PlansTableAdapter         = null;
     this.tableAdapterManager.StudentsTableAdapter      = this.studentsTableAdapter;
     this.tableAdapterManager.SubjectsTableAdapter      = null;
     this.tableAdapterManager.UpdateOrder = DepartmentManager.EducationalDepartmentDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //
     // studentsTableAdapter
     //
     this.studentsTableAdapter.ClearBeforeFill = true;
     //
     // groupsBindingNavigator
     //
     this.groupsBindingNavigator.AddNewItem    = this.bindingNavigatorAddNewItem;
     this.groupsBindingNavigator.BindingSource = this.studentsBindingSource;
     this.groupsBindingNavigator.CountItem     = this.bindingNavigatorCountItem;
     this.groupsBindingNavigator.DeleteItem    = this.bindingNavigatorDeleteItem;
     this.groupsBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2,
         this.bindingNavigatorAddNewItem,
         this.bindingNavigatorDeleteItem,
         this.groupsBindingNavigatorSaveItem
     });
     this.groupsBindingNavigator.Location         = new System.Drawing.Point(0, 0);
     this.groupsBindingNavigator.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.groupsBindingNavigator.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.groupsBindingNavigator.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.groupsBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.groupsBindingNavigator.Name             = "groupsBindingNavigator";
     this.groupsBindingNavigator.PositionItem     = this.bindingNavigatorPositionItem;
     this.groupsBindingNavigator.Size             = new System.Drawing.Size(713, 25);
     this.groupsBindingNavigator.TabIndex         = 0;
     this.groupsBindingNavigator.Text             = "bindingNavigator1";
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name         = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorAddNewItem.Text = "Add new";
     //
     // studentsBindingSource
     //
     this.studentsBindingSource.DataMember = "FK_Students_Groups";
     this.studentsBindingSource.DataSource = this.groupsBindingSource2;
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(35, 22);
     this.bindingNavigatorCountItem.Text        = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name         = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorDeleteItem.Text = "Delete";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // groupsBindingNavigatorSaveItem
     //
     this.groupsBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.groupsBindingNavigatorSaveItem.Image        = ((System.Drawing.Image)(resources.GetObject("groupsBindingNavigatorSaveItem.Image")));
     this.groupsBindingNavigatorSaveItem.Name         = "groupsBindingNavigatorSaveItem";
     this.groupsBindingNavigatorSaveItem.Size         = new System.Drawing.Size(23, 22);
     this.groupsBindingNavigatorSaveItem.Text         = "Save Data";
     this.groupsBindingNavigatorSaveItem.Click       += new System.EventHandler(this.GroupsBindingNavigatorSaveItem_Click);
     //
     // studentsDataGridView
     //
     this.studentsDataGridView.AutoGenerateColumns         = false;
     this.studentsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.studentsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn1
     });
     this.studentsDataGridView.DataSource = this.studentsBindingSource;
     this.studentsDataGridView.Location   = new System.Drawing.Point(12, 28);
     this.studentsDataGridView.Name       = "studentsDataGridView";
     this.studentsDataGridView.Size       = new System.Drawing.Size(384, 275);
     this.studentsDataGridView.TabIndex   = 2;
     this.studentsDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.StudentsDataGridView_DataError);
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn2.DataPropertyName = "FullName";
     this.dataGridViewTextBoxColumn2.HeaderText       = "Имя";
     this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.DataPropertyName = "GroupId";
     this.dataGridViewTextBoxColumn3.DataSource       = this.groupsBindingSource1;
     this.dataGridViewTextBoxColumn3.DisplayMember    = "Number";
     this.dataGridViewTextBoxColumn3.HeaderText       = "Группа";
     this.dataGridViewTextBoxColumn3.Name             = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn3.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn3.ValueMember      = "Id";
     this.dataGridViewTextBoxColumn3.Width            = 130;
     //
     // groupsBindingSource1
     //
     this.groupsBindingSource1.DataMember = "Groups";
     this.groupsBindingSource1.DataSource = this.educationalDepartmentDataSet;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "Id";
     this.dataGridViewTextBoxColumn1.HeaderText       = "Id";
     this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly         = true;
     this.dataGridViewTextBoxColumn1.Visible          = false;
     //
     // plansBindingSource
     //
     this.plansBindingSource.DataMember = "Plans";
     this.plansBindingSource.DataSource = this.educationalDepartmentDataSet;
     //
     // plansTableAdapter
     //
     this.plansTableAdapter.ClearBeforeFill = true;
     //
     // groupsBindingSource2
     //
     this.groupsBindingSource2.DataMember = "FK_Groups_Plans";
     this.groupsBindingSource2.DataSource = this.plansBindingSource;
     //
     // groupsComboBox1
     //
     this.groupsComboBox1.DataSource        = this.groupsBindingSource2;
     this.groupsComboBox1.DisplayMember     = "Number";
     this.groupsComboBox1.FormattingEnabled = true;
     this.groupsComboBox1.Location          = new System.Drawing.Point(401, 261);
     this.groupsComboBox1.Name        = "groupsComboBox1";
     this.groupsComboBox1.Size        = new System.Drawing.Size(241, 21);
     this.groupsComboBox1.TabIndex    = 6;
     this.groupsComboBox1.ValueMember = "Id";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(401, 245);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(42, 13);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Группа";
     //
     // plansDataGridView
     //
     this.plansDataGridView.AutoGenerateColumns         = false;
     this.plansDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.plansDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn5,
         this.dataGridViewTextBoxColumn6,
         this.dataGridViewTextBoxColumn4
     });
     this.plansDataGridView.DataSource = this.plansBindingSource;
     this.plansDataGridView.Location   = new System.Drawing.Point(401, 28);
     this.plansDataGridView.Name       = "plansDataGridView";
     this.plansDataGridView.Size       = new System.Drawing.Size(300, 214);
     this.plansDataGridView.TabIndex   = 7;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn5.DataPropertyName = "Speciality";
     this.dataGridViewTextBoxColumn5.HeaderText       = "Специальность";
     this.dataGridViewTextBoxColumn5.Name             = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly         = true;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.DataPropertyName = "Year";
     this.dataGridViewTextBoxColumn6.HeaderText       = "Год";
     this.dataGridViewTextBoxColumn6.Name             = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.ReadOnly         = true;
     this.dataGridViewTextBoxColumn6.Width            = 75;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.DataPropertyName = "Id";
     this.dataGridViewTextBoxColumn4.HeaderText       = "Id";
     this.dataGridViewTextBoxColumn4.Name             = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly         = true;
     this.dataGridViewTextBoxColumn4.Visible          = false;
     //
     // StudentsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(713, 324);
     this.Controls.Add(this.plansDataGridView);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.groupsComboBox1);
     this.Controls.Add(this.studentsDataGridView);
     this.Controls.Add(this.groupsBindingNavigator);
     this.Name  = "StudentsForm";
     this.Text  = "Студенты";
     this.Load += new System.EventHandler(this.StudentsForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingNavigator)).EndInit();
     this.groupsBindingNavigator.ResumeLayout(false);
     this.groupsBindingNavigator.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansDataGridView)).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()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.textBoxFax = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.comboBoxMonedaSistemaEmpresa = new System.Windows.Forms.ComboBox();
     this.comboBoxMonedaLocalEmpresa = new System.Windows.Forms.ComboBox();
     this.buttonCrearEmpresa = new System.Windows.Forms.Button();
     this.label7 = new System.Windows.Forms.Label();
     this.buttonExaminar = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.textBoxTelefono = new System.Windows.Forms.TextBox();
     this.textBoxCedulaJuridica = new System.Windows.Forms.TextBox();
     this.textBoxNombreEmpresa = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.label13 = new System.Windows.Forms.Label();
     this.comboBoxEmpresaUsuario = new System.Windows.Forms.ComboBox();
     this.labelEstadoUsuario = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.textBoxComprobarContrasena = new System.Windows.Forms.TextBox();
     this.buttonCrearUsuario = new System.Windows.Forms.Button();
     this.textBoxNuevaContrasena = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.textBoxNombreUsuario = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.comboBoxEstadoManejoPeriodos = new System.Windows.Forms.ComboBox();
     this.label16 = new System.Windows.Forms.Label();
     this.comboBoxPeriodoManejoPeriodos = new System.Windows.Forms.ComboBox();
     this.label14 = new System.Windows.Forms.Label();
     this.comboBoxEmpresaManejoPeriodos = new System.Windows.Forms.ComboBox();
     this.buttonGuardarPeriodo = new System.Windows.Forms.Button();
     this.label15 = new System.Windows.Forms.Label();
     this.Usuarios = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.ButtonGuardarCerrar = new System.Windows.Forms.Button();
     this.bttnImportar = new System.Windows.Forms.Button();
     this.lblMonedaLocal = new System.Windows.Forms.Label();
     this.DataGridViewAsiento = new System.Windows.Forms.DataGridView();
     this.Moneda = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Factor = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Eliminar = new System.Windows.Forms.DataGridViewImageColumn();
     this.bttnVolver = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.groupBox3.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.Usuarios.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DataGridViewAsiento)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBoxFax);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label18);
     this.groupBox1.Controls.Add(this.label17);
     this.groupBox1.Controls.Add(this.comboBoxMonedaSistemaEmpresa);
     this.groupBox1.Controls.Add(this.comboBoxMonedaLocalEmpresa);
     this.groupBox1.Controls.Add(this.buttonCrearEmpresa);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.buttonExaminar);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.textBoxTelefono);
     this.groupBox1.Controls.Add(this.textBoxCedulaJuridica);
     this.groupBox1.Controls.Add(this.textBoxNombreEmpresa);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(17, 24);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(459, 319);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Crear empresa";
     //
     // textBoxFax
     //
     this.textBoxFax.Location = new System.Drawing.Point(96, 116);
     this.textBoxFax.Name = "textBoxFax";
     this.textBoxFax.Size = new System.Drawing.Size(146, 20);
     this.textBoxFax.TabIndex = 26;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(53, 116);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(30, 13);
     this.label10.TabIndex = 25;
     this.label10.Text = "Fax :";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(-3, 244);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(92, 13);
     this.label18.TabIndex = 24;
     this.label18.Text = "Moneda Sistema :";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(1, 217);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(89, 13);
     this.label17.TabIndex = 23;
     this.label17.Text = "Moneda LOCAL :";
     //
     // comboBoxMonedaSistemaEmpresa
     //
     this.comboBoxMonedaSistemaEmpresa.FormattingEnabled = true;
     this.comboBoxMonedaSistemaEmpresa.Location = new System.Drawing.Point(96, 241);
     this.comboBoxMonedaSistemaEmpresa.Name = "comboBoxMonedaSistemaEmpresa";
     this.comboBoxMonedaSistemaEmpresa.Size = new System.Drawing.Size(146, 21);
     this.comboBoxMonedaSistemaEmpresa.TabIndex = 22;
     //
     // comboBoxMonedaLocalEmpresa
     //
     this.comboBoxMonedaLocalEmpresa.FormattingEnabled = true;
     this.comboBoxMonedaLocalEmpresa.Location = new System.Drawing.Point(96, 214);
     this.comboBoxMonedaLocalEmpresa.Name = "comboBoxMonedaLocalEmpresa";
     this.comboBoxMonedaLocalEmpresa.Size = new System.Drawing.Size(146, 21);
     this.comboBoxMonedaLocalEmpresa.TabIndex = 21;
     //
     // buttonCrearEmpresa
     //
     this.buttonCrearEmpresa.Location = new System.Drawing.Point(318, 239);
     this.buttonCrearEmpresa.Name = "buttonCrearEmpresa";
     this.buttonCrearEmpresa.Size = new System.Drawing.Size(113, 23);
     this.buttonCrearEmpresa.TabIndex = 16;
     this.buttonCrearEmpresa.Text = "Almacenar Empresa";
     this.buttonCrearEmpresa.UseVisualStyleBackColor = true;
     this.buttonCrearEmpresa.Click += new System.EventHandler(this.buttonCrearEmpresa_Click);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(29, 153);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(54, 13);
     this.label7.TabIndex = 15;
     this.label7.Text = "Logotipo :";
     //
     // buttonExaminar
     //
     this.buttonExaminar.Location = new System.Drawing.Point(96, 148);
     this.buttonExaminar.Name = "buttonExaminar";
     this.buttonExaminar.Size = new System.Drawing.Size(146, 23);
     this.buttonExaminar.TabIndex = 14;
     this.buttonExaminar.Text = "Examinar...";
     this.buttonExaminar.UseVisualStyleBackColor = true;
     this.buttonExaminar.Click += new System.EventHandler(this.button1_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.pictureBox1);
     this.groupBox2.Location = new System.Drawing.Point(273, 19);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(164, 161);
     this.groupBox2.TabIndex = 13;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Logotipo";
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.pictureBox1.Location = new System.Drawing.Point(6, 19);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(152, 136);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 12;
     this.pictureBox1.TabStop = false;
     //
     // textBoxTelefono
     //
     this.textBoxTelefono.Location = new System.Drawing.Point(96, 89);
     this.textBoxTelefono.Name = "textBoxTelefono";
     this.textBoxTelefono.Size = new System.Drawing.Size(146, 20);
     this.textBoxTelefono.TabIndex = 11;
     //
     // textBoxCedulaJuridica
     //
     this.textBoxCedulaJuridica.Location = new System.Drawing.Point(96, 59);
     this.textBoxCedulaJuridica.Name = "textBoxCedulaJuridica";
     this.textBoxCedulaJuridica.Size = new System.Drawing.Size(146, 20);
     this.textBoxCedulaJuridica.TabIndex = 10;
     //
     // textBoxNombreEmpresa
     //
     this.textBoxNombreEmpresa.Location = new System.Drawing.Point(96, 31);
     this.textBoxNombreEmpresa.Name = "textBoxNombreEmpresa";
     this.textBoxNombreEmpresa.Size = new System.Drawing.Size(146, 20);
     this.textBoxNombreEmpresa.TabIndex = 9;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(-1, 62);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(84, 13);
     this.label6.TabIndex = 8;
     this.label6.Text = "Cedula jurídica :";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(28, 89);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(55, 13);
     this.label5.TabIndex = 7;
     this.label5.Text = "Teléfono :";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(270, 105);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(0, 13);
     this.label4.TabIndex = 6;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(262, 97);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(0, 13);
     this.label3.TabIndex = 5;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(254, 89);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(0, 13);
     this.label1.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(33, 34);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(50, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Nombre :";
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label13);
     this.groupBox3.Controls.Add(this.comboBoxEmpresaUsuario);
     this.groupBox3.Controls.Add(this.labelEstadoUsuario);
     this.groupBox3.Controls.Add(this.label12);
     this.groupBox3.Controls.Add(this.textBoxComprobarContrasena);
     this.groupBox3.Controls.Add(this.buttonCrearUsuario);
     this.groupBox3.Controls.Add(this.textBoxNuevaContrasena);
     this.groupBox3.Controls.Add(this.label9);
     this.groupBox3.Controls.Add(this.textBoxNombreUsuario);
     this.groupBox3.Controls.Add(this.label8);
     this.groupBox3.Location = new System.Drawing.Point(15, 19);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(474, 176);
     this.groupBox3.TabIndex = 1;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Crear Usuario";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(66, 103);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(54, 13);
     this.label13.TabIndex = 21;
     this.label13.Text = "Empresa :";
     //
     // comboBoxEmpresaUsuario
     //
     this.comboBoxEmpresaUsuario.FormattingEnabled = true;
     this.comboBoxEmpresaUsuario.Location = new System.Drawing.Point(122, 100);
     this.comboBoxEmpresaUsuario.Name = "comboBoxEmpresaUsuario";
     this.comboBoxEmpresaUsuario.Size = new System.Drawing.Size(146, 21);
     this.comboBoxEmpresaUsuario.TabIndex = 7;
     //
     // labelEstadoUsuario
     //
     this.labelEstadoUsuario.AutoSize = true;
     this.labelEstadoUsuario.Location = new System.Drawing.Point(119, 141);
     this.labelEstadoUsuario.Name = "labelEstadoUsuario";
     this.labelEstadoUsuario.Size = new System.Drawing.Size(10, 13);
     this.labelEstadoUsuario.TabIndex = 20;
     this.labelEstadoUsuario.Text = " ";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(0, 76);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(120, 13);
     this.label12.TabIndex = 19;
     this.label12.Text = "Comprobar contraseña :";
     //
     // textBoxComprobarContrasena
     //
     this.textBoxComprobarContrasena.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.textBoxComprobarContrasena.Location = new System.Drawing.Point(122, 73);
     this.textBoxComprobarContrasena.Name = "textBoxComprobarContrasena";
     this.textBoxComprobarContrasena.Size = new System.Drawing.Size(146, 20);
     this.textBoxComprobarContrasena.TabIndex = 18;
     this.textBoxComprobarContrasena.UseSystemPasswordChar = true;
     this.textBoxComprobarContrasena.TextChanged += new System.EventHandler(this.textBoxComprobarContrasena_TextChanged);
     //
     // buttonCrearUsuario
     //
     this.buttonCrearUsuario.Enabled = false;
     this.buttonCrearUsuario.Location = new System.Drawing.Point(355, 108);
     this.buttonCrearUsuario.Name = "buttonCrearUsuario";
     this.buttonCrearUsuario.Size = new System.Drawing.Size(113, 23);
     this.buttonCrearUsuario.TabIndex = 17;
     this.buttonCrearUsuario.Text = "Crear Usuario";
     this.buttonCrearUsuario.UseVisualStyleBackColor = true;
     this.buttonCrearUsuario.Click += new System.EventHandler(this.buttonCrearUsuario_Click);
     //
     // textBoxNuevaContrasena
     //
     this.textBoxNuevaContrasena.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.textBoxNuevaContrasena.Location = new System.Drawing.Point(122, 47);
     this.textBoxNuevaContrasena.Name = "textBoxNuevaContrasena";
     this.textBoxNuevaContrasena.Size = new System.Drawing.Size(146, 20);
     this.textBoxNuevaContrasena.TabIndex = 13;
     this.textBoxNuevaContrasena.UseSystemPasswordChar = true;
     this.textBoxNuevaContrasena.TextChanged += new System.EventHandler(this.textBoxNuevaContrasena_TextChanged);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(53, 50);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(67, 13);
     this.label9.TabIndex = 12;
     this.label9.Text = "Contraseña :";
     //
     // textBoxNombreUsuario
     //
     this.textBoxNombreUsuario.Location = new System.Drawing.Point(122, 21);
     this.textBoxNombreUsuario.Name = "textBoxNombreUsuario";
     this.textBoxNombreUsuario.Size = new System.Drawing.Size(146, 20);
     this.textBoxNombreUsuario.TabIndex = 13;
     this.textBoxNombreUsuario.TextChanged += new System.EventHandler(this.textBoxNombreUsuario_TextChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(16, 24);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(104, 13);
     this.label8.TabIndex = 12;
     this.label8.Text = "Nombre de Usuario :";
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.comboBoxEstadoManejoPeriodos);
     this.groupBox6.Controls.Add(this.label16);
     this.groupBox6.Controls.Add(this.comboBoxPeriodoManejoPeriodos);
     this.groupBox6.Controls.Add(this.label14);
     this.groupBox6.Controls.Add(this.comboBoxEmpresaManejoPeriodos);
     this.groupBox6.Controls.Add(this.buttonGuardarPeriodo);
     this.groupBox6.Controls.Add(this.label15);
     this.groupBox6.Location = new System.Drawing.Point(18, 17);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(457, 277);
     this.groupBox6.TabIndex = 22;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "Manejar Periodos contables";
     //
     // comboBoxEstadoManejoPeriodos
     //
     this.comboBoxEstadoManejoPeriodos.FormattingEnabled = true;
     this.comboBoxEstadoManejoPeriodos.Location = new System.Drawing.Point(107, 78);
     this.comboBoxEstadoManejoPeriodos.Name = "comboBoxEstadoManejoPeriodos";
     this.comboBoxEstadoManejoPeriodos.Size = new System.Drawing.Size(146, 21);
     this.comboBoxEstadoManejoPeriodos.TabIndex = 22;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(7, 81);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(83, 13);
     this.label16.TabIndex = 21;
     this.label16.Text = "Asignar estado :";
     //
     // comboBoxPeriodoManejoPeriodos
     //
     this.comboBoxPeriodoManejoPeriodos.FormattingEnabled = true;
     this.comboBoxPeriodoManejoPeriodos.Location = new System.Drawing.Point(107, 51);
     this.comboBoxPeriodoManejoPeriodos.Name = "comboBoxPeriodoManejoPeriodos";
     this.comboBoxPeriodoManejoPeriodos.Size = new System.Drawing.Size(146, 21);
     this.comboBoxPeriodoManejoPeriodos.TabIndex = 20;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(47, 24);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(54, 13);
     this.label14.TabIndex = 19;
     this.label14.Text = "Empresa :";
     //
     // comboBoxEmpresaManejoPeriodos
     //
     this.comboBoxEmpresaManejoPeriodos.FormattingEnabled = true;
     this.comboBoxEmpresaManejoPeriodos.Location = new System.Drawing.Point(107, 21);
     this.comboBoxEmpresaManejoPeriodos.Name = "comboBoxEmpresaManejoPeriodos";
     this.comboBoxEmpresaManejoPeriodos.Size = new System.Drawing.Size(146, 21);
     this.comboBoxEmpresaManejoPeriodos.TabIndex = 18;
     //
     // buttonGuardarPeriodo
     //
     this.buttonGuardarPeriodo.Location = new System.Drawing.Point(338, 248);
     this.buttonGuardarPeriodo.Name = "buttonGuardarPeriodo";
     this.buttonGuardarPeriodo.Size = new System.Drawing.Size(113, 23);
     this.buttonGuardarPeriodo.TabIndex = 17;
     this.buttonGuardarPeriodo.Text = "Guardar cambios";
     this.buttonGuardarPeriodo.UseVisualStyleBackColor = true;
     this.buttonGuardarPeriodo.Click += new System.EventHandler(this.buttonGuardarPeriodo_Click);
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(7, 54);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(94, 13);
     this.label15.TabIndex = 12;
     this.label15.Text = "Periodo Contable :";
     //
     // Usuarios
     //
     this.Usuarios.Controls.Add(this.tabPage1);
     this.Usuarios.Controls.Add(this.tabPage2);
     this.Usuarios.Controls.Add(this.tabPage3);
     this.Usuarios.Controls.Add(this.tabPage4);
     this.Usuarios.Location = new System.Drawing.Point(12, 10);
     this.Usuarios.Name = "Usuarios";
     this.Usuarios.SelectedIndex = 0;
     this.Usuarios.Size = new System.Drawing.Size(515, 408);
     this.Usuarios.TabIndex = 23;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(507, 382);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Empresas";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.groupBox3);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(507, 382);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Usuarios";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.groupBox6);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size = new System.Drawing.Size(507, 382);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "Períodos Contables";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.ButtonGuardarCerrar);
     this.tabPage4.Controls.Add(this.bttnImportar);
     this.tabPage4.Controls.Add(this.lblMonedaLocal);
     this.tabPage4.Controls.Add(this.DataGridViewAsiento);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size = new System.Drawing.Size(507, 382);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "Tipos de Cambio";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // ButtonGuardarCerrar
     //
     this.ButtonGuardarCerrar.Location = new System.Drawing.Point(387, 352);
     this.ButtonGuardarCerrar.Name = "ButtonGuardarCerrar";
     this.ButtonGuardarCerrar.Size = new System.Drawing.Size(98, 23);
     this.ButtonGuardarCerrar.TabIndex = 31;
     this.ButtonGuardarCerrar.Text = "Guardar";
     this.ButtonGuardarCerrar.UseVisualStyleBackColor = true;
     //
     // bttnImportar
     //
     this.bttnImportar.Location = new System.Drawing.Point(341, 6);
     this.bttnImportar.Name = "bttnImportar";
     this.bttnImportar.Size = new System.Drawing.Size(144, 23);
     this.bttnImportar.TabIndex = 30;
     this.bttnImportar.Text = "Importar Automáticamente";
     this.bttnImportar.UseVisualStyleBackColor = true;
     this.bttnImportar.Click += new System.EventHandler(this.bttnImportar_Click);
     //
     // lblMonedaLocal
     //
     this.lblMonedaLocal.AutoSize = true;
     this.lblMonedaLocal.Location = new System.Drawing.Point(20, 11);
     this.lblMonedaLocal.Name = "lblMonedaLocal";
     this.lblMonedaLocal.Size = new System.Drawing.Size(42, 13);
     this.lblMonedaLocal.TabIndex = 29;
     this.lblMonedaLocal.Text = "USD -$";
     //
     // DataGridViewAsiento
     //
     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.Format = "N2";
     dataGridViewCellStyle1.NullValue = "0.00";
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.DataGridViewAsiento.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.DataGridViewAsiento.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DataGridViewAsiento.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Moneda,
     this.Factor,
     this.Eliminar});
     this.DataGridViewAsiento.Location = new System.Drawing.Point(23, 35);
     this.DataGridViewAsiento.Name = "DataGridViewAsiento";
     this.DataGridViewAsiento.Size = new System.Drawing.Size(462, 311);
     this.DataGridViewAsiento.TabIndex = 28;
     //
     // Moneda
     //
     this.Moneda.Name = "Moneda";
     this.Moneda.Width = 220;
     //
     // Factor
     //
     this.Factor.HeaderText = "Factor";
     this.Factor.Name = "Factor";
     //
     // Eliminar
     //
     this.Eliminar.HeaderText = "Eliminar";
     this.Eliminar.Name = "Eliminar";
     this.Eliminar.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     //
     // bttnVolver
     //
     this.bttnVolver.Location = new System.Drawing.Point(465, 424);
     this.bttnVolver.Name = "bttnVolver";
     this.bttnVolver.Size = new System.Drawing.Size(75, 23);
     this.bttnVolver.TabIndex = 24;
     this.bttnVolver.Text = "Volver";
     this.bttnVolver.UseVisualStyleBackColor = true;
     this.bttnVolver.Click += new System.EventHandler(this.bttnVolver_Click);
     //
     // ControlPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(552, 459);
     this.Controls.Add(this.bttnVolver);
     this.Controls.Add(this.Usuarios);
     this.Name = "ControlPanel";
     this.Text = "ControlPanel";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.Usuarios.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DataGridViewAsiento)).EndInit();
     this.ResumeLayout(false);
 }
Example #4
0
        public FrmArrayList(Framework.Entity.Chapter chapter, object type)
        {
            InitializeComponent();
            @class = type;
            System.Collections.ArrayList templateList = contentService.GetContentTemplateByTitle(chapter.Title);
            foreach (Framework.Entity.Template template in templateList)
            {
                Framework.Class.ComboItem item = new Framework.Class.ComboItem();
                item.Text  = template.Title;
                item.Value = template;
                CbxType.Items.Add(item);
            }
            CbxType.SelectedIndex = 0;
            if (@class.GetType().Equals(new Framework.Model.PlanLabor().GetType()))
            {
                System.Windows.Forms.DataGridViewCheckBoxColumn colState = new System.Windows.Forms.DataGridViewCheckBoxColumn(true);
                colState.ThreeState = false;
                colState.Width      = 30;
                DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn colType = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
                colType.HeaderText = "工种";
                colType.Width      = 80;
                DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn colBase = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
                colBase.HeaderText = "基础施工阶段";
                colBase.Width      = 100;
                DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn colMain = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
                colMain.HeaderText = "主体施工阶段";
                colMain.Width      = 100;
                DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn colFitup = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
                colFitup.HeaderText = "基础施工阶段";
                colFitup.Width      = 100;
                DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn colLast = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
                colLast.HeaderText = "收尾阶段";
                colLast.Width      = 100;
                DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn colPrepare = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
                colPrepare.HeaderText = "准备阶段";
                colPrepare.Width      = 100;
                DataGridView.Columns.Add(colState);
                DataGridView.Columns.Add(colType);
                DataGridView.Columns.Add(colBase);
                DataGridView.Columns.Add(colMain);
                DataGridView.Columns.Add(colFitup);
                DataGridView.Columns.Add(colLast);
                DataGridView.Columns.Add(colPrepare);
            }
            else if (@class.GetType().Equals(new Framework.Model.PlanMachine().GetType()))
            {
                DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn colChoice = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
                colChoice.HeaderText = "选择设备";
                colChoice.Width      = 70;
                DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn colName = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
                colName.HeaderText = "设备名称";
                colName.Width      = 180;
                DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn colType = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
                colType.HeaderText = "设备型号";
                colType.Width      = 180;
                DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn colFunction = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
                colFunction.HeaderText = "性能";
                colFunction.Width      = 180;
                object[,] machines     = new object[, ] {
                    { "塔吊", new string[] { "QTZ31.5&315-KN·m", "QTZ40&400KN·m", "QTZ50&500KN·m", "QTZ63&630KN·m" } },
                    { "施工电梯", new string[] { "SCD200/200&100m/200m" } },
                    { "砼搅拌机", new string[] { "JDC350&350L/560L", "JS500&500L/800L", "JS75&750L/1200L" } },
                    { "挖掘机(反铲)", new string[] { "Atlas3306LC&31500&1.90", "Atlas2606LC&25000&1.50", "Atlas2006LC&18000&1.00", "Atlas2306LC&22000&1.20", "BonnyCE400-6&40000&2.00", "BonnyCE650-6&66000&4.00" } }
                };
                for (int i = 0; i < 4; i++)
                {
                    DevComponents.DotNetBar.ButtonItem btnItem = new DevComponents.DotNetBar.ButtonItem();
                    btnItem.Text = (string)machines[i, 0];
                    string[] types = (string[])machines[i, 1];
                    for (int j = 0; j < types.Length; j++)
                    {
                        DevComponents.DotNetBar.ButtonItem btnChildItem = new DevComponents.DotNetBar.ButtonItem();
                        string[] info = types[j].ToString().Split('&');
                        btnChildItem.Text   = info[0];
                        btnChildItem.Click += new System.EventHandler(delegate(object sender, System.EventArgs args)
                        {
                            DevComponents.DotNetBar.ButtonItem item     = sender as DevComponents.DotNetBar.ButtonItem;
                            DataGridView.SelectedRows[0].Cells[1].Value = item.Parent.Text;
                            DataGridView.SelectedRows[0].Cells[2].Value = info[0];
                            DataGridView.SelectedRows[0].Cells[3].Value = info[1];
                            DataGridView.Refresh();
                        });
                        btnItem.SubItems.Add(btnChildItem);
                    }
                    colChoice.SubItems.Add(btnItem);
                }
                DataGridView.Columns.Add(colChoice);
                DataGridView.Columns.Add(colName);
                DataGridView.Columns.Add(colType);
                DataGridView.Columns.Add(colFunction);
            }
            else if (@class.GetType().Equals(new Framework.Model.PlanMaterial().GetType()))
            {
                // DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn colName = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
                System.Windows.Forms.DataGridViewComboBoxColumn colName = new System.Windows.Forms.DataGridViewComboBoxColumn();
                colName.HeaderText = "材料名称";
                colName.Width      = 120;
                DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn colNumber = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
                colNumber.HeaderText = "进场数量";
                colNumber.Width      = 100;
                DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn colUnit = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
                colUnit.HeaderText = "单位";
                colUnit.Width      = 80;
                DevComponents.DotNetBar.Controls.DataGridViewTextBoxDropDownColumn colPlan = new DevComponents.DotNetBar.Controls.DataGridViewTextBoxDropDownColumn();
                colPlan.HeaderText = "进场计划";
                colPlan.Width      = 160;
                DevComponents.DotNetBar.Controls.DataGridViewTextBoxDropDownColumn colRemarks = new DevComponents.DotNetBar.Controls.DataGridViewTextBoxDropDownColumn();
                colRemarks.HeaderText = "备注";
                colRemarks.Width      = 150;
                DataGridView.Columns.Add(colName);
                DataGridView.Columns.Add(colNumber);
                DataGridView.Columns.Add(colUnit);
                DataGridView.Columns.Add(colPlan);
                DataGridView.Columns.Add(colRemarks);
            }
            else if (@class.GetType().Equals(new Framework.Model.ManageMember().GetType()))
            {
                System.Windows.Forms.DataGridViewCheckBoxColumn colState = new System.Windows.Forms.DataGridViewCheckBoxColumn(true);
                colState.ThreeState = false;
                colState.Width      = 30;
                System.Windows.Forms.DataGridViewTextBoxColumn colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
                colName.HeaderText = "姓名";
                colName.Width      = 100;
                DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn colWork = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
                colWork.HeaderText = "职务";
                colWork.Width      = 120;
                System.Windows.Forms.DataGridViewComboBoxColumn colTitle = new System.Windows.Forms.DataGridViewComboBoxColumn();
                colTitle.HeaderText = "职称";
                colTitle.Width      = 120;
                colTitle.Items.Add("高级工程师");
                colTitle.Items.Add("工程师");
                colTitle.Items.Add("助理工程师");
                colTitle.Items.Add("经济师");
                colTitle.Items.Add("会计师");
                System.Windows.Forms.DataGridViewTextBoxColumn colDuty = new System.Windows.Forms.DataGridViewTextBoxColumn();
                colDuty.HeaderText = "工作责任";
                colDuty.Width      = 120;
                System.Windows.Forms.DataGridViewTextBoxColumn colRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
                colRemarks.HeaderText = "备注";
                colRemarks.Width      = 120;
                DataGridView.Columns.Add(colState);
                DataGridView.Columns.Add(colName);
                DataGridView.Columns.Add(colWork);
                DataGridView.Columns.Add(colTitle);
                DataGridView.Columns.Add(colDuty);
                DataGridView.Columns.Add(colRemarks);
            }
            else if (@class.GetType().Equals(new Framework.Model.PrepareMaterial().GetType()))
            {
                DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn colChoice = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
                colChoice.HeaderText = "选择材料";
                colChoice.Width      = 150;
                DevComponents.DotNetBar.Controls.DataGridViewMaskedTextBoxAdvColumn colName = new DevComponents.DotNetBar.Controls.DataGridViewMaskedTextBoxAdvColumn();
                colName.HeaderText = "材料名称";
                colName.Width      = 460;
                object[] machines = new object[] {
                    "发泡陶瓷保温板",
                    "复合水泥发泡保温板",
                    "加气混凝土板",
                    "岩棉板(条)",
                    "蓝海板",
                    "其它"
                };
                for (int i = 0; i < 6; i++)
                {
                    DevComponents.DotNetBar.ButtonItem btnItem = new DevComponents.DotNetBar.ButtonItem();
                    btnItem.Text   = (string)machines[i];
                    btnItem.Click += new System.EventHandler(delegate(object sender, System.EventArgs args)
                    {
                        DataGridView.SelectedRows[0].Cells[1].Value = btnItem.Text;
                        DataGridView.Refresh();
                    });
                    colChoice.SubItems.Add(btnItem);
                }
                DataGridView.Columns.Add(colChoice);
                DataGridView.Columns.Add(colName);
            }
            else if (@class.GetType().Equals(new Framework.Model.PrepareMachineTool().GetType()))
            {
                DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn colChoice = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
                colChoice.HeaderText = "选择机具";
                colChoice.Width      = 150;
                DevComponents.DotNetBar.Controls.DataGridViewMaskedTextBoxAdvColumn colName = new DevComponents.DotNetBar.Controls.DataGridViewMaskedTextBoxAdvColumn();
                colName.HeaderText = "机具名称";
                colName.Width      = 460;

                object[] machines = new object[] {
                    "抹子", "砂纸", "2m靠尺", "弹线墨盒", "多用刀", "铲刀", "阴阳角抿子", "电动搅拌机", "角磨机", "其它"
                };
                for (int i = 0; i < 10; i++)
                {
                    DevComponents.DotNetBar.ButtonItem btnItem = new DevComponents.DotNetBar.ButtonItem();
                    btnItem.Text   = (string)machines[i];
                    btnItem.Click += new System.EventHandler(delegate(object sender, System.EventArgs args)
                    {
                        DataGridView.SelectedRows[0].Cells[1].Value = btnItem.Text;
                        DataGridView.Refresh();
                    });
                    colChoice.SubItems.Add(btnItem);
                }
                DataGridView.Columns.Add(colChoice);
                DataGridView.Columns.Add(colName);
            }
            else if (@class.GetType().Equals(new Framework.Model.PrepareMaterial().GetType()))
            {
                DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn colChoice = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
                colChoice.HeaderText = "选择屋面做法";
                colChoice.Width      = 150;
                DevComponents.DotNetBar.Controls.DataGridViewMaskedTextBoxAdvColumn colName = new DevComponents.DotNetBar.Controls.DataGridViewMaskedTextBoxAdvColumn();
                colName.HeaderText = "屋面做法";
                colName.Width      = 460;
                object[] machines = new object[] {
                    "发泡陶瓷保温板",
                    "复合水泥发泡保温板",
                    "加气混凝土板",
                    "岩棉板(条)",
                    "蓝海板",
                    "其它"
                };
                for (int i = 0; i < 6; i++)
                {
                    DevComponents.DotNetBar.ButtonItem btnItem = new DevComponents.DotNetBar.ButtonItem();
                    btnItem.Text   = (string)machines[i];
                    btnItem.Click += new System.EventHandler(delegate(object sender, System.EventArgs args)
                    {
                        DataGridView.SelectedRows[0].Cells[1].Value = btnItem.Text;
                        DataGridView.Refresh();
                    });
                    colChoice.SubItems.Add(btnItem);
                }
                DataGridView.Columns.Add(colChoice);
                DataGridView.Columns.Add(colName);
            }
        }
		/// <summary>
		/// Initializes a new instance of the <see cref="ProductCostHistoryDataGridViewBase"/> class.
		/// </summary>
		public ProductCostHistoryDataGridViewBase()
		{			
			this.components = new System.ComponentModel.Container();			
			
			this.uxProductCostHistoryDataGridView = new System.Windows.Forms.DataGridView();
			this.uxProductCostHistoryBindingSource = new System.Windows.Forms.BindingSource(this.components);
			this.uxProductCostHistoryErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.uxProductIdDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
			this.uxStartDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxEndDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxStandardCostDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxModifiedDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			//this.uxProductIdBindingSource = new ProductBindingSource(this.components);
			//((System.ComponentModel.ISupportInitialize)(this.uxProductIdBindingSource)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.uxProductCostHistoryDataGridView)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.uxProductCostHistoryBindingSource)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.uxProductCostHistoryErrorProvider)).BeginInit();
			this.SuspendLayout();
						
			// 
			// uxProductCostHistoryErrorProvider
			// 
			this.uxProductCostHistoryErrorProvider.ContainerControl = this;
			this.uxProductCostHistoryErrorProvider.DataSource = this.uxProductCostHistoryBindingSource;						
			// 
			// uxProductCostHistoryDataGridView
			// 
			this.uxProductCostHistoryDataGridView.AutoGenerateColumns = false;
			this.uxProductCostHistoryDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.uxProductCostHistoryDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
		this.uxProductIdDataGridViewColumn,
		this.uxStartDateDataGridViewColumn,
		this.uxEndDateDataGridViewColumn,
		this.uxStandardCostDataGridViewColumn,
		this.uxModifiedDateDataGridViewColumn			});
			this.uxProductCostHistoryDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.uxProductCostHistoryDataGridView.Location = new System.Drawing.Point(0, 0);
			this.uxProductCostHistoryDataGridView.Name = "uxProductCostHistoryDataGridView";
			this.uxProductCostHistoryDataGridView.Size = new System.Drawing.Size(470, 300);
			this.uxProductCostHistoryDataGridView.TabIndex = 0;	
			this.uxProductCostHistoryDataGridView.BackgroundColor = System.Drawing.Color.WhiteSmoke;
			this.uxProductCostHistoryDataGridView.EnableHeadersVisualStyles = false;
			this.uxProductCostHistoryDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnProductCostHistoryDataGridViewDataError);
			this.uxProductCostHistoryDataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnProductCostHistoryDataGridViewCellValueNeeded);
			this.uxProductCostHistoryDataGridView.CellValuePushed += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnProductCostHistoryDataGridViewCellValuePushed);
			
			//
			// uxProductIdDataGridViewColumn
			//
			this.uxProductIdDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxProductIdDataGridViewColumn.DataPropertyName = "ProductId";
			this.uxProductIdDataGridViewColumn.HeaderText = "ProductId";
			this.uxProductIdDataGridViewColumn.Name = "uxProductIdDataGridViewColumn";
			this.uxProductIdDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxProductIdDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxProductIdDataGridViewColumn.ReadOnly = false;		
			//
			// uxStartDateDataGridViewColumn
			//
			this.uxStartDateDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxStartDateDataGridViewColumn.DataPropertyName = "StartDate";
			this.uxStartDateDataGridViewColumn.HeaderText = "StartDate";
			this.uxStartDateDataGridViewColumn.Name = "uxStartDateDataGridViewColumn";
			this.uxStartDateDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxStartDateDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxStartDateDataGridViewColumn.ReadOnly = false;		
			//
			// uxEndDateDataGridViewColumn
			//
			this.uxEndDateDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxEndDateDataGridViewColumn.DataPropertyName = "EndDate";
			this.uxEndDateDataGridViewColumn.HeaderText = "EndDate";
			this.uxEndDateDataGridViewColumn.Name = "uxEndDateDataGridViewColumn";
			this.uxEndDateDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxEndDateDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxEndDateDataGridViewColumn.ReadOnly = false;		
			//
			// uxStandardCostDataGridViewColumn
			//
			this.uxStandardCostDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxStandardCostDataGridViewColumn.DataPropertyName = "StandardCost";
			this.uxStandardCostDataGridViewColumn.HeaderText = "StandardCost";
			this.uxStandardCostDataGridViewColumn.Name = "uxStandardCostDataGridViewColumn";
			this.uxStandardCostDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxStandardCostDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxStandardCostDataGridViewColumn.ReadOnly = false;		
			//
			// uxModifiedDateDataGridViewColumn
			//
			this.uxModifiedDateDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxModifiedDateDataGridViewColumn.DataPropertyName = "ModifiedDate";
			this.uxModifiedDateDataGridViewColumn.HeaderText = "ModifiedDate";
			this.uxModifiedDateDataGridViewColumn.Name = "uxModifiedDateDataGridViewColumn";
			this.uxModifiedDateDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxModifiedDateDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxModifiedDateDataGridViewColumn.ReadOnly = false;		
			//
			// uxProductIdDataGridViewColumn
			//				
			this.uxProductIdDataGridViewColumn.DisplayMember = "Name";	
			this.uxProductIdDataGridViewColumn.ValueMember = "ProductId";	
			this.uxProductIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
			//uxProductIdDataGridViewColumn.DataSource = uxProductIdBindingSource;				
				
			
			// this
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.uxProductCostHistoryDataGridView);
			this.Name = "ProductCostHistoryDataGridView";
			this.Size = new System.Drawing.Size(470, 300);
			//((System.ComponentModel.ISupportInitialize)(this.uxProductIdBindingSource)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.uxProductCostHistoryErrorProvider)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.uxProductCostHistoryDataGridView)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.uxProductCostHistoryBindingSource)).EndInit();
			this.ResumeLayout(false);
		}
 /// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = 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.checkStandard = new System.Windows.Forms.CheckBox();
     this.cbxVariants = new System.Windows.Forms.ComboBox();
     this.cbxQueries = new System.Windows.Forms.ComboBox();
     this.cbxUserGroup = new System.Windows.Forms.ComboBox();
     this.txtMaxRows = new System.Windows.Forms.TextBox();
     this.btnExcute = new System.Windows.Forms.Button();
     this.dgvParameters = new System.Windows.Forms.DataGridView();
     this.CSELNAME = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.CKIND = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CSIGN = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.COPTION = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.CLOW = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CHIGH = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnQuery = new System.Windows.Forms.Button();
     this.btnSearchUserGroup = new System.Windows.Forms.Button();
     this.btnSearchQuery = new System.Windows.Forms.Button();
     this.dgvSearchResult = new System.Windows.Forms.DataGridView();
     this.btnSearchVariant = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.cbxSystemList = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.dgvParameters)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvSearchResult)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(5, 140);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "标准工作区域";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(2, 60);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(53, 12);
     this.label3.TabIndex = 3;
     this.label3.Text = "查询名称";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(5, 33);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(41, 12);
     this.label4.TabIndex = 4;
     this.label4.Text = "用户组";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(3, 83);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(41, 12);
     this.label5.TabIndex = 5;
     this.label5.Text = "变量名";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(4, 113);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(29, 12);
     this.label6.TabIndex = 6;
     this.label6.Text = "数量";
     //
     // checkStandard
     //
     this.checkStandard.AutoSize = true;
     this.checkStandard.Location = new System.Drawing.Point(91, 138);
     this.checkStandard.Name = "checkStandard";
     this.checkStandard.Size = new System.Drawing.Size(15, 14);
     this.checkStandard.TabIndex = 2;
     this.checkStandard.UseVisualStyleBackColor = true;
     //
     // cbxVariants
     //
     this.cbxVariants.FormattingEnabled = true;
     this.cbxVariants.Location = new System.Drawing.Point(57, 80);
     this.cbxVariants.Name = "cbxVariants";
     this.cbxVariants.Size = new System.Drawing.Size(110, 20);
     this.cbxVariants.TabIndex = 5;
     //
     // cbxQueries
     //
     this.cbxQueries.FormattingEnabled = true;
     this.cbxQueries.Location = new System.Drawing.Point(58, 54);
     this.cbxQueries.Name = "cbxQueries";
     this.cbxQueries.Size = new System.Drawing.Size(109, 20);
     this.cbxQueries.TabIndex = 4;
     //
     // cbxUserGroup
     //
     this.cbxUserGroup.FormattingEnabled = true;
     this.cbxUserGroup.Location = new System.Drawing.Point(57, 30);
     this.cbxUserGroup.Name = "cbxUserGroup";
     this.cbxUserGroup.Size = new System.Drawing.Size(110, 20);
     this.cbxUserGroup.TabIndex = 3;
     this.cbxUserGroup.SelectedIndexChanged += new System.EventHandler(this.cbxUserGroup_SelectedIndexChanged);
     //
     // txtMaxRows
     //
     this.txtMaxRows.Location = new System.Drawing.Point(57, 110);
     this.txtMaxRows.Name = "txtMaxRows";
     this.txtMaxRows.Size = new System.Drawing.Size(49, 21);
     this.txtMaxRows.TabIndex = 6;
     this.txtMaxRows.Text = "500";
     //
     // btnExcute
     //
     this.btnExcute.Location = new System.Drawing.Point(119, 113);
     this.btnExcute.Name = "btnExcute";
     this.btnExcute.Size = new System.Drawing.Size(61, 39);
     this.btnExcute.TabIndex = 9;
     this.btnExcute.Text = "读取数据";
     this.btnExcute.UseVisualStyleBackColor = true;
     this.btnExcute.Click += new System.EventHandler(this.btnExcute_Click);
     //
     // dgvParameters
     //
     this.dgvParameters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvParameters.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.CSELNAME,
     this.CKIND,
     this.CFieldName,
     this.CName,
     this.CSIGN,
     this.COPTION,
     this.CLOW,
     this.CHIGH});
     this.dgvParameters.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvParameters.Location = new System.Drawing.Point(0, 0);
     this.dgvParameters.Name = "dgvParameters";
     this.dgvParameters.RowHeadersWidth = 20;
     this.dgvParameters.RowTemplate.Height = 23;
     this.dgvParameters.Size = new System.Drawing.Size(675, 149);
     this.dgvParameters.TabIndex = 8;
     this.dgvParameters.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvParameters_EditingControlShowing);
     //
     // CSELNAME
     //
     this.CSELNAME.HeaderText = "列名";
     this.CSELNAME.Name = "CSELNAME";
     this.CSELNAME.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.CSELNAME.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // CKIND
     //
     this.CKIND.HeaderText = "类型";
     this.CKIND.Name = "CKIND";
     this.CKIND.ReadOnly = true;
     this.CKIND.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     //
     // CFieldName
     //
     this.CFieldName.HeaderText = "列名";
     this.CFieldName.Name = "CFieldName";
     this.CFieldName.ReadOnly = true;
     //
     // CName
     //
     this.CName.HeaderText = "参数名";
     this.CName.Name = "CName";
     this.CName.ReadOnly = true;
     //
     // CSIGN
     //
     this.CSIGN.HeaderText = "标识";
     this.CSIGN.Items.AddRange(new object[] {
     "I",
     "E"});
     this.CSIGN.Name = "CSIGN";
     this.CSIGN.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.CSIGN.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.CSIGN.Width = 50;
     //
     // COPTION
     //
     this.COPTION.HeaderText = "选项";
     this.COPTION.Items.AddRange(new object[] {
     "EQ",
     "NE"});
     this.COPTION.Name = "COPTION";
     this.COPTION.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.COPTION.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.COPTION.Width = 50;
     //
     // CLOW
     //
     this.CLOW.HeaderText = "低位";
     this.CLOW.Name = "CLOW";
     this.CLOW.Width = 150;
     //
     // CHIGH
     //
     this.CHIGH.HeaderText = "高位";
     this.CHIGH.Name = "CHIGH";
     this.CHIGH.Width = 150;
     //
     // btnQuery
     //
     this.btnQuery.Location = new System.Drawing.Point(186, 113);
     this.btnQuery.Name = "btnQuery";
     this.btnQuery.Size = new System.Drawing.Size(62, 39);
     this.btnQuery.TabIndex = 7;
     this.btnQuery.Text = "查询条件";
     this.btnQuery.UseVisualStyleBackColor = true;
     this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
     //
     // btnSearchUserGroup
     //
     this.btnSearchUserGroup.Location = new System.Drawing.Point(173, 27);
     this.btnSearchUserGroup.Name = "btnSearchUserGroup";
     this.btnSearchUserGroup.Size = new System.Drawing.Size(75, 23);
     this.btnSearchUserGroup.TabIndex = 10;
     this.btnSearchUserGroup.Text = "搜索用户组";
     this.btnSearchUserGroup.UseVisualStyleBackColor = true;
     this.btnSearchUserGroup.Click += new System.EventHandler(this.btnSearchUserGroup_Click);
     //
     // btnSearchQuery
     //
     this.btnSearchQuery.Location = new System.Drawing.Point(173, 52);
     this.btnSearchQuery.Name = "btnSearchQuery";
     this.btnSearchQuery.Size = new System.Drawing.Size(75, 23);
     this.btnSearchQuery.TabIndex = 11;
     this.btnSearchQuery.Text = "搜索查询";
     this.btnSearchQuery.UseVisualStyleBackColor = true;
     this.btnSearchQuery.Click += new System.EventHandler(this.btnSearchQuery_Click);
     //
     // dgvSearchResult
     //
     this.dgvSearchResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvSearchResult.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvSearchResult.Location = new System.Drawing.Point(0, 0);
     this.dgvSearchResult.Name = "dgvSearchResult";
     this.dgvSearchResult.RowTemplate.Height = 23;
     this.dgvSearchResult.Size = new System.Drawing.Size(235, 149);
     this.dgvSearchResult.TabIndex = 12;
     //
     // btnSearchVariant
     //
     this.btnSearchVariant.Location = new System.Drawing.Point(173, 80);
     this.btnSearchVariant.Name = "btnSearchVariant";
     this.btnSearchVariant.Size = new System.Drawing.Size(75, 23);
     this.btnSearchVariant.TabIndex = 13;
     this.btnSearchVariant.Text = "搜索变量";
     this.btnSearchVariant.UseVisualStyleBackColor = true;
     this.btnSearchVariant.Click += new System.EventHandler(this.btnSearchVariant_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(4, 7);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(47, 12);
     this.label2.TabIndex = 16;
     this.label2.Text = "SAP系统";
     //
     // splitContainer1
     //
     this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(254, 3);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.dgvSearchResult);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dgvParameters);
     this.splitContainer1.Size = new System.Drawing.Size(914, 149);
     this.splitContainer1.SplitterDistance = 235;
     this.splitContainer1.TabIndex = 17;
     //
     // cbxSystemList
     //
     this.cbxSystemList.FormattingEnabled = true;
     this.cbxSystemList.Location = new System.Drawing.Point(58, 4);
     this.cbxSystemList.Name = "cbxSystemList";
     this.cbxSystemList.Size = new System.Drawing.Size(109, 20);
     this.cbxSystemList.TabIndex = 18;
     //
     // SAPQueryControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.cbxSystemList);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.btnSearchVariant);
     this.Controls.Add(this.btnSearchQuery);
     this.Controls.Add(this.btnSearchUserGroup);
     this.Controls.Add(this.btnQuery);
     this.Controls.Add(this.btnExcute);
     this.Controls.Add(this.txtMaxRows);
     this.Controls.Add(this.cbxUserGroup);
     this.Controls.Add(this.cbxQueries);
     this.Controls.Add(this.cbxVariants);
     this.Controls.Add(this.checkStandard);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label1);
     this.Name = "SAPQueryControl";
     this.Size = new System.Drawing.Size(1171, 159);
     ((System.ComponentModel.ISupportInitialize)(this.dgvParameters)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvSearchResult)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #7
0
        public FrmArrayList(Framework.Entity.Chapter chapter, object type)
        {
            InitializeComponent();
            @class = type;
            System.Collections.ArrayList templateList = contentService.GetContentTemplateByTitle(chapter.Title);
            foreach (Framework.Entity.Template template in templateList)
            {
                Framework.Class.ComboItem item = new Framework.Class.ComboItem();
                item.Text = template.Title;
                item.Value = template;
                CbxType.Items.Add(item);
            }
            CbxType.SelectedIndex = 0;
            if (@class.GetType().Equals(new Framework.Model.PlanLabor().GetType()))
            {
                System.Windows.Forms.DataGridViewCheckBoxColumn colState = new System.Windows.Forms.DataGridViewCheckBoxColumn(true);
                colState.ThreeState = false;
                colState.Width = 30;
                DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn colType = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
                colType.HeaderText = "工种";
                colType.Width = 80;
                DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn colBase = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
                colBase.HeaderText = "基础施工阶段";
                colBase.Width = 100;
                DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn colMain = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
                colMain.HeaderText = "主体施工阶段";
                colMain.Width = 100;
                DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn colFitup = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
                colFitup.HeaderText = "基础施工阶段";
                colFitup.Width = 100;
                DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn colLast = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
                colLast.HeaderText = "收尾阶段";
                colLast.Width = 100;
                DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn colPrepare = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
                colPrepare.HeaderText = "准备阶段";
                colPrepare.Width = 100;
                DataGridView.Columns.Add(colState);
                DataGridView.Columns.Add(colType);
                DataGridView.Columns.Add(colBase);
                DataGridView.Columns.Add(colMain);
                DataGridView.Columns.Add(colFitup);
                DataGridView.Columns.Add(colLast);
                DataGridView.Columns.Add(colPrepare);
            }
            else if (@class.GetType().Equals(new Framework.Model.PlanMachine().GetType()))
            {
                DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn colChoice = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
                colChoice.HeaderText = "选择设备";
                colChoice.Width = 70;
                DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn colName = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
                colName.HeaderText = "设备名称";
                colName.Width = 180;
                DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn colType = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
                colType.HeaderText = "设备型号";
                colType.Width = 180;
                DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn colFunction = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
                colFunction.HeaderText = "性能";
                colFunction.Width = 180;
                object[,] machines = new object[,]{
                    {"塔吊",new string[]{"QTZ31.5&315-KN·m","QTZ40&400KN·m","QTZ50&500KN·m","QTZ63&630KN·m"}},
                    {"施工电梯",new string[]{"SCD200/200&100m/200m"}},
                    {"砼搅拌机",new string[]{"JDC350&350L/560L","JS500&500L/800L","JS75&750L/1200L"}},
                    {"挖掘机(反铲)",new string[]{"Atlas3306LC&31500&1.90","Atlas2606LC&25000&1.50","Atlas2006LC&18000&1.00","Atlas2306LC&22000&1.20","BonnyCE400-6&40000&2.00","BonnyCE650-6&66000&4.00"}}
                };
                for (int i = 0; i < 4; i++)
                {
                    DevComponents.DotNetBar.ButtonItem btnItem = new DevComponents.DotNetBar.ButtonItem();
                    btnItem.Text = (string)machines[i, 0];
                    string[] types = (string[])machines[i, 1];
                    for (int j = 0; j < types.Length; j++)
                    {
                        DevComponents.DotNetBar.ButtonItem btnChildItem = new DevComponents.DotNetBar.ButtonItem();
                        string[] info = types[j].ToString().Split('&');
                        btnChildItem.Text = info[0];
                        btnChildItem.Click += new System.EventHandler(delegate(object sender, System.EventArgs args)
                        {
                            DevComponents.DotNetBar.ButtonItem item = sender as DevComponents.DotNetBar.ButtonItem;
                            DataGridView.SelectedRows[0].Cells[1].Value = item.Parent.Text;
                            DataGridView.SelectedRows[0].Cells[2].Value = info[0];
                            DataGridView.SelectedRows[0].Cells[3].Value = info[1];
                            DataGridView.Refresh();
                        });
                        btnItem.SubItems.Add(btnChildItem);
                    }
                    colChoice.SubItems.Add(btnItem);
                }
                DataGridView.Columns.Add(colChoice);
                DataGridView.Columns.Add(colName);
                DataGridView.Columns.Add(colType);
                DataGridView.Columns.Add(colFunction);
            }
            else if (@class.GetType().Equals(new Framework.Model.PlanMaterial().GetType()))
            {
                // DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn colName = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
                System.Windows.Forms.DataGridViewComboBoxColumn colName = new System.Windows.Forms.DataGridViewComboBoxColumn();
                colName.HeaderText = "材料名称";
                colName.Width = 120;
                DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn colNumber = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
                colNumber.HeaderText = "进场数量";
                colNumber.Width = 100;
                DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn colUnit = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
                colUnit.HeaderText = "单位";
                colUnit.Width = 80;
                DevComponents.DotNetBar.Controls.DataGridViewTextBoxDropDownColumn colPlan = new DevComponents.DotNetBar.Controls.DataGridViewTextBoxDropDownColumn();
                colPlan.HeaderText = "进场计划";
                colPlan.Width = 160;
                DevComponents.DotNetBar.Controls.DataGridViewTextBoxDropDownColumn colRemarks = new DevComponents.DotNetBar.Controls.DataGridViewTextBoxDropDownColumn();
                colRemarks.HeaderText = "备注";
                colRemarks.Width = 150;
                DataGridView.Columns.Add(colName);
                DataGridView.Columns.Add(colNumber);
                DataGridView.Columns.Add(colUnit);
                DataGridView.Columns.Add(colPlan);
                DataGridView.Columns.Add(colRemarks);
            }
            else if (@class.GetType().Equals(new Framework.Model.ManageMember().GetType()))
            {
                System.Windows.Forms.DataGridViewCheckBoxColumn colState = new System.Windows.Forms.DataGridViewCheckBoxColumn(true);
                colState.ThreeState = false;
                colState.Width = 30;
                System.Windows.Forms.DataGridViewTextBoxColumn colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
                colName.HeaderText = "姓名";
                colName.Width = 100;
                DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn colWork = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
                colWork.HeaderText = "职务";
                colWork.Width = 120;
                System.Windows.Forms.DataGridViewComboBoxColumn colTitle = new System.Windows.Forms.DataGridViewComboBoxColumn();
                colTitle.HeaderText = "职称";
                colTitle.Width = 120;
                colTitle.Items.Add("高级工程师");
                colTitle.Items.Add("工程师");
                colTitle.Items.Add("助理工程师");
                colTitle.Items.Add("经济师");
                colTitle.Items.Add("会计师");
                System.Windows.Forms.DataGridViewTextBoxColumn colDuty = new System.Windows.Forms.DataGridViewTextBoxColumn();
                colDuty.HeaderText = "工作责任";
                colDuty.Width = 120;
                System.Windows.Forms.DataGridViewTextBoxColumn colRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
                colRemarks.HeaderText = "备注";
                colRemarks.Width = 120;
                DataGridView.Columns.Add(colState);
                DataGridView.Columns.Add(colName);
                DataGridView.Columns.Add(colWork);
                DataGridView.Columns.Add(colTitle);
                DataGridView.Columns.Add(colDuty);
                DataGridView.Columns.Add(colRemarks);
            }
            else if (@class.GetType().Equals(new Framework.Model.PrepareMaterial().GetType()))
            {
                DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn colChoice = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
                colChoice.HeaderText = "选择材料";
                colChoice.Width = 150;
                DevComponents.DotNetBar.Controls.DataGridViewMaskedTextBoxAdvColumn colName = new DevComponents.DotNetBar.Controls.DataGridViewMaskedTextBoxAdvColumn();
                colName.HeaderText = "材料名称";
                colName.Width = 460;
                object[] machines = new object[]{
                 "发泡陶瓷保温板" ,
                 "复合水泥发泡保温板",
                 "加气混凝土板",
                 "岩棉板(条)",
                 "蓝海板",
                 "其它"};
                for (int i = 0; i < 6; i++)
                {
                    DevComponents.DotNetBar.ButtonItem btnItem = new DevComponents.DotNetBar.ButtonItem();
                    btnItem.Text = (string)machines[i];
                    btnItem.Click += new System.EventHandler(delegate(object sender, System.EventArgs args)
                    {
                        DataGridView.SelectedRows[0].Cells[1].Value = btnItem.Text;
                        DataGridView.Refresh();
                    });
                    colChoice.SubItems.Add(btnItem);
                }
                DataGridView.Columns.Add(colChoice);
                DataGridView.Columns.Add(colName);
            }
            else if (@class.GetType().Equals(new Framework.Model.PrepareMachineTool().GetType()))
            {
                DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn colChoice = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
                colChoice.HeaderText = "选择机具";
                colChoice.Width = 150;
                DevComponents.DotNetBar.Controls.DataGridViewMaskedTextBoxAdvColumn colName = new DevComponents.DotNetBar.Controls.DataGridViewMaskedTextBoxAdvColumn();
                colName.HeaderText = "机具名称";
                colName.Width = 460;

                object[] machines = new object[]{
                "抹子","砂纸","2m靠尺","弹线墨盒","多用刀","铲刀","阴阳角抿子","电动搅拌机","角磨机","其它"};
                for (int i = 0; i < 10; i++)
                {
                    DevComponents.DotNetBar.ButtonItem btnItem = new DevComponents.DotNetBar.ButtonItem();
                    btnItem.Text = (string)machines[i];
                    btnItem.Click += new System.EventHandler(delegate(object sender, System.EventArgs args)
                    {
                        DataGridView.SelectedRows[0].Cells[1].Value = btnItem.Text;
                        DataGridView.Refresh();
                    });
                    colChoice.SubItems.Add(btnItem);
                }
                DataGridView.Columns.Add(colChoice);
                DataGridView.Columns.Add(colName);
            }
            else if (@class.GetType().Equals(new Framework.Model.PrepareMaterial().GetType()))
            {
                DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn colChoice = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
                colChoice.HeaderText = "选择屋面做法";
                colChoice.Width = 150;
                DevComponents.DotNetBar.Controls.DataGridViewMaskedTextBoxAdvColumn colName = new DevComponents.DotNetBar.Controls.DataGridViewMaskedTextBoxAdvColumn();
                colName.HeaderText = "屋面做法";
                colName.Width = 460;
                object[] machines = new object[]{
                 "发泡陶瓷保温板" ,
                 "复合水泥发泡保温板",
                 "加气混凝土板",
                 "岩棉板(条)",
                 "蓝海板",
                 "其它"};
                for (int i = 0; i < 6; i++)
                {
                    DevComponents.DotNetBar.ButtonItem btnItem = new DevComponents.DotNetBar.ButtonItem();
                    btnItem.Text = (string)machines[i];
                    btnItem.Click += new System.EventHandler(delegate(object sender, System.EventArgs args)
                    {
                        DataGridView.SelectedRows[0].Cells[1].Value = btnItem.Text;
                        DataGridView.Refresh();
                    });
                    colChoice.SubItems.Add(btnItem);
                }
                DataGridView.Columns.Add(colChoice);
                DataGridView.Columns.Add(colName);
            }
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="AddressDataGridViewBase"/> class.
        /// </summary>
        public AddressDataGridViewBase()
        {
            this.components = new System.ComponentModel.Container();

            this.uxAddressDataGridView               = new System.Windows.Forms.DataGridView();
            this.uxAddressBindingSource              = new System.Windows.Forms.BindingSource(this.components);
            this.uxAddressErrorProvider              = new System.Windows.Forms.ErrorProvider(this.components);
            this.uxAddressIdDataGridViewColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxAddressLine1DataGridViewColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxAddressLine2DataGridViewColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxCityDataGridViewColumn            = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxStateProvinceIdDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxPostalCodeDataGridViewColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxRowguidDataGridViewColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxModifiedDateDataGridViewColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            //this.uxStateProvinceIdBindingSource = new StateProvinceBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxStateProvinceIdBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxAddressDataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxAddressBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxAddressErrorProvider)).BeginInit();
            this.SuspendLayout();

            //
            // uxAddressErrorProvider
            //
            this.uxAddressErrorProvider.ContainerControl = this;
            this.uxAddressErrorProvider.DataSource       = this.uxAddressBindingSource;
            //
            // uxAddressDataGridView
            //
            this.uxAddressDataGridView.AutoGenerateColumns         = false;
            this.uxAddressDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.uxAddressDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.uxAddressIdDataGridViewColumn,
                this.uxAddressLine1DataGridViewColumn,
                this.uxAddressLine2DataGridViewColumn,
                this.uxCityDataGridViewColumn,
                this.uxStateProvinceIdDataGridViewColumn,
                this.uxPostalCodeDataGridViewColumn,
                this.uxRowguidDataGridViewColumn,
                this.uxModifiedDateDataGridViewColumn
            });
            this.uxAddressDataGridView.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.uxAddressDataGridView.Location                  = new System.Drawing.Point(0, 0);
            this.uxAddressDataGridView.Name                      = "uxAddressDataGridView";
            this.uxAddressDataGridView.Size                      = new System.Drawing.Size(470, 300);
            this.uxAddressDataGridView.TabIndex                  = 0;
            this.uxAddressDataGridView.BackgroundColor           = System.Drawing.Color.WhiteSmoke;
            this.uxAddressDataGridView.EnableHeadersVisualStyles = false;
            this.uxAddressDataGridView.DataError                += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnAddressDataGridViewDataError);
            this.uxAddressDataGridView.CellValueNeeded          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnAddressDataGridViewCellValueNeeded);
            this.uxAddressDataGridView.CellValuePushed          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnAddressDataGridViewCellValuePushed);

            //
            // uxAddressIdDataGridViewColumn
            //
            this.uxAddressIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxAddressIdDataGridViewColumn.DataPropertyName = "AddressId";
            this.uxAddressIdDataGridViewColumn.HeaderText       = "AddressId";
            this.uxAddressIdDataGridViewColumn.Name             = "uxAddressIdDataGridViewColumn";
            this.uxAddressIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxAddressIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxAddressIdDataGridViewColumn.ReadOnly         = true;
            //
            // uxAddressLine1DataGridViewColumn
            //
            this.uxAddressLine1DataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxAddressLine1DataGridViewColumn.DataPropertyName = "AddressLine1";
            this.uxAddressLine1DataGridViewColumn.HeaderText       = "AddressLine1";
            this.uxAddressLine1DataGridViewColumn.Name             = "uxAddressLine1DataGridViewColumn";
            this.uxAddressLine1DataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxAddressLine1DataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxAddressLine1DataGridViewColumn.ReadOnly         = false;
            //
            // uxAddressLine2DataGridViewColumn
            //
            this.uxAddressLine2DataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxAddressLine2DataGridViewColumn.DataPropertyName = "AddressLine2";
            this.uxAddressLine2DataGridViewColumn.HeaderText       = "AddressLine2";
            this.uxAddressLine2DataGridViewColumn.Name             = "uxAddressLine2DataGridViewColumn";
            this.uxAddressLine2DataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxAddressLine2DataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxAddressLine2DataGridViewColumn.ReadOnly         = false;
            //
            // uxCityDataGridViewColumn
            //
            this.uxCityDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxCityDataGridViewColumn.DataPropertyName = "City";
            this.uxCityDataGridViewColumn.HeaderText       = "City";
            this.uxCityDataGridViewColumn.Name             = "uxCityDataGridViewColumn";
            this.uxCityDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxCityDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxCityDataGridViewColumn.ReadOnly         = false;
            //
            // uxStateProvinceIdDataGridViewColumn
            //
            this.uxStateProvinceIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxStateProvinceIdDataGridViewColumn.DataPropertyName = "StateProvinceId";
            this.uxStateProvinceIdDataGridViewColumn.HeaderText       = "StateProvinceId";
            this.uxStateProvinceIdDataGridViewColumn.Name             = "uxStateProvinceIdDataGridViewColumn";
            this.uxStateProvinceIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxStateProvinceIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxStateProvinceIdDataGridViewColumn.ReadOnly         = false;
            //
            // uxPostalCodeDataGridViewColumn
            //
            this.uxPostalCodeDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxPostalCodeDataGridViewColumn.DataPropertyName = "PostalCode";
            this.uxPostalCodeDataGridViewColumn.HeaderText       = "PostalCode";
            this.uxPostalCodeDataGridViewColumn.Name             = "uxPostalCodeDataGridViewColumn";
            this.uxPostalCodeDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxPostalCodeDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxPostalCodeDataGridViewColumn.ReadOnly         = false;
            //
            // uxRowguidDataGridViewColumn
            //
            this.uxRowguidDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxRowguidDataGridViewColumn.DataPropertyName = "Rowguid";
            this.uxRowguidDataGridViewColumn.HeaderText       = "Rowguid";
            this.uxRowguidDataGridViewColumn.Name             = "uxRowguidDataGridViewColumn";
            this.uxRowguidDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxRowguidDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxRowguidDataGridViewColumn.ReadOnly         = true;
            //
            // uxModifiedDateDataGridViewColumn
            //
            this.uxModifiedDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxModifiedDateDataGridViewColumn.DataPropertyName = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.HeaderText       = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.Name             = "uxModifiedDateDataGridViewColumn";
            this.uxModifiedDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxModifiedDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxModifiedDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxStateProvinceIdDataGridViewColumn
            //
            this.uxStateProvinceIdDataGridViewColumn.DisplayMember = "StateProvinceCode";
            this.uxStateProvinceIdDataGridViewColumn.ValueMember   = "StateProvinceId";
            this.uxStateProvinceIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxStateProvinceIdDataGridViewColumn.DataSource = uxStateProvinceIdBindingSource;


            // this
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.uxAddressDataGridView);
            this.Name = "AddressDataGridView";
            this.Size = new System.Drawing.Size(470, 300);
            //((System.ComponentModel.ISupportInitialize)(this.uxStateProvinceIdBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxAddressErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxAddressDataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxAddressBindingSource)).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()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = 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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RunningOrderTour));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
     this.EventRegDataGridView = new System.Windows.Forms.DataGridView();
     this.SanctionId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MemberId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SkierName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TeamCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.AgeGroup = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.EventGroup = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RunOrder = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RankingScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RankingRating = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.EventClass = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.JumpHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TrickBoat = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.HCapBase = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.HCapScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Event = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PK = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Updated = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.State = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.City = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.winStatus = new System.Windows.Forms.StatusStrip();
     this.winStatusMsg = new System.Windows.Forms.ToolStripStatusLabel();
     this.slalomButton = new System.Windows.Forms.RadioButton();
     this.trickButton = new System.Windows.Forms.RadioButton();
     this.jumpButton = new System.Windows.Forms.RadioButton();
     this.TopNavMenu = new System.Windows.Forms.ToolStrip();
     this.navRefresh = new System.Windows.Forms.ToolStripButton();
     this.navPrint = new System.Windows.Forms.ToolStripButton();
     this.navPrintFormButton = new System.Windows.Forms.ToolStripButton();
     this.navExport = new System.Windows.Forms.ToolStripButton();
     this.navFilter = new System.Windows.Forms.ToolStripButton();
     this.navSort = new System.Windows.Forms.ToolStripButton();
     this.navSave = new System.Windows.Forms.ToolStripButton();
     this.navExportRunorder = new System.Windows.Forms.ToolStripButton();
     this.navExportSplashEye = new System.Windows.Forms.ToolStripButton();
     this.navClassChangeButton = new System.Windows.Forms.ToolStripButton();
     this.navLiveWeb = new System.Windows.Forms.ToolStripButton();
     this.navEditRound = new System.Windows.Forms.ToolStripButton();
     this.navRecalcHcapButton = new System.Windows.Forms.ToolStripButton();
     this.RowStatusLabel = new System.Windows.Forms.Label();
     this.PrintDataGridView = new System.Windows.Forms.DataGridView();
     this.PrintCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintGroupCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintEvent = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintEventGroup = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintAgeGroup = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintEventRotation = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintSkierSep = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintSkierName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintTeam = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintRunOrder = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintEventClass = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintJumpHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintTrickBoat = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintHcapBase = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintHCapScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintRankingScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintRankingRating = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.printHeaderNote = new System.Windows.Forms.TextBox();
     this.PrintHeaderLabel = new System.Windows.Forms.Label();
     this.EventGroupPanel = new System.Windows.Forms.Panel();
     this.EventGroupFilterLabel = new System.Windows.Forms.Label();
     this.LiveWebLabel = new System.Windows.Forms.Label();
     this.navSaveAs = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.EventRegDataGridView)).BeginInit();
     this.TopNavMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PrintDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // EventRegDataGridView
     //
     this.EventRegDataGridView.AllowUserToAddRows = false;
     this.EventRegDataGridView.AllowUserToDeleteRows = false;
     this.EventRegDataGridView.AllowUserToResizeColumns = false;
     this.EventRegDataGridView.AllowUserToResizeRows = false;
     this.EventRegDataGridView.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.EventRegDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.EventRegDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.EventRegDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.EventRegDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.SanctionId,
     this.MemberId,
     this.SkierName,
     this.TeamCode,
     this.AgeGroup,
     this.EventGroup,
     this.RunOrder,
     this.RankingScore,
     this.RankingRating,
     this.EventClass,
     this.JumpHeight,
     this.TrickBoat,
     this.HCapBase,
     this.HCapScore,
     this.Event,
     this.PK,
     this.Updated,
     this.State,
     this.City});
     dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.EventRegDataGridView.DefaultCellStyle = dataGridViewCellStyle10;
     this.EventRegDataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.EventRegDataGridView.Location = new System.Drawing.Point(5, 115);
     this.EventRegDataGridView.Name = "EventRegDataGridView";
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter;
     dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle11.NullValue = null;
     dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.EventRegDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle11;
     this.EventRegDataGridView.RowHeadersVisible = false;
     this.EventRegDataGridView.RowHeadersWidth = 31;
     this.EventRegDataGridView.Size = new System.Drawing.Size(900, 304);
     this.EventRegDataGridView.TabIndex = 10;
     this.EventRegDataGridView.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.EventRegDataGridView_CellEnter);
     this.EventRegDataGridView.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.EventRegDataGridView_CellValidated);
     this.EventRegDataGridView.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.EventRegDataGridView_CellValidating);
     this.EventRegDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView_DataError);
     this.EventRegDataGridView.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.EventRegDataGridView_RowEnter);
     this.EventRegDataGridView.Leave += new System.EventHandler(this.EventRegDataGridView_Leave);
     //
     // SanctionId
     //
     this.SanctionId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.SanctionId.HeaderText = "SanctionId";
     this.SanctionId.Name = "SanctionId";
     this.SanctionId.ReadOnly = true;
     this.SanctionId.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.SanctionId.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.SanctionId.Visible = false;
     this.SanctionId.Width = 70;
     //
     // MemberId
     //
     this.MemberId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.MemberId.HeaderText = "MemberId";
     this.MemberId.Name = "MemberId";
     this.MemberId.ReadOnly = true;
     this.MemberId.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.MemberId.Visible = false;
     this.MemberId.Width = 70;
     //
     // SkierName
     //
     this.SkierName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SkierName.DefaultCellStyle = dataGridViewCellStyle2;
     this.SkierName.HeaderText = "Skier Name";
     this.SkierName.Name = "SkierName";
     this.SkierName.ReadOnly = true;
     this.SkierName.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.SkierName.Width = 125;
     //
     // TeamCode
     //
     this.TeamCode.HeaderText = "Team";
     this.TeamCode.Name = "TeamCode";
     this.TeamCode.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.TeamCode.Width = 55;
     //
     // AgeGroup
     //
     this.AgeGroup.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.AgeGroup.DefaultCellStyle = dataGridViewCellStyle3;
     this.AgeGroup.HeaderText = "Div";
     this.AgeGroup.Name = "AgeGroup";
     this.AgeGroup.ReadOnly = true;
     this.AgeGroup.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.AgeGroup.Width = 45;
     //
     // EventGroup
     //
     this.EventGroup.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.EventGroup.DefaultCellStyle = dataGridViewCellStyle4;
     this.EventGroup.HeaderText = "Group";
     this.EventGroup.Name = "EventGroup";
     this.EventGroup.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.EventGroup.Width = 50;
     //
     // RunOrder
     //
     this.RunOrder.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.RunOrder.DefaultCellStyle = dataGridViewCellStyle5;
     this.RunOrder.HeaderText = "Order";
     this.RunOrder.Name = "RunOrder";
     this.RunOrder.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.RunOrder.Width = 40;
     //
     // RankingScore
     //
     this.RankingScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle6.Format = "N2";
     dataGridViewCellStyle6.NullValue = "0";
     this.RankingScore.DefaultCellStyle = dataGridViewCellStyle6;
     this.RankingScore.HeaderText = "Ranking Score";
     this.RankingScore.Name = "RankingScore";
     this.RankingScore.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.RankingScore.ToolTipText = "National ranking score";
     this.RankingScore.Width = 50;
     //
     // RankingRating
     //
     this.RankingRating.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.RankingRating.HeaderText = "Rating";
     this.RankingRating.Name = "RankingRating";
     this.RankingRating.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.RankingRating.ToolTipText = "National ranking score rating";
     this.RankingRating.Width = 50;
     //
     // EventClass
     //
     this.EventClass.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.EventClass.DefaultCellStyle = dataGridViewCellStyle7;
     this.EventClass.HeaderText = "Class";
     this.EventClass.Name = "EventClass";
     this.EventClass.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.EventClass.ToolTipText = "tournament classification";
     //
     // JumpHeight
     //
     this.JumpHeight.HeaderText = "Jump Ht";
     this.JumpHeight.Name = "JumpHeight";
     this.JumpHeight.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.JumpHeight.Width = 40;
     //
     // TrickBoat
     //
     this.TrickBoat.HeaderText = "Trick Boat";
     this.TrickBoat.Name = "TrickBoat";
     this.TrickBoat.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.TrickBoat.Width = 40;
     //
     // HCapBase
     //
     this.HCapBase.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle8.Format = "N2";
     dataGridViewCellStyle8.NullValue = null;
     dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.HCapBase.DefaultCellStyle = dataGridViewCellStyle8;
     this.HCapBase.HeaderText = "Hcap Base";
     this.HCapBase.Name = "HCapBase";
     this.HCapBase.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.HCapBase.Width = 50;
     //
     // HCapScore
     //
     this.HCapScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle9.Format = "N2";
     dataGridViewCellStyle9.NullValue = null;
     dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.HCapScore.DefaultCellStyle = dataGridViewCellStyle9;
     this.HCapScore.HeaderText = "Handicap";
     this.HCapScore.Name = "HCapScore";
     this.HCapScore.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.HCapScore.Width = 50;
     //
     // Event
     //
     this.Event.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Event.HeaderText = "Event";
     this.Event.Name = "Event";
     this.Event.ReadOnly = true;
     this.Event.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Event.Width = 50;
     //
     // PK
     //
     this.PK.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.PK.HeaderText = "PK";
     this.PK.Name = "PK";
     this.PK.ReadOnly = true;
     this.PK.Visible = false;
     this.PK.Width = 50;
     //
     // Updated
     //
     this.Updated.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Updated.HeaderText = "Updated";
     this.Updated.Name = "Updated";
     this.Updated.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Updated.Visible = false;
     this.Updated.Width = 35;
     //
     // State
     //
     this.State.HeaderText = "State";
     this.State.Name = "State";
     this.State.ReadOnly = true;
     this.State.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.State.Visible = false;
     //
     // City
     //
     this.City.HeaderText = "City";
     this.City.Name = "City";
     this.City.ReadOnly = true;
     this.City.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.City.Visible = false;
     //
     // winStatus
     //
     this.winStatus.Location = new System.Drawing.Point(0, 425);
     this.winStatus.Name = "winStatus";
     this.winStatus.Size = new System.Drawing.Size(911, 22);
     this.winStatus.TabIndex = 4;
     this.winStatus.Text = "statusStrip1";
     //
     // winStatusMsg
     //
     this.winStatusMsg.Name = "winStatusMsg";
     this.winStatusMsg.Size = new System.Drawing.Size(0, 17);
     //
     // slalomButton
     //
     this.slalomButton.AutoSize = true;
     this.slalomButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.slalomButton.Location = new System.Drawing.Point(115, 42);
     this.slalomButton.Name = "slalomButton";
     this.slalomButton.Size = new System.Drawing.Size(56, 17);
     this.slalomButton.TabIndex = 1;
     this.slalomButton.TabStop = true;
     this.slalomButton.Text = "Slalom";
     this.slalomButton.UseVisualStyleBackColor = true;
     this.slalomButton.CheckedChanged += new System.EventHandler(this.slalomButton_CheckedChanged);
     //
     // trickButton
     //
     this.trickButton.AutoSize = true;
     this.trickButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.trickButton.Location = new System.Drawing.Point(175, 42);
     this.trickButton.Name = "trickButton";
     this.trickButton.Size = new System.Drawing.Size(49, 17);
     this.trickButton.TabIndex = 2;
     this.trickButton.TabStop = true;
     this.trickButton.Text = "Trick";
     this.trickButton.UseVisualStyleBackColor = true;
     this.trickButton.CheckedChanged += new System.EventHandler(this.trickButton_CheckedChanged);
     //
     // jumpButton
     //
     this.jumpButton.AutoSize = true;
     this.jumpButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.jumpButton.Location = new System.Drawing.Point(230, 42);
     this.jumpButton.Name = "jumpButton";
     this.jumpButton.Size = new System.Drawing.Size(50, 17);
     this.jumpButton.TabIndex = 3;
     this.jumpButton.TabStop = true;
     this.jumpButton.Text = "Jump";
     this.jumpButton.UseVisualStyleBackColor = true;
     this.jumpButton.CheckedChanged += new System.EventHandler(this.jumpButton_CheckedChanged);
     //
     // TopNavMenu
     //
     this.TopNavMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.navRefresh,
     this.navPrint,
     this.navPrintFormButton,
     this.navExport,
     this.navFilter,
     this.navSort,
     this.navSave,
     this.navSaveAs,
     this.navExportRunorder,
     this.navExportSplashEye,
     this.navClassChangeButton,
     this.navLiveWeb,
     this.navEditRound,
     this.navRecalcHcapButton});
     this.TopNavMenu.Location = new System.Drawing.Point(0, 0);
     this.TopNavMenu.Name = "TopNavMenu";
     this.TopNavMenu.Size = new System.Drawing.Size(911, 38);
     this.TopNavMenu.TabIndex = 11;
     this.TopNavMenu.Text = "toolStrip1";
     //
     // navRefresh
     //
     this.navRefresh.Image = global::WaterskiScoringSystem.Properties.Resources.Terminal;
     this.navRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navRefresh.Name = "navRefresh";
     this.navRefresh.Size = new System.Drawing.Size(50, 35);
     this.navRefresh.Text = "Refresh";
     this.navRefresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navRefresh.Click += new System.EventHandler(this.navRefresh_Click);
     //
     // navPrint
     //
     this.navPrint.Image = global::WaterskiScoringSystem.Properties.Resources.Printer_Network;
     this.navPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navPrint.Name = "navPrint";
     this.navPrint.Size = new System.Drawing.Size(36, 35);
     this.navPrint.Text = "Print";
     this.navPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navPrint.Click += new System.EventHandler(this.navPrint_Click);
     //
     // navPrintFormButton
     //
     this.navPrintFormButton.Image = ((System.Drawing.Image)(resources.GetObject("navPrintFormButton.Image")));
     this.navPrintFormButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navPrintFormButton.Name = "navPrintFormButton";
     this.navPrintFormButton.Size = new System.Drawing.Size(72, 35);
     this.navPrintFormButton.Text = "Print Forms";
     this.navPrintFormButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navPrintFormButton.ToolTipText = "Export visible data to a tab delimited text file";
     this.navPrintFormButton.Click += new System.EventHandler(this.navPrintFormButton_Click);
     //
     // navExport
     //
     this.navExport.Image = ((System.Drawing.Image)(resources.GetObject("navExport.Image")));
     this.navExport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navExport.Name = "navExport";
     this.navExport.Size = new System.Drawing.Size(44, 35);
     this.navExport.Text = "Export";
     this.navExport.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navExport.ToolTipText = "Export visible data to a tab delimited text file";
     this.navExport.Click += new System.EventHandler(this.navExport_Click);
     //
     // navFilter
     //
     this.navFilter.Image = ((System.Drawing.Image)(resources.GetObject("navFilter.Image")));
     this.navFilter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navFilter.Name = "navFilter";
     this.navFilter.Size = new System.Drawing.Size(37, 35);
     this.navFilter.Text = "Filter";
     this.navFilter.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navFilter.Click += new System.EventHandler(this.navFilter_Click);
     //
     // navSort
     //
     this.navSort.Image = ((System.Drawing.Image)(resources.GetObject("navSort.Image")));
     this.navSort.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navSort.Name = "navSort";
     this.navSort.Size = new System.Drawing.Size(32, 35);
     this.navSort.Text = "Sort";
     this.navSort.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navSort.Click += new System.EventHandler(this.navSort_Click);
     //
     // navSave
     //
     this.navSave.Image = ((System.Drawing.Image)(resources.GetObject("navSave.Image")));
     this.navSave.Name = "navSave";
     this.navSave.Size = new System.Drawing.Size(35, 35);
     this.navSave.Text = "Save";
     this.navSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navSave.Click += new System.EventHandler(this.navSave_Click);
     //
     // navExportRunorder
     //
     this.navExportRunorder.Image = ((System.Drawing.Image)(resources.GetObject("navExportRunorder.Image")));
     this.navExportRunorder.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navExportRunorder.Name = "navExportRunorder";
     this.navExportRunorder.Size = new System.Drawing.Size(65, 35);
     this.navExportRunorder.Text = "Run Order";
     this.navExportRunorder.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navExportRunorder.ToolTipText = "Export visible data to a tab delimited text file";
     this.navExportRunorder.Click += new System.EventHandler(this.navExportRunningOrder_Click);
     //
     // navExportSplashEye
     //
     this.navExportSplashEye.Image = ((System.Drawing.Image)(resources.GetObject("navExportSplashEye.Image")));
     this.navExportSplashEye.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navExportSplashEye.Name = "navExportSplashEye";
     this.navExportSplashEye.Size = new System.Drawing.Size(63, 35);
     this.navExportSplashEye.Text = "SplashEye";
     this.navExportSplashEye.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navExportSplashEye.ToolTipText = "Export visible data to a tab delimited text file";
     this.navExportSplashEye.Click += new System.EventHandler(this.navExportSplashEye_Click);
     //
     // navClassChangeButton
     //
     this.navClassChangeButton.Image = ((System.Drawing.Image)(resources.GetObject("navClassChangeButton.Image")));
     this.navClassChangeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navClassChangeButton.Name = "navClassChangeButton";
     this.navClassChangeButton.Size = new System.Drawing.Size(82, 35);
     this.navClassChangeButton.Text = "Class Change";
     this.navClassChangeButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navClassChangeButton.ToolTipText = "Export visible data to a tab delimited text file";
     this.navClassChangeButton.Click += new System.EventHandler(this.navClassChangeButton_Click);
     //
     // navLiveWeb
     //
     this.navLiveWeb.Image = global::WaterskiScoringSystem.Properties.Resources.uLauncher;
     this.navLiveWeb.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navLiveWeb.Name = "navLiveWeb";
     this.navLiveWeb.Size = new System.Drawing.Size(59, 35);
     this.navLiveWeb.Text = "Live Web";
     this.navLiveWeb.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navLiveWeb.Click += new System.EventHandler(this.navLiveWeb_Click);
     //
     // navEditRound
     //
     this.navEditRound.Image = ((System.Drawing.Image)(resources.GetObject("navEditRound.Image")));
     this.navEditRound.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navEditRound.Name = "navEditRound";
     this.navEditRound.Size = new System.Drawing.Size(69, 35);
     this.navEditRound.Text = "Edit Round";
     this.navEditRound.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navEditRound.Click += new System.EventHandler(this.ViewEditRoundButton_Click);
     //
     // navRecalcHcapButton
     //
     this.navRecalcHcapButton.Image = ((System.Drawing.Image)(resources.GetObject("navRecalcHcapButton.Image")));
     this.navRecalcHcapButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navRecalcHcapButton.Name = "navRecalcHcapButton";
     this.navRecalcHcapButton.Size = new System.Drawing.Size(78, 35);
     this.navRecalcHcapButton.Text = "ReCalc Hcap";
     this.navRecalcHcapButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navRecalcHcapButton.ToolTipText = "Export visible data to a tab delimited text file";
     this.navRecalcHcapButton.Click += new System.EventHandler(this.navRecalcHcapButton_Click);
     //
     // RowStatusLabel
     //
     this.RowStatusLabel.AutoSize = true;
     this.RowStatusLabel.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RowStatusLabel.Location = new System.Drawing.Point(8, 41);
     this.RowStatusLabel.Name = "RowStatusLabel";
     this.RowStatusLabel.Size = new System.Drawing.Size(92, 18);
     this.RowStatusLabel.TabIndex = 12;
     this.RowStatusLabel.Text = "Row 1 of 9999";
     //
     // PrintDataGridView
     //
     this.PrintDataGridView.AllowUserToAddRows = false;
     this.PrintDataGridView.AllowUserToDeleteRows = false;
     this.PrintDataGridView.AllowUserToResizeColumns = false;
     this.PrintDataGridView.AllowUserToResizeRows = false;
     this.PrintDataGridView.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.PrintDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter;
     dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle12.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.PrintDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
     this.PrintDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.PrintDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.PrintCount,
     this.PrintGroupCount,
     this.PrintEvent,
     this.PrintEventGroup,
     this.PrintAgeGroup,
     this.PrintEventRotation,
     this.PrintSkierSep,
     this.PrintSkierName,
     this.PrintTeam,
     this.PrintRunOrder,
     this.PrintEventClass,
     this.PrintJumpHeight,
     this.PrintTrickBoat,
     this.PrintHcapBase,
     this.PrintHCapScore,
     this.PrintRankingScore,
     this.PrintRankingRating});
     dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle25.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle25.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle25.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle25.Padding = new System.Windows.Forms.Padding(0, 2, 0, 2);
     dataGridViewCellStyle25.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle25.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle25.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.PrintDataGridView.DefaultCellStyle = dataGridViewCellStyle25;
     this.PrintDataGridView.Enabled = false;
     this.PrintDataGridView.Location = new System.Drawing.Point(51, 235);
     this.PrintDataGridView.Name = "PrintDataGridView";
     this.PrintDataGridView.RowHeadersVisible = false;
     this.PrintDataGridView.RowHeadersWidth = 31;
     this.PrintDataGridView.Size = new System.Drawing.Size(805, 99);
     this.PrintDataGridView.TabIndex = 126;
     this.PrintDataGridView.TabStop = false;
     this.PrintDataGridView.Visible = false;
     //
     // PrintCount
     //
     this.PrintCount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.PrintCount.DefaultCellStyle = dataGridViewCellStyle13;
     this.PrintCount.HeaderText = "Cnt";
     this.PrintCount.Name = "PrintCount";
     this.PrintCount.ReadOnly = true;
     this.PrintCount.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.PrintCount.Width = 45;
     //
     // PrintGroupCount
     //
     this.PrintGroupCount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.PrintGroupCount.DefaultCellStyle = dataGridViewCellStyle14;
     this.PrintGroupCount.HeaderText = "Grp Cnt";
     this.PrintGroupCount.Name = "PrintGroupCount";
     this.PrintGroupCount.ReadOnly = true;
     this.PrintGroupCount.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.PrintGroupCount.Width = 45;
     //
     // PrintEvent
     //
     this.PrintEvent.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.PrintEvent.HeaderText = "Event";
     this.PrintEvent.Name = "PrintEvent";
     this.PrintEvent.ReadOnly = true;
     this.PrintEvent.Visible = false;
     //
     // PrintEventGroup
     //
     dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.PrintEventGroup.DefaultCellStyle = dataGridViewCellStyle15;
     this.PrintEventGroup.HeaderText = "Group";
     this.PrintEventGroup.Name = "PrintEventGroup";
     this.PrintEventGroup.ReadOnly = true;
     //
     // PrintAgeGroup
     //
     this.PrintAgeGroup.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.PrintAgeGroup.DefaultCellStyle = dataGridViewCellStyle16;
     this.PrintAgeGroup.HeaderText = "Div";
     this.PrintAgeGroup.Name = "PrintAgeGroup";
     this.PrintAgeGroup.ReadOnly = true;
     this.PrintAgeGroup.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.PrintAgeGroup.Width = 35;
     //
     // PrintEventRotation
     //
     this.PrintEventRotation.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.PrintEventRotation.DefaultCellStyle = dataGridViewCellStyle17;
     this.PrintEventRotation.HeaderText = "Rotation";
     this.PrintEventRotation.Name = "PrintEventRotation";
     this.PrintEventRotation.ReadOnly = true;
     this.PrintEventRotation.Width = 86;
     //
     // PrintSkierSep
     //
     this.PrintSkierSep.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle18.BackColor = System.Drawing.Color.Silver;
     this.PrintSkierSep.DefaultCellStyle = dataGridViewCellStyle18;
     this.PrintSkierSep.HeaderText = ".";
     this.PrintSkierSep.Name = "PrintSkierSep";
     this.PrintSkierSep.ReadOnly = true;
     this.PrintSkierSep.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.PrintSkierSep.Width = 5;
     //
     // PrintSkierName
     //
     this.PrintSkierName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle19.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.PrintSkierName.DefaultCellStyle = dataGridViewCellStyle19;
     this.PrintSkierName.HeaderText = "Skier ";
     this.PrintSkierName.Name = "PrintSkierName";
     this.PrintSkierName.ReadOnly = true;
     this.PrintSkierName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.PrintSkierName.Width = 51;
     //
     // PrintTeam
     //
     this.PrintTeam.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.PrintTeam.DefaultCellStyle = dataGridViewCellStyle20;
     this.PrintTeam.HeaderText = "Team";
     this.PrintTeam.Name = "PrintTeam";
     this.PrintTeam.ReadOnly = true;
     this.PrintTeam.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.PrintTeam.Width = 49;
     //
     // PrintRunOrder
     //
     this.PrintRunOrder.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.PrintRunOrder.DefaultCellStyle = dataGridViewCellStyle21;
     this.PrintRunOrder.HeaderText = "Order";
     this.PrintRunOrder.Name = "PrintRunOrder";
     this.PrintRunOrder.ReadOnly = true;
     this.PrintRunOrder.Width = 69;
     //
     // PrintEventClass
     //
     this.PrintEventClass.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.PrintEventClass.DefaultCellStyle = dataGridViewCellStyle22;
     this.PrintEventClass.HeaderText = "Class";
     this.PrintEventClass.Name = "PrintEventClass";
     this.PrintEventClass.ReadOnly = true;
     this.PrintEventClass.Width = 68;
     //
     // PrintJumpHeight
     //
     this.PrintJumpHeight.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.PrintJumpHeight.DefaultCellStyle = dataGridViewCellStyle23;
     this.PrintJumpHeight.HeaderText = "Jump Ht";
     this.PrintJumpHeight.Name = "PrintJumpHeight";
     this.PrintJumpHeight.ReadOnly = true;
     this.PrintJumpHeight.Width = 86;
     //
     // PrintTrickBoat
     //
     this.PrintTrickBoat.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.PrintTrickBoat.HeaderText = "Boat";
     this.PrintTrickBoat.Name = "PrintTrickBoat";
     this.PrintTrickBoat.ReadOnly = true;
     this.PrintTrickBoat.Width = 62;
     //
     // PrintHcapBase
     //
     this.PrintHcapBase.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.PrintHcapBase.HeaderText = "Hcap Base";
     this.PrintHcapBase.Name = "PrintHcapBase";
     this.PrintHcapBase.ReadOnly = true;
     this.PrintHcapBase.Width = 99;
     //
     // PrintHCapScore
     //
     this.PrintHCapScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.PrintHCapScore.HeaderText = "Handicap";
     this.PrintHCapScore.Name = "PrintHCapScore";
     this.PrintHCapScore.ReadOnly = true;
     this.PrintHCapScore.Width = 92;
     //
     // PrintRankingScore
     //
     this.PrintRankingScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle24.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.PrintRankingScore.DefaultCellStyle = dataGridViewCellStyle24;
     this.PrintRankingScore.HeaderText = "NR Score";
     this.PrintRankingScore.Name = "PrintRankingScore";
     this.PrintRankingScore.ReadOnly = true;
     this.PrintRankingScore.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.PrintRankingScore.Width = 73;
     //
     // PrintRankingRating
     //
     this.PrintRankingRating.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.PrintRankingRating.HeaderText = "Rating";
     this.PrintRankingRating.Name = "PrintRankingRating";
     this.PrintRankingRating.ReadOnly = true;
     this.PrintRankingRating.Width = 74;
     //
     // printHeaderNote
     //
     this.printHeaderNote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.printHeaderNote.Location = new System.Drawing.Point(487, 40);
     this.printHeaderNote.Name = "printHeaderNote";
     this.printHeaderNote.Size = new System.Drawing.Size(417, 20);
     this.printHeaderNote.TabIndex = 6;
     //
     // PrintHeaderLabel
     //
     this.PrintHeaderLabel.AutoSize = true;
     this.PrintHeaderLabel.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PrintHeaderLabel.Location = new System.Drawing.Point(398, 40);
     this.PrintHeaderLabel.Name = "PrintHeaderLabel";
     this.PrintHeaderLabel.Size = new System.Drawing.Size(88, 20);
     this.PrintHeaderLabel.TabIndex = 0;
     this.PrintHeaderLabel.Text = "Print Header:";
     //
     // EventGroupPanel
     //
     this.EventGroupPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.EventGroupPanel.AutoScroll = true;
     this.EventGroupPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.EventGroupPanel.Location = new System.Drawing.Point(61, 64);
     this.EventGroupPanel.Name = "EventGroupPanel";
     this.EventGroupPanel.Size = new System.Drawing.Size(838, 45);
     this.EventGroupPanel.TabIndex = 7;
     this.EventGroupPanel.TabStop = true;
     //
     // EventGroupFilterLabel
     //
     this.EventGroupFilterLabel.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EventGroupFilterLabel.Location = new System.Drawing.Point(5, 64);
     this.EventGroupFilterLabel.Name = "EventGroupFilterLabel";
     this.EventGroupFilterLabel.Size = new System.Drawing.Size(50, 45);
     this.EventGroupFilterLabel.TabIndex = 0;
     this.EventGroupFilterLabel.Text = "Group Filter";
     this.EventGroupFilterLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // LiveWebLabel
     //
     this.LiveWebLabel.AutoSize = true;
     this.LiveWebLabel.BackColor = System.Drawing.SystemColors.MenuHighlight;
     this.LiveWebLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LiveWebLabel.ForeColor = System.Drawing.Color.Gold;
     this.LiveWebLabel.Location = new System.Drawing.Point(290, 44);
     this.LiveWebLabel.Name = "LiveWebLabel";
     this.LiveWebLabel.Size = new System.Drawing.Size(86, 13);
     this.LiveWebLabel.TabIndex = 127;
     this.LiveWebLabel.Text = "Live Web Active";
     this.LiveWebLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.LiveWebLabel.Visible = false;
     //
     // navSaveAs
     //
     this.navSaveAs.Image = global::WaterskiScoringSystem.Properties.Resources.uLauncher;
     this.navSaveAs.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navSaveAs.Name = "navSaveAs";
     this.navSaveAs.Size = new System.Drawing.Size(48, 35);
     this.navSaveAs.Text = "SaveAs";
     this.navSaveAs.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navSaveAs.ToolTipText = "Save As";
     this.navSaveAs.Click += new System.EventHandler(this.navSaveAs_Click);
     //
     // RunningOrderTour
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(911, 447);
     this.Controls.Add(this.LiveWebLabel);
     this.Controls.Add(this.EventGroupFilterLabel);
     this.Controls.Add(this.EventGroupPanel);
     this.Controls.Add(this.PrintHeaderLabel);
     this.Controls.Add(this.printHeaderNote);
     this.Controls.Add(this.PrintDataGridView);
     this.Controls.Add(this.RowStatusLabel);
     this.Controls.Add(this.TopNavMenu);
     this.Controls.Add(this.jumpButton);
     this.Controls.Add(this.trickButton);
     this.Controls.Add(this.slalomButton);
     this.Controls.Add(this.winStatus);
     this.Controls.Add(this.EventRegDataGridView);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "RunningOrderTour";
     this.Text = "Running Order";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RunningOrderTour_FormClosing);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.RunningOrderTour_FormClosed);
     this.Load += new System.EventHandler(this.RunningOrderTour_Load);
     ((System.ComponentModel.ISupportInitialize)(this.EventRegDataGridView)).EndInit();
     this.TopNavMenu.ResumeLayout(false);
     this.TopNavMenu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PrintDataGridView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #10
0
 /// <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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPhieuThu));
     this.dgvPhieuThu = new System.Windows.Forms.DataGridView();
     this.bindingNavigatorPhieuThu = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorUpdateItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.verifyToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.cboStatusFilter = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.txtSoPhieu = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.searchToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorPage = new System.Windows.Forms.BindingNavigator(this.components);
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.cboRecords = new System.Windows.Forms.ToolStripComboBox();
     this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
     this.cboSort = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.btnPreviousPage = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionPage = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.btnNextPage = new System.Windows.Forms.ToolStripButton();
     this.colTinhTrang = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colSoPT = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colKhachHang = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.colKhoanThu = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.colSoTienThu = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colNgayLap = new QuanLyGiaoDichTaiChinh.Components.CalendarColumn();
     this.colNgayThu = new QuanLyGiaoDichTaiChinh.Components.CalendarColumn();
     this.colTon = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colGhiChu = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDuTru = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPhieuThu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorPhieuThu)).BeginInit();
     this.bindingNavigatorPhieuThu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorPage)).BeginInit();
     this.bindingNavigatorPage.SuspendLayout();
     this.SuspendLayout();
     //
     // dgvPhieuThu
     //
     this.dgvPhieuThu.AllowUserToAddRows = false;
     this.dgvPhieuThu.AllowUserToDeleteRows = false;
     this.dgvPhieuThu.AllowUserToResizeRows = false;
     this.dgvPhieuThu.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dgvPhieuThu.BackgroundColor = System.Drawing.Color.Lavender;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 9.75F);
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvPhieuThu.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvPhieuThu.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvPhieuThu.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colTinhTrang,
     this.colSoPT,
     this.colKhachHang,
     this.colKhoanThu,
     this.colSoTienThu,
     this.colNgayLap,
     this.colNgayThu,
     this.colTon,
     this.colGhiChu,
     this.colDuTru});
     this.dgvPhieuThu.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvPhieuThu.Location = new System.Drawing.Point(0, 31);
     this.dgvPhieuThu.Name = "dgvPhieuThu";
     this.dgvPhieuThu.ReadOnly = true;
     this.dgvPhieuThu.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.dgvPhieuThu.Size = new System.Drawing.Size(880, 469);
     this.dgvPhieuThu.TabIndex = 72;
     //
     // bindingNavigatorPhieuThu
     //
     this.bindingNavigatorPhieuThu.AddNewItem = null;
     this.bindingNavigatorPhieuThu.AutoSize = false;
     this.bindingNavigatorPhieuThu.BackColor = System.Drawing.Color.Transparent;
     this.bindingNavigatorPhieuThu.CountItem = this.bindingNavigatorCountItem;
     this.bindingNavigatorPhieuThu.CountItemFormat = "của {0}";
     this.bindingNavigatorPhieuThu.DeleteItem = null;
     this.bindingNavigatorPhieuThu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bindingNavigatorMoveFirstItem,
     this.bindingNavigatorMovePreviousItem,
     this.bindingNavigatorSeparator,
     this.bindingNavigatorPositionItem,
     this.bindingNavigatorCountItem,
     this.bindingNavigatorSeparator1,
     this.bindingNavigatorMoveNextItem,
     this.bindingNavigatorMoveLastItem,
     this.bindingNavigatorSeparator2,
     this.bindingNavigatorAddNewItem,
     this.bindingNavigatorUpdateItem,
     this.bindingNavigatorDeleteItem,
     this.toolStripSeparator1,
     this.verifyToolStripButton,
     this.toolStripSeparator5,
     this.printToolStripButton,
     this.toolStripSeparator2,
     this.toolStripLabel2,
     this.cboStatusFilter,
     this.toolStripSeparator4,
     this.toolStripLabel3,
     this.txtSoPhieu,
     this.toolStripSeparator3,
     this.searchToolStripButton});
     this.bindingNavigatorPhieuThu.Location = new System.Drawing.Point(0, 0);
     this.bindingNavigatorPhieuThu.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
     this.bindingNavigatorPhieuThu.MoveLastItem = this.bindingNavigatorMoveLastItem;
     this.bindingNavigatorPhieuThu.MoveNextItem = this.bindingNavigatorMoveNextItem;
     this.bindingNavigatorPhieuThu.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bindingNavigatorPhieuThu.Name = "bindingNavigatorPhieuThu";
     this.bindingNavigatorPhieuThu.PositionItem = this.bindingNavigatorPositionItem;
     this.bindingNavigatorPhieuThu.Size = new System.Drawing.Size(880, 31);
     this.bindingNavigatorPhieuThu.TabIndex = 73;
     this.bindingNavigatorPhieuThu.Text = "bindingNavigator1";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 28);
     this.bindingNavigatorCountItem.Text = "của {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 28);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 28);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 31);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize = false;
     this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text = "0";
     this.bindingNavigatorPositionItem.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.bindingNavigatorPositionItem.ToolTipText = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 31);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 28);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 28);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 31);
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 28);
     this.bindingNavigatorAddNewItem.Text = "Thêm mới";
     this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
     //
     // bindingNavigatorUpdateItem
     //
     this.bindingNavigatorUpdateItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorUpdateItem.Image = global::QuanLyGiaoDichTaiChinh.Properties.Resources.update;
     this.bindingNavigatorUpdateItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bindingNavigatorUpdateItem.Name = "bindingNavigatorUpdateItem";
     this.bindingNavigatorUpdateItem.Size = new System.Drawing.Size(23, 28);
     this.bindingNavigatorUpdateItem.Text = "Sửa";
     this.bindingNavigatorUpdateItem.Click += new System.EventHandler(this.bindingNavigatorUpdateItem_Click);
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 28);
     this.bindingNavigatorDeleteItem.Text = "Xóa";
     this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
     //
     // verifyToolStripButton
     //
     this.verifyToolStripButton.AutoToolTip = false;
     this.verifyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.verifyToolStripButton.Image = global::QuanLyGiaoDichTaiChinh.Properties.Resources.check;
     this.verifyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.verifyToolStripButton.Name = "verifyToolStripButton";
     this.verifyToolStripButton.Size = new System.Drawing.Size(23, 28);
     this.verifyToolStripButton.Text = "Xác nhận";
     this.verifyToolStripButton.ToolTipText = "Xác nhận đã thu";
     this.verifyToolStripButton.Click += new System.EventHandler(this.verifyToolStripButton_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 31);
     //
     // printToolStripButton
     //
     this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
     this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printToolStripButton.Name = "printToolStripButton";
     this.printToolStripButton.Size = new System.Drawing.Size(23, 28);
     this.printToolStripButton.Text = "&Print";
     this.printToolStripButton.Click += new System.EventHandler(this.printToolStripButton_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(68, 28);
     this.toolStripLabel2.Text = "Tình trạng :";
     //
     // cboStatusFilter
     //
     this.cboStatusFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboStatusFilter.Items.AddRange(new object[] {
     "Chưa xác nhận",
     "Đã xác nhận",
     "Tất cả"});
     this.cboStatusFilter.Name = "cboStatusFilter";
     this.cboStatusFilter.Size = new System.Drawing.Size(121, 31);
     this.cboStatusFilter.ToolTipText = "Lọc theo tình trạng phiếu thu";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 31);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(56, 28);
     this.toolStripLabel3.Text = "Số phiếu:";
     //
     // txtSoPhieu
     //
     this.txtSoPhieu.Name = "txtSoPhieu";
     this.txtSoPhieu.Size = new System.Drawing.Size(100, 31);
     this.txtSoPhieu.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtSoPhieu.ToolTipText = "Nhập số phiếu thu cần tìm";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 31);
     //
     // searchToolStripButton
     //
     this.searchToolStripButton.AutoToolTip = false;
     this.searchToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.searchToolStripButton.Image = global::QuanLyGiaoDichTaiChinh.Properties.Resources.search;
     this.searchToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.searchToolStripButton.Name = "searchToolStripButton";
     this.searchToolStripButton.Size = new System.Drawing.Size(23, 28);
     this.searchToolStripButton.Text = "toolStripButton1";
     this.searchToolStripButton.ToolTipText = "Tìm kiếm";
     this.searchToolStripButton.Click += new System.EventHandler(this.searchToolStripButton_Click);
     //
     // bindingNavigatorPage
     //
     this.bindingNavigatorPage.AddNewItem = null;
     this.bindingNavigatorPage.BackColor = System.Drawing.Color.Lavender;
     this.bindingNavigatorPage.CountItem = null;
     this.bindingNavigatorPage.DeleteItem = null;
     this.bindingNavigatorPage.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.bindingNavigatorPage.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.bindingNavigatorPage.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripLabel1,
     this.cboRecords,
     this.bindingNavigatorSeparator4,
     this.toolStripLabel4,
     this.cboSort,
     this.toolStripSeparator6,
     this.btnPreviousPage,
     this.bindingNavigatorSeparator3,
     this.bindingNavigatorPositionPage,
     this.bindingNavigatorSeparator5,
     this.btnNextPage});
     this.bindingNavigatorPage.Location = new System.Drawing.Point(0, 475);
     this.bindingNavigatorPage.MoveFirstItem = null;
     this.bindingNavigatorPage.MoveLastItem = null;
     this.bindingNavigatorPage.MoveNextItem = null;
     this.bindingNavigatorPage.MovePreviousItem = null;
     this.bindingNavigatorPage.Name = "bindingNavigatorPage";
     this.bindingNavigatorPage.PositionItem = null;
     this.bindingNavigatorPage.Size = new System.Drawing.Size(880, 25);
     this.bindingNavigatorPage.TabIndex = 74;
     this.bindingNavigatorPage.Text = "bindingNavigator1";
     this.bindingNavigatorPage.Visible = false;
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(55, 22);
     this.toolStripLabel1.Text = "Hiển thị :";
     //
     // cboRecords
     //
     this.cboRecords.AutoSize = false;
     this.cboRecords.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboRecords.Items.AddRange(new object[] {
     "1",
     "5",
     "10",
     "20",
     "40",
     "60",
     "80",
     "100"});
     this.cboRecords.Name = "cboRecords";
     this.cboRecords.Size = new System.Drawing.Size(45, 23);
     this.cboRecords.ToolTipText = "Số bản ghi trên mỗi trang";
     //
     // bindingNavigatorSeparator4
     //
     this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4";
     this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel4
     //
     this.toolStripLabel4.Name = "toolStripLabel4";
     this.toolStripLabel4.Size = new System.Drawing.Size(59, 22);
     this.toolStripLabel4.Text = "Số phiếu :";
     //
     // cboSort
     //
     this.cboSort.AutoSize = false;
     this.cboSort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboSort.Items.AddRange(new object[] {
     "Giảm dần",
     "Tăng dần"});
     this.cboSort.Name = "cboSort";
     this.cboSort.Size = new System.Drawing.Size(80, 23);
     this.cboSort.ToolTipText = "Sắp xếp";
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
     //
     // btnPreviousPage
     //
     this.btnPreviousPage.AutoToolTip = false;
     this.btnPreviousPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnPreviousPage.Image = ((System.Drawing.Image)(resources.GetObject("btnPreviousPage.Image")));
     this.btnPreviousPage.Name = "btnPreviousPage";
     this.btnPreviousPage.RightToLeftAutoMirrorImage = true;
     this.btnPreviousPage.Size = new System.Drawing.Size(23, 22);
     this.btnPreviousPage.Text = "Move previous";
     this.btnPreviousPage.ToolTipText = "Trang trước";
     //
     // bindingNavigatorSeparator3
     //
     this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3";
     this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionPage
     //
     this.bindingNavigatorPositionPage.AccessibleName = "Position";
     this.bindingNavigatorPositionPage.AutoSize = false;
     this.bindingNavigatorPositionPage.BackColor = System.Drawing.SystemColors.Window;
     this.bindingNavigatorPositionPage.Name = "bindingNavigatorPositionPage";
     this.bindingNavigatorPositionPage.ReadOnly = true;
     this.bindingNavigatorPositionPage.Size = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionPage.Text = "0";
     this.bindingNavigatorPositionPage.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.bindingNavigatorPositionPage.ToolTipText = "Trang hiện tại";
     //
     // bindingNavigatorSeparator5
     //
     this.bindingNavigatorSeparator5.Name = "bindingNavigatorSeparator5";
     this.bindingNavigatorSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // btnNextPage
     //
     this.btnNextPage.AutoToolTip = false;
     this.btnNextPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnNextPage.Image = ((System.Drawing.Image)(resources.GetObject("btnNextPage.Image")));
     this.btnNextPage.Name = "btnNextPage";
     this.btnNextPage.RightToLeftAutoMirrorImage = true;
     this.btnNextPage.Size = new System.Drawing.Size(23, 22);
     this.btnNextPage.Text = "Move next";
     this.btnNextPage.ToolTipText = "Trang kế tiếp";
     //
     // colTinhTrang
     //
     this.colTinhTrang.DataPropertyName = "TinhTrang";
     this.colTinhTrang.HeaderText = "Tình trạng";
     this.colTinhTrang.Name = "colTinhTrang";
     this.colTinhTrang.ReadOnly = true;
     this.colTinhTrang.ToolTipText = "Tình trạng đã thu hay chưa thu";
     this.colTinhTrang.Width = 73;
     //
     // colSoPT
     //
     this.colSoPT.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.colSoPT.DataPropertyName = "SoPT";
     this.colSoPT.HeaderText = "Số phiếu thu";
     this.colSoPT.MaxInputLength = 20;
     this.colSoPT.Name = "colSoPT";
     this.colSoPT.ReadOnly = true;
     //
     // colKhachHang
     //
     this.colKhachHang.DataPropertyName = "MaKH";
     this.colKhachHang.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
     this.colKhachHang.HeaderText = "Tên khách hàng";
     this.colKhachHang.Name = "colKhachHang";
     this.colKhachHang.ReadOnly = true;
     this.colKhachHang.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.colKhachHang.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.colKhachHang.Width = 124;
     //
     // colKhoanThu
     //
     this.colKhoanThu.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
     this.colKhoanThu.HeaderText = "Lý do thu";
     this.colKhoanThu.Name = "colKhoanThu";
     this.colKhoanThu.ReadOnly = true;
     this.colKhoanThu.Width = 66;
     //
     // colSoTienThu
     //
     this.colSoTienThu.DataPropertyName = "SoTienThu";
     this.colSoTienThu.HeaderText = "Số tiền thu";
     this.colSoTienThu.Name = "colSoTienThu";
     this.colSoTienThu.ReadOnly = true;
     this.colSoTienThu.Width = 95;
     //
     // colNgayLap
     //
     this.colNgayLap.DataPropertyName = "NgayLap";
     this.colNgayLap.HeaderText = "Ngày lập";
     this.colNgayLap.Name = "colNgayLap";
     this.colNgayLap.ReadOnly = true;
     this.colNgayLap.Width = 63;
     //
     // colNgayThu
     //
     this.colNgayThu.DataPropertyName = "NgayThu";
     this.colNgayThu.HeaderText = "Ngày thu";
     this.colNgayThu.Name = "colNgayThu";
     this.colNgayThu.ReadOnly = true;
     this.colNgayThu.Width = 64;
     //
     // colTon
     //
     this.colTon.DataPropertyName = "Ton";
     this.colTon.HeaderText = "Tồn";
     this.colTon.Name = "colTon";
     this.colTon.ReadOnly = true;
     this.colTon.Visible = false;
     this.colTon.Width = 55;
     //
     // colGhiChu
     //
     this.colGhiChu.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colGhiChu.DataPropertyName = "GhiChu";
     this.colGhiChu.HeaderText = "Ghi chú";
     this.colGhiChu.Name = "colGhiChu";
     this.colGhiChu.ReadOnly = true;
     //
     // colDuTru
     //
     this.colDuTru.DataPropertyName = "DuTru";
     this.colDuTru.HeaderText = "Dự trữ";
     this.colDuTru.Name = "colDuTru";
     this.colDuTru.ReadOnly = true;
     this.colDuTru.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.colDuTru.Visible = false;
     this.colDuTru.Width = 70;
     //
     // frmPhieuThu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Lavender;
     this.ClientSize = new System.Drawing.Size(880, 500);
     this.Controls.Add(this.dgvPhieuThu);
     this.Controls.Add(this.bindingNavigatorPhieuThu);
     this.Controls.Add(this.bindingNavigatorPage);
     this.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name = "frmPhieuThu";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "PHIẾU THU";
     this.Load += new System.EventHandler(this.frmPhieuThu_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvPhieuThu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorPhieuThu)).EndInit();
     this.bindingNavigatorPhieuThu.ResumeLayout(false);
     this.bindingNavigatorPhieuThu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigatorPage)).EndInit();
     this.bindingNavigatorPage.ResumeLayout(false);
     this.bindingNavigatorPage.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogicTreeEditor));
     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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     this.treeView1 = new System.Windows.Forms.TreeView();
     this.ctxTreeView = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.addNodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.removeNodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyNodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.relocateCopiedNodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteNodesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteAsLinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.followLinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.moveUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.moveDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.expandAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.collapseAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ConvoIcons = new System.Windows.Forms.ImageList(this.components);
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnRedoText = new System.Windows.Forms.Button();
     this.btnUndoText = new System.Windows.Forms.Button();
     this.label6 = new System.Windows.Forms.Label();
     this.txtLinkTo = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.txtOrderNum = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtIndex = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.txtText = new System.Windows.Forms.TextBox();
     this.txtName = new System.Windows.Forms.TextBox();
     this.convoMainSplitPanel = new System.Windows.Forms.SplitContainer();
     this.bottomSplitPanel = new System.Windows.Forms.SplitContainer();
     this.CAScriptSplitPanel = new System.Windows.Forms.SplitContainer();
     this.CondActSplitPanel2 = new System.Windows.Forms.SplitContainer();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnCondVariables = new System.Windows.Forms.Button();
     this.btnCondMoveDown = new System.Windows.Forms.Button();
     this.btnCondMoveUp = new System.Windows.Forms.Button();
     this.btnCondRemove = new System.Windows.Forms.Button();
     this.btnCondAdd = new System.Windows.Forms.Button();
     this.label8 = new System.Windows.Forms.Label();
     this.dgvCondition = new System.Windows.Forms.DataGridView();
     this.Select = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.AndOr = new System.Windows.Forms.DataGridViewButtonColumn();
     this.Not = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.Script = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Parameter1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Parameter2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Parameter3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Parameter4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnActVariables = new System.Windows.Forms.Button();
     this.btnActMoveDown = new System.Windows.Forms.Button();
     this.label9 = new System.Windows.Forms.Label();
     this.btnActMoveUp = new System.Windows.Forms.Button();
     this.btnActAdd = new System.Windows.Forms.Button();
     this.btnActRemove = new System.Windows.Forms.Button();
     this.dgvAction = new System.Windows.Forms.DataGridView();
     this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dataGridViewComboBoxColumn1 = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.rtxtScript = new System.Windows.Forms.RichTextBox();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsAddNode = new System.Windows.Forms.ToolStripButton();
     this.tsRemoveNode = new System.Windows.Forms.ToolStripButton();
     this.tsCopyNodes = new System.Windows.Forms.ToolStripButton();
     this.tsPasteNodes = new System.Windows.Forms.ToolStripButton();
     this.tsPasteAsLink = new System.Windows.Forms.ToolStripButton();
     this.tsRelocateCopyNodes = new System.Windows.Forms.ToolStripButton();
     this.tsUndo = new System.Windows.Forms.ToolStripButton();
     this.tsRedo = new System.Windows.Forms.ToolStripButton();
     this.tsRefresh = new System.Windows.Forms.ToolStripButton();
     this.tsMoveUp = new System.Windows.Forms.ToolStripButton();
     this.tsMoveDown = new System.Windows.Forms.ToolStripButton();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.chkShowTextOnly = new System.Windows.Forms.CheckBox();
     this.conditionBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.conditionBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.ctxTreeView.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.convoMainSplitPanel.Panel1.SuspendLayout();
     this.convoMainSplitPanel.Panel2.SuspendLayout();
     this.convoMainSplitPanel.SuspendLayout();
     this.bottomSplitPanel.Panel1.SuspendLayout();
     this.bottomSplitPanel.Panel2.SuspendLayout();
     this.bottomSplitPanel.SuspendLayout();
     this.CAScriptSplitPanel.Panel1.SuspendLayout();
     this.CAScriptSplitPanel.Panel2.SuspendLayout();
     this.CAScriptSplitPanel.SuspendLayout();
     this.CondActSplitPanel2.Panel1.SuspendLayout();
     this.CondActSplitPanel2.Panel2.SuspendLayout();
     this.CondActSplitPanel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvCondition)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvAction)).BeginInit();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.conditionBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.conditionBindingSource1)).BeginInit();
     this.SuspendLayout();
     //
     // treeView1
     //
     this.treeView1.ContextMenuStrip = this.ctxTreeView;
     this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.ForeColor = System.Drawing.SystemColors.WindowText;
     this.treeView1.HideSelection = false;
     this.treeView1.ImageIndex = 0;
     this.treeView1.ImageList = this.ConvoIcons;
     this.treeView1.ItemHeight = 18;
     this.treeView1.Location = new System.Drawing.Point(0, 0);
     this.treeView1.Name = "treeView1";
     this.treeView1.SelectedImageIndex = 0;
     this.treeView1.Size = new System.Drawing.Size(954, 93);
     this.treeView1.TabIndex = 1;
     this.treeView1.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCollapse);
     this.treeView1.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterExpand);
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
     this.treeView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseDown);
     //
     // ctxTreeView
     //
     this.ctxTreeView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.addNodeToolStripMenuItem,
     this.removeNodeToolStripMenuItem,
     this.copyNodeToolStripMenuItem,
     this.relocateCopiedNodeToolStripMenuItem,
     this.pasteNodesToolStripMenuItem,
     this.pasteAsLinkToolStripMenuItem,
     this.followLinkToolStripMenuItem,
     this.toolStripSeparator1,
     this.undoToolStripMenuItem,
     this.redoToolStripMenuItem,
     this.toolStripSeparator3,
     this.moveUpToolStripMenuItem,
     this.moveDownToolStripMenuItem,
     this.toolStripSeparator2,
     this.expandAllToolStripMenuItem,
     this.collapseAllToolStripMenuItem,
     this.refreshToolStripMenuItem});
     this.ctxTreeView.Name = "ctxTreeView";
     this.ctxTreeView.ShowImageMargin = false;
     this.ctxTreeView.Size = new System.Drawing.Size(168, 330);
     this.ctxTreeView.Opening += new System.ComponentModel.CancelEventHandler(this.ctxTreeView_Opening);
     //
     // addNodeToolStripMenuItem
     //
     this.addNodeToolStripMenuItem.Name = "addNodeToolStripMenuItem";
     this.addNodeToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.addNodeToolStripMenuItem.Text = "Add Node";
     this.addNodeToolStripMenuItem.Click += new System.EventHandler(this.addNodeToolStripMenuItem_Click);
     //
     // removeNodeToolStripMenuItem
     //
     this.removeNodeToolStripMenuItem.Name = "removeNodeToolStripMenuItem";
     this.removeNodeToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.removeNodeToolStripMenuItem.Text = "Remove Node";
     this.removeNodeToolStripMenuItem.Click += new System.EventHandler(this.removeNodeToolStripMenuItem_Click);
     //
     // copyNodeToolStripMenuItem
     //
     this.copyNodeToolStripMenuItem.Name = "copyNodeToolStripMenuItem";
     this.copyNodeToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.copyNodeToolStripMenuItem.Text = "Copy Node";
     this.copyNodeToolStripMenuItem.Click += new System.EventHandler(this.copyNodeToolStripMenuItem_Click);
     //
     // relocateCopiedNodeToolStripMenuItem
     //
     this.relocateCopiedNodeToolStripMenuItem.Name = "relocateCopiedNodeToolStripMenuItem";
     this.relocateCopiedNodeToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.relocateCopiedNodeToolStripMenuItem.Text = "Relocate Copied Node";
     this.relocateCopiedNodeToolStripMenuItem.Click += new System.EventHandler(this.relocateCopiedNodeToolStripMenuItem_Click);
     //
     // pasteNodesToolStripMenuItem
     //
     this.pasteNodesToolStripMenuItem.Name = "pasteNodesToolStripMenuItem";
     this.pasteNodesToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.pasteNodesToolStripMenuItem.Text = "Paste Nodes";
     this.pasteNodesToolStripMenuItem.Click += new System.EventHandler(this.pasteNodesToolStripMenuItem_Click);
     //
     // pasteAsLinkToolStripMenuItem
     //
     this.pasteAsLinkToolStripMenuItem.Name = "pasteAsLinkToolStripMenuItem";
     this.pasteAsLinkToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.pasteAsLinkToolStripMenuItem.Text = "Paste As Link";
     this.pasteAsLinkToolStripMenuItem.Click += new System.EventHandler(this.pasteAsLinkToolStripMenuItem_Click);
     //
     // followLinkToolStripMenuItem
     //
     this.followLinkToolStripMenuItem.Name = "followLinkToolStripMenuItem";
     this.followLinkToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.followLinkToolStripMenuItem.Text = "Follow Link";
     this.followLinkToolStripMenuItem.Click += new System.EventHandler(this.followLinkToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(164, 6);
     //
     // undoToolStripMenuItem
     //
     this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
     this.undoToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.undoToolStripMenuItem.Text = "Undo";
     this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click);
     //
     // redoToolStripMenuItem
     //
     this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
     this.redoToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.redoToolStripMenuItem.Text = "Redo";
     this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(164, 6);
     //
     // moveUpToolStripMenuItem
     //
     this.moveUpToolStripMenuItem.Name = "moveUpToolStripMenuItem";
     this.moveUpToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.moveUpToolStripMenuItem.Text = "Move Up";
     this.moveUpToolStripMenuItem.Click += new System.EventHandler(this.moveUpToolStripMenuItem_Click);
     //
     // moveDownToolStripMenuItem
     //
     this.moveDownToolStripMenuItem.Name = "moveDownToolStripMenuItem";
     this.moveDownToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.moveDownToolStripMenuItem.Text = "Move Down";
     this.moveDownToolStripMenuItem.Click += new System.EventHandler(this.moveDownToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(164, 6);
     //
     // expandAllToolStripMenuItem
     //
     this.expandAllToolStripMenuItem.Name = "expandAllToolStripMenuItem";
     this.expandAllToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.expandAllToolStripMenuItem.Text = "Expand All";
     this.expandAllToolStripMenuItem.Click += new System.EventHandler(this.expandAllToolStripMenuItem_Click);
     //
     // collapseAllToolStripMenuItem
     //
     this.collapseAllToolStripMenuItem.Name = "collapseAllToolStripMenuItem";
     this.collapseAllToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.collapseAllToolStripMenuItem.Text = "Collapse All";
     this.collapseAllToolStripMenuItem.Click += new System.EventHandler(this.collapseAllToolStripMenuItem_Click);
     //
     // refreshToolStripMenuItem
     //
     this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
     this.refreshToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
     this.refreshToolStripMenuItem.Text = "Refresh";
     this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
     //
     // ConvoIcons
     //
     this.ConvoIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ConvoIcons.ImageStream")));
     this.ConvoIcons.TransparentColor = System.Drawing.Color.Transparent;
     this.ConvoIcons.Images.SetKeyName(0, "btnNode.png");
     this.ConvoIcons.Images.SetKeyName(1, "btnCondition.png");
     this.ConvoIcons.Images.SetKeyName(2, "btnAction.png");
     this.ConvoIcons.Images.SetKeyName(3, "btnCondAct.png");
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chkShowTextOnly);
     this.groupBox1.Controls.Add(this.btnRedoText);
     this.groupBox1.Controls.Add(this.btnUndoText);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.txtLinkTo);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.txtOrderNum);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.txtIndex);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.txtText);
     this.groupBox1.Controls.Add(this.txtName);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(239, 394);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Selected Node Info";
     //
     // btnRedoText
     //
     this.btnRedoText.Location = new System.Drawing.Point(123, 110);
     this.btnRedoText.Name = "btnRedoText";
     this.btnRedoText.Size = new System.Drawing.Size(80, 23);
     this.btnRedoText.TabIndex = 36;
     this.btnRedoText.Text = "RedoText";
     this.btnRedoText.UseVisualStyleBackColor = true;
     this.btnRedoText.Click += new System.EventHandler(this.btnRedoText_Click);
     //
     // btnUndoText
     //
     this.btnUndoText.Location = new System.Drawing.Point(40, 110);
     this.btnUndoText.Name = "btnUndoText";
     this.btnUndoText.Size = new System.Drawing.Size(80, 23);
     this.btnUndoText.TabIndex = 35;
     this.btnUndoText.Text = "UndoText";
     this.btnUndoText.UseVisualStyleBackColor = true;
     this.btnUndoText.Click += new System.EventHandler(this.btnUndoText_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(76, 53);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(43, 13);
     this.label6.TabIndex = 12;
     this.label6.Text = "LinkTo:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtLinkTo
     //
     this.txtLinkTo.Location = new System.Drawing.Point(120, 50);
     this.txtLinkTo.Name = "txtLinkTo";
     this.txtLinkTo.ReadOnly = true;
     this.txtLinkTo.Size = new System.Drawing.Size(30, 20);
     this.txtLinkTo.TabIndex = 11;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(86, 21);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(33, 26);
     this.label5.TabIndex = 10;
     this.label5.Text = "Order\r\nNum:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtOrderNum
     //
     this.txtOrderNum.Location = new System.Drawing.Point(120, 25);
     this.txtOrderNum.Name = "txtOrderNum";
     this.txtOrderNum.ReadOnly = true;
     this.txtOrderNum.Size = new System.Drawing.Size(30, 20);
     this.txtOrderNum.TabIndex = 9;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(7, 53);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(36, 13);
     this.label4.TabIndex = 8;
     this.label4.Text = "Index:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtIndex
     //
     this.txtIndex.Location = new System.Drawing.Point(43, 50);
     this.txtIndex.Name = "txtIndex";
     this.txtIndex.ReadOnly = true;
     this.txtIndex.Size = new System.Drawing.Size(30, 20);
     this.txtIndex.TabIndex = 7;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(5, 119);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(31, 13);
     this.label3.TabIndex = 6;
     this.label3.Text = "Text:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(2, 28);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(41, 13);
     this.label1.TabIndex = 4;
     this.label1.Text = "IdNum:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtText
     //
     this.txtText.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.txtText.Location = new System.Drawing.Point(8, 138);
     this.txtText.Multiline = true;
     this.txtText.Name = "txtText";
     this.txtText.Size = new System.Drawing.Size(219, 250);
     this.txtText.TabIndex = 2;
     this.txtText.TextChanged += new System.EventHandler(this.txtText_TextChanged);
     this.txtText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtText_KeyDown);
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(43, 25);
     this.txtName.Name = "txtName";
     this.txtName.ReadOnly = true;
     this.txtName.Size = new System.Drawing.Size(30, 20);
     this.txtName.TabIndex = 0;
     //
     // convoMainSplitPanel
     //
     this.convoMainSplitPanel.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.convoMainSplitPanel.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.convoMainSplitPanel.Location = new System.Drawing.Point(0, 25);
     this.convoMainSplitPanel.Name = "convoMainSplitPanel";
     this.convoMainSplitPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // convoMainSplitPanel.Panel1
     //
     this.convoMainSplitPanel.Panel1.Controls.Add(this.treeView1);
     //
     // convoMainSplitPanel.Panel2
     //
     this.convoMainSplitPanel.Panel2.Controls.Add(this.bottomSplitPanel);
     this.convoMainSplitPanel.Size = new System.Drawing.Size(954, 491);
     this.convoMainSplitPanel.SplitterDistance = 93;
     this.convoMainSplitPanel.TabIndex = 25;
     //
     // bottomSplitPanel
     //
     this.bottomSplitPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.bottomSplitPanel.Location = new System.Drawing.Point(0, 0);
     this.bottomSplitPanel.Name = "bottomSplitPanel";
     //
     // bottomSplitPanel.Panel1
     //
     this.bottomSplitPanel.Panel1.Controls.Add(this.CAScriptSplitPanel);
     //
     // bottomSplitPanel.Panel2
     //
     this.bottomSplitPanel.Panel2.Controls.Add(this.groupBox1);
     this.bottomSplitPanel.Size = new System.Drawing.Size(954, 394);
     this.bottomSplitPanel.SplitterDistance = 711;
     this.bottomSplitPanel.TabIndex = 26;
     //
     // CAScriptSplitPanel
     //
     this.CAScriptSplitPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.CAScriptSplitPanel.Location = new System.Drawing.Point(0, 0);
     this.CAScriptSplitPanel.Name = "CAScriptSplitPanel";
     this.CAScriptSplitPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // CAScriptSplitPanel.Panel1
     //
     this.CAScriptSplitPanel.Panel1.Controls.Add(this.CondActSplitPanel2);
     //
     // CAScriptSplitPanel.Panel2
     //
     this.CAScriptSplitPanel.Panel2.Controls.Add(this.rtxtScript);
     this.CAScriptSplitPanel.Size = new System.Drawing.Size(711, 394);
     this.CAScriptSplitPanel.SplitterDistance = 274;
     this.CAScriptSplitPanel.TabIndex = 0;
     //
     // CondActSplitPanel2
     //
     this.CondActSplitPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.CondActSplitPanel2.Location = new System.Drawing.Point(0, 0);
     this.CondActSplitPanel2.Name = "CondActSplitPanel2";
     this.CondActSplitPanel2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // CondActSplitPanel2.Panel1
     //
     this.CondActSplitPanel2.Panel1.Controls.Add(this.panel1);
     this.CondActSplitPanel2.Panel1.Controls.Add(this.dgvCondition);
     //
     // CondActSplitPanel2.Panel2
     //
     this.CondActSplitPanel2.Panel2.Controls.Add(this.panel2);
     this.CondActSplitPanel2.Panel2.Controls.Add(this.dgvAction);
     this.CondActSplitPanel2.Size = new System.Drawing.Size(711, 274);
     this.CondActSplitPanel2.SplitterDistance = 134;
     this.CondActSplitPanel2.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.panel1.Controls.Add(this.btnCondVariables);
     this.panel1.Controls.Add(this.btnCondMoveDown);
     this.panel1.Controls.Add(this.btnCondMoveUp);
     this.panel1.Controls.Add(this.btnCondRemove);
     this.panel1.Controls.Add(this.btnCondAdd);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(711, 30);
     this.panel1.TabIndex = 4;
     //
     // btnCondVariables
     //
     this.btnCondVariables.Location = new System.Drawing.Point(482, 4);
     this.btnCondVariables.Name = "btnCondVariables";
     this.btnCondVariables.Size = new System.Drawing.Size(131, 23);
     this.btnCondVariables.TabIndex = 5;
     this.btnCondVariables.Text = "Variables";
     this.btnCondVariables.UseVisualStyleBackColor = true;
     this.btnCondVariables.Click += new System.EventHandler(this.btnCondVariables_Click);
     //
     // btnCondMoveDown
     //
     this.btnCondMoveDown.Location = new System.Drawing.Point(363, 4);
     this.btnCondMoveDown.Name = "btnCondMoveDown";
     this.btnCondMoveDown.Size = new System.Drawing.Size(75, 23);
     this.btnCondMoveDown.TabIndex = 4;
     this.btnCondMoveDown.Text = "Move Down";
     this.btnCondMoveDown.UseVisualStyleBackColor = true;
     this.btnCondMoveDown.Click += new System.EventHandler(this.btnCondMoveDown_Click);
     //
     // btnCondMoveUp
     //
     this.btnCondMoveUp.Location = new System.Drawing.Point(282, 4);
     this.btnCondMoveUp.Name = "btnCondMoveUp";
     this.btnCondMoveUp.Size = new System.Drawing.Size(75, 23);
     this.btnCondMoveUp.TabIndex = 3;
     this.btnCondMoveUp.Text = "Move Up";
     this.btnCondMoveUp.UseVisualStyleBackColor = true;
     this.btnCondMoveUp.Click += new System.EventHandler(this.btnCondMoveUp_Click);
     //
     // btnCondRemove
     //
     this.btnCondRemove.Location = new System.Drawing.Point(201, 4);
     this.btnCondRemove.Name = "btnCondRemove";
     this.btnCondRemove.Size = new System.Drawing.Size(75, 23);
     this.btnCondRemove.TabIndex = 2;
     this.btnCondRemove.Text = "Remove";
     this.btnCondRemove.UseVisualStyleBackColor = true;
     this.btnCondRemove.Click += new System.EventHandler(this.btnCondRemove_Click);
     //
     // btnCondAdd
     //
     this.btnCondAdd.Location = new System.Drawing.Point(120, 4);
     this.btnCondAdd.Name = "btnCondAdd";
     this.btnCondAdd.Size = new System.Drawing.Size(75, 23);
     this.btnCondAdd.TabIndex = 1;
     this.btnCondAdd.Text = "Add";
     this.btnCondAdd.UseVisualStyleBackColor = true;
     this.btnCondAdd.Click += new System.EventHandler(this.btnCondAdd_Click);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(4, 6);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(103, 17);
     this.label8.TabIndex = 0;
     this.label8.Text = "CONDITIONS";
     //
     // dgvCondition
     //
     this.dgvCondition.AllowUserToAddRows = false;
     this.dgvCondition.AllowUserToDeleteRows = false;
     this.dgvCondition.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)));
     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.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvCondition.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvCondition.ColumnHeadersHeight = 25;
     this.dgvCondition.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dgvCondition.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Select,
     this.AndOr,
     this.Not,
     this.Script,
     this.Parameter1,
     this.Parameter2,
     this.Parameter3,
     this.Parameter4});
     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.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvCondition.DefaultCellStyle = dataGridViewCellStyle2;
     this.dgvCondition.Location = new System.Drawing.Point(0, 30);
     this.dgvCondition.MultiSelect = false;
     this.dgvCondition.Name = "dgvCondition";
     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.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvCondition.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dgvCondition.RowHeadersVisible = false;
     this.dgvCondition.Size = new System.Drawing.Size(711, 104);
     this.dgvCondition.TabIndex = 3;
     this.dgvCondition.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCondition_CellClick);
     this.dgvCondition.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCondition_CellContentClick);
     this.dgvCondition.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCondition_CellValueChanged);
     this.dgvCondition.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvCondition_CurrentCellDirtyStateChanged);
     this.dgvCondition.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvCondition_DataError);
     this.dgvCondition.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvCondition_EditingControlShowing);
     //
     // Select
     //
     this.Select.HeaderText = "Select";
     this.Select.Name = "Select";
     this.Select.Width = 45;
     //
     // AndOr
     //
     this.AndOr.HeaderText = "AndOr";
     this.AndOr.Name = "AndOr";
     this.AndOr.Width = 45;
     //
     // Not
     //
     this.Not.HeaderText = "Not";
     this.Not.Name = "Not";
     this.Not.Width = 35;
     //
     // Script
     //
     this.Script.HeaderText = "Script";
     this.Script.Name = "Script";
     this.Script.Width = 150;
     //
     // Parameter1
     //
     this.Parameter1.HeaderText = "Parameter 1";
     this.Parameter1.Name = "Parameter1";
     this.Parameter1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Parameter1.Width = 130;
     //
     // Parameter2
     //
     this.Parameter2.HeaderText = "Parameter 2";
     this.Parameter2.Name = "Parameter2";
     this.Parameter2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Parameter2.Width = 130;
     //
     // Parameter3
     //
     this.Parameter3.HeaderText = "Parameter 3";
     this.Parameter3.Name = "Parameter3";
     this.Parameter3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Parameter3.Width = 130;
     //
     // Parameter4
     //
     this.Parameter4.HeaderText = "Parameter 4";
     this.Parameter4.Name = "Parameter4";
     this.Parameter4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Parameter4.Width = 130;
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.panel2.Controls.Add(this.btnActVariables);
     this.panel2.Controls.Add(this.btnActMoveDown);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.btnActMoveUp);
     this.panel2.Controls.Add(this.btnActAdd);
     this.panel2.Controls.Add(this.btnActRemove);
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(711, 30);
     this.panel2.TabIndex = 5;
     //
     // btnActVariables
     //
     this.btnActVariables.Location = new System.Drawing.Point(482, 4);
     this.btnActVariables.Name = "btnActVariables";
     this.btnActVariables.Size = new System.Drawing.Size(131, 23);
     this.btnActVariables.TabIndex = 9;
     this.btnActVariables.Text = "Variables";
     this.btnActVariables.UseVisualStyleBackColor = true;
     this.btnActVariables.Click += new System.EventHandler(this.btnActVariables_Click);
     //
     // btnActMoveDown
     //
     this.btnActMoveDown.Location = new System.Drawing.Point(363, 4);
     this.btnActMoveDown.Name = "btnActMoveDown";
     this.btnActMoveDown.Size = new System.Drawing.Size(75, 23);
     this.btnActMoveDown.TabIndex = 8;
     this.btnActMoveDown.Text = "Move Down";
     this.btnActMoveDown.UseVisualStyleBackColor = true;
     this.btnActMoveDown.Click += new System.EventHandler(this.btnActMoveDown_Click);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(4, 7);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(75, 17);
     this.label9.TabIndex = 0;
     this.label9.Text = "ACTIONS";
     //
     // btnActMoveUp
     //
     this.btnActMoveUp.Location = new System.Drawing.Point(282, 4);
     this.btnActMoveUp.Name = "btnActMoveUp";
     this.btnActMoveUp.Size = new System.Drawing.Size(75, 23);
     this.btnActMoveUp.TabIndex = 7;
     this.btnActMoveUp.Text = "Move Up";
     this.btnActMoveUp.UseVisualStyleBackColor = true;
     this.btnActMoveUp.Click += new System.EventHandler(this.btnActMoveUp_Click);
     //
     // btnActAdd
     //
     this.btnActAdd.Location = new System.Drawing.Point(120, 4);
     this.btnActAdd.Name = "btnActAdd";
     this.btnActAdd.Size = new System.Drawing.Size(75, 23);
     this.btnActAdd.TabIndex = 5;
     this.btnActAdd.Text = "Add";
     this.btnActAdd.UseVisualStyleBackColor = true;
     this.btnActAdd.Click += new System.EventHandler(this.btnActAdd_Click);
     //
     // btnActRemove
     //
     this.btnActRemove.Location = new System.Drawing.Point(201, 4);
     this.btnActRemove.Name = "btnActRemove";
     this.btnActRemove.Size = new System.Drawing.Size(75, 23);
     this.btnActRemove.TabIndex = 6;
     this.btnActRemove.Text = "Remove";
     this.btnActRemove.UseVisualStyleBackColor = true;
     this.btnActRemove.Click += new System.EventHandler(this.btnActRemove_Click);
     //
     // dgvAction
     //
     this.dgvAction.AllowUserToAddRows = false;
     this.dgvAction.AllowUserToDeleteRows = false;
     this.dgvAction.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)));
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvAction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
     this.dgvAction.ColumnHeadersHeight = 25;
     this.dgvAction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dgvAction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewCheckBoxColumn1,
     this.dataGridViewComboBoxColumn1,
     this.dataGridViewTextBoxColumn1,
     this.dataGridViewTextBoxColumn2,
     this.dataGridViewTextBoxColumn3,
     this.dataGridViewTextBoxColumn4});
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvAction.DefaultCellStyle = dataGridViewCellStyle5;
     this.dgvAction.Location = new System.Drawing.Point(0, 30);
     this.dgvAction.MultiSelect = false;
     this.dgvAction.Name = "dgvAction";
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvAction.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
     this.dgvAction.RowHeadersVisible = false;
     this.dgvAction.Size = new System.Drawing.Size(711, 108);
     this.dgvAction.TabIndex = 4;
     this.dgvAction.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAction_CellClick);
     this.dgvAction.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAction_CellContentClick);
     this.dgvAction.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAction_CellValueChanged);
     this.dgvAction.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvAction_CurrentCellDirtyStateChanged);
     this.dgvAction.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvAction_DataError);
     this.dgvAction.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvAction_EditingControlShowing);
     //
     // dataGridViewCheckBoxColumn1
     //
     this.dataGridViewCheckBoxColumn1.HeaderText = "Select";
     this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
     this.dataGridViewCheckBoxColumn1.Width = 45;
     //
     // dataGridViewComboBoxColumn1
     //
     this.dataGridViewComboBoxColumn1.HeaderText = "Script";
     this.dataGridViewComboBoxColumn1.Name = "dataGridViewComboBoxColumn1";
     this.dataGridViewComboBoxColumn1.Width = 150;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "Parameter 1";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn1.Width = 130;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = "Parameter 2";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn2.Width = 130;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.HeaderText = "Parameter 3";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn3.Width = 130;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.HeaderText = "Parameter 4";
     this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn4.Width = 130;
     //
     // rtxtScript
     //
     this.rtxtScript.BackColor = System.Drawing.Color.White;
     this.rtxtScript.Dock = System.Windows.Forms.DockStyle.Fill;
     this.rtxtScript.Location = new System.Drawing.Point(0, 0);
     this.rtxtScript.Name = "rtxtScript";
     this.rtxtScript.ReadOnly = true;
     this.rtxtScript.Size = new System.Drawing.Size(711, 116);
     this.rtxtScript.TabIndex = 19;
     this.rtxtScript.Text = "";
     this.rtxtScript.WordWrap = false;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsAddNode,
     this.tsRemoveNode,
     this.tsCopyNodes,
     this.tsPasteNodes,
     this.tsPasteAsLink,
     this.tsRelocateCopyNodes,
     this.tsUndo,
     this.tsRedo,
     this.tsRefresh,
     this.tsMoveUp,
     this.tsMoveDown});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(954, 25);
     this.toolStrip1.TabIndex = 27;
     this.toolStrip1.Text = "toolStrip1";
     //
     // tsAddNode
     //
     this.tsAddNode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsAddNode.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsAddNode.Name = "tsAddNode";
     this.tsAddNode.Size = new System.Drawing.Size(62, 22);
     this.tsAddNode.Text = "AddNode";
     this.tsAddNode.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
     this.tsAddNode.Click += new System.EventHandler(this.tsAddNode_Click);
     //
     // tsRemoveNode
     //
     this.tsRemoveNode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsRemoveNode.Image = ((System.Drawing.Image)(resources.GetObject("tsRemoveNode.Image")));
     this.tsRemoveNode.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsRemoveNode.Name = "tsRemoveNode";
     this.tsRemoveNode.Size = new System.Drawing.Size(83, 22);
     this.tsRemoveNode.Text = "RemoveNode";
     this.tsRemoveNode.Click += new System.EventHandler(this.tsRemoveNode_Click);
     //
     // tsCopyNodes
     //
     this.tsCopyNodes.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsCopyNodes.Image = ((System.Drawing.Image)(resources.GetObject("tsCopyNodes.Image")));
     this.tsCopyNodes.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsCopyNodes.Name = "tsCopyNodes";
     this.tsCopyNodes.Size = new System.Drawing.Size(73, 22);
     this.tsCopyNodes.Text = "CopyNodes";
     this.tsCopyNodes.ToolTipText = "CopyNodes\r\nSelects the node to the clipboard for pasting as a copy, pasting as a " +
         "link, or relocating (original, not a copy) the node to another location.";
     this.tsCopyNodes.Click += new System.EventHandler(this.tsCopyNodes_Click);
     //
     // tsPasteNodes
     //
     this.tsPasteNodes.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsPasteNodes.Image = ((System.Drawing.Image)(resources.GetObject("tsPasteNodes.Image")));
     this.tsPasteNodes.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsPasteNodes.Name = "tsPasteNodes";
     this.tsPasteNodes.Size = new System.Drawing.Size(73, 22);
     this.tsPasteNodes.Text = "PasteNodes";
     this.tsPasteNodes.Click += new System.EventHandler(this.tsPasteNodes_Click);
     //
     // tsPasteAsLink
     //
     this.tsPasteAsLink.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsPasteAsLink.Image = ((System.Drawing.Image)(resources.GetObject("tsPasteAsLink.Image")));
     this.tsPasteAsLink.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsPasteAsLink.Name = "tsPasteAsLink";
     this.tsPasteAsLink.Size = new System.Drawing.Size(74, 22);
     this.tsPasteAsLink.Text = "PasteAsLink";
     this.tsPasteAsLink.Click += new System.EventHandler(this.tsPasteAsLink_Click);
     //
     // tsRelocateCopyNodes
     //
     this.tsRelocateCopyNodes.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsRelocateCopyNodes.Image = ((System.Drawing.Image)(resources.GetObject("tsRelocateCopyNodes.Image")));
     this.tsRelocateCopyNodes.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsRelocateCopyNodes.Name = "tsRelocateCopyNodes";
     this.tsRelocateCopyNodes.Size = new System.Drawing.Size(128, 22);
     this.tsRelocateCopyNodes.Text = "RelocateCopiedNodes";
     this.tsRelocateCopyNodes.Click += new System.EventHandler(this.tsRelocateCopyNodes_Click);
     //
     // tsUndo
     //
     this.tsUndo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.tsUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsUndo.Image = ((System.Drawing.Image)(resources.GetObject("tsUndo.Image")));
     this.tsUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsUndo.Name = "tsUndo";
     this.tsUndo.Size = new System.Drawing.Size(40, 22);
     this.tsUndo.Text = "Undo";
     this.tsUndo.ToolTipText = "Undo\r\nAn Undo State is stored upon\r\neach click on node, add node,\r\nremove node, p" +
         "aste node, paste\r\nnode as link, move up and\r\nmove down.";
     this.tsUndo.Click += new System.EventHandler(this.tsUndo_Click);
     //
     // tsRedo
     //
     this.tsRedo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.tsRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsRedo.Image = ((System.Drawing.Image)(resources.GetObject("tsRedo.Image")));
     this.tsRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsRedo.Name = "tsRedo";
     this.tsRedo.Size = new System.Drawing.Size(38, 22);
     this.tsRedo.Text = "Redo";
     this.tsRedo.Click += new System.EventHandler(this.tsRedo_Click);
     //
     // tsRefresh
     //
     this.tsRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsRefresh.Image = ((System.Drawing.Image)(resources.GetObject("tsRefresh.Image")));
     this.tsRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsRefresh.Name = "tsRefresh";
     this.tsRefresh.Size = new System.Drawing.Size(50, 22);
     this.tsRefresh.Text = "Refresh";
     this.tsRefresh.Click += new System.EventHandler(this.tsRefresh_Click);
     //
     // tsMoveUp
     //
     this.tsMoveUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsMoveUp.Image = ((System.Drawing.Image)(resources.GetObject("tsMoveUp.Image")));
     this.tsMoveUp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsMoveUp.Name = "tsMoveUp";
     this.tsMoveUp.Size = new System.Drawing.Size(56, 22);
     this.tsMoveUp.Text = "MoveUp";
     this.tsMoveUp.Click += new System.EventHandler(this.tsMoveUp_Click);
     //
     // tsMoveDown
     //
     this.tsMoveDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsMoveDown.Image = ((System.Drawing.Image)(resources.GetObject("tsMoveDown.Image")));
     this.tsMoveDown.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsMoveDown.Name = "tsMoveDown";
     this.tsMoveDown.Size = new System.Drawing.Size(72, 22);
     this.tsMoveDown.Text = "MoveDown";
     this.tsMoveDown.Click += new System.EventHandler(this.tsMoveDown_Click);
     //
     // chkShowTextOnly
     //
     this.chkShowTextOnly.AutoSize = true;
     this.chkShowTextOnly.Location = new System.Drawing.Point(19, 75);
     this.chkShowTextOnly.Name = "chkShowTextOnly";
     this.chkShowTextOnly.Size = new System.Drawing.Size(148, 30);
     this.chkShowTextOnly.TabIndex = 37;
     this.chkShowTextOnly.Text = "Hide Conditionals/Actions\r\nin TreeView Above";
     this.chkShowTextOnly.UseVisualStyleBackColor = true;
     this.chkShowTextOnly.CheckedChanged += new System.EventHandler(this.chkShowTextOnly_CheckedChanged);
     //
     // conditionBindingSource
     //
     this.conditionBindingSource.DataSource = typeof(IB2Toolset.Condition);
     //
     // conditionBindingSource1
     //
     this.conditionBindingSource1.DataSource = typeof(IB2Toolset.Condition);
     //
     // LogicTreeEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(954, 516);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.convoMainSplitPanel);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MinimumSize = new System.Drawing.Size(856, 554);
     this.Name = "LogicTreeEditor";
     this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document;
     this.Text = "LogicTree Editor";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConvoEditor_FormClosing);
     this.Load += new System.EventHandler(this.LogicTreeEditor_Load);
     this.ctxTreeView.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.convoMainSplitPanel.Panel1.ResumeLayout(false);
     this.convoMainSplitPanel.Panel2.ResumeLayout(false);
     this.convoMainSplitPanel.ResumeLayout(false);
     this.bottomSplitPanel.Panel1.ResumeLayout(false);
     this.bottomSplitPanel.Panel2.ResumeLayout(false);
     this.bottomSplitPanel.ResumeLayout(false);
     this.CAScriptSplitPanel.Panel1.ResumeLayout(false);
     this.CAScriptSplitPanel.Panel2.ResumeLayout(false);
     this.CAScriptSplitPanel.ResumeLayout(false);
     this.CondActSplitPanel2.Panel1.ResumeLayout(false);
     this.CondActSplitPanel2.Panel2.ResumeLayout(false);
     this.CondActSplitPanel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvCondition)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvAction)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.conditionBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.conditionBindingSource1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #12
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDocumentoFiscal));
     this.Toolbar1          = new System.Windows.Forms.ToolStrip();
     this._Toolbar1_Button1 = new System.Windows.Forms.ToolStripButton();
     this._Toolbar1_Button2 = new System.Windows.Forms.ToolStripSeparator();
     this.tlbGuardar        = new System.Windows.Forms.ToolStripButton();
     this._Toolbar1_Button4 = new System.Windows.Forms.ToolStripSeparator();
     this.tbImprimir        = new System.Windows.Forms.ToolStripButton();
     this._Toolbar1_Button6 = new System.Windows.Forms.ToolStripSeparator();
     this._Toolbar1_Button7 = new System.Windows.Forms.ToolStripButton();
     this._Toolbar1_Button8 = new System.Windows.Forms.ToolStripSeparator();
     this._Toolbar1_Button9 = new System.Windows.Forms.ToolStripButton();
     this.Calendario        = new System.Windows.Forms.MonthCalendar();
     this.GroupBox1         = new System.Windows.Forms.GroupBox();
     this.cmbRemito4        = new System.Windows.Forms.ComboBox();
     this.cmbRemito3        = new System.Windows.Forms.ComboBox();
     this.cmbRemito2        = new System.Windows.Forms.ComboBox();
     this.cmbRemito1        = new System.Windows.Forms.ComboBox();
     this.gridDatos         = new System.Windows.Forms.DataGridView();
     this.colCodigo         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colProducto       = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.colCantidad       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colUMedida        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colPrecioUnitario = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBonif          = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.colSubTotal       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAlicuotaIVA    = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.colSubTotCIva     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PictureBox1       = new System.Windows.Forms.PictureBox();
     this.TabControl1       = new System.Windows.Forms.TabControl();
     this.frCliente         = new System.Windows.Forms.GroupBox();
     this.cmbPosIVA         = new System.Windows.Forms.ComboBox();
     this.cmdClienteNuevo   = new System.Windows.Forms.Button();
     this.cmbRazonSocial    = new System.Windows.Forms.ComboBox();
     this.Frame1            = new System.Windows.Forms.GroupBox();
     this._Lbl_7            = new System.Windows.Forms.Label();
     this.lblIDCliente      = new System.Windows.Forms.Label();
     this._Lbl_1            = new System.Windows.Forms.Label();
     this._Lbl_2            = new System.Windows.Forms.Label();
     this._Lbl_3            = new System.Windows.Forms.Label();
     this.lblLocalidad      = new System.Windows.Forms.Label();
     this.lblDireccion      = new System.Windows.Forms.Label();
     this.lblProvincia      = new System.Windows.Forms.Label();
     this._Lbl_4            = new System.Windows.Forms.Label();
     this.lblCUIT           = new System.Windows.Forms.Label();
     this.lblDolar          = new System.Windows.Forms.Label();
     this._Lbl_17           = new System.Windows.Forms.Label();
     this.txtCodBarNum      = new System.Windows.Forms.TextBox();
     this.frFecha           = new System.Windows.Forms.GroupBox();
     this.dtFecha           = new System.Windows.Forms.DateTimePicker();
     this.frNumFact         = new System.Windows.Forms.GroupBox();
     this.cmbSucursal       = new System.Windows.Forms.ComboBox();
     this.txtNumFact        = new System.Windows.Forms.TextBox();
     this.frTipoFC          = new System.Windows.Forms.GroupBox();
     this.lblCod_cbe        = new System.Windows.Forms.Label();
     this.lblTipoFC         = new System.Windows.Forms.Label();
     this.frDescuento       = new System.Windows.Forms.GroupBox();
     this.lblDescuento      = new System.Windows.Forms.Label();
     this.Frame3            = new System.Windows.Forms.GroupBox();
     this.optPeso           = new System.Windows.Forms.RadioButton();
     this.optDolar          = new System.Windows.Forms.RadioButton();
     this.lblToken          = new System.Windows.Forms.Label();
     this.lblSign           = new System.Windows.Forms.Label();
     this.Toolbar1.SuspendLayout();
     this.GroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridDatos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
     this.frCliente.SuspendLayout();
     this.frFecha.SuspendLayout();
     this.frNumFact.SuspendLayout();
     this.frTipoFC.SuspendLayout();
     this.frDescuento.SuspendLayout();
     this.Frame3.SuspendLayout();
     this.SuspendLayout();
     //
     // Toolbar1
     //
     this.Toolbar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._Toolbar1_Button1,
         this._Toolbar1_Button2,
         this.tlbGuardar,
         this._Toolbar1_Button4,
         this.tbImprimir,
         this._Toolbar1_Button6,
         this._Toolbar1_Button7,
         this._Toolbar1_Button8,
         this._Toolbar1_Button9
     });
     this.Toolbar1.Location = new System.Drawing.Point(0, 0);
     this.Toolbar1.Name     = "Toolbar1";
     this.Toolbar1.Size     = new System.Drawing.Size(1301, 39);
     this.Toolbar1.TabIndex = 158;
     //
     // _Toolbar1_Button1
     //
     this._Toolbar1_Button1.Image             = ((System.Drawing.Image)(resources.GetObject("_Toolbar1_Button1.Image")));
     this._Toolbar1_Button1.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button1.Name              = "_Toolbar1_Button1";
     this._Toolbar1_Button1.Size              = new System.Drawing.Size(26, 36);
     this._Toolbar1_Button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._Toolbar1_Button1.ToolTipText       = "Nuevo";
     //
     // _Toolbar1_Button2
     //
     this._Toolbar1_Button2.Name = "_Toolbar1_Button2";
     this._Toolbar1_Button2.Size = new System.Drawing.Size(6, 39);
     //
     // tlbGuardar
     //
     this.tlbGuardar.Image             = ((System.Drawing.Image)(resources.GetObject("tlbGuardar.Image")));
     this.tlbGuardar.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tlbGuardar.Name              = "tlbGuardar";
     this.tlbGuardar.Size              = new System.Drawing.Size(26, 36);
     this.tlbGuardar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tlbGuardar.ToolTipText       = "Guardar";
     //
     // _Toolbar1_Button4
     //
     this._Toolbar1_Button4.AutoSize = false;
     this._Toolbar1_Button4.Name     = "_Toolbar1_Button4";
     this._Toolbar1_Button4.Size     = new System.Drawing.Size(0, 39);
     //
     // tbImprimir
     //
     this.tbImprimir.Image             = ((System.Drawing.Image)(resources.GetObject("tbImprimir.Image")));
     this.tbImprimir.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tbImprimir.Name              = "tbImprimir";
     this.tbImprimir.Size              = new System.Drawing.Size(26, 36);
     this.tbImprimir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tbImprimir.ToolTipText       = "Imprimir";
     //
     // _Toolbar1_Button6
     //
     this._Toolbar1_Button6.Name = "_Toolbar1_Button6";
     this._Toolbar1_Button6.Size = new System.Drawing.Size(6, 39);
     //
     // _Toolbar1_Button7
     //
     this._Toolbar1_Button7.Image             = ((System.Drawing.Image)(resources.GetObject("_Toolbar1_Button7.Image")));
     this._Toolbar1_Button7.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button7.Name              = "_Toolbar1_Button7";
     this._Toolbar1_Button7.Size              = new System.Drawing.Size(26, 36);
     this._Toolbar1_Button7.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._Toolbar1_Button7.ToolTipText       = "Anular";
     //
     // _Toolbar1_Button8
     //
     this._Toolbar1_Button8.Name = "_Toolbar1_Button8";
     this._Toolbar1_Button8.Size = new System.Drawing.Size(6, 39);
     //
     // _Toolbar1_Button9
     //
     this._Toolbar1_Button9.Image             = ((System.Drawing.Image)(resources.GetObject("_Toolbar1_Button9.Image")));
     this._Toolbar1_Button9.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button9.Name              = "_Toolbar1_Button9";
     this._Toolbar1_Button9.Size              = new System.Drawing.Size(26, 36);
     this._Toolbar1_Button9.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._Toolbar1_Button9.ToolTipText       = "Editar";
     //
     // Calendario
     //
     this.Calendario.Location = new System.Drawing.Point(715, 530);
     this.Calendario.Name     = "Calendario";
     this.Calendario.TabIndex = 157;
     this.Calendario.Visible  = false;
     //
     // GroupBox1
     //
     this.GroupBox1.BackColor = System.Drawing.SystemColors.Control;
     this.GroupBox1.Controls.Add(this.cmbRemito4);
     this.GroupBox1.Controls.Add(this.cmbRemito3);
     this.GroupBox1.Controls.Add(this.cmbRemito2);
     this.GroupBox1.Controls.Add(this.cmbRemito1);
     this.GroupBox1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.GroupBox1.Location    = new System.Drawing.Point(659, 210);
     this.GroupBox1.Name        = "GroupBox1";
     this.GroupBox1.Padding     = new System.Windows.Forms.Padding(0);
     this.GroupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.GroupBox1.Size        = new System.Drawing.Size(236, 105);
     this.GroupBox1.TabIndex    = 156;
     this.GroupBox1.TabStop     = false;
     this.GroupBox1.Text        = "Remitos";
     //
     // cmbRemito4
     //
     this.cmbRemito4.FormattingEnabled = true;
     this.cmbRemito4.Location          = new System.Drawing.Point(4, 46);
     this.cmbRemito4.Name     = "cmbRemito4";
     this.cmbRemito4.Size     = new System.Drawing.Size(58, 21);
     this.cmbRemito4.TabIndex = 0;
     this.cmbRemito4.Text     = "0";
     //
     // cmbRemito3
     //
     this.cmbRemito3.FormattingEnabled = true;
     this.cmbRemito3.Location          = new System.Drawing.Point(144, 16);
     this.cmbRemito3.Name     = "cmbRemito3";
     this.cmbRemito3.Size     = new System.Drawing.Size(58, 21);
     this.cmbRemito3.TabIndex = 1;
     this.cmbRemito3.Text     = "0";
     //
     // cmbRemito2
     //
     this.cmbRemito2.FormattingEnabled = true;
     this.cmbRemito2.Location          = new System.Drawing.Point(68, 16);
     this.cmbRemito2.Name     = "cmbRemito2";
     this.cmbRemito2.Size     = new System.Drawing.Size(58, 21);
     this.cmbRemito2.TabIndex = 2;
     this.cmbRemito2.Text     = "0";
     //
     // cmbRemito1
     //
     this.cmbRemito1.FormattingEnabled = true;
     this.cmbRemito1.Location          = new System.Drawing.Point(4, 16);
     this.cmbRemito1.Name     = "cmbRemito1";
     this.cmbRemito1.Size     = new System.Drawing.Size(58, 21);
     this.cmbRemito1.TabIndex = 3;
     this.cmbRemito1.Text     = "0";
     //
     // gridDatos
     //
     this.gridDatos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gridDatos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colCodigo,
         this.colProducto,
         this.colCantidad,
         this.colUMedida,
         this.colPrecioUnitario,
         this.colBonif,
         this.colSubTotal,
         this.colAlicuotaIVA,
         this.colSubTotCIva
     });
     this.gridDatos.Location = new System.Drawing.Point(28, 335);
     this.gridDatos.Name     = "gridDatos";
     this.gridDatos.Size     = new System.Drawing.Size(601, 183);
     this.gridDatos.TabIndex = 155;
     //
     // colCodigo
     //
     this.colCodigo.HeaderText = "Codigo";
     this.colCodigo.Name       = "colCodigo";
     //
     // colProducto
     //
     this.colProducto.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
     this.colProducto.HeaderText   = "Producto";
     this.colProducto.Name         = "colProducto";
     //
     // colCantidad
     //
     this.colCantidad.HeaderText = "Cantidad";
     this.colCantidad.Name       = "colCantidad";
     this.colCantidad.Resizable  = System.Windows.Forms.DataGridViewTriState.True;
     this.colCantidad.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // colUMedida
     //
     this.colUMedida.HeaderText = "U. Medida";
     this.colUMedida.Name       = "colUMedida";
     this.colUMedida.Resizable  = System.Windows.Forms.DataGridViewTriState.True;
     this.colUMedida.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // colPrecioUnitario
     //
     this.colPrecioUnitario.HeaderText = "PrecioUnitario(USD)";
     this.colPrecioUnitario.Name       = "colPrecioUnitario";
     this.colPrecioUnitario.Resizable  = System.Windows.Forms.DataGridViewTriState.True;
     this.colPrecioUnitario.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // colBonif
     //
     this.colBonif.HeaderText = "%Bonif";
     this.colBonif.Items.AddRange(new object[] {
         "0",
         "20"
     });
     this.colBonif.Name = "colBonif";
     //
     // colSubTotal
     //
     this.colSubTotal.HeaderText = "Subtotal(USD)";
     this.colSubTotal.Name       = "colSubTotal";
     //
     // colAlicuotaIVA
     //
     this.colAlicuotaIVA.HeaderText = "Alicuota IVA";
     this.colAlicuotaIVA.Items.AddRange(new object[] {
         "0",
         "10,5",
         "21"
     });
     this.colAlicuotaIVA.Name      = "colAlicuotaIVA";
     this.colAlicuotaIVA.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.colAlicuotaIVA.SortMode  = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // colSubTotCIva
     //
     this.colSubTotCIva.HeaderText = "Subtotal c/Iva (USD)";
     this.colSubTotCIva.Name       = "colSubTotCIva";
     //
     // PictureBox1
     //
     this.PictureBox1.BackColor   = System.Drawing.Color.White;
     this.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.PictureBox1.Location    = new System.Drawing.Point(19, 582);
     this.PictureBox1.Name        = "PictureBox1";
     this.PictureBox1.Size        = new System.Drawing.Size(625, 39);
     this.PictureBox1.TabIndex    = 154;
     this.PictureBox1.TabStop     = false;
     //
     // TabControl1
     //
     this.TabControl1.Location      = new System.Drawing.Point(659, 357);
     this.TabControl1.Name          = "TabControl1";
     this.TabControl1.SelectedIndex = 0;
     this.TabControl1.Size          = new System.Drawing.Size(240, 161);
     this.TabControl1.TabIndex      = 153;
     //
     // frCliente
     //
     this.frCliente.BackColor = System.Drawing.SystemColors.Control;
     this.frCliente.Controls.Add(this.cmbPosIVA);
     this.frCliente.Controls.Add(this.cmdClienteNuevo);
     this.frCliente.Controls.Add(this.cmbRazonSocial);
     this.frCliente.Controls.Add(this.Frame1);
     this.frCliente.Controls.Add(this._Lbl_7);
     this.frCliente.Controls.Add(this.lblIDCliente);
     this.frCliente.Controls.Add(this._Lbl_1);
     this.frCliente.Controls.Add(this._Lbl_2);
     this.frCliente.Controls.Add(this._Lbl_3);
     this.frCliente.Controls.Add(this.lblLocalidad);
     this.frCliente.Controls.Add(this.lblDireccion);
     this.frCliente.Controls.Add(this.lblProvincia);
     this.frCliente.Controls.Add(this._Lbl_4);
     this.frCliente.Controls.Add(this.lblCUIT);
     this.frCliente.Controls.Add(this.lblDolar);
     this.frCliente.Controls.Add(this._Lbl_17);
     this.frCliente.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.frCliente.Location    = new System.Drawing.Point(20, 138);
     this.frCliente.Name        = "frCliente";
     this.frCliente.Padding     = new System.Windows.Forms.Padding(0);
     this.frCliente.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.frCliente.Size        = new System.Drawing.Size(625, 177);
     this.frCliente.TabIndex    = 146;
     this.frCliente.TabStop     = false;
     //
     // cmbPosIVA
     //
     this.cmbPosIVA.BackColor   = System.Drawing.SystemColors.Window;
     this.cmbPosIVA.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmbPosIVA.ForeColor   = System.Drawing.SystemColors.WindowText;
     this.cmbPosIVA.Location    = new System.Drawing.Point(256, 128);
     this.cmbPosIVA.Name        = "cmbPosIVA";
     this.cmbPosIVA.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmbPosIVA.Size        = new System.Drawing.Size(225, 21);
     this.cmbPosIVA.TabIndex    = 54;
     this.cmbPosIVA.Text        = "Resp Incripto";
     //
     // cmdClienteNuevo
     //
     this.cmdClienteNuevo.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdClienteNuevo.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdClienteNuevo.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdClienteNuevo.Location                = new System.Drawing.Point(592, 16);
     this.cmdClienteNuevo.Name                    = "cmdClienteNuevo";
     this.cmdClienteNuevo.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdClienteNuevo.Size                    = new System.Drawing.Size(17, 21);
     this.cmdClienteNuevo.TabIndex                = 4;
     this.cmdClienteNuevo.Text                    = "...";
     this.cmdClienteNuevo.UseVisualStyleBackColor = false;
     //
     // cmbRazonSocial
     //
     this.cmbRazonSocial.BackColor   = System.Drawing.SystemColors.Control;
     this.cmbRazonSocial.Cursor      = System.Windows.Forms.Cursors.Default;
     this.cmbRazonSocial.ForeColor   = System.Drawing.SystemColors.WindowText;
     this.cmbRazonSocial.Location    = new System.Drawing.Point(8, 16);
     this.cmbRazonSocial.Name        = "cmbRazonSocial";
     this.cmbRazonSocial.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmbRazonSocial.Size        = new System.Drawing.Size(577, 21);
     this.cmbRazonSocial.Sorted      = true;
     this.cmbRazonSocial.TabIndex    = 55;
     //
     // Frame1
     //
     this.Frame1.BackColor   = System.Drawing.SystemColors.Control;
     this.Frame1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location    = new System.Drawing.Point(440, 176);
     this.Frame1.Name        = "Frame1";
     this.Frame1.Padding     = new System.Windows.Forms.Padding(0);
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(185, 1);
     this.Frame1.TabIndex    = 2;
     this.Frame1.TabStop     = false;
     this.Frame1.Text        = "Frame1";
     //
     // _Lbl_7
     //
     this._Lbl_7.AutoSize    = true;
     this._Lbl_7.BackColor   = System.Drawing.SystemColors.Control;
     this._Lbl_7.Cursor      = System.Windows.Forms.Cursors.Default;
     this._Lbl_7.ForeColor   = System.Drawing.SystemColors.ControlText;
     this._Lbl_7.Location    = new System.Drawing.Point(280, 104);
     this._Lbl_7.Name        = "_Lbl_7";
     this._Lbl_7.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this._Lbl_7.Size        = new System.Drawing.Size(16, 13);
     this._Lbl_7.TabIndex    = 53;
     this._Lbl_7.Text        = "Id";
     this._Lbl_7.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // lblIDCliente
     //
     this.lblIDCliente.BackColor   = System.Drawing.SystemColors.Control;
     this.lblIDCliente.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIDCliente.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblIDCliente.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblIDCliente.Location    = new System.Drawing.Point(296, 96);
     this.lblIDCliente.Name        = "lblIDCliente";
     this.lblIDCliente.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblIDCliente.Size        = new System.Drawing.Size(177, 25);
     this.lblIDCliente.TabIndex    = 26;
     //
     // _Lbl_1
     //
     this._Lbl_1.AutoSize    = true;
     this._Lbl_1.BackColor   = System.Drawing.SystemColors.Control;
     this._Lbl_1.Cursor      = System.Windows.Forms.Cursors.Default;
     this._Lbl_1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this._Lbl_1.Location    = new System.Drawing.Point(16, 48);
     this._Lbl_1.Name        = "_Lbl_1";
     this._Lbl_1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this._Lbl_1.Size        = new System.Drawing.Size(52, 13);
     this._Lbl_1.TabIndex    = 14;
     this._Lbl_1.Text        = "Direccion";
     this._Lbl_1.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // _Lbl_2
     //
     this._Lbl_2.AutoSize    = true;
     this._Lbl_2.BackColor   = System.Drawing.SystemColors.Control;
     this._Lbl_2.Cursor      = System.Windows.Forms.Cursors.Default;
     this._Lbl_2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this._Lbl_2.Location    = new System.Drawing.Point(16, 80);
     this._Lbl_2.Name        = "_Lbl_2";
     this._Lbl_2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this._Lbl_2.Size        = new System.Drawing.Size(53, 13);
     this._Lbl_2.TabIndex    = 13;
     this._Lbl_2.Text        = "Localidad";
     this._Lbl_2.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // _Lbl_3
     //
     this._Lbl_3.AutoSize    = true;
     this._Lbl_3.BackColor   = System.Drawing.SystemColors.Control;
     this._Lbl_3.Cursor      = System.Windows.Forms.Cursors.Default;
     this._Lbl_3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this._Lbl_3.Location    = new System.Drawing.Point(256, 80);
     this._Lbl_3.Name        = "_Lbl_3";
     this._Lbl_3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this._Lbl_3.Size        = new System.Drawing.Size(51, 13);
     this._Lbl_3.TabIndex    = 12;
     this._Lbl_3.Text        = "Provincia";
     this._Lbl_3.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // lblLocalidad
     //
     this.lblLocalidad.BackColor   = System.Drawing.SystemColors.Control;
     this.lblLocalidad.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblLocalidad.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblLocalidad.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblLocalidad.Location    = new System.Drawing.Point(72, 72);
     this.lblLocalidad.Name        = "lblLocalidad";
     this.lblLocalidad.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblLocalidad.Size        = new System.Drawing.Size(177, 20);
     this.lblLocalidad.TabIndex    = 11;
     //
     // lblDireccion
     //
     this.lblDireccion.BackColor   = System.Drawing.Color.Transparent;
     this.lblDireccion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDireccion.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblDireccion.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblDireccion.Location    = new System.Drawing.Point(72, 48);
     this.lblDireccion.Name        = "lblDireccion";
     this.lblDireccion.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblDireccion.Size        = new System.Drawing.Size(361, 20);
     this.lblDireccion.TabIndex    = 10;
     //
     // lblProvincia
     //
     this.lblProvincia.BackColor   = System.Drawing.SystemColors.Control;
     this.lblProvincia.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblProvincia.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblProvincia.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblProvincia.Location    = new System.Drawing.Point(304, 72);
     this.lblProvincia.Name        = "lblProvincia";
     this.lblProvincia.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblProvincia.Size        = new System.Drawing.Size(169, 20);
     this.lblProvincia.TabIndex    = 9;
     //
     // _Lbl_4
     //
     this._Lbl_4.AutoSize    = true;
     this._Lbl_4.BackColor   = System.Drawing.SystemColors.Control;
     this._Lbl_4.Cursor      = System.Windows.Forms.Cursors.Default;
     this._Lbl_4.ForeColor   = System.Drawing.SystemColors.ControlText;
     this._Lbl_4.Location    = new System.Drawing.Point(40, 104);
     this._Lbl_4.Name        = "_Lbl_4";
     this._Lbl_4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this._Lbl_4.Size        = new System.Drawing.Size(32, 13);
     this._Lbl_4.TabIndex    = 8;
     this._Lbl_4.Text        = "CUIT";
     this._Lbl_4.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // lblCUIT
     //
     this.lblCUIT.BackColor   = System.Drawing.SystemColors.Control;
     this.lblCUIT.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblCUIT.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblCUIT.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblCUIT.Location    = new System.Drawing.Point(72, 96);
     this.lblCUIT.Name        = "lblCUIT";
     this.lblCUIT.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblCUIT.Size        = new System.Drawing.Size(129, 20);
     this.lblCUIT.TabIndex    = 7;
     //
     // lblDolar
     //
     this.lblDolar.BackColor   = System.Drawing.SystemColors.Control;
     this.lblDolar.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDolar.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblDolar.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblDolar.Location    = new System.Drawing.Point(72, 120);
     this.lblDolar.Name        = "lblDolar";
     this.lblDolar.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblDolar.Size        = new System.Drawing.Size(81, 20);
     this.lblDolar.TabIndex    = 56;
     //
     // _Lbl_17
     //
     this._Lbl_17.AutoSize    = true;
     this._Lbl_17.BackColor   = System.Drawing.SystemColors.Control;
     this._Lbl_17.Cursor      = System.Windows.Forms.Cursors.Default;
     this._Lbl_17.ForeColor   = System.Drawing.SystemColors.ControlText;
     this._Lbl_17.Location    = new System.Drawing.Point(40, 128);
     this._Lbl_17.Name        = "_Lbl_17";
     this._Lbl_17.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this._Lbl_17.Size        = new System.Drawing.Size(32, 13);
     this._Lbl_17.TabIndex    = 5;
     this._Lbl_17.Text        = "Dolar";
     this._Lbl_17.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // txtCodBarNum
     //
     this.txtCodBarNum.AcceptsReturn = true;
     this.txtCodBarNum.BackColor     = System.Drawing.SystemColors.Window;
     this.txtCodBarNum.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtCodBarNum.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtCodBarNum.Location      = new System.Drawing.Point(112, 544);
     this.txtCodBarNum.MaxLength     = 0;
     this.txtCodBarNum.Name          = "txtCodBarNum";
     this.txtCodBarNum.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtCodBarNum.Size          = new System.Drawing.Size(473, 20);
     this.txtCodBarNum.TabIndex      = 152;
     //
     // frFecha
     //
     this.frFecha.BackColor = System.Drawing.SystemColors.Control;
     this.frFecha.Controls.Add(this.dtFecha);
     this.frFecha.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.frFecha.Location    = new System.Drawing.Point(740, 63);
     this.frFecha.Name        = "frFecha";
     this.frFecha.Padding     = new System.Windows.Forms.Padding(0);
     this.frFecha.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.frFecha.Size        = new System.Drawing.Size(121, 49);
     this.frFecha.TabIndex    = 149;
     this.frFecha.TabStop     = false;
     this.frFecha.Text        = "Fecha";
     //
     // dtFecha
     //
     this.dtFecha.Format   = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtFecha.Location = new System.Drawing.Point(15, 16);
     this.dtFecha.Name     = "dtFecha";
     this.dtFecha.Size     = new System.Drawing.Size(90, 20);
     this.dtFecha.TabIndex = 88;
     this.dtFecha.Visible  = false;
     //
     // frNumFact
     //
     this.frNumFact.BackColor = System.Drawing.SystemColors.Control;
     this.frNumFact.Controls.Add(this.cmbSucursal);
     this.frNumFact.Controls.Add(this.txtNumFact);
     this.frNumFact.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.frNumFact.Location    = new System.Drawing.Point(536, 63);
     this.frNumFact.Name        = "frNumFact";
     this.frNumFact.Padding     = new System.Windows.Forms.Padding(0);
     this.frNumFact.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.frNumFact.Size        = new System.Drawing.Size(193, 41);
     this.frNumFact.TabIndex    = 148;
     this.frNumFact.TabStop     = false;
     this.frNumFact.Text        = "Nro Factura";
     //
     // cmbSucursal
     //
     this.cmbSucursal.BackColor = System.Drawing.SystemColors.Window;
     this.cmbSucursal.Cursor    = System.Windows.Forms.Cursors.Default;
     this.cmbSucursal.ForeColor = System.Drawing.SystemColors.WindowText;
     this.cmbSucursal.Items.AddRange(new object[] {
         "0001",
         "0002",
         "0003"
     });
     this.cmbSucursal.Location    = new System.Drawing.Point(16, 16);
     this.cmbSucursal.Name        = "cmbSucursal";
     this.cmbSucursal.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmbSucursal.Size        = new System.Drawing.Size(65, 21);
     this.cmbSucursal.TabIndex    = 43;
     this.cmbSucursal.Text        = "0003";
     //
     // txtNumFact
     //
     this.txtNumFact.AcceptsReturn = true;
     this.txtNumFact.BackColor     = System.Drawing.SystemColors.Window;
     this.txtNumFact.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtNumFact.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtNumFact.Location      = new System.Drawing.Point(104, 16);
     this.txtNumFact.MaxLength     = 0;
     this.txtNumFact.Name          = "txtNumFact";
     this.txtNumFact.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtNumFact.Size          = new System.Drawing.Size(81, 20);
     this.txtNumFact.TabIndex      = 28;
     //
     // frTipoFC
     //
     this.frTipoFC.BackColor = System.Drawing.SystemColors.Control;
     this.frTipoFC.Controls.Add(this.lblCod_cbe);
     this.frTipoFC.Controls.Add(this.lblTipoFC);
     this.frTipoFC.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.frTipoFC.Location    = new System.Drawing.Point(416, 63);
     this.frTipoFC.Name        = "frTipoFC";
     this.frTipoFC.Padding     = new System.Windows.Forms.Padding(0);
     this.frTipoFC.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.frTipoFC.Size        = new System.Drawing.Size(114, 56);
     this.frTipoFC.TabIndex    = 147;
     this.frTipoFC.TabStop     = false;
     this.frTipoFC.Text        = "Tipo de Factura";
     //
     // lblCod_cbe
     //
     this.lblCod_cbe.BackColor   = System.Drawing.SystemColors.Control;
     this.lblCod_cbe.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblCod_cbe.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblCod_cbe.Location    = new System.Drawing.Point(53, 32);
     this.lblCod_cbe.Name        = "lblCod_cbe";
     this.lblCod_cbe.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblCod_cbe.Size        = new System.Drawing.Size(24, 17);
     this.lblCod_cbe.TabIndex    = 61;
     this.lblCod_cbe.Text        = "01";
     //
     // lblTipoFC
     //
     this.lblTipoFC.AutoSize    = true;
     this.lblTipoFC.BackColor   = System.Drawing.SystemColors.Control;
     this.lblTipoFC.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblTipoFC.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblTipoFC.Location    = new System.Drawing.Point(56, 13);
     this.lblTipoFC.Name        = "lblTipoFC";
     this.lblTipoFC.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTipoFC.Size        = new System.Drawing.Size(14, 13);
     this.lblTipoFC.TabIndex    = 58;
     this.lblTipoFC.Text        = "A";
     //
     // frDescuento
     //
     this.frDescuento.BackColor = System.Drawing.SystemColors.Control;
     this.frDescuento.Controls.Add(this.lblDescuento);
     this.frDescuento.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.frDescuento.Location    = new System.Drawing.Point(788, 147);
     this.frDescuento.Name        = "frDescuento";
     this.frDescuento.Padding     = new System.Windows.Forms.Padding(0);
     this.frDescuento.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.frDescuento.Size        = new System.Drawing.Size(73, 41);
     this.frDescuento.TabIndex    = 151;
     this.frDescuento.TabStop     = false;
     this.frDescuento.Text        = "Descuento";
     //
     // lblDescuento
     //
     this.lblDescuento.BackColor   = System.Drawing.SystemColors.Control;
     this.lblDescuento.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblDescuento.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblDescuento.Location    = new System.Drawing.Point(16, 16);
     this.lblDescuento.Name        = "lblDescuento";
     this.lblDescuento.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblDescuento.Size        = new System.Drawing.Size(41, 17);
     this.lblDescuento.TabIndex    = 45;
     this.lblDescuento.Text        = "0";
     this.lblDescuento.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // Frame3
     //
     this.Frame3.BackColor = System.Drawing.SystemColors.Control;
     this.Frame3.Controls.Add(this.optPeso);
     this.Frame3.Controls.Add(this.optDolar);
     this.Frame3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame3.Location    = new System.Drawing.Point(651, 138);
     this.Frame3.Name        = "Frame3";
     this.Frame3.Padding     = new System.Windows.Forms.Padding(0);
     this.Frame3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame3.Size        = new System.Drawing.Size(129, 50);
     this.Frame3.TabIndex    = 150;
     this.Frame3.TabStop     = false;
     //
     // optPeso
     //
     this.optPeso.Appearance              = System.Windows.Forms.Appearance.Button;
     this.optPeso.BackColor               = System.Drawing.SystemColors.Control;
     this.optPeso.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.optPeso.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.optPeso.Location                = new System.Drawing.Point(72, 16);
     this.optPeso.Name                    = "optPeso";
     this.optPeso.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.optPeso.Size                    = new System.Drawing.Size(49, 21);
     this.optPeso.TabIndex                = 42;
     this.optPeso.TabStop                 = true;
     this.optPeso.Text                    = "Peso";
     this.optPeso.TextAlign               = System.Drawing.ContentAlignment.MiddleCenter;
     this.optPeso.UseVisualStyleBackColor = false;
     //
     // optDolar
     //
     this.optDolar.Appearance              = System.Windows.Forms.Appearance.Button;
     this.optDolar.BackColor               = System.Drawing.SystemColors.Control;
     this.optDolar.Checked                 = true;
     this.optDolar.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.optDolar.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.optDolar.Location                = new System.Drawing.Point(8, 16);
     this.optDolar.Name                    = "optDolar";
     this.optDolar.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.optDolar.Size                    = new System.Drawing.Size(53, 21);
     this.optDolar.TabIndex                = 41;
     this.optDolar.TabStop                 = true;
     this.optDolar.Text                    = "Dolar";
     this.optDolar.TextAlign               = System.Drawing.ContentAlignment.MiddleCenter;
     this.optDolar.UseVisualStyleBackColor = false;
     //
     // lblToken
     //
     this.lblToken.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblToken.Location    = new System.Drawing.Point(1035, 276);
     this.lblToken.Name        = "lblToken";
     this.lblToken.Size        = new System.Drawing.Size(167, 38);
     this.lblToken.TabIndex    = 159;
     this.lblToken.Text        = "label1";
     //
     // lblSign
     //
     this.lblSign.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblSign.Location    = new System.Drawing.Point(1043, 338);
     this.lblSign.Name        = "lblSign";
     this.lblSign.Size        = new System.Drawing.Size(126, 56);
     this.lblSign.TabIndex    = 160;
     this.lblSign.Text        = "label1";
     //
     // frmDocumentoFiscal
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1301, 750);
     this.Controls.Add(this.lblSign);
     this.Controls.Add(this.lblToken);
     this.Controls.Add(this.Toolbar1);
     this.Controls.Add(this.Calendario);
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.gridDatos);
     this.Controls.Add(this.PictureBox1);
     this.Controls.Add(this.TabControl1);
     this.Controls.Add(this.frCliente);
     this.Controls.Add(this.txtCodBarNum);
     this.Controls.Add(this.frFecha);
     this.Controls.Add(this.frNumFact);
     this.Controls.Add(this.frTipoFC);
     this.Controls.Add(this.frDescuento);
     this.Controls.Add(this.Frame3);
     this.Name        = "frmDocumentoFiscal";
     this.Text        = "frmDocumentoFiscal";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.FrmDocumentoFiscalLoad);
     this.Toolbar1.ResumeLayout(false);
     this.Toolbar1.PerformLayout();
     this.GroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridDatos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
     this.frCliente.ResumeLayout(false);
     this.frCliente.PerformLayout();
     this.frFecha.ResumeLayout(false);
     this.frNumFact.ResumeLayout(false);
     this.frNumFact.PerformLayout();
     this.frTipoFC.ResumeLayout(false);
     this.frTipoFC.PerformLayout();
     this.frDescuento.ResumeLayout(false);
     this.Frame3.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #13
0
        /// <summary>
        /// Initializes a new instance of the <see cref="EmployeeDataGridViewBase"/> class.
        /// </summary>
        public EmployeeDataGridViewBase()
        {
            this.components = new System.ComponentModel.Container();

            this.uxEmployeeDataGridView               = new System.Windows.Forms.DataGridView();
            this.uxEmployeeBindingSource              = new System.Windows.Forms.BindingSource(this.components);
            this.uxEmployeeErrorProvider              = new System.Windows.Forms.ErrorProvider(this.components);
            this.uxEmployeeIdDataGridViewColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxNationalIdNumberDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxContactIdDataGridViewColumn        = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxLoginIdDataGridViewColumn          = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxManagerIdDataGridViewColumn        = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxTitleDataGridViewColumn            = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxBirthDateDataGridViewColumn        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxMaritalStatusDataGridViewColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxGenderDataGridViewColumn           = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxHireDateDataGridViewColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxSalariedFlagDataGridViewColumn     = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.uxVacationHoursDataGridViewColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxSickLeaveHoursDataGridViewColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxCurrentFlagDataGridViewColumn      = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.uxRowguidDataGridViewColumn          = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxModifiedDateDataGridViewColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
            //this.uxContactIdBindingSource = new ContactBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxContactIdBindingSource)).BeginInit();
            //this.uxManagerIdBindingSource = new EmployeeBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxManagerIdBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxEmployeeDataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxEmployeeBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxEmployeeErrorProvider)).BeginInit();
            this.SuspendLayout();

            //
            // uxEmployeeErrorProvider
            //
            this.uxEmployeeErrorProvider.ContainerControl = this;
            this.uxEmployeeErrorProvider.DataSource       = this.uxEmployeeBindingSource;
            //
            // uxEmployeeDataGridView
            //
            this.uxEmployeeDataGridView.AutoGenerateColumns         = false;
            this.uxEmployeeDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.uxEmployeeDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.uxEmployeeIdDataGridViewColumn,
                this.uxNationalIdNumberDataGridViewColumn,
                this.uxContactIdDataGridViewColumn,
                this.uxLoginIdDataGridViewColumn,
                this.uxManagerIdDataGridViewColumn,
                this.uxTitleDataGridViewColumn,
                this.uxBirthDateDataGridViewColumn,
                this.uxMaritalStatusDataGridViewColumn,
                this.uxGenderDataGridViewColumn,
                this.uxHireDateDataGridViewColumn,
                this.uxSalariedFlagDataGridViewColumn,
                this.uxVacationHoursDataGridViewColumn,
                this.uxSickLeaveHoursDataGridViewColumn,
                this.uxCurrentFlagDataGridViewColumn,
                this.uxRowguidDataGridViewColumn,
                this.uxModifiedDateDataGridViewColumn
            });
            this.uxEmployeeDataGridView.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.uxEmployeeDataGridView.Location                  = new System.Drawing.Point(0, 0);
            this.uxEmployeeDataGridView.Name                      = "uxEmployeeDataGridView";
            this.uxEmployeeDataGridView.Size                      = new System.Drawing.Size(470, 300);
            this.uxEmployeeDataGridView.TabIndex                  = 0;
            this.uxEmployeeDataGridView.BackgroundColor           = System.Drawing.Color.WhiteSmoke;
            this.uxEmployeeDataGridView.EnableHeadersVisualStyles = false;
            this.uxEmployeeDataGridView.DataError                += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnEmployeeDataGridViewDataError);
            this.uxEmployeeDataGridView.CellValueNeeded          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnEmployeeDataGridViewCellValueNeeded);
            this.uxEmployeeDataGridView.CellValuePushed          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnEmployeeDataGridViewCellValuePushed);

            //
            // uxEmployeeIdDataGridViewColumn
            //
            this.uxEmployeeIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxEmployeeIdDataGridViewColumn.DataPropertyName = "EmployeeId";
            this.uxEmployeeIdDataGridViewColumn.HeaderText       = "EmployeeId";
            this.uxEmployeeIdDataGridViewColumn.Name             = "uxEmployeeIdDataGridViewColumn";
            this.uxEmployeeIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxEmployeeIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxEmployeeIdDataGridViewColumn.ReadOnly         = true;
            //
            // uxNationalIdNumberDataGridViewColumn
            //
            this.uxNationalIdNumberDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxNationalIdNumberDataGridViewColumn.DataPropertyName = "NationalIdNumber";
            this.uxNationalIdNumberDataGridViewColumn.HeaderText       = "NationalIdNumber";
            this.uxNationalIdNumberDataGridViewColumn.Name             = "uxNationalIdNumberDataGridViewColumn";
            this.uxNationalIdNumberDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxNationalIdNumberDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxNationalIdNumberDataGridViewColumn.ReadOnly         = false;
            //
            // uxContactIdDataGridViewColumn
            //
            this.uxContactIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxContactIdDataGridViewColumn.DataPropertyName = "ContactId";
            this.uxContactIdDataGridViewColumn.HeaderText       = "ContactId";
            this.uxContactIdDataGridViewColumn.Name             = "uxContactIdDataGridViewColumn";
            this.uxContactIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxContactIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxContactIdDataGridViewColumn.ReadOnly         = false;
            //
            // uxLoginIdDataGridViewColumn
            //
            this.uxLoginIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxLoginIdDataGridViewColumn.DataPropertyName = "LoginId";
            this.uxLoginIdDataGridViewColumn.HeaderText       = "LoginId";
            this.uxLoginIdDataGridViewColumn.Name             = "uxLoginIdDataGridViewColumn";
            this.uxLoginIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxLoginIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxLoginIdDataGridViewColumn.ReadOnly         = false;
            //
            // uxManagerIdDataGridViewColumn
            //
            this.uxManagerIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxManagerIdDataGridViewColumn.DataPropertyName = "ManagerId";
            this.uxManagerIdDataGridViewColumn.HeaderText       = "ManagerId";
            this.uxManagerIdDataGridViewColumn.Name             = "uxManagerIdDataGridViewColumn";
            this.uxManagerIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxManagerIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxManagerIdDataGridViewColumn.ReadOnly         = false;
            //
            // uxTitleDataGridViewColumn
            //
            this.uxTitleDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxTitleDataGridViewColumn.DataPropertyName = "Title";
            this.uxTitleDataGridViewColumn.HeaderText       = "Title";
            this.uxTitleDataGridViewColumn.Name             = "uxTitleDataGridViewColumn";
            this.uxTitleDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxTitleDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxTitleDataGridViewColumn.ReadOnly         = false;
            //
            // uxBirthDateDataGridViewColumn
            //
            this.uxBirthDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxBirthDateDataGridViewColumn.DataPropertyName = "BirthDate";
            this.uxBirthDateDataGridViewColumn.HeaderText       = "BirthDate";
            this.uxBirthDateDataGridViewColumn.Name             = "uxBirthDateDataGridViewColumn";
            this.uxBirthDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxBirthDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxBirthDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxMaritalStatusDataGridViewColumn
            //
            this.uxMaritalStatusDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxMaritalStatusDataGridViewColumn.DataPropertyName = "MaritalStatus";
            this.uxMaritalStatusDataGridViewColumn.HeaderText       = "MaritalStatus";
            this.uxMaritalStatusDataGridViewColumn.Name             = "uxMaritalStatusDataGridViewColumn";
            this.uxMaritalStatusDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxMaritalStatusDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxMaritalStatusDataGridViewColumn.ReadOnly         = false;
            //
            // uxGenderDataGridViewColumn
            //
            this.uxGenderDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxGenderDataGridViewColumn.DataPropertyName = "Gender";
            this.uxGenderDataGridViewColumn.HeaderText       = "Gender";
            this.uxGenderDataGridViewColumn.Name             = "uxGenderDataGridViewColumn";
            this.uxGenderDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxGenderDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxGenderDataGridViewColumn.ReadOnly         = false;
            //
            // uxHireDateDataGridViewColumn
            //
            this.uxHireDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxHireDateDataGridViewColumn.DataPropertyName = "HireDate";
            this.uxHireDateDataGridViewColumn.HeaderText       = "HireDate";
            this.uxHireDateDataGridViewColumn.Name             = "uxHireDateDataGridViewColumn";
            this.uxHireDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxHireDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxHireDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxSalariedFlagDataGridViewColumn
            //
            this.uxSalariedFlagDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxSalariedFlagDataGridViewColumn.DataPropertyName = "SalariedFlag";
            this.uxSalariedFlagDataGridViewColumn.HeaderText       = "SalariedFlag";
            this.uxSalariedFlagDataGridViewColumn.Name             = "uxSalariedFlagDataGridViewColumn";
            this.uxSalariedFlagDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxSalariedFlagDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxSalariedFlagDataGridViewColumn.ReadOnly         = false;
            //
            // uxVacationHoursDataGridViewColumn
            //
            this.uxVacationHoursDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxVacationHoursDataGridViewColumn.DataPropertyName = "VacationHours";
            this.uxVacationHoursDataGridViewColumn.HeaderText       = "VacationHours";
            this.uxVacationHoursDataGridViewColumn.Name             = "uxVacationHoursDataGridViewColumn";
            this.uxVacationHoursDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxVacationHoursDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxVacationHoursDataGridViewColumn.ReadOnly         = false;
            //
            // uxSickLeaveHoursDataGridViewColumn
            //
            this.uxSickLeaveHoursDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxSickLeaveHoursDataGridViewColumn.DataPropertyName = "SickLeaveHours";
            this.uxSickLeaveHoursDataGridViewColumn.HeaderText       = "SickLeaveHours";
            this.uxSickLeaveHoursDataGridViewColumn.Name             = "uxSickLeaveHoursDataGridViewColumn";
            this.uxSickLeaveHoursDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxSickLeaveHoursDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxSickLeaveHoursDataGridViewColumn.ReadOnly         = false;
            //
            // uxCurrentFlagDataGridViewColumn
            //
            this.uxCurrentFlagDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxCurrentFlagDataGridViewColumn.DataPropertyName = "CurrentFlag";
            this.uxCurrentFlagDataGridViewColumn.HeaderText       = "CurrentFlag";
            this.uxCurrentFlagDataGridViewColumn.Name             = "uxCurrentFlagDataGridViewColumn";
            this.uxCurrentFlagDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxCurrentFlagDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxCurrentFlagDataGridViewColumn.ReadOnly         = false;
            //
            // uxRowguidDataGridViewColumn
            //
            this.uxRowguidDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxRowguidDataGridViewColumn.DataPropertyName = "Rowguid";
            this.uxRowguidDataGridViewColumn.HeaderText       = "Rowguid";
            this.uxRowguidDataGridViewColumn.Name             = "uxRowguidDataGridViewColumn";
            this.uxRowguidDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxRowguidDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxRowguidDataGridViewColumn.ReadOnly         = true;
            //
            // uxModifiedDateDataGridViewColumn
            //
            this.uxModifiedDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxModifiedDateDataGridViewColumn.DataPropertyName = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.HeaderText       = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.Name             = "uxModifiedDateDataGridViewColumn";
            this.uxModifiedDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxModifiedDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxModifiedDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxContactIdDataGridViewColumn
            //
            this.uxContactIdDataGridViewColumn.DisplayMember = "NameStyle";
            this.uxContactIdDataGridViewColumn.ValueMember   = "ContactId";
            this.uxContactIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxContactIdDataGridViewColumn.DataSource = uxContactIdBindingSource;

            //
            // uxManagerIdDataGridViewColumn
            //
            this.uxManagerIdDataGridViewColumn.DisplayMember = "NationalIdNumber";
            this.uxManagerIdDataGridViewColumn.ValueMember   = "EmployeeId";
            this.uxManagerIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxManagerIdDataGridViewColumn.DataSource = uxManagerIdBindingSource;


            // this
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.uxEmployeeDataGridView);
            this.Name = "EmployeeDataGridView";
            this.Size = new System.Drawing.Size(470, 300);
            //((System.ComponentModel.ISupportInitialize)(this.uxContactIdBindingSource)).EndInit();
            //((System.ComponentModel.ISupportInitialize)(this.uxManagerIdBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxEmployeeErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxEmployeeDataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxEmployeeBindingSource)).EndInit();
            this.ResumeLayout(false);
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="SalesPersonDataGridViewBase"/> class.
        /// </summary>
        public SalesPersonDataGridViewBase()
        {
            this.components = new System.ComponentModel.Container();

            this.uxSalesPersonDataGridView         = new System.Windows.Forms.DataGridView();
            this.uxSalesPersonBindingSource        = new System.Windows.Forms.BindingSource(this.components);
            this.uxSalesPersonErrorProvider        = new System.Windows.Forms.ErrorProvider(this.components);
            this.uxSalesPersonIdDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxTerritoryIdDataGridViewColumn   = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxSalesQuotaDataGridViewColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxBonusDataGridViewColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxCommissionPctDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxSalesYtdDataGridViewColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxSalesLastYearDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxRowguidDataGridViewColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxModifiedDateDataGridViewColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            //this.uxSalesPersonIdBindingSource = new EmployeeBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxSalesPersonIdBindingSource)).BeginInit();
            //this.uxTerritoryIdBindingSource = new SalesTerritoryBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxTerritoryIdBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxSalesPersonDataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxSalesPersonBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxSalesPersonErrorProvider)).BeginInit();
            this.SuspendLayout();

            //
            // uxSalesPersonErrorProvider
            //
            this.uxSalesPersonErrorProvider.ContainerControl = this;
            this.uxSalesPersonErrorProvider.DataSource       = this.uxSalesPersonBindingSource;
            //
            // uxSalesPersonDataGridView
            //
            this.uxSalesPersonDataGridView.AutoGenerateColumns         = false;
            this.uxSalesPersonDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.uxSalesPersonDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.uxSalesPersonIdDataGridViewColumn,
                this.uxTerritoryIdDataGridViewColumn,
                this.uxSalesQuotaDataGridViewColumn,
                this.uxBonusDataGridViewColumn,
                this.uxCommissionPctDataGridViewColumn,
                this.uxSalesYtdDataGridViewColumn,
                this.uxSalesLastYearDataGridViewColumn,
                this.uxRowguidDataGridViewColumn,
                this.uxModifiedDateDataGridViewColumn
            });
            this.uxSalesPersonDataGridView.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.uxSalesPersonDataGridView.Location                  = new System.Drawing.Point(0, 0);
            this.uxSalesPersonDataGridView.Name                      = "uxSalesPersonDataGridView";
            this.uxSalesPersonDataGridView.Size                      = new System.Drawing.Size(470, 300);
            this.uxSalesPersonDataGridView.TabIndex                  = 0;
            this.uxSalesPersonDataGridView.BackgroundColor           = System.Drawing.Color.WhiteSmoke;
            this.uxSalesPersonDataGridView.EnableHeadersVisualStyles = false;
            this.uxSalesPersonDataGridView.DataError                += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnSalesPersonDataGridViewDataError);
            this.uxSalesPersonDataGridView.CellValueNeeded          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnSalesPersonDataGridViewCellValueNeeded);
            this.uxSalesPersonDataGridView.CellValuePushed          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnSalesPersonDataGridViewCellValuePushed);

            //
            // uxSalesPersonIdDataGridViewColumn
            //
            this.uxSalesPersonIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxSalesPersonIdDataGridViewColumn.DataPropertyName = "SalesPersonId";
            this.uxSalesPersonIdDataGridViewColumn.HeaderText       = "SalesPersonId";
            this.uxSalesPersonIdDataGridViewColumn.Name             = "uxSalesPersonIdDataGridViewColumn";
            this.uxSalesPersonIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxSalesPersonIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxSalesPersonIdDataGridViewColumn.ReadOnly         = false;
            //
            // uxTerritoryIdDataGridViewColumn
            //
            this.uxTerritoryIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxTerritoryIdDataGridViewColumn.DataPropertyName = "TerritoryId";
            this.uxTerritoryIdDataGridViewColumn.HeaderText       = "TerritoryId";
            this.uxTerritoryIdDataGridViewColumn.Name             = "uxTerritoryIdDataGridViewColumn";
            this.uxTerritoryIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxTerritoryIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxTerritoryIdDataGridViewColumn.ReadOnly         = false;
            //
            // uxSalesQuotaDataGridViewColumn
            //
            this.uxSalesQuotaDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxSalesQuotaDataGridViewColumn.DataPropertyName = "SalesQuota";
            this.uxSalesQuotaDataGridViewColumn.HeaderText       = "SalesQuota";
            this.uxSalesQuotaDataGridViewColumn.Name             = "uxSalesQuotaDataGridViewColumn";
            this.uxSalesQuotaDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxSalesQuotaDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxSalesQuotaDataGridViewColumn.ReadOnly         = false;
            //
            // uxBonusDataGridViewColumn
            //
            this.uxBonusDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxBonusDataGridViewColumn.DataPropertyName = "Bonus";
            this.uxBonusDataGridViewColumn.HeaderText       = "Bonus";
            this.uxBonusDataGridViewColumn.Name             = "uxBonusDataGridViewColumn";
            this.uxBonusDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxBonusDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxBonusDataGridViewColumn.ReadOnly         = false;
            //
            // uxCommissionPctDataGridViewColumn
            //
            this.uxCommissionPctDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxCommissionPctDataGridViewColumn.DataPropertyName = "CommissionPct";
            this.uxCommissionPctDataGridViewColumn.HeaderText       = "CommissionPct";
            this.uxCommissionPctDataGridViewColumn.Name             = "uxCommissionPctDataGridViewColumn";
            this.uxCommissionPctDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxCommissionPctDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxCommissionPctDataGridViewColumn.ReadOnly         = false;
            //
            // uxSalesYtdDataGridViewColumn
            //
            this.uxSalesYtdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxSalesYtdDataGridViewColumn.DataPropertyName = "SalesYtd";
            this.uxSalesYtdDataGridViewColumn.HeaderText       = "SalesYtd";
            this.uxSalesYtdDataGridViewColumn.Name             = "uxSalesYtdDataGridViewColumn";
            this.uxSalesYtdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxSalesYtdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxSalesYtdDataGridViewColumn.ReadOnly         = false;
            //
            // uxSalesLastYearDataGridViewColumn
            //
            this.uxSalesLastYearDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxSalesLastYearDataGridViewColumn.DataPropertyName = "SalesLastYear";
            this.uxSalesLastYearDataGridViewColumn.HeaderText       = "SalesLastYear";
            this.uxSalesLastYearDataGridViewColumn.Name             = "uxSalesLastYearDataGridViewColumn";
            this.uxSalesLastYearDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxSalesLastYearDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxSalesLastYearDataGridViewColumn.ReadOnly         = false;
            //
            // uxRowguidDataGridViewColumn
            //
            this.uxRowguidDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxRowguidDataGridViewColumn.DataPropertyName = "Rowguid";
            this.uxRowguidDataGridViewColumn.HeaderText       = "Rowguid";
            this.uxRowguidDataGridViewColumn.Name             = "uxRowguidDataGridViewColumn";
            this.uxRowguidDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxRowguidDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxRowguidDataGridViewColumn.ReadOnly         = true;
            //
            // uxModifiedDateDataGridViewColumn
            //
            this.uxModifiedDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxModifiedDateDataGridViewColumn.DataPropertyName = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.HeaderText       = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.Name             = "uxModifiedDateDataGridViewColumn";
            this.uxModifiedDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxModifiedDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxModifiedDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxSalesPersonIdDataGridViewColumn
            //
            this.uxSalesPersonIdDataGridViewColumn.DisplayMember = "NationalIdNumber";
            this.uxSalesPersonIdDataGridViewColumn.ValueMember   = "EmployeeId";
            this.uxSalesPersonIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxSalesPersonIdDataGridViewColumn.DataSource = uxSalesPersonIdBindingSource;

            //
            // uxTerritoryIdDataGridViewColumn
            //
            this.uxTerritoryIdDataGridViewColumn.DisplayMember = "Name";
            this.uxTerritoryIdDataGridViewColumn.ValueMember   = "TerritoryId";
            this.uxTerritoryIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxTerritoryIdDataGridViewColumn.DataSource = uxTerritoryIdBindingSource;


            // this
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.uxSalesPersonDataGridView);
            this.Name = "SalesPersonDataGridView";
            this.Size = new System.Drawing.Size(470, 300);
            //((System.ComponentModel.ISupportInitialize)(this.uxSalesPersonIdBindingSource)).EndInit();
            //((System.ComponentModel.ISupportInitialize)(this.uxTerritoryIdBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxSalesPersonErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxSalesPersonDataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxSalesPersonBindingSource)).EndInit();
            this.ResumeLayout(false);
        }
 internal SqlDataReader SuaCong(string manv, string p, System.Windows.Forms.DataGridViewComboBoxColumn tinhtrang)
 {
     throw new NotImplementedException();
 }
Example #16
0
 /// <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.Label dESCRIPCIONLabel;
     System.Windows.Forms.Label nOMBRELabel;
     System.Windows.Forms.Label label40;
     System.Windows.Forms.Label label41;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Especies_Form));
     this.pn_listado = new System.Windows.Forms.Panel();
     this.ListadoEspecies = new System.Windows.Forms.DataGridView();
     this.nOMCOMUNDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cODESPDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nOMCIENTIFICODataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gRUPOCOMDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.grupoComercialBSource = new System.Windows.Forms.BindingSource(this.components);
     this.GRUPOECOLOGICO = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fAMILIADataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.zONAGEOGRAFICADataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.zONADEVIDADataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Editar = new System.Windows.Forms.DataGridViewButtonColumn();
     this.Eliminar = new System.Windows.Forms.DataGridViewButtonColumn();
     this.Detalle = new System.Windows.Forms.DataGridViewButtonColumn();
     this.specieBSource = new System.Windows.Forms.BindingSource(this.components);
     this.paginacionEspecie = new System.Windows.Forms.BindingNavigator(this.components);
     this.cargarArchivo = new System.Windows.Forms.ToolStripButton();
     this.Btn_nuevaEspecie = new System.Windows.Forms.ToolStripButton();
     this.buscarLbl = new System.Windows.Forms.ToolStripLabel();
     this.busquedaTxt = new System.Windows.Forms.ToolStripTextBox();
     this.filtrarLbl = new System.Windows.Forms.ToolStripLabel();
     this.criterioCbx = new System.Windows.Forms.ToolStripComboBox();
     this.GroupComBSource = new System.Windows.Forms.BindingSource(this.components);
     this.groupBox = new System.Windows.Forms.GroupBox();
     this.button1 = new System.Windows.Forms.Button();
     this.cbx_GroupCom = new System.Windows.Forms.ComboBox();
     this.Btn_Guardar = new System.Windows.Forms.Button();
     this.txt_DimCorte = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.txt_ZonaGeo = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.txt_NomCient = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.txt_NomCom = new System.Windows.Forms.TextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.button2 = new System.Windows.Forms.Button();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.button3 = new System.Windows.Forms.Button();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.textBox6 = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.textBox7 = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.pn_crear = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.grupoEcoCbx = new System.Windows.Forms.ComboBox();
     this.label42 = new System.Windows.Forms.Label();
     this.btn_crearImg = new System.Windows.Forms.Button();
     this.cbox_GrupoComercial = new System.Windows.Forms.ComboBox();
     this.btn_Cancelar = new System.Windows.Forms.Button();
     this.Btn_Crear = new System.Windows.Forms.Button();
     this.txt_ZonaVida = new System.Windows.Forms.TextBox();
     this.txt_ZonaGeografica = new System.Windows.Forms.TextBox();
     this.txt_Familia = new System.Windows.Forms.TextBox();
     this.txt_NombreCientifico = new System.Windows.Forms.TextBox();
     this.txt_NombreComun = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.pn_editar = new System.Windows.Forms.Panel();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.UpdateImageBN = new System.Windows.Forms.BindingNavigator(this.components);
     this.imagenesBS = new System.Windows.Forms.BindingSource(this.components);
     this.bindingNavigatorCountItem1 = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem1 = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.updImgUbic = new System.Windows.Forms.TextBox();
     this.pB_imgUpdate = new System.Windows.Forms.PictureBox();
     this.label36 = new System.Windows.Forms.Label();
     this.updImgDesc = new System.Windows.Forms.TextBox();
     this.updImgName = new System.Windows.Forms.TextBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.updGrupoEcoCbx = new System.Windows.Forms.ComboBox();
     this.label43 = new System.Windows.Forms.Label();
     this.Btn_CancelarUpdate = new System.Windows.Forms.Button();
     this.grupoComercialCbx = new System.Windows.Forms.ComboBox();
     this.Guardar = new System.Windows.Forms.Button();
     this.txt_ZonaVid = new System.Windows.Forms.TextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.txt_ZonaGeogra = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.txt_Fam = new System.Windows.Forms.TextBox();
     this.label26 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.txt_NomCientifico = new System.Windows.Forms.TextBox();
     this.label28 = new System.Windows.Forms.Label();
     this.txt_NomComun = new System.Windows.Forms.TextBox();
     this.label29 = new System.Windows.Forms.Label();
     this.eP_errors = new System.Windows.Forms.ErrorProvider(this.components);
     this.imagenTxt = new System.Windows.Forms.TextBox();
     this.txt_descripcionImg = new System.Windows.Forms.TextBox();
     this.txt_nombreImg = new System.Windows.Forms.TextBox();
     this.imgFichero = new System.Windows.Forms.OpenFileDialog();
     this.btn_cargarImg = new System.Windows.Forms.Button();
     this.pB_imgCrear = new System.Windows.Forms.PictureBox();
     this.pn_detalle = new System.Windows.Forms.Panel();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.pB_imgDetalle = new System.Windows.Forms.PictureBox();
     this.label39 = new System.Windows.Forms.Label();
     this.rutatxt = new System.Windows.Forms.TextBox();
     this.imagenesBN = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
     this.dESCRIPCIONTextBox = new System.Windows.Forms.TextBox();
     this.nOMBRETextBox = new System.Windows.Forms.TextBox();
     this.ver_detalle = new System.Windows.Forms.GroupBox();
     this.detailGrupoEcoTxt = new System.Windows.Forms.TextBox();
     this.label44 = new System.Windows.Forms.Label();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.cbxGrupoComercial_det = new System.Windows.Forms.ComboBox();
     this.txt_ZonaVid_det = new System.Windows.Forms.TextBox();
     this.label30 = new System.Windows.Forms.Label();
     this.txt_ZonaGeogra_det = new System.Windows.Forms.TextBox();
     this.label31 = new System.Windows.Forms.Label();
     this.txt_Fam_det = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.label33 = new System.Windows.Forms.Label();
     this.txt_NomCientifico_det = new System.Windows.Forms.TextBox();
     this.label34 = new System.Windows.Forms.Label();
     this.txt_NomComun_det = new System.Windows.Forms.TextBox();
     this.label35 = new System.Windows.Forms.Label();
     this.btn_cerrar = new System.Windows.Forms.Button();
     this.pn_cargarImg = new System.Windows.Forms.Panel();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.label38 = new System.Windows.Forms.Label();
     this.label37 = new System.Windows.Forms.Label();
     this.btn_ImgCancelar = new System.Windows.Forms.Button();
     this.btn_ImgAceptar = new System.Windows.Forms.Button();
     dESCRIPCIONLabel = new System.Windows.Forms.Label();
     nOMBRELabel = new System.Windows.Forms.Label();
     label40 = new System.Windows.Forms.Label();
     label41 = new System.Windows.Forms.Label();
     this.pn_listado.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ListadoEspecies)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grupoComercialBSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.specieBSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.paginacionEspecie)).BeginInit();
     this.paginacionEspecie.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupComBSource)).BeginInit();
     this.groupBox.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.pn_crear.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.pn_editar.SuspendLayout();
     this.groupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UpdateImageBN)).BeginInit();
     this.UpdateImageBN.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imagenesBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pB_imgUpdate)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.eP_errors)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pB_imgCrear)).BeginInit();
     this.pn_detalle.SuspendLayout();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pB_imgDetalle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imagenesBN)).BeginInit();
     this.imagenesBN.SuspendLayout();
     this.ver_detalle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.pn_cargarImg.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // dESCRIPCIONLabel
     //
     dESCRIPCIONLabel.AutoSize = true;
     dESCRIPCIONLabel.Location = new System.Drawing.Point(12, 288);
     dESCRIPCIONLabel.Name = "dESCRIPCIONLabel";
     dESCRIPCIONLabel.Size = new System.Drawing.Size(63, 13);
     dESCRIPCIONLabel.TabIndex = 75;
     dESCRIPCIONLabel.Text = "Descripcion";
     //
     // nOMBRELabel
     //
     nOMBRELabel.AutoSize = true;
     nOMBRELabel.Location = new System.Drawing.Point(12, 257);
     nOMBRELabel.Name = "nOMBRELabel";
     nOMBRELabel.Size = new System.Drawing.Size(47, 13);
     nOMBRELabel.TabIndex = 73;
     nOMBRELabel.Text = "Nombre:";
     //
     // label40
     //
     label40.AutoSize = true;
     label40.Location = new System.Drawing.Point(12, 288);
     label40.Name = "label40";
     label40.Size = new System.Drawing.Size(63, 13);
     label40.TabIndex = 75;
     label40.Text = "Descripcion";
     //
     // label41
     //
     label41.AutoSize = true;
     label41.Location = new System.Drawing.Point(12, 257);
     label41.Name = "label41";
     label41.Size = new System.Drawing.Size(47, 13);
     label41.TabIndex = 73;
     label41.Text = "Nombre:";
     //
     // pn_listado
     //
     this.pn_listado.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pn_listado.Controls.Add(this.ListadoEspecies);
     this.pn_listado.Controls.Add(this.paginacionEspecie);
     this.pn_listado.Location = new System.Drawing.Point(0, 0);
     this.pn_listado.Name = "pn_listado";
     this.pn_listado.Size = new System.Drawing.Size(890, 486);
     this.pn_listado.TabIndex = 0;
     //
     // ListadoEspecies
     //
     this.ListadoEspecies.AllowUserToAddRows = false;
     this.ListadoEspecies.AllowUserToDeleteRows = false;
     this.ListadoEspecies.AllowUserToOrderColumns = true;
     this.ListadoEspecies.AutoGenerateColumns = false;
     this.ListadoEspecies.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.ListadoEspecies.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.ListadoEspecies.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.nOMCOMUNDataGridViewTextBoxColumn,
     this.cODESPDataGridViewTextBoxColumn,
     this.nOMCIENTIFICODataGridViewTextBoxColumn,
     this.gRUPOCOMDataGridViewTextBoxColumn,
     this.GRUPOECOLOGICO,
     this.fAMILIADataGridViewTextBoxColumn,
     this.zONAGEOGRAFICADataGridViewTextBoxColumn,
     this.zONADEVIDADataGridViewTextBoxColumn,
     this.Editar,
     this.Eliminar,
     this.Detalle});
     this.ListadoEspecies.DataSource = this.specieBSource;
     this.ListadoEspecies.Location = new System.Drawing.Point(0, 25);
     this.ListadoEspecies.Name = "ListadoEspecies";
     this.ListadoEspecies.ReadOnly = true;
     this.ListadoEspecies.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.ListadoEspecies.Size = new System.Drawing.Size(886, 457);
     this.ListadoEspecies.TabIndex = 3;
     this.ListadoEspecies.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ListadoDeEspecies_CellValueChanged);
     this.ListadoEspecies.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.ListadoEspecies_CellFormatting);
     //
     // nOMCOMUNDataGridViewTextBoxColumn
     //
     this.nOMCOMUNDataGridViewTextBoxColumn.DataPropertyName = "NOMCOMUN";
     this.nOMCOMUNDataGridViewTextBoxColumn.HeaderText = "Nombre Común";
     this.nOMCOMUNDataGridViewTextBoxColumn.Name = "nOMCOMUNDataGridViewTextBoxColumn";
     this.nOMCOMUNDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // cODESPDataGridViewTextBoxColumn
     //
     this.cODESPDataGridViewTextBoxColumn.DataPropertyName = "CODESP";
     this.cODESPDataGridViewTextBoxColumn.HeaderText = "CODESP";
     this.cODESPDataGridViewTextBoxColumn.Name = "cODESPDataGridViewTextBoxColumn";
     this.cODESPDataGridViewTextBoxColumn.ReadOnly = true;
     this.cODESPDataGridViewTextBoxColumn.Visible = false;
     //
     // nOMCIENTIFICODataGridViewTextBoxColumn
     //
     this.nOMCIENTIFICODataGridViewTextBoxColumn.DataPropertyName = "NOMCIENTIFICO";
     this.nOMCIENTIFICODataGridViewTextBoxColumn.HeaderText = "Nombre Cientifico";
     this.nOMCIENTIFICODataGridViewTextBoxColumn.Name = "nOMCIENTIFICODataGridViewTextBoxColumn";
     this.nOMCIENTIFICODataGridViewTextBoxColumn.ReadOnly = true;
     //
     // gRUPOCOMDataGridViewTextBoxColumn
     //
     this.gRUPOCOMDataGridViewTextBoxColumn.DataPropertyName = "GRUPOCOM";
     this.gRUPOCOMDataGridViewTextBoxColumn.DataSource = this.grupoComercialBSource;
     this.gRUPOCOMDataGridViewTextBoxColumn.DisplayMember = "DESCRIPGRUPO";
     this.gRUPOCOMDataGridViewTextBoxColumn.HeaderText = "Grupo Comercial";
     this.gRUPOCOMDataGridViewTextBoxColumn.Name = "gRUPOCOMDataGridViewTextBoxColumn";
     this.gRUPOCOMDataGridViewTextBoxColumn.ReadOnly = true;
     this.gRUPOCOMDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.gRUPOCOMDataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.gRUPOCOMDataGridViewTextBoxColumn.ValueMember = "GRUPOCOM";
     //
     // grupoComercialBSource
     //
     this.grupoComercialBSource.DataSource = typeof(SIFCA_DAL.GRUPOCOMERCIAL);
     //
     // GRUPOECOLOGICO
     //
     this.GRUPOECOLOGICO.DataPropertyName = "GRUPOECOLOGICO";
     this.GRUPOECOLOGICO.HeaderText = "Grupo eco";
     this.GRUPOECOLOGICO.Name = "GRUPOECOLOGICO";
     this.GRUPOECOLOGICO.ReadOnly = true;
     this.GRUPOECOLOGICO.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     //
     // fAMILIADataGridViewTextBoxColumn
     //
     this.fAMILIADataGridViewTextBoxColumn.DataPropertyName = "FAMILIA";
     this.fAMILIADataGridViewTextBoxColumn.HeaderText = "Familia";
     this.fAMILIADataGridViewTextBoxColumn.Name = "fAMILIADataGridViewTextBoxColumn";
     this.fAMILIADataGridViewTextBoxColumn.ReadOnly = true;
     //
     // zONAGEOGRAFICADataGridViewTextBoxColumn
     //
     this.zONAGEOGRAFICADataGridViewTextBoxColumn.DataPropertyName = "ZONAGEOGRAFICA";
     this.zONAGEOGRAFICADataGridViewTextBoxColumn.HeaderText = "Zona Geografica";
     this.zONAGEOGRAFICADataGridViewTextBoxColumn.Name = "zONAGEOGRAFICADataGridViewTextBoxColumn";
     this.zONAGEOGRAFICADataGridViewTextBoxColumn.ReadOnly = true;
     //
     // zONADEVIDADataGridViewTextBoxColumn
     //
     this.zONADEVIDADataGridViewTextBoxColumn.DataPropertyName = "ZONADEVIDA";
     this.zONADEVIDADataGridViewTextBoxColumn.HeaderText = "Zona De Vida";
     this.zONADEVIDADataGridViewTextBoxColumn.Name = "zONADEVIDADataGridViewTextBoxColumn";
     this.zONADEVIDADataGridViewTextBoxColumn.ReadOnly = true;
     //
     // Editar
     //
     this.Editar.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.Editar.HeaderText = "Editar";
     this.Editar.Name = "Editar";
     this.Editar.ReadOnly = true;
     this.Editar.Text = "Editar";
     this.Editar.UseColumnTextForButtonValue = true;
     this.Editar.Width = 40;
     //
     // Eliminar
     //
     this.Eliminar.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.Eliminar.HeaderText = "Eliminar";
     this.Eliminar.Name = "Eliminar";
     this.Eliminar.ReadOnly = true;
     this.Eliminar.Text = "Eliminar";
     this.Eliminar.UseColumnTextForButtonValue = true;
     this.Eliminar.Width = 49;
     //
     // Detalle
     //
     this.Detalle.HeaderText = "Detalle";
     this.Detalle.Name = "Detalle";
     this.Detalle.ReadOnly = true;
     this.Detalle.Text = "Ver detalle";
     this.Detalle.UseColumnTextForButtonValue = true;
     //
     // specieBSource
     //
     this.specieBSource.DataSource = typeof(SIFCA_DAL.ESPECIE);
     //
     // paginacionEspecie
     //
     this.paginacionEspecie.AddNewItem = null;
     this.paginacionEspecie.CountItem = null;
     this.paginacionEspecie.DeleteItem = null;
     this.paginacionEspecie.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cargarArchivo,
     this.Btn_nuevaEspecie,
     this.buscarLbl,
     this.busquedaTxt,
     this.filtrarLbl,
     this.criterioCbx});
     this.paginacionEspecie.Location = new System.Drawing.Point(0, 0);
     this.paginacionEspecie.MoveFirstItem = null;
     this.paginacionEspecie.MoveLastItem = null;
     this.paginacionEspecie.MoveNextItem = null;
     this.paginacionEspecie.MovePreviousItem = null;
     this.paginacionEspecie.Name = "paginacionEspecie";
     this.paginacionEspecie.PositionItem = null;
     this.paginacionEspecie.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.paginacionEspecie.Size = new System.Drawing.Size(886, 25);
     this.paginacionEspecie.TabIndex = 2;
     this.paginacionEspecie.Text = "bindingNavigator1";
     //
     // cargarArchivo
     //
     this.cargarArchivo.BackColor = System.Drawing.SystemColors.ControlLight;
     this.cargarArchivo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.cargarArchivo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.cargarArchivo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cargarArchivo.Name = "cargarArchivo";
     this.cargarArchivo.Size = new System.Drawing.Size(88, 22);
     this.cargarArchivo.Text = "Cargar archivo";
     this.cargarArchivo.ToolTipText = "Cargar archivo con especies desde excel";
     this.cargarArchivo.Click += new System.EventHandler(this.cargarArchivo_Click);
     //
     // Btn_nuevaEspecie
     //
     this.Btn_nuevaEspecie.BackColor = System.Drawing.SystemColors.ControlLight;
     this.Btn_nuevaEspecie.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.Btn_nuevaEspecie.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.Btn_nuevaEspecie.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Btn_nuevaEspecie.Name = "Btn_nuevaEspecie";
     this.Btn_nuevaEspecie.Size = new System.Drawing.Size(87, 22);
     this.Btn_nuevaEspecie.Text = "Nueva Especie";
     this.Btn_nuevaEspecie.Click += new System.EventHandler(this.Btn_nuevaEspecie_Click);
     //
     // buscarLbl
     //
     this.buscarLbl.Name = "buscarLbl";
     this.buscarLbl.Size = new System.Drawing.Size(45, 22);
     this.buscarLbl.Text = "Buscar:";
     //
     // busquedaTxt
     //
     this.busquedaTxt.Name = "busquedaTxt";
     this.busquedaTxt.Size = new System.Drawing.Size(150, 25);
     this.busquedaTxt.TextChanged += new System.EventHandler(this.busquedaTxt_TextChanged);
     //
     // filtrarLbl
     //
     this.filtrarLbl.Name = "filtrarLbl";
     this.filtrarLbl.Size = new System.Drawing.Size(92, 22);
     this.filtrarLbl.Text = "Filtrar busqueda";
     //
     // criterioCbx
     //
     this.criterioCbx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.criterioCbx.Items.AddRange(new object[] {
     "Grupo Comercial",
     "Nombre Comun",
     "Nombre Cientifico",
     "Familia",
     "Zona Geografica",
     "Zona Vida"});
     this.criterioCbx.Name = "criterioCbx";
     this.criterioCbx.Size = new System.Drawing.Size(121, 25);
     //
     // GroupComBSource
     //
     this.GroupComBSource.DataSource = typeof(SIFCA_DAL.GRUPOCOMERCIAL);
     //
     // groupBox
     //
     this.groupBox.Controls.Add(this.button1);
     this.groupBox.Controls.Add(this.cbx_GroupCom);
     this.groupBox.Controls.Add(this.Btn_Guardar);
     this.groupBox.Controls.Add(this.txt_DimCorte);
     this.groupBox.Controls.Add(this.label3);
     this.groupBox.Controls.Add(this.textBox1);
     this.groupBox.Controls.Add(this.label10);
     this.groupBox.Controls.Add(this.txt_ZonaGeo);
     this.groupBox.Controls.Add(this.label11);
     this.groupBox.Controls.Add(this.textBox2);
     this.groupBox.Controls.Add(this.label12);
     this.groupBox.Controls.Add(this.label13);
     this.groupBox.Controls.Add(this.txt_NomCient);
     this.groupBox.Controls.Add(this.label14);
     this.groupBox.Controls.Add(this.txt_NomCom);
     this.groupBox.Controls.Add(this.label15);
     this.groupBox.Location = new System.Drawing.Point(8, 2);
     this.groupBox.Name = "groupBox";
     this.groupBox.Size = new System.Drawing.Size(319, 283);
     this.groupBox.TabIndex = 5;
     this.groupBox.TabStop = false;
     this.groupBox.Text = "Editar Especie";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(189, 241);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 6;
     this.button1.Text = "Cancelar";
     this.button1.UseVisualStyleBackColor = true;
     //
     // cbx_GroupCom
     //
     this.cbx_GroupCom.DisplayMember = "GRUPOCOM";
     this.cbx_GroupCom.FormattingEnabled = true;
     this.cbx_GroupCom.Location = new System.Drawing.Point(144, 84);
     this.cbx_GroupCom.Name = "cbx_GroupCom";
     this.cbx_GroupCom.Size = new System.Drawing.Size(152, 21);
     this.cbx_GroupCom.TabIndex = 18;
     this.cbx_GroupCom.ValueMember = "GRUPOCOM";
     //
     // Btn_Guardar
     //
     this.Btn_Guardar.Location = new System.Drawing.Point(38, 241);
     this.Btn_Guardar.Name = "Btn_Guardar";
     this.Btn_Guardar.Size = new System.Drawing.Size(75, 23);
     this.Btn_Guardar.TabIndex = 5;
     this.Btn_Guardar.Text = "Guardar";
     this.Btn_Guardar.UseVisualStyleBackColor = true;
     //
     // txt_DimCorte
     //
     this.txt_DimCorte.Location = new System.Drawing.Point(144, 203);
     this.txt_DimCorte.Name = "txt_DimCorte";
     this.txt_DimCorte.Size = new System.Drawing.Size(61, 20);
     this.txt_DimCorte.TabIndex = 17;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(24, 203);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(77, 13);
     this.label3.TabIndex = 16;
     this.label3.Text = "Diametro Corte";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(143, 173);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(153, 20);
     this.textBox1.TabIndex = 15;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(22, 173);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(73, 13);
     this.label10.TabIndex = 14;
     this.label10.Text = "Zona De Vida";
     //
     // txt_ZonaGeo
     //
     this.txt_ZonaGeo.Location = new System.Drawing.Point(143, 143);
     this.txt_ZonaGeo.Name = "txt_ZonaGeo";
     this.txt_ZonaGeo.Size = new System.Drawing.Size(153, 20);
     this.txt_ZonaGeo.TabIndex = 13;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(23, 143);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(87, 13);
     this.label11.TabIndex = 12;
     this.label11.Text = "Zona Geografica";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(143, 113);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(153, 20);
     this.textBox2.TabIndex = 11;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(22, 113);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(39, 13);
     this.label12.TabIndex = 10;
     this.label12.Text = "Familia";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(22, 84);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(85, 13);
     this.label13.TabIndex = 8;
     this.label13.Text = "Grupo Comercial";
     //
     // txt_NomCient
     //
     this.txt_NomCient.Location = new System.Drawing.Point(143, 54);
     this.txt_NomCient.Name = "txt_NomCient";
     this.txt_NomCient.Size = new System.Drawing.Size(153, 20);
     this.txt_NomCient.TabIndex = 7;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(23, 54);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(90, 13);
     this.label14.TabIndex = 6;
     this.label14.Text = "Nombre Cientifico";
     //
     // txt_NomCom
     //
     this.txt_NomCom.Location = new System.Drawing.Point(143, 25);
     this.txt_NomCom.Name = "txt_NomCom";
     this.txt_NomCom.Size = new System.Drawing.Size(153, 20);
     this.txt_NomCom.TabIndex = 5;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(22, 25);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(80, 13);
     this.label15.TabIndex = 0;
     this.label15.Text = "Nombre Comun";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.button2);
     this.groupBox2.Controls.Add(this.comboBox1);
     this.groupBox2.Controls.Add(this.button3);
     this.groupBox2.Controls.Add(this.textBox3);
     this.groupBox2.Controls.Add(this.label16);
     this.groupBox2.Controls.Add(this.textBox4);
     this.groupBox2.Controls.Add(this.label17);
     this.groupBox2.Controls.Add(this.textBox5);
     this.groupBox2.Controls.Add(this.label18);
     this.groupBox2.Controls.Add(this.textBox6);
     this.groupBox2.Controls.Add(this.label19);
     this.groupBox2.Controls.Add(this.label20);
     this.groupBox2.Controls.Add(this.textBox7);
     this.groupBox2.Controls.Add(this.label21);
     this.groupBox2.Controls.Add(this.textBox8);
     this.groupBox2.Controls.Add(this.label22);
     this.groupBox2.Location = new System.Drawing.Point(-43, -22);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(381, 288);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Editar Especie";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(202, 250);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 6;
     this.button2.Text = "Cancelar";
     this.button2.UseVisualStyleBackColor = true;
     //
     // comboBox1
     //
     this.comboBox1.DataSource = this.GroupComBSource;
     this.comboBox1.DisplayMember = "DESCRIPGRUPO";
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(157, 93);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(152, 21);
     this.comboBox1.TabIndex = 18;
     this.comboBox1.ValueMember = "GRUPOCOM";
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(51, 250);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 5;
     this.button3.Text = "Guardar";
     this.button3.UseVisualStyleBackColor = true;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(157, 212);
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(61, 20);
     this.textBox3.TabIndex = 17;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(37, 212);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(77, 13);
     this.label16.TabIndex = 16;
     this.label16.Text = "Diametro Corte";
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(156, 182);
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(153, 20);
     this.textBox4.TabIndex = 15;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(35, 182);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(73, 13);
     this.label17.TabIndex = 14;
     this.label17.Text = "Zona De Vida";
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(156, 152);
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new System.Drawing.Size(153, 20);
     this.textBox5.TabIndex = 13;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(36, 152);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(87, 13);
     this.label18.TabIndex = 12;
     this.label18.Text = "Zona Geografica";
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(156, 122);
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new System.Drawing.Size(153, 20);
     this.textBox6.TabIndex = 11;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(35, 122);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(39, 13);
     this.label19.TabIndex = 10;
     this.label19.Text = "Familia";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(35, 93);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(85, 13);
     this.label20.TabIndex = 8;
     this.label20.Text = "Grupo Comercial";
     //
     // textBox7
     //
     this.textBox7.Location = new System.Drawing.Point(156, 63);
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new System.Drawing.Size(153, 20);
     this.textBox7.TabIndex = 7;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(36, 63);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(90, 13);
     this.label21.TabIndex = 6;
     this.label21.Text = "Nombre Cientifico";
     //
     // textBox8
     //
     this.textBox8.Location = new System.Drawing.Point(156, 34);
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new System.Drawing.Size(153, 20);
     this.textBox8.TabIndex = 5;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(35, 34);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(80, 13);
     this.label22.TabIndex = 0;
     this.label22.Text = "Nombre Comun";
     //
     // pn_crear
     //
     this.pn_crear.Controls.Add(this.pictureBox1);
     this.pn_crear.Controls.Add(this.groupBox1);
     this.pn_crear.Location = new System.Drawing.Point(0, 0);
     this.pn_crear.Name = "pn_crear";
     this.pn_crear.Size = new System.Drawing.Size(376, 420);
     this.pn_crear.TabIndex = 1;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.Image = global::SIFCA.Properties.Resources.nueva_especie;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(376, 71);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 17;
     this.pictureBox1.TabStop = false;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.grupoEcoCbx);
     this.groupBox1.Controls.Add(this.label42);
     this.groupBox1.Controls.Add(this.btn_crearImg);
     this.groupBox1.Controls.Add(this.cbox_GrupoComercial);
     this.groupBox1.Controls.Add(this.btn_Cancelar);
     this.groupBox1.Controls.Add(this.Btn_Crear);
     this.groupBox1.Controls.Add(this.txt_ZonaVida);
     this.groupBox1.Controls.Add(this.txt_ZonaGeografica);
     this.groupBox1.Controls.Add(this.txt_Familia);
     this.groupBox1.Controls.Add(this.txt_NombreCientifico);
     this.groupBox1.Controls.Add(this.txt_NombreComun);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Location = new System.Drawing.Point(5, 77);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(344, 304);
     this.groupBox1.TabIndex = 16;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Informacion de la especie";
     //
     // grupoEcoCbx
     //
     this.grupoEcoCbx.DisplayMember = "GRUPOCOM";
     this.grupoEcoCbx.FormattingEnabled = true;
     this.grupoEcoCbx.Items.AddRange(new object[] {
     "Tolerante",
     "No Tolerante"});
     this.grupoEcoCbx.Location = new System.Drawing.Point(136, 217);
     this.grupoEcoCbx.Name = "grupoEcoCbx";
     this.grupoEcoCbx.Size = new System.Drawing.Size(186, 21);
     this.grupoEcoCbx.TabIndex = 10;
     this.grupoEcoCbx.ValueMember = "GRUPOCOM";
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.Location = new System.Drawing.Point(22, 221);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(91, 13);
     this.label42.TabIndex = 11;
     this.label42.Text = "Grupo ecológico :";
     //
     // btn_crearImg
     //
     this.btn_crearImg.Location = new System.Drawing.Point(49, 259);
     this.btn_crearImg.Name = "btn_crearImg";
     this.btn_crearImg.Size = new System.Drawing.Size(87, 23);
     this.btn_crearImg.TabIndex = 7;
     this.btn_crearImg.Text = "Cargar imagen";
     this.btn_crearImg.UseVisualStyleBackColor = true;
     this.btn_crearImg.Visible = false;
     this.btn_crearImg.Click += new System.EventHandler(this.btn_crearImg_Click);
     //
     // cbox_GrupoComercial
     //
     this.cbox_GrupoComercial.DataSource = this.grupoComercialBSource;
     this.cbox_GrupoComercial.DisplayMember = "DESCRIPGRUPO";
     this.cbox_GrupoComercial.FormattingEnabled = true;
     this.cbox_GrupoComercial.Location = new System.Drawing.Point(136, 24);
     this.cbox_GrupoComercial.Name = "cbox_GrupoComercial";
     this.cbox_GrupoComercial.Size = new System.Drawing.Size(186, 21);
     this.cbox_GrupoComercial.TabIndex = 0;
     this.cbox_GrupoComercial.ValueMember = "GRUPOCOM";
     //
     // btn_Cancelar
     //
     this.btn_Cancelar.Location = new System.Drawing.Point(235, 259);
     this.btn_Cancelar.Name = "btn_Cancelar";
     this.btn_Cancelar.Size = new System.Drawing.Size(87, 23);
     this.btn_Cancelar.TabIndex = 9;
     this.btn_Cancelar.Text = "Cancelar";
     this.btn_Cancelar.UseVisualStyleBackColor = true;
     this.btn_Cancelar.Click += new System.EventHandler(this.btn_Cancelar_Click);
     //
     // Btn_Crear
     //
     this.Btn_Crear.Location = new System.Drawing.Point(142, 259);
     this.Btn_Crear.Name = "Btn_Crear";
     this.Btn_Crear.Size = new System.Drawing.Size(86, 23);
     this.Btn_Crear.TabIndex = 8;
     this.Btn_Crear.Text = "Crear";
     this.Btn_Crear.UseVisualStyleBackColor = true;
     this.Btn_Crear.Click += new System.EventHandler(this.Btn_Crear_Click);
     //
     // txt_ZonaVida
     //
     this.txt_ZonaVida.AcceptsTab = true;
     this.txt_ZonaVida.Location = new System.Drawing.Point(136, 185);
     this.txt_ZonaVida.MaxLength = 200;
     this.txt_ZonaVida.Name = "txt_ZonaVida";
     this.txt_ZonaVida.Size = new System.Drawing.Size(186, 20);
     this.txt_ZonaVida.TabIndex = 5;
     this.txt_ZonaVida.Text = "Ninguna zona especificada";
     //
     // txt_ZonaGeografica
     //
     this.txt_ZonaGeografica.AcceptsTab = true;
     this.txt_ZonaGeografica.Location = new System.Drawing.Point(136, 152);
     this.txt_ZonaGeografica.MaxLength = 200;
     this.txt_ZonaGeografica.Name = "txt_ZonaGeografica";
     this.txt_ZonaGeografica.Size = new System.Drawing.Size(186, 20);
     this.txt_ZonaGeografica.TabIndex = 4;
     this.txt_ZonaGeografica.Text = "Ninguna zona especificada";
     //
     // txt_Familia
     //
     this.txt_Familia.AcceptsTab = true;
     this.txt_Familia.Location = new System.Drawing.Point(136, 119);
     this.txt_Familia.MaxLength = 200;
     this.txt_Familia.Name = "txt_Familia";
     this.txt_Familia.Size = new System.Drawing.Size(186, 20);
     this.txt_Familia.TabIndex = 3;
     //
     // txt_NombreCientifico
     //
     this.txt_NombreCientifico.AcceptsTab = true;
     this.txt_NombreCientifico.Location = new System.Drawing.Point(136, 88);
     this.txt_NombreCientifico.MaxLength = 200;
     this.txt_NombreCientifico.Name = "txt_NombreCientifico";
     this.txt_NombreCientifico.Size = new System.Drawing.Size(186, 20);
     this.txt_NombreCientifico.TabIndex = 2;
     //
     // txt_NombreComun
     //
     this.txt_NombreComun.AcceptsTab = true;
     this.txt_NombreComun.Location = new System.Drawing.Point(136, 55);
     this.txt_NombreComun.MaxLength = 200;
     this.txt_NombreComun.Name = "txt_NombreComun";
     this.txt_NombreComun.Size = new System.Drawing.Size(186, 20);
     this.txt_NombreComun.TabIndex = 1;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(21, 185);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(61, 13);
     this.label6.TabIndex = 5;
     this.label6.Text = "Zona vida :";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(21, 155);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(91, 13);
     this.label5.TabIndex = 4;
     this.label5.Text = "Zona geografica :";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(21, 122);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(45, 13);
     this.label4.TabIndex = 3;
     this.label4.Text = "Familia :";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(21, 91);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(97, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Nombre científico :";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(21, 58);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(85, 13);
     this.label8.TabIndex = 1;
     this.label8.Text = "Nombre común :";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(21, 30);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(90, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Grupo comercial :";
     //
     // pn_editar
     //
     this.pn_editar.Controls.Add(this.groupBox6);
     this.pn_editar.Controls.Add(this.groupBox3);
     this.pn_editar.Location = new System.Drawing.Point(0, 0);
     this.pn_editar.Name = "pn_editar";
     this.pn_editar.Size = new System.Drawing.Size(723, 445);
     this.pn_editar.TabIndex = 2;
     //
     // groupBox6
     //
     this.groupBox6.AutoSize = true;
     this.groupBox6.Controls.Add(this.UpdateImageBN);
     this.groupBox6.Controls.Add(this.updImgUbic);
     this.groupBox6.Controls.Add(this.pB_imgUpdate);
     this.groupBox6.Controls.Add(this.label36);
     this.groupBox6.Controls.Add(label40);
     this.groupBox6.Controls.Add(this.updImgDesc);
     this.groupBox6.Controls.Add(label41);
     this.groupBox6.Controls.Add(this.updImgName);
     this.groupBox6.Location = new System.Drawing.Point(355, 14);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(357, 393);
     this.groupBox6.TabIndex = 60;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "Imagenes";
     //
     // UpdateImageBN
     //
     this.UpdateImageBN.AddNewItem = null;
     this.UpdateImageBN.BindingSource = this.imagenesBS;
     this.UpdateImageBN.CountItem = this.bindingNavigatorCountItem1;
     this.UpdateImageBN.DeleteItem = null;
     this.UpdateImageBN.Enabled = false;
     this.UpdateImageBN.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bindingNavigatorMoveFirstItem1,
     this.bindingNavigatorMovePreviousItem1,
     this.bindingNavigatorSeparator2,
     this.bindingNavigatorPositionItem1,
     this.bindingNavigatorCountItem1,
     this.bindingNavigatorSeparator3,
     this.bindingNavigatorMoveNextItem1,
     this.bindingNavigatorMoveLastItem1,
     this.bindingNavigatorSeparator4,
     this.toolStripButton2,
     this.toolStripButton1});
     this.UpdateImageBN.Location = new System.Drawing.Point(3, 16);
     this.UpdateImageBN.MoveFirstItem = this.bindingNavigatorMoveFirstItem1;
     this.UpdateImageBN.MoveLastItem = this.bindingNavigatorMoveLastItem1;
     this.UpdateImageBN.MoveNextItem = this.bindingNavigatorMoveNextItem1;
     this.UpdateImageBN.MovePreviousItem = this.bindingNavigatorMovePreviousItem1;
     this.UpdateImageBN.Name = "UpdateImageBN";
     this.UpdateImageBN.PositionItem = this.bindingNavigatorPositionItem1;
     this.UpdateImageBN.Size = new System.Drawing.Size(351, 25);
     this.UpdateImageBN.TabIndex = 0;
     this.UpdateImageBN.Text = "bindingNavigator1";
     //
     // imagenesBS
     //
     this.imagenesBS.DataSource = typeof(SIFCA_DAL.IMAGEN);
     //
     // bindingNavigatorCountItem1
     //
     this.bindingNavigatorCountItem1.Name = "bindingNavigatorCountItem1";
     this.bindingNavigatorCountItem1.Size = new System.Drawing.Size(37, 22);
     this.bindingNavigatorCountItem1.Text = "de {0}";
     this.bindingNavigatorCountItem1.ToolTipText = "Número total de elementos";
     //
     // bindingNavigatorMoveFirstItem1
     //
     this.bindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem1.Image")));
     this.bindingNavigatorMoveFirstItem1.Name = "bindingNavigatorMoveFirstItem1";
     this.bindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem1.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem1.Text = "Mover primero";
     //
     // bindingNavigatorMovePreviousItem1
     //
     this.bindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem1.Image")));
     this.bindingNavigatorMovePreviousItem1.Name = "bindingNavigatorMovePreviousItem1";
     this.bindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem1.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem1.Text = "Mover anterior";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem1
     //
     this.bindingNavigatorPositionItem1.AccessibleName = "Posición";
     this.bindingNavigatorPositionItem1.AutoSize = false;
     this.bindingNavigatorPositionItem1.Name = "bindingNavigatorPositionItem1";
     this.bindingNavigatorPositionItem1.Size = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem1.Text = "0";
     this.bindingNavigatorPositionItem1.ToolTipText = "Posición actual";
     //
     // bindingNavigatorSeparator3
     //
     this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3";
     this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem1
     //
     this.bindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem1.Image")));
     this.bindingNavigatorMoveNextItem1.Name = "bindingNavigatorMoveNextItem1";
     this.bindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem1.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem1.Text = "Mover siguiente";
     //
     // bindingNavigatorMoveLastItem1
     //
     this.bindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem1.Image")));
     this.bindingNavigatorMoveLastItem1.Name = "bindingNavigatorMoveLastItem1";
     this.bindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem1.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem1.Text = "Mover último";
     //
     // bindingNavigatorSeparator4
     //
     this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4";
     this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.RightToLeftAutoMirrorImage = true;
     this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text = "Agregar nuevo";
     this.toolStripButton2.Click += new System.EventHandler(this.btn_crearImg_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.RightToLeftAutoMirrorImage = true;
     this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text = "Eliminar";
     this.toolStripButton1.Click += new System.EventHandler(this.deleteImage_Click);
     //
     // updImgUbic
     //
     this.updImgUbic.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.imagenesBS, "RUTA", true));
     this.updImgUbic.Location = new System.Drawing.Point(77, 221);
     this.updImgUbic.Name = "updImgUbic";
     this.updImgUbic.Size = new System.Drawing.Size(237, 20);
     this.updImgUbic.TabIndex = 84;
     this.updImgUbic.TabStop = false;
     this.updImgUbic.Text = "Ninguna ruta ha sido especificada";
     this.updImgUbic.TextChanged += new System.EventHandler(this.rutaUpdtxt_TextChanged);
     //
     // pB_imgUpdate
     //
     this.pB_imgUpdate.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.imagenesBS, "RUTA", true));
     this.pB_imgUpdate.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.imagenesBS, "RUTA", true));
     this.pB_imgUpdate.Image = global::SIFCA.Properties.Resources.ninguna_imagen;
     this.pB_imgUpdate.Location = new System.Drawing.Point(27, 52);
     this.pB_imgUpdate.Name = "pB_imgUpdate";
     this.pB_imgUpdate.Size = new System.Drawing.Size(308, 160);
     this.pB_imgUpdate.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pB_imgUpdate.TabIndex = 83;
     this.pB_imgUpdate.TabStop = false;
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Location = new System.Drawing.Point(10, 221);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(55, 13);
     this.label36.TabIndex = 82;
     this.label36.Text = "Ubicacion";
     //
     // updImgDesc
     //
     this.updImgDesc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.imagenesBS, "DESCRIPCION", true));
     this.updImgDesc.Location = new System.Drawing.Point(76, 290);
     this.updImgDesc.Multiline = true;
     this.updImgDesc.Name = "updImgDesc";
     this.updImgDesc.Size = new System.Drawing.Size(238, 84);
     this.updImgDesc.TabIndex = 76;
     this.updImgDesc.TabStop = false;
     this.updImgDesc.Text = "Ninguna";
     //
     // updImgName
     //
     this.updImgName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.imagenesBS, "NOMBRE", true));
     this.updImgName.Location = new System.Drawing.Point(77, 256);
     this.updImgName.Name = "updImgName";
     this.updImgName.Size = new System.Drawing.Size(238, 20);
     this.updImgName.TabIndex = 74;
     this.updImgName.TabStop = false;
     this.updImgName.Text = "Ninguno";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.updGrupoEcoCbx);
     this.groupBox3.Controls.Add(this.label43);
     this.groupBox3.Controls.Add(this.Btn_CancelarUpdate);
     this.groupBox3.Controls.Add(this.grupoComercialCbx);
     this.groupBox3.Controls.Add(this.Guardar);
     this.groupBox3.Controls.Add(this.txt_ZonaVid);
     this.groupBox3.Controls.Add(this.label24);
     this.groupBox3.Controls.Add(this.txt_ZonaGeogra);
     this.groupBox3.Controls.Add(this.label25);
     this.groupBox3.Controls.Add(this.txt_Fam);
     this.groupBox3.Controls.Add(this.label26);
     this.groupBox3.Controls.Add(this.label27);
     this.groupBox3.Controls.Add(this.txt_NomCientifico);
     this.groupBox3.Controls.Add(this.label28);
     this.groupBox3.Controls.Add(this.txt_NomComun);
     this.groupBox3.Controls.Add(this.label29);
     this.groupBox3.Location = new System.Drawing.Point(10, 21);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(327, 378);
     this.groupBox3.TabIndex = 6;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Editar Especie";
     //
     // updGrupoEcoCbx
     //
     this.updGrupoEcoCbx.FormattingEnabled = true;
     this.updGrupoEcoCbx.Items.AddRange(new object[] {
     "Tolerante",
     "No Tolerante"});
     this.updGrupoEcoCbx.Location = new System.Drawing.Point(152, 202);
     this.updGrupoEcoCbx.Name = "updGrupoEcoCbx";
     this.updGrupoEcoCbx.Size = new System.Drawing.Size(153, 21);
     this.updGrupoEcoCbx.TabIndex = 19;
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Location = new System.Drawing.Point(32, 205);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(85, 13);
     this.label43.TabIndex = 18;
     this.label43.Text = "Grupo ecológico";
     //
     // Btn_CancelarUpdate
     //
     this.Btn_CancelarUpdate.Location = new System.Drawing.Point(230, 351);
     this.Btn_CancelarUpdate.Name = "Btn_CancelarUpdate";
     this.Btn_CancelarUpdate.Size = new System.Drawing.Size(75, 23);
     this.Btn_CancelarUpdate.TabIndex = 8;
     this.Btn_CancelarUpdate.Text = "Cancelar";
     this.Btn_CancelarUpdate.UseVisualStyleBackColor = true;
     this.Btn_CancelarUpdate.Click += new System.EventHandler(this.Btn_CancelarUpdate_Click);
     //
     // grupoComercialCbx
     //
     this.grupoComercialCbx.DataSource = this.GroupComBSource;
     this.grupoComercialCbx.DisplayMember = "DESCRIPGRUPO";
     this.grupoComercialCbx.FormattingEnabled = true;
     this.grupoComercialCbx.Location = new System.Drawing.Point(153, 82);
     this.grupoComercialCbx.Name = "grupoComercialCbx";
     this.grupoComercialCbx.Size = new System.Drawing.Size(152, 21);
     this.grupoComercialCbx.TabIndex = 2;
     this.grupoComercialCbx.ValueMember = "GRUPOCOM";
     //
     // Guardar
     //
     this.Guardar.Location = new System.Drawing.Point(131, 351);
     this.Guardar.Name = "Guardar";
     this.Guardar.Size = new System.Drawing.Size(75, 23);
     this.Guardar.TabIndex = 7;
     this.Guardar.Text = "Guardar";
     this.Guardar.UseVisualStyleBackColor = true;
     this.Guardar.Click += new System.EventHandler(this.Btn_guardar_Click);
     //
     // txt_ZonaVid
     //
     this.txt_ZonaVid.Location = new System.Drawing.Point(152, 171);
     this.txt_ZonaVid.MaxLength = 200;
     this.txt_ZonaVid.Name = "txt_ZonaVid";
     this.txt_ZonaVid.Size = new System.Drawing.Size(153, 20);
     this.txt_ZonaVid.TabIndex = 5;
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Location = new System.Drawing.Point(31, 171);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(73, 13);
     this.label24.TabIndex = 14;
     this.label24.Text = "Zona De Vida";
     //
     // txt_ZonaGeogra
     //
     this.txt_ZonaGeogra.Location = new System.Drawing.Point(152, 141);
     this.txt_ZonaGeogra.MaxLength = 200;
     this.txt_ZonaGeogra.Name = "txt_ZonaGeogra";
     this.txt_ZonaGeogra.Size = new System.Drawing.Size(153, 20);
     this.txt_ZonaGeogra.TabIndex = 4;
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(32, 141);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(87, 13);
     this.label25.TabIndex = 12;
     this.label25.Text = "Zona Geografica";
     //
     // txt_Fam
     //
     this.txt_Fam.Location = new System.Drawing.Point(152, 111);
     this.txt_Fam.MaxLength = 200;
     this.txt_Fam.Name = "txt_Fam";
     this.txt_Fam.Size = new System.Drawing.Size(153, 20);
     this.txt_Fam.TabIndex = 3;
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(31, 111);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(39, 13);
     this.label26.TabIndex = 10;
     this.label26.Text = "Familia";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(31, 82);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(85, 13);
     this.label27.TabIndex = 8;
     this.label27.Text = "Grupo Comercial";
     //
     // txt_NomCientifico
     //
     this.txt_NomCientifico.Location = new System.Drawing.Point(152, 52);
     this.txt_NomCientifico.MaxLength = 200;
     this.txt_NomCientifico.Name = "txt_NomCientifico";
     this.txt_NomCientifico.Size = new System.Drawing.Size(153, 20);
     this.txt_NomCientifico.TabIndex = 1;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(32, 52);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(90, 13);
     this.label28.TabIndex = 6;
     this.label28.Text = "Nombre Cientifico";
     //
     // txt_NomComun
     //
     this.txt_NomComun.Location = new System.Drawing.Point(152, 23);
     this.txt_NomComun.MaxLength = 200;
     this.txt_NomComun.Name = "txt_NomComun";
     this.txt_NomComun.Size = new System.Drawing.Size(153, 20);
     this.txt_NomComun.TabIndex = 0;
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(31, 23);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(80, 13);
     this.label29.TabIndex = 0;
     this.label29.Text = "Nombre Comun";
     //
     // eP_errors
     //
     this.eP_errors.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.eP_errors.ContainerControl = this;
     //
     // imagenTxt
     //
     this.eP_errors.SetError(this.imagenTxt, "Cargue una imagen");
     this.imagenTxt.Location = new System.Drawing.Point(16, 14);
     this.imagenTxt.Name = "imagenTxt";
     this.imagenTxt.ReadOnly = true;
     this.imagenTxt.Size = new System.Drawing.Size(193, 20);
     this.imagenTxt.TabIndex = 24;
     this.imagenTxt.Text = "Seleccione una imagen";
     //
     // txt_descripcionImg
     //
     this.eP_errors.SetError(this.txt_descripcionImg, "Campo requerido");
     this.txt_descripcionImg.Location = new System.Drawing.Point(15, 74);
     this.txt_descripcionImg.Multiline = true;
     this.txt_descripcionImg.Name = "txt_descripcionImg";
     this.txt_descripcionImg.Size = new System.Drawing.Size(292, 128);
     this.txt_descripcionImg.TabIndex = 1;
     //
     // txt_nombreImg
     //
     this.eP_errors.SetError(this.txt_nombreImg, "Campo requerido");
     this.txt_nombreImg.Location = new System.Drawing.Point(96, 25);
     this.txt_nombreImg.Name = "txt_nombreImg";
     this.txt_nombreImg.Size = new System.Drawing.Size(211, 20);
     this.txt_nombreImg.TabIndex = 0;
     //
     // btn_cargarImg
     //
     this.btn_cargarImg.Location = new System.Drawing.Point(226, 12);
     this.btn_cargarImg.Name = "btn_cargarImg";
     this.btn_cargarImg.Size = new System.Drawing.Size(72, 23);
     this.btn_cargarImg.TabIndex = 0;
     this.btn_cargarImg.Text = "Cargar";
     this.btn_cargarImg.UseVisualStyleBackColor = true;
     this.btn_cargarImg.Click += new System.EventHandler(this.btn_cargarImg_Click);
     //
     // pB_imgCrear
     //
     this.pB_imgCrear.Location = new System.Drawing.Point(16, 38);
     this.pB_imgCrear.Name = "pB_imgCrear";
     this.pB_imgCrear.Size = new System.Drawing.Size(282, 220);
     this.pB_imgCrear.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pB_imgCrear.TabIndex = 21;
     this.pB_imgCrear.TabStop = false;
     //
     // pn_detalle
     //
     this.pn_detalle.Controls.Add(this.groupBox5);
     this.pn_detalle.Controls.Add(this.ver_detalle);
     this.pn_detalle.Controls.Add(this.btn_cerrar);
     this.pn_detalle.Location = new System.Drawing.Point(0, 0);
     this.pn_detalle.Name = "pn_detalle";
     this.pn_detalle.Size = new System.Drawing.Size(678, 474);
     this.pn_detalle.TabIndex = 3;
     this.pn_detalle.Visible = false;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.pB_imgDetalle);
     this.groupBox5.Controls.Add(this.label39);
     this.groupBox5.Controls.Add(this.rutatxt);
     this.groupBox5.Controls.Add(this.imagenesBN);
     this.groupBox5.Controls.Add(dESCRIPCIONLabel);
     this.groupBox5.Controls.Add(this.dESCRIPCIONTextBox);
     this.groupBox5.Controls.Add(nOMBRELabel);
     this.groupBox5.Controls.Add(this.nOMBRETextBox);
     this.groupBox5.Location = new System.Drawing.Point(321, 5);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(336, 396);
     this.groupBox5.TabIndex = 59;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Imagenes";
     //
     // pB_imgDetalle
     //
     this.pB_imgDetalle.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.imagenesBS, "RUTA", true));
     this.pB_imgDetalle.Image = global::SIFCA.Properties.Resources.ninguna_imagen;
     this.pB_imgDetalle.Location = new System.Drawing.Point(56, 55);
     this.pB_imgDetalle.Name = "pB_imgDetalle";
     this.pB_imgDetalle.Size = new System.Drawing.Size(260, 145);
     this.pB_imgDetalle.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pB_imgDetalle.TabIndex = 78;
     this.pB_imgDetalle.TabStop = false;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Location = new System.Drawing.Point(10, 221);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(55, 13);
     this.label39.TabIndex = 82;
     this.label39.Text = "Ubicacion";
     //
     // rutatxt
     //
     this.rutatxt.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.imagenesBS, "RUTA", true));
     this.rutatxt.Enabled = false;
     this.rutatxt.Location = new System.Drawing.Point(74, 218);
     this.rutatxt.Name = "rutatxt";
     this.rutatxt.Size = new System.Drawing.Size(238, 20);
     this.rutatxt.TabIndex = 0;
     this.rutatxt.Text = "Ninguna ubicacion especificada";
     this.rutatxt.TextChanged += new System.EventHandler(this.rutatxt_TextChanged);
     //
     // imagenesBN
     //
     this.imagenesBN.AddNewItem = null;
     this.imagenesBN.BindingSource = this.imagenesBS;
     this.imagenesBN.CountItem = this.bindingNavigatorCountItem;
     this.imagenesBN.DeleteItem = null;
     this.imagenesBN.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripLabel1,
     this.bindingNavigatorMoveFirstItem,
     this.bindingNavigatorMovePreviousItem,
     this.bindingNavigatorSeparator,
     this.bindingNavigatorPositionItem,
     this.bindingNavigatorCountItem,
     this.bindingNavigatorSeparator1,
     this.bindingNavigatorMoveNextItem,
     this.bindingNavigatorMoveLastItem});
     this.imagenesBN.Location = new System.Drawing.Point(3, 16);
     this.imagenesBN.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
     this.imagenesBN.MoveLastItem = this.bindingNavigatorMoveLastItem;
     this.imagenesBN.MoveNextItem = this.bindingNavigatorMoveNextItem;
     this.imagenesBN.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.imagenesBN.Name = "imagenesBN";
     this.imagenesBN.PositionItem = this.bindingNavigatorPositionItem;
     this.imagenesBN.Size = new System.Drawing.Size(330, 25);
     this.imagenesBN.TabIndex = 80;
     this.imagenesBN.Text = "bindingNavigator1";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size = new System.Drawing.Size(37, 22);
     this.bindingNavigatorCountItem.Text = "de {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Número total de elementos";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(78, 22);
     this.toolStripLabel1.Text = "Ver imagenes";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Mover primero";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Mover anterior";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Posición";
     this.bindingNavigatorPositionItem.AutoSize = false;
     this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Posición actual";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Mover siguiente";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Mover último";
     //
     // dESCRIPCIONTextBox
     //
     this.dESCRIPCIONTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.imagenesBS, "DESCRIPCION", true));
     this.dESCRIPCIONTextBox.Enabled = false;
     this.dESCRIPCIONTextBox.Location = new System.Drawing.Point(76, 290);
     this.dESCRIPCIONTextBox.Multiline = true;
     this.dESCRIPCIONTextBox.Name = "dESCRIPCIONTextBox";
     this.dESCRIPCIONTextBox.Size = new System.Drawing.Size(238, 84);
     this.dESCRIPCIONTextBox.TabIndex = 2;
     this.dESCRIPCIONTextBox.Text = "Ninguna";
     //
     // nOMBRETextBox
     //
     this.nOMBRETextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.imagenesBS, "NOMBRE", true));
     this.nOMBRETextBox.Enabled = false;
     this.nOMBRETextBox.Location = new System.Drawing.Point(77, 256);
     this.nOMBRETextBox.Name = "nOMBRETextBox";
     this.nOMBRETextBox.Size = new System.Drawing.Size(238, 20);
     this.nOMBRETextBox.TabIndex = 1;
     this.nOMBRETextBox.Text = "Ninguno";
     //
     // ver_detalle
     //
     this.ver_detalle.Controls.Add(this.detailGrupoEcoTxt);
     this.ver_detalle.Controls.Add(this.label44);
     this.ver_detalle.Controls.Add(this.pictureBox2);
     this.ver_detalle.Controls.Add(this.cbxGrupoComercial_det);
     this.ver_detalle.Controls.Add(this.txt_ZonaVid_det);
     this.ver_detalle.Controls.Add(this.label30);
     this.ver_detalle.Controls.Add(this.txt_ZonaGeogra_det);
     this.ver_detalle.Controls.Add(this.label31);
     this.ver_detalle.Controls.Add(this.txt_Fam_det);
     this.ver_detalle.Controls.Add(this.label32);
     this.ver_detalle.Controls.Add(this.label33);
     this.ver_detalle.Controls.Add(this.txt_NomCientifico_det);
     this.ver_detalle.Controls.Add(this.label34);
     this.ver_detalle.Controls.Add(this.txt_NomComun_det);
     this.ver_detalle.Controls.Add(this.label35);
     this.ver_detalle.Location = new System.Drawing.Point(10, 5);
     this.ver_detalle.Name = "ver_detalle";
     this.ver_detalle.Size = new System.Drawing.Size(303, 396);
     this.ver_detalle.TabIndex = 58;
     this.ver_detalle.TabStop = false;
     this.ver_detalle.Text = "Detalle especie";
     //
     // detailGrupoEcoTxt
     //
     this.detailGrupoEcoTxt.Location = new System.Drawing.Point(137, 285);
     this.detailGrupoEcoTxt.Name = "detailGrupoEcoTxt";
     this.detailGrupoEcoTxt.ReadOnly = true;
     this.detailGrupoEcoTxt.Size = new System.Drawing.Size(152, 20);
     this.detailGrupoEcoTxt.TabIndex = 72;
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(17, 285);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(85, 13);
     this.label44.TabIndex = 73;
     this.label44.Text = "Grupo ecológico";
     //
     // pictureBox2
     //
     this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Top;
     this.pictureBox2.Image = global::SIFCA.Properties.Resources.nueva_especie;
     this.pictureBox2.Location = new System.Drawing.Point(3, 16);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(297, 53);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 71;
     this.pictureBox2.TabStop = false;
     //
     // cbxGrupoComercial_det
     //
     this.cbxGrupoComercial_det.DataSource = this.GroupComBSource;
     this.cbxGrupoComercial_det.DisplayMember = "DESCRIPGRUPO";
     this.cbxGrupoComercial_det.Enabled = false;
     this.cbxGrupoComercial_det.FormattingEnabled = true;
     this.cbxGrupoComercial_det.Location = new System.Drawing.Point(136, 156);
     this.cbxGrupoComercial_det.Name = "cbxGrupoComercial_det";
     this.cbxGrupoComercial_det.Size = new System.Drawing.Size(152, 21);
     this.cbxGrupoComercial_det.TabIndex = 2;
     this.cbxGrupoComercial_det.ValueMember = "GRUPOCOM";
     //
     // txt_ZonaVid_det
     //
     this.txt_ZonaVid_det.Location = new System.Drawing.Point(136, 250);
     this.txt_ZonaVid_det.Name = "txt_ZonaVid_det";
     this.txt_ZonaVid_det.ReadOnly = true;
     this.txt_ZonaVid_det.Size = new System.Drawing.Size(153, 20);
     this.txt_ZonaVid_det.TabIndex = 5;
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Location = new System.Drawing.Point(15, 250);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(73, 13);
     this.label30.TabIndex = 66;
     this.label30.Text = "Zona De Vida";
     //
     // txt_ZonaGeogra_det
     //
     this.txt_ZonaGeogra_det.Location = new System.Drawing.Point(136, 220);
     this.txt_ZonaGeogra_det.Name = "txt_ZonaGeogra_det";
     this.txt_ZonaGeogra_det.ReadOnly = true;
     this.txt_ZonaGeogra_det.Size = new System.Drawing.Size(153, 20);
     this.txt_ZonaGeogra_det.TabIndex = 4;
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Location = new System.Drawing.Point(16, 220);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(87, 13);
     this.label31.TabIndex = 64;
     this.label31.Text = "Zona Geografica";
     //
     // txt_Fam_det
     //
     this.txt_Fam_det.Location = new System.Drawing.Point(135, 185);
     this.txt_Fam_det.Name = "txt_Fam_det";
     this.txt_Fam_det.ReadOnly = true;
     this.txt_Fam_det.Size = new System.Drawing.Size(153, 20);
     this.txt_Fam_det.TabIndex = 3;
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Location = new System.Drawing.Point(14, 185);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(39, 13);
     this.label32.TabIndex = 62;
     this.label32.Text = "Familia";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Location = new System.Drawing.Point(14, 156);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(85, 13);
     this.label33.TabIndex = 61;
     this.label33.Text = "Grupo Comercial";
     //
     // txt_NomCientifico_det
     //
     this.txt_NomCientifico_det.Location = new System.Drawing.Point(135, 123);
     this.txt_NomCientifico_det.Name = "txt_NomCientifico_det";
     this.txt_NomCientifico_det.ReadOnly = true;
     this.txt_NomCientifico_det.Size = new System.Drawing.Size(153, 20);
     this.txt_NomCientifico_det.TabIndex = 1;
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Location = new System.Drawing.Point(15, 123);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(90, 13);
     this.label34.TabIndex = 59;
     this.label34.Text = "Nombre Cientifico";
     //
     // txt_NomComun_det
     //
     this.txt_NomComun_det.Location = new System.Drawing.Point(135, 94);
     this.txt_NomComun_det.Name = "txt_NomComun_det";
     this.txt_NomComun_det.ReadOnly = true;
     this.txt_NomComun_det.Size = new System.Drawing.Size(153, 20);
     this.txt_NomComun_det.TabIndex = 0;
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Location = new System.Drawing.Point(14, 94);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(80, 13);
     this.label35.TabIndex = 57;
     this.label35.Text = "Nombre Comun";
     //
     // btn_cerrar
     //
     this.btn_cerrar.Location = new System.Drawing.Point(565, 408);
     this.btn_cerrar.Name = "btn_cerrar";
     this.btn_cerrar.Size = new System.Drawing.Size(92, 23);
     this.btn_cerrar.TabIndex = 0;
     this.btn_cerrar.Text = "Cerrar";
     this.btn_cerrar.UseVisualStyleBackColor = true;
     this.btn_cerrar.Click += new System.EventHandler(this.btn_cerrar_Click);
     //
     // pn_cargarImg
     //
     this.pn_cargarImg.Controls.Add(this.pB_imgCrear);
     this.pn_cargarImg.Controls.Add(this.groupBox4);
     this.pn_cargarImg.Controls.Add(this.imagenTxt);
     this.pn_cargarImg.Controls.Add(this.btn_cargarImg);
     this.pn_cargarImg.Location = new System.Drawing.Point(0, 0);
     this.pn_cargarImg.Name = "pn_cargarImg";
     this.pn_cargarImg.Size = new System.Drawing.Size(655, 317);
     this.pn_cargarImg.TabIndex = 4;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.txt_descripcionImg);
     this.groupBox4.Controls.Add(this.label38);
     this.groupBox4.Controls.Add(this.txt_nombreImg);
     this.groupBox4.Controls.Add(this.label37);
     this.groupBox4.Controls.Add(this.btn_ImgCancelar);
     this.groupBox4.Controls.Add(this.btn_ImgAceptar);
     this.groupBox4.Location = new System.Drawing.Point(304, 12);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(329, 249);
     this.groupBox4.TabIndex = 35;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Detalles";
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Location = new System.Drawing.Point(12, 56);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(63, 13);
     this.label38.TabIndex = 39;
     this.label38.Text = "Descripción";
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Location = new System.Drawing.Point(9, 25);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(81, 13);
     this.label37.TabIndex = 37;
     this.label37.Text = "Nombre imagen";
     //
     // btn_ImgCancelar
     //
     this.btn_ImgCancelar.Location = new System.Drawing.Point(209, 220);
     this.btn_ImgCancelar.Name = "btn_ImgCancelar";
     this.btn_ImgCancelar.Size = new System.Drawing.Size(98, 23);
     this.btn_ImgCancelar.TabIndex = 3;
     this.btn_ImgCancelar.Text = "Cancelar";
     this.btn_ImgCancelar.UseVisualStyleBackColor = true;
     this.btn_ImgCancelar.Click += new System.EventHandler(this.btn_ImgCancelar_Click);
     //
     // btn_ImgAceptar
     //
     this.btn_ImgAceptar.Location = new System.Drawing.Point(105, 220);
     this.btn_ImgAceptar.Name = "btn_ImgAceptar";
     this.btn_ImgAceptar.Size = new System.Drawing.Size(98, 23);
     this.btn_ImgAceptar.TabIndex = 2;
     this.btn_ImgAceptar.Text = "Aceptar";
     this.btn_ImgAceptar.UseVisualStyleBackColor = true;
     this.btn_ImgAceptar.Click += new System.EventHandler(this.btn_ImgAceptar_Click);
     //
     // Especies_Form
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(893, 491);
     this.Controls.Add(this.pn_detalle);
     this.Controls.Add(this.pn_editar);
     this.Controls.Add(this.pn_crear);
     this.Controls.Add(this.pn_listado);
     this.Controls.Add(this.pn_cargarImg);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Especies_Form";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Especies";
     this.pn_listado.ResumeLayout(false);
     this.pn_listado.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ListadoEspecies)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grupoComercialBSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.specieBSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paginacionEspecie)).EndInit();
     this.paginacionEspecie.ResumeLayout(false);
     this.paginacionEspecie.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupComBSource)).EndInit();
     this.groupBox.ResumeLayout(false);
     this.groupBox.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.pn_crear.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.pn_editar.ResumeLayout(false);
     this.pn_editar.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UpdateImageBN)).EndInit();
     this.UpdateImageBN.ResumeLayout(false);
     this.UpdateImageBN.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imagenesBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pB_imgUpdate)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.eP_errors)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pB_imgCrear)).EndInit();
     this.pn_detalle.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pB_imgDetalle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imagenesBN)).EndInit();
     this.imagenesBN.ResumeLayout(false);
     this.imagenesBN.PerformLayout();
     this.ver_detalle.ResumeLayout(false);
     this.ver_detalle.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.pn_cargarImg.ResumeLayout(false);
     this.pn_cargarImg.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Initializes a new instance of the <see cref="ProductDataGridViewBase"/> class.
		/// </summary>
		public ProductDataGridViewBase()
		{			
			this.components = new System.ComponentModel.Container();			
			
			this.uxProductDataGridView = new System.Windows.Forms.DataGridView();
			this.uxProductBindingSource = new System.Windows.Forms.BindingSource(this.components);
			this.uxProductErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.uxProductIdDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxNameDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxProductNumberDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxMakeFlagDataGridViewColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
			this.uxFinishedGoodsFlagDataGridViewColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
			this.uxColorDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxSafetyStockLevelDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxReorderPointDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxStandardCostDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxListPriceDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxSizeDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxSizeUnitMeasureCodeDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
			this.uxWeightUnitMeasureCodeDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
			this.uxWeightDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxDaysToManufactureDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxProductLineDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxSafeNameClassDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxStyleDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxProductSubcategoryIdDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
			this.uxProductModelIdDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
			this.uxSellStartDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxSellEndDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxDiscontinuedDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxRowguidDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxModifiedDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			//this.uxProductModelIdBindingSource = new ProductModelBindingSource(this.components);
			//((System.ComponentModel.ISupportInitialize)(this.uxProductModelIdBindingSource)).BeginInit();
			//this.uxProductSubcategoryIdBindingSource = new ProductSubcategoryBindingSource(this.components);
			//((System.ComponentModel.ISupportInitialize)(this.uxProductSubcategoryIdBindingSource)).BeginInit();
			//this.uxSizeUnitMeasureCodeBindingSource = new UnitMeasureBindingSource(this.components);
			//((System.ComponentModel.ISupportInitialize)(this.uxSizeUnitMeasureCodeBindingSource)).BeginInit();
			//this.uxWeightUnitMeasureCodeBindingSource = new UnitMeasureBindingSource(this.components);
			//((System.ComponentModel.ISupportInitialize)(this.uxWeightUnitMeasureCodeBindingSource)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.uxProductDataGridView)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.uxProductBindingSource)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.uxProductErrorProvider)).BeginInit();
			this.SuspendLayout();
						
			// 
			// uxProductErrorProvider
			// 
			this.uxProductErrorProvider.ContainerControl = this;
			this.uxProductErrorProvider.DataSource = this.uxProductBindingSource;						
			// 
			// uxProductDataGridView
			// 
			this.uxProductDataGridView.AutoGenerateColumns = false;
			this.uxProductDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.uxProductDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
		this.uxProductIdDataGridViewColumn,
		this.uxNameDataGridViewColumn,
		this.uxProductNumberDataGridViewColumn,
		this.uxMakeFlagDataGridViewColumn,
		this.uxFinishedGoodsFlagDataGridViewColumn,
		this.uxColorDataGridViewColumn,
		this.uxSafetyStockLevelDataGridViewColumn,
		this.uxReorderPointDataGridViewColumn,
		this.uxStandardCostDataGridViewColumn,
		this.uxListPriceDataGridViewColumn,
		this.uxSizeDataGridViewColumn,
		this.uxSizeUnitMeasureCodeDataGridViewColumn,
		this.uxWeightUnitMeasureCodeDataGridViewColumn,
		this.uxWeightDataGridViewColumn,
		this.uxDaysToManufactureDataGridViewColumn,
		this.uxProductLineDataGridViewColumn,
		this.uxSafeNameClassDataGridViewColumn,
		this.uxStyleDataGridViewColumn,
		this.uxProductSubcategoryIdDataGridViewColumn,
		this.uxProductModelIdDataGridViewColumn,
		this.uxSellStartDateDataGridViewColumn,
		this.uxSellEndDateDataGridViewColumn,
		this.uxDiscontinuedDateDataGridViewColumn,
		this.uxRowguidDataGridViewColumn,
		this.uxModifiedDateDataGridViewColumn			});
			this.uxProductDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.uxProductDataGridView.Location = new System.Drawing.Point(0, 0);
			this.uxProductDataGridView.Name = "uxProductDataGridView";
			this.uxProductDataGridView.Size = new System.Drawing.Size(470, 300);
			this.uxProductDataGridView.TabIndex = 0;	
			this.uxProductDataGridView.BackgroundColor = System.Drawing.Color.WhiteSmoke;
			this.uxProductDataGridView.EnableHeadersVisualStyles = false;
			this.uxProductDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnProductDataGridViewDataError);
			this.uxProductDataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnProductDataGridViewCellValueNeeded);
			this.uxProductDataGridView.CellValuePushed += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnProductDataGridViewCellValuePushed);
			
			//
			// uxProductIdDataGridViewColumn
			//
			this.uxProductIdDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxProductIdDataGridViewColumn.DataPropertyName = "ProductId";
			this.uxProductIdDataGridViewColumn.HeaderText = "ProductId";
			this.uxProductIdDataGridViewColumn.Name = "uxProductIdDataGridViewColumn";
			this.uxProductIdDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxProductIdDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxProductIdDataGridViewColumn.ReadOnly = true;		
			//
			// uxNameDataGridViewColumn
			//
			this.uxNameDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxNameDataGridViewColumn.DataPropertyName = "Name";
			this.uxNameDataGridViewColumn.HeaderText = "Name";
			this.uxNameDataGridViewColumn.Name = "uxNameDataGridViewColumn";
			this.uxNameDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxNameDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxNameDataGridViewColumn.ReadOnly = false;		
			//
			// uxProductNumberDataGridViewColumn
			//
			this.uxProductNumberDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxProductNumberDataGridViewColumn.DataPropertyName = "ProductNumber";
			this.uxProductNumberDataGridViewColumn.HeaderText = "ProductNumber";
			this.uxProductNumberDataGridViewColumn.Name = "uxProductNumberDataGridViewColumn";
			this.uxProductNumberDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxProductNumberDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxProductNumberDataGridViewColumn.ReadOnly = false;		
			//
			// uxMakeFlagDataGridViewColumn
			//
			this.uxMakeFlagDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxMakeFlagDataGridViewColumn.DataPropertyName = "MakeFlag";
			this.uxMakeFlagDataGridViewColumn.HeaderText = "MakeFlag";
			this.uxMakeFlagDataGridViewColumn.Name = "uxMakeFlagDataGridViewColumn";
			this.uxMakeFlagDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxMakeFlagDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxMakeFlagDataGridViewColumn.ReadOnly = false;		
			//
			// uxFinishedGoodsFlagDataGridViewColumn
			//
			this.uxFinishedGoodsFlagDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxFinishedGoodsFlagDataGridViewColumn.DataPropertyName = "FinishedGoodsFlag";
			this.uxFinishedGoodsFlagDataGridViewColumn.HeaderText = "FinishedGoodsFlag";
			this.uxFinishedGoodsFlagDataGridViewColumn.Name = "uxFinishedGoodsFlagDataGridViewColumn";
			this.uxFinishedGoodsFlagDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxFinishedGoodsFlagDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxFinishedGoodsFlagDataGridViewColumn.ReadOnly = false;		
			//
			// uxColorDataGridViewColumn
			//
			this.uxColorDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxColorDataGridViewColumn.DataPropertyName = "Color";
			this.uxColorDataGridViewColumn.HeaderText = "Color";
			this.uxColorDataGridViewColumn.Name = "uxColorDataGridViewColumn";
			this.uxColorDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxColorDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxColorDataGridViewColumn.ReadOnly = false;		
			//
			// uxSafetyStockLevelDataGridViewColumn
			//
			this.uxSafetyStockLevelDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxSafetyStockLevelDataGridViewColumn.DataPropertyName = "SafetyStockLevel";
			this.uxSafetyStockLevelDataGridViewColumn.HeaderText = "SafetyStockLevel";
			this.uxSafetyStockLevelDataGridViewColumn.Name = "uxSafetyStockLevelDataGridViewColumn";
			this.uxSafetyStockLevelDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxSafetyStockLevelDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxSafetyStockLevelDataGridViewColumn.ReadOnly = false;		
			//
			// uxReorderPointDataGridViewColumn
			//
			this.uxReorderPointDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxReorderPointDataGridViewColumn.DataPropertyName = "ReorderPoint";
			this.uxReorderPointDataGridViewColumn.HeaderText = "ReorderPoint";
			this.uxReorderPointDataGridViewColumn.Name = "uxReorderPointDataGridViewColumn";
			this.uxReorderPointDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxReorderPointDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxReorderPointDataGridViewColumn.ReadOnly = false;		
			//
			// uxStandardCostDataGridViewColumn
			//
			this.uxStandardCostDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxStandardCostDataGridViewColumn.DataPropertyName = "StandardCost";
			this.uxStandardCostDataGridViewColumn.HeaderText = "StandardCost";
			this.uxStandardCostDataGridViewColumn.Name = "uxStandardCostDataGridViewColumn";
			this.uxStandardCostDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxStandardCostDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxStandardCostDataGridViewColumn.ReadOnly = false;		
			//
			// uxListPriceDataGridViewColumn
			//
			this.uxListPriceDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxListPriceDataGridViewColumn.DataPropertyName = "ListPrice";
			this.uxListPriceDataGridViewColumn.HeaderText = "ListPrice";
			this.uxListPriceDataGridViewColumn.Name = "uxListPriceDataGridViewColumn";
			this.uxListPriceDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxListPriceDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxListPriceDataGridViewColumn.ReadOnly = false;		
			//
			// uxSizeDataGridViewColumn
			//
			this.uxSizeDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxSizeDataGridViewColumn.DataPropertyName = "Size";
			this.uxSizeDataGridViewColumn.HeaderText = "Size";
			this.uxSizeDataGridViewColumn.Name = "uxSizeDataGridViewColumn";
			this.uxSizeDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxSizeDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxSizeDataGridViewColumn.ReadOnly = false;		
			//
			// uxSizeUnitMeasureCodeDataGridViewColumn
			//
			this.uxSizeUnitMeasureCodeDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxSizeUnitMeasureCodeDataGridViewColumn.DataPropertyName = "SizeUnitMeasureCode";
			this.uxSizeUnitMeasureCodeDataGridViewColumn.HeaderText = "SizeUnitMeasureCode";
			this.uxSizeUnitMeasureCodeDataGridViewColumn.Name = "uxSizeUnitMeasureCodeDataGridViewColumn";
			this.uxSizeUnitMeasureCodeDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxSizeUnitMeasureCodeDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxSizeUnitMeasureCodeDataGridViewColumn.ReadOnly = false;		
			//
			// uxWeightUnitMeasureCodeDataGridViewColumn
			//
			this.uxWeightUnitMeasureCodeDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxWeightUnitMeasureCodeDataGridViewColumn.DataPropertyName = "WeightUnitMeasureCode";
			this.uxWeightUnitMeasureCodeDataGridViewColumn.HeaderText = "WeightUnitMeasureCode";
			this.uxWeightUnitMeasureCodeDataGridViewColumn.Name = "uxWeightUnitMeasureCodeDataGridViewColumn";
			this.uxWeightUnitMeasureCodeDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxWeightUnitMeasureCodeDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxWeightUnitMeasureCodeDataGridViewColumn.ReadOnly = false;		
			//
			// uxWeightDataGridViewColumn
			//
			this.uxWeightDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxWeightDataGridViewColumn.DataPropertyName = "Weight";
			this.uxWeightDataGridViewColumn.HeaderText = "Weight";
			this.uxWeightDataGridViewColumn.Name = "uxWeightDataGridViewColumn";
			this.uxWeightDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxWeightDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxWeightDataGridViewColumn.ReadOnly = false;		
			//
			// uxDaysToManufactureDataGridViewColumn
			//
			this.uxDaysToManufactureDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxDaysToManufactureDataGridViewColumn.DataPropertyName = "DaysToManufacture";
			this.uxDaysToManufactureDataGridViewColumn.HeaderText = "DaysToManufacture";
			this.uxDaysToManufactureDataGridViewColumn.Name = "uxDaysToManufactureDataGridViewColumn";
			this.uxDaysToManufactureDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxDaysToManufactureDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxDaysToManufactureDataGridViewColumn.ReadOnly = false;		
			//
			// uxProductLineDataGridViewColumn
			//
			this.uxProductLineDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxProductLineDataGridViewColumn.DataPropertyName = "ProductLine";
			this.uxProductLineDataGridViewColumn.HeaderText = "ProductLine";
			this.uxProductLineDataGridViewColumn.Name = "uxProductLineDataGridViewColumn";
			this.uxProductLineDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxProductLineDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxProductLineDataGridViewColumn.ReadOnly = false;		
			//
			// uxSafeNameClassDataGridViewColumn
			//
			this.uxSafeNameClassDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxSafeNameClassDataGridViewColumn.DataPropertyName = "SafeNameClass";
			this.uxSafeNameClassDataGridViewColumn.HeaderText = "SafeNameClass";
			this.uxSafeNameClassDataGridViewColumn.Name = "uxSafeNameClassDataGridViewColumn";
			this.uxSafeNameClassDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxSafeNameClassDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxSafeNameClassDataGridViewColumn.ReadOnly = false;		
			//
			// uxStyleDataGridViewColumn
			//
			this.uxStyleDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxStyleDataGridViewColumn.DataPropertyName = "Style";
			this.uxStyleDataGridViewColumn.HeaderText = "Style";
			this.uxStyleDataGridViewColumn.Name = "uxStyleDataGridViewColumn";
			this.uxStyleDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxStyleDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxStyleDataGridViewColumn.ReadOnly = false;		
			//
			// uxProductSubcategoryIdDataGridViewColumn
			//
			this.uxProductSubcategoryIdDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxProductSubcategoryIdDataGridViewColumn.DataPropertyName = "ProductSubcategoryId";
			this.uxProductSubcategoryIdDataGridViewColumn.HeaderText = "ProductSubcategoryId";
			this.uxProductSubcategoryIdDataGridViewColumn.Name = "uxProductSubcategoryIdDataGridViewColumn";
			this.uxProductSubcategoryIdDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxProductSubcategoryIdDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxProductSubcategoryIdDataGridViewColumn.ReadOnly = false;		
			//
			// uxProductModelIdDataGridViewColumn
			//
			this.uxProductModelIdDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxProductModelIdDataGridViewColumn.DataPropertyName = "ProductModelId";
			this.uxProductModelIdDataGridViewColumn.HeaderText = "ProductModelId";
			this.uxProductModelIdDataGridViewColumn.Name = "uxProductModelIdDataGridViewColumn";
			this.uxProductModelIdDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxProductModelIdDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxProductModelIdDataGridViewColumn.ReadOnly = false;		
			//
			// uxSellStartDateDataGridViewColumn
			//
			this.uxSellStartDateDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxSellStartDateDataGridViewColumn.DataPropertyName = "SellStartDate";
			this.uxSellStartDateDataGridViewColumn.HeaderText = "SellStartDate";
			this.uxSellStartDateDataGridViewColumn.Name = "uxSellStartDateDataGridViewColumn";
			this.uxSellStartDateDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxSellStartDateDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxSellStartDateDataGridViewColumn.ReadOnly = false;		
			//
			// uxSellEndDateDataGridViewColumn
			//
			this.uxSellEndDateDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxSellEndDateDataGridViewColumn.DataPropertyName = "SellEndDate";
			this.uxSellEndDateDataGridViewColumn.HeaderText = "SellEndDate";
			this.uxSellEndDateDataGridViewColumn.Name = "uxSellEndDateDataGridViewColumn";
			this.uxSellEndDateDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxSellEndDateDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxSellEndDateDataGridViewColumn.ReadOnly = false;		
			//
			// uxDiscontinuedDateDataGridViewColumn
			//
			this.uxDiscontinuedDateDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxDiscontinuedDateDataGridViewColumn.DataPropertyName = "DiscontinuedDate";
			this.uxDiscontinuedDateDataGridViewColumn.HeaderText = "DiscontinuedDate";
			this.uxDiscontinuedDateDataGridViewColumn.Name = "uxDiscontinuedDateDataGridViewColumn";
			this.uxDiscontinuedDateDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxDiscontinuedDateDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxDiscontinuedDateDataGridViewColumn.ReadOnly = false;		
			//
			// uxRowguidDataGridViewColumn
			//
			this.uxRowguidDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxRowguidDataGridViewColumn.DataPropertyName = "Rowguid";
			this.uxRowguidDataGridViewColumn.HeaderText = "Rowguid";
			this.uxRowguidDataGridViewColumn.Name = "uxRowguidDataGridViewColumn";
			this.uxRowguidDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxRowguidDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxRowguidDataGridViewColumn.ReadOnly = true;		
			//
			// uxModifiedDateDataGridViewColumn
			//
			this.uxModifiedDateDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxModifiedDateDataGridViewColumn.DataPropertyName = "ModifiedDate";
			this.uxModifiedDateDataGridViewColumn.HeaderText = "ModifiedDate";
			this.uxModifiedDateDataGridViewColumn.Name = "uxModifiedDateDataGridViewColumn";
			this.uxModifiedDateDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxModifiedDateDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxModifiedDateDataGridViewColumn.ReadOnly = false;		
			//
			// uxProductModelIdDataGridViewColumn
			//				
			this.uxProductModelIdDataGridViewColumn.DisplayMember = "Name";	
			this.uxProductModelIdDataGridViewColumn.ValueMember = "ProductModelId";	
			this.uxProductModelIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
			//uxProductModelIdDataGridViewColumn.DataSource = uxProductModelIdBindingSource;				
				
			//
			// uxProductSubcategoryIdDataGridViewColumn
			//				
			this.uxProductSubcategoryIdDataGridViewColumn.DisplayMember = "ProductCategoryId";	
			this.uxProductSubcategoryIdDataGridViewColumn.ValueMember = "ProductSubcategoryId";	
			this.uxProductSubcategoryIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
			//uxProductSubcategoryIdDataGridViewColumn.DataSource = uxProductSubcategoryIdBindingSource;				
				
			//
			// uxSizeUnitMeasureCodeDataGridViewColumn
			//				
			this.uxSizeUnitMeasureCodeDataGridViewColumn.DisplayMember = "Name";	
			this.uxSizeUnitMeasureCodeDataGridViewColumn.ValueMember = "UnitMeasureCode";	
			this.uxSizeUnitMeasureCodeDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
			//uxSizeUnitMeasureCodeDataGridViewColumn.DataSource = uxSizeUnitMeasureCodeBindingSource;				
				
			//
			// uxWeightUnitMeasureCodeDataGridViewColumn
			//				
			this.uxWeightUnitMeasureCodeDataGridViewColumn.DisplayMember = "Name";	
			this.uxWeightUnitMeasureCodeDataGridViewColumn.ValueMember = "UnitMeasureCode";	
			this.uxWeightUnitMeasureCodeDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
			//uxWeightUnitMeasureCodeDataGridViewColumn.DataSource = uxWeightUnitMeasureCodeBindingSource;				
				
			
			// this
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.uxProductDataGridView);
			this.Name = "ProductDataGridView";
			this.Size = new System.Drawing.Size(470, 300);
			//((System.ComponentModel.ISupportInitialize)(this.uxProductModelIdBindingSource)).EndInit();
			//((System.ComponentModel.ISupportInitialize)(this.uxProductSubcategoryIdBindingSource)).EndInit();
			//((System.ComponentModel.ISupportInitialize)(this.uxSizeUnitMeasureCodeBindingSource)).EndInit();
			//((System.ComponentModel.ISupportInitialize)(this.uxWeightUnitMeasureCodeBindingSource)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.uxProductErrorProvider)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.uxProductDataGridView)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.uxProductBindingSource)).EndInit();
			this.ResumeLayout(false);
		}
		/// <summary>
		/// Initializes a new instance of the <see cref="SalesOrderHeaderDataGridViewBase"/> class.
		/// </summary>
		public SalesOrderHeaderDataGridViewBase()
		{			
			this.components = new System.ComponentModel.Container();			
			
			this.uxSalesOrderHeaderDataGridView = new System.Windows.Forms.DataGridView();
			this.uxSalesOrderHeaderBindingSource = new System.Windows.Forms.BindingSource(this.components);
			this.uxSalesOrderHeaderErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.uxSalesOrderIdDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxRevisionNumberDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxOrderDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxDueDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxShipDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxStatusDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxOnlineOrderFlagDataGridViewColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
			this.uxSalesOrderNumberDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxPurchaseOrderNumberDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxAccountNumberDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxCustomerIdDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
			this.uxContactIdDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
			this.uxSalesPersonIdDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
			this.uxTerritoryIdDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
			this.uxBillToAddressIdDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
			this.uxShipToAddressIdDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
			this.uxShipMethodIdDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
			this.uxCreditCardIdDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
			this.uxCreditCardApprovalCodeDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxCurrencyRateIdDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
			this.uxSubTotalDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxTaxAmtDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxFreightDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxTotalDueDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxCommentDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxRowguidDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxModifiedDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			//this.uxBillToAddressIdBindingSource = new AddressBindingSource(this.components);
			//((System.ComponentModel.ISupportInitialize)(this.uxBillToAddressIdBindingSource)).BeginInit();
			//this.uxShipToAddressIdBindingSource = new AddressBindingSource(this.components);
			//((System.ComponentModel.ISupportInitialize)(this.uxShipToAddressIdBindingSource)).BeginInit();
			//this.uxContactIdBindingSource = new ContactBindingSource(this.components);
			//((System.ComponentModel.ISupportInitialize)(this.uxContactIdBindingSource)).BeginInit();
			//this.uxCreditCardIdBindingSource = new CreditCardBindingSource(this.components);
			//((System.ComponentModel.ISupportInitialize)(this.uxCreditCardIdBindingSource)).BeginInit();
			//this.uxCurrencyRateIdBindingSource = new CurrencyRateBindingSource(this.components);
			//((System.ComponentModel.ISupportInitialize)(this.uxCurrencyRateIdBindingSource)).BeginInit();
			//this.uxCustomerIdBindingSource = new CustomerBindingSource(this.components);
			//((System.ComponentModel.ISupportInitialize)(this.uxCustomerIdBindingSource)).BeginInit();
			//this.uxSalesPersonIdBindingSource = new SalesPersonBindingSource(this.components);
			//((System.ComponentModel.ISupportInitialize)(this.uxSalesPersonIdBindingSource)).BeginInit();
			//this.uxTerritoryIdBindingSource = new SalesTerritoryBindingSource(this.components);
			//((System.ComponentModel.ISupportInitialize)(this.uxTerritoryIdBindingSource)).BeginInit();
			//this.uxShipMethodIdBindingSource = new ShipMethodBindingSource(this.components);
			//((System.ComponentModel.ISupportInitialize)(this.uxShipMethodIdBindingSource)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.uxSalesOrderHeaderDataGridView)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.uxSalesOrderHeaderBindingSource)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.uxSalesOrderHeaderErrorProvider)).BeginInit();
			this.SuspendLayout();
						
			// 
			// uxSalesOrderHeaderErrorProvider
			// 
			this.uxSalesOrderHeaderErrorProvider.ContainerControl = this;
			this.uxSalesOrderHeaderErrorProvider.DataSource = this.uxSalesOrderHeaderBindingSource;						
			// 
			// uxSalesOrderHeaderDataGridView
			// 
			this.uxSalesOrderHeaderDataGridView.AutoGenerateColumns = false;
			this.uxSalesOrderHeaderDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.uxSalesOrderHeaderDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
		this.uxSalesOrderIdDataGridViewColumn,
		this.uxRevisionNumberDataGridViewColumn,
		this.uxOrderDateDataGridViewColumn,
		this.uxDueDateDataGridViewColumn,
		this.uxShipDateDataGridViewColumn,
		this.uxStatusDataGridViewColumn,
		this.uxOnlineOrderFlagDataGridViewColumn,
		this.uxSalesOrderNumberDataGridViewColumn,
		this.uxPurchaseOrderNumberDataGridViewColumn,
		this.uxAccountNumberDataGridViewColumn,
		this.uxCustomerIdDataGridViewColumn,
		this.uxContactIdDataGridViewColumn,
		this.uxSalesPersonIdDataGridViewColumn,
		this.uxTerritoryIdDataGridViewColumn,
		this.uxBillToAddressIdDataGridViewColumn,
		this.uxShipToAddressIdDataGridViewColumn,
		this.uxShipMethodIdDataGridViewColumn,
		this.uxCreditCardIdDataGridViewColumn,
		this.uxCreditCardApprovalCodeDataGridViewColumn,
		this.uxCurrencyRateIdDataGridViewColumn,
		this.uxSubTotalDataGridViewColumn,
		this.uxTaxAmtDataGridViewColumn,
		this.uxFreightDataGridViewColumn,
		this.uxTotalDueDataGridViewColumn,
		this.uxCommentDataGridViewColumn,
		this.uxRowguidDataGridViewColumn,
		this.uxModifiedDateDataGridViewColumn			});
			this.uxSalesOrderHeaderDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.uxSalesOrderHeaderDataGridView.Location = new System.Drawing.Point(0, 0);
			this.uxSalesOrderHeaderDataGridView.Name = "uxSalesOrderHeaderDataGridView";
			this.uxSalesOrderHeaderDataGridView.Size = new System.Drawing.Size(470, 300);
			this.uxSalesOrderHeaderDataGridView.TabIndex = 0;	
			this.uxSalesOrderHeaderDataGridView.BackgroundColor = System.Drawing.Color.WhiteSmoke;
			this.uxSalesOrderHeaderDataGridView.EnableHeadersVisualStyles = false;
			this.uxSalesOrderHeaderDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnSalesOrderHeaderDataGridViewDataError);
			this.uxSalesOrderHeaderDataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnSalesOrderHeaderDataGridViewCellValueNeeded);
			this.uxSalesOrderHeaderDataGridView.CellValuePushed += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnSalesOrderHeaderDataGridViewCellValuePushed);
			
			//
			// uxSalesOrderIdDataGridViewColumn
			//
			this.uxSalesOrderIdDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxSalesOrderIdDataGridViewColumn.DataPropertyName = "SalesOrderId";
			this.uxSalesOrderIdDataGridViewColumn.HeaderText = "SalesOrderId";
			this.uxSalesOrderIdDataGridViewColumn.Name = "uxSalesOrderIdDataGridViewColumn";
			this.uxSalesOrderIdDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxSalesOrderIdDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxSalesOrderIdDataGridViewColumn.ReadOnly = true;		
			//
			// uxRevisionNumberDataGridViewColumn
			//
			this.uxRevisionNumberDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxRevisionNumberDataGridViewColumn.DataPropertyName = "RevisionNumber";
			this.uxRevisionNumberDataGridViewColumn.HeaderText = "RevisionNumber";
			this.uxRevisionNumberDataGridViewColumn.Name = "uxRevisionNumberDataGridViewColumn";
			this.uxRevisionNumberDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxRevisionNumberDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxRevisionNumberDataGridViewColumn.ReadOnly = false;		
			//
			// uxOrderDateDataGridViewColumn
			//
			this.uxOrderDateDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxOrderDateDataGridViewColumn.DataPropertyName = "OrderDate";
			this.uxOrderDateDataGridViewColumn.HeaderText = "OrderDate";
			this.uxOrderDateDataGridViewColumn.Name = "uxOrderDateDataGridViewColumn";
			this.uxOrderDateDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxOrderDateDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxOrderDateDataGridViewColumn.ReadOnly = false;		
			//
			// uxDueDateDataGridViewColumn
			//
			this.uxDueDateDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxDueDateDataGridViewColumn.DataPropertyName = "DueDate";
			this.uxDueDateDataGridViewColumn.HeaderText = "DueDate";
			this.uxDueDateDataGridViewColumn.Name = "uxDueDateDataGridViewColumn";
			this.uxDueDateDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxDueDateDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxDueDateDataGridViewColumn.ReadOnly = false;		
			//
			// uxShipDateDataGridViewColumn
			//
			this.uxShipDateDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxShipDateDataGridViewColumn.DataPropertyName = "ShipDate";
			this.uxShipDateDataGridViewColumn.HeaderText = "ShipDate";
			this.uxShipDateDataGridViewColumn.Name = "uxShipDateDataGridViewColumn";
			this.uxShipDateDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxShipDateDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxShipDateDataGridViewColumn.ReadOnly = false;		
			//
			// uxStatusDataGridViewColumn
			//
			this.uxStatusDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxStatusDataGridViewColumn.DataPropertyName = "Status";
			this.uxStatusDataGridViewColumn.HeaderText = "Status";
			this.uxStatusDataGridViewColumn.Name = "uxStatusDataGridViewColumn";
			this.uxStatusDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxStatusDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxStatusDataGridViewColumn.ReadOnly = false;		
			//
			// uxOnlineOrderFlagDataGridViewColumn
			//
			this.uxOnlineOrderFlagDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxOnlineOrderFlagDataGridViewColumn.DataPropertyName = "OnlineOrderFlag";
			this.uxOnlineOrderFlagDataGridViewColumn.HeaderText = "OnlineOrderFlag";
			this.uxOnlineOrderFlagDataGridViewColumn.Name = "uxOnlineOrderFlagDataGridViewColumn";
			this.uxOnlineOrderFlagDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxOnlineOrderFlagDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxOnlineOrderFlagDataGridViewColumn.ReadOnly = false;		
			//
			// uxSalesOrderNumberDataGridViewColumn
			//
			this.uxSalesOrderNumberDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxSalesOrderNumberDataGridViewColumn.DataPropertyName = "SalesOrderNumber";
			this.uxSalesOrderNumberDataGridViewColumn.HeaderText = "SalesOrderNumber";
			this.uxSalesOrderNumberDataGridViewColumn.Name = "uxSalesOrderNumberDataGridViewColumn";
			this.uxSalesOrderNumberDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxSalesOrderNumberDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxSalesOrderNumberDataGridViewColumn.ReadOnly = true;		
			//
			// uxPurchaseOrderNumberDataGridViewColumn
			//
			this.uxPurchaseOrderNumberDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxPurchaseOrderNumberDataGridViewColumn.DataPropertyName = "PurchaseOrderNumber";
			this.uxPurchaseOrderNumberDataGridViewColumn.HeaderText = "PurchaseOrderNumber";
			this.uxPurchaseOrderNumberDataGridViewColumn.Name = "uxPurchaseOrderNumberDataGridViewColumn";
			this.uxPurchaseOrderNumberDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxPurchaseOrderNumberDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxPurchaseOrderNumberDataGridViewColumn.ReadOnly = false;		
			//
			// uxAccountNumberDataGridViewColumn
			//
			this.uxAccountNumberDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxAccountNumberDataGridViewColumn.DataPropertyName = "AccountNumber";
			this.uxAccountNumberDataGridViewColumn.HeaderText = "AccountNumber";
			this.uxAccountNumberDataGridViewColumn.Name = "uxAccountNumberDataGridViewColumn";
			this.uxAccountNumberDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxAccountNumberDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxAccountNumberDataGridViewColumn.ReadOnly = false;		
			//
			// uxCustomerIdDataGridViewColumn
			//
			this.uxCustomerIdDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxCustomerIdDataGridViewColumn.DataPropertyName = "CustomerId";
			this.uxCustomerIdDataGridViewColumn.HeaderText = "CustomerId";
			this.uxCustomerIdDataGridViewColumn.Name = "uxCustomerIdDataGridViewColumn";
			this.uxCustomerIdDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxCustomerIdDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxCustomerIdDataGridViewColumn.ReadOnly = false;		
			//
			// uxContactIdDataGridViewColumn
			//
			this.uxContactIdDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxContactIdDataGridViewColumn.DataPropertyName = "ContactId";
			this.uxContactIdDataGridViewColumn.HeaderText = "ContactId";
			this.uxContactIdDataGridViewColumn.Name = "uxContactIdDataGridViewColumn";
			this.uxContactIdDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxContactIdDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxContactIdDataGridViewColumn.ReadOnly = false;		
			//
			// uxSalesPersonIdDataGridViewColumn
			//
			this.uxSalesPersonIdDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxSalesPersonIdDataGridViewColumn.DataPropertyName = "SalesPersonId";
			this.uxSalesPersonIdDataGridViewColumn.HeaderText = "SalesPersonId";
			this.uxSalesPersonIdDataGridViewColumn.Name = "uxSalesPersonIdDataGridViewColumn";
			this.uxSalesPersonIdDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxSalesPersonIdDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxSalesPersonIdDataGridViewColumn.ReadOnly = false;		
			//
			// uxTerritoryIdDataGridViewColumn
			//
			this.uxTerritoryIdDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxTerritoryIdDataGridViewColumn.DataPropertyName = "TerritoryId";
			this.uxTerritoryIdDataGridViewColumn.HeaderText = "TerritoryId";
			this.uxTerritoryIdDataGridViewColumn.Name = "uxTerritoryIdDataGridViewColumn";
			this.uxTerritoryIdDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxTerritoryIdDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxTerritoryIdDataGridViewColumn.ReadOnly = false;		
			//
			// uxBillToAddressIdDataGridViewColumn
			//
			this.uxBillToAddressIdDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxBillToAddressIdDataGridViewColumn.DataPropertyName = "BillToAddressId";
			this.uxBillToAddressIdDataGridViewColumn.HeaderText = "BillToAddressId";
			this.uxBillToAddressIdDataGridViewColumn.Name = "uxBillToAddressIdDataGridViewColumn";
			this.uxBillToAddressIdDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxBillToAddressIdDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxBillToAddressIdDataGridViewColumn.ReadOnly = false;		
			//
			// uxShipToAddressIdDataGridViewColumn
			//
			this.uxShipToAddressIdDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxShipToAddressIdDataGridViewColumn.DataPropertyName = "ShipToAddressId";
			this.uxShipToAddressIdDataGridViewColumn.HeaderText = "ShipToAddressId";
			this.uxShipToAddressIdDataGridViewColumn.Name = "uxShipToAddressIdDataGridViewColumn";
			this.uxShipToAddressIdDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxShipToAddressIdDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxShipToAddressIdDataGridViewColumn.ReadOnly = false;		
			//
			// uxShipMethodIdDataGridViewColumn
			//
			this.uxShipMethodIdDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxShipMethodIdDataGridViewColumn.DataPropertyName = "ShipMethodId";
			this.uxShipMethodIdDataGridViewColumn.HeaderText = "ShipMethodId";
			this.uxShipMethodIdDataGridViewColumn.Name = "uxShipMethodIdDataGridViewColumn";
			this.uxShipMethodIdDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxShipMethodIdDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxShipMethodIdDataGridViewColumn.ReadOnly = false;		
			//
			// uxCreditCardIdDataGridViewColumn
			//
			this.uxCreditCardIdDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxCreditCardIdDataGridViewColumn.DataPropertyName = "CreditCardId";
			this.uxCreditCardIdDataGridViewColumn.HeaderText = "CreditCardId";
			this.uxCreditCardIdDataGridViewColumn.Name = "uxCreditCardIdDataGridViewColumn";
			this.uxCreditCardIdDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxCreditCardIdDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxCreditCardIdDataGridViewColumn.ReadOnly = false;		
			//
			// uxCreditCardApprovalCodeDataGridViewColumn
			//
			this.uxCreditCardApprovalCodeDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxCreditCardApprovalCodeDataGridViewColumn.DataPropertyName = "CreditCardApprovalCode";
			this.uxCreditCardApprovalCodeDataGridViewColumn.HeaderText = "CreditCardApprovalCode";
			this.uxCreditCardApprovalCodeDataGridViewColumn.Name = "uxCreditCardApprovalCodeDataGridViewColumn";
			this.uxCreditCardApprovalCodeDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxCreditCardApprovalCodeDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxCreditCardApprovalCodeDataGridViewColumn.ReadOnly = false;		
			//
			// uxCurrencyRateIdDataGridViewColumn
			//
			this.uxCurrencyRateIdDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxCurrencyRateIdDataGridViewColumn.DataPropertyName = "CurrencyRateId";
			this.uxCurrencyRateIdDataGridViewColumn.HeaderText = "CurrencyRateId";
			this.uxCurrencyRateIdDataGridViewColumn.Name = "uxCurrencyRateIdDataGridViewColumn";
			this.uxCurrencyRateIdDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxCurrencyRateIdDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxCurrencyRateIdDataGridViewColumn.ReadOnly = false;		
			//
			// uxSubTotalDataGridViewColumn
			//
			this.uxSubTotalDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxSubTotalDataGridViewColumn.DataPropertyName = "SubTotal";
			this.uxSubTotalDataGridViewColumn.HeaderText = "SubTotal";
			this.uxSubTotalDataGridViewColumn.Name = "uxSubTotalDataGridViewColumn";
			this.uxSubTotalDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxSubTotalDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxSubTotalDataGridViewColumn.ReadOnly = false;		
			//
			// uxTaxAmtDataGridViewColumn
			//
			this.uxTaxAmtDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxTaxAmtDataGridViewColumn.DataPropertyName = "TaxAmt";
			this.uxTaxAmtDataGridViewColumn.HeaderText = "TaxAmt";
			this.uxTaxAmtDataGridViewColumn.Name = "uxTaxAmtDataGridViewColumn";
			this.uxTaxAmtDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxTaxAmtDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxTaxAmtDataGridViewColumn.ReadOnly = false;		
			//
			// uxFreightDataGridViewColumn
			//
			this.uxFreightDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxFreightDataGridViewColumn.DataPropertyName = "Freight";
			this.uxFreightDataGridViewColumn.HeaderText = "Freight";
			this.uxFreightDataGridViewColumn.Name = "uxFreightDataGridViewColumn";
			this.uxFreightDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxFreightDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxFreightDataGridViewColumn.ReadOnly = false;		
			//
			// uxTotalDueDataGridViewColumn
			//
			this.uxTotalDueDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxTotalDueDataGridViewColumn.DataPropertyName = "TotalDue";
			this.uxTotalDueDataGridViewColumn.HeaderText = "TotalDue";
			this.uxTotalDueDataGridViewColumn.Name = "uxTotalDueDataGridViewColumn";
			this.uxTotalDueDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxTotalDueDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxTotalDueDataGridViewColumn.ReadOnly = true;		
			//
			// uxCommentDataGridViewColumn
			//
			this.uxCommentDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxCommentDataGridViewColumn.DataPropertyName = "Comment";
			this.uxCommentDataGridViewColumn.HeaderText = "Comment";
			this.uxCommentDataGridViewColumn.Name = "uxCommentDataGridViewColumn";
			this.uxCommentDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxCommentDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxCommentDataGridViewColumn.ReadOnly = false;		
			//
			// uxRowguidDataGridViewColumn
			//
			this.uxRowguidDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxRowguidDataGridViewColumn.DataPropertyName = "Rowguid";
			this.uxRowguidDataGridViewColumn.HeaderText = "Rowguid";
			this.uxRowguidDataGridViewColumn.Name = "uxRowguidDataGridViewColumn";
			this.uxRowguidDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxRowguidDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxRowguidDataGridViewColumn.ReadOnly = true;		
			//
			// uxModifiedDateDataGridViewColumn
			//
			this.uxModifiedDateDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxModifiedDateDataGridViewColumn.DataPropertyName = "ModifiedDate";
			this.uxModifiedDateDataGridViewColumn.HeaderText = "ModifiedDate";
			this.uxModifiedDateDataGridViewColumn.Name = "uxModifiedDateDataGridViewColumn";
			this.uxModifiedDateDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxModifiedDateDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxModifiedDateDataGridViewColumn.ReadOnly = false;		
			//
			// uxBillToAddressIdDataGridViewColumn
			//				
			this.uxBillToAddressIdDataGridViewColumn.DisplayMember = "AddressLine1";	
			this.uxBillToAddressIdDataGridViewColumn.ValueMember = "AddressId";	
			this.uxBillToAddressIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
			//uxBillToAddressIdDataGridViewColumn.DataSource = uxBillToAddressIdBindingSource;				
				
			//
			// uxShipToAddressIdDataGridViewColumn
			//				
			this.uxShipToAddressIdDataGridViewColumn.DisplayMember = "AddressLine1";	
			this.uxShipToAddressIdDataGridViewColumn.ValueMember = "AddressId";	
			this.uxShipToAddressIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
			//uxShipToAddressIdDataGridViewColumn.DataSource = uxShipToAddressIdBindingSource;				
				
			//
			// uxContactIdDataGridViewColumn
			//				
			this.uxContactIdDataGridViewColumn.DisplayMember = "NameStyle";	
			this.uxContactIdDataGridViewColumn.ValueMember = "ContactId";	
			this.uxContactIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
			//uxContactIdDataGridViewColumn.DataSource = uxContactIdBindingSource;				
				
			//
			// uxCreditCardIdDataGridViewColumn
			//				
			this.uxCreditCardIdDataGridViewColumn.DisplayMember = "CardType";	
			this.uxCreditCardIdDataGridViewColumn.ValueMember = "CreditCardId";	
			this.uxCreditCardIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
			//uxCreditCardIdDataGridViewColumn.DataSource = uxCreditCardIdBindingSource;				
				
			//
			// uxCurrencyRateIdDataGridViewColumn
			//				
			this.uxCurrencyRateIdDataGridViewColumn.DisplayMember = "CurrencyRateDate";	
			this.uxCurrencyRateIdDataGridViewColumn.ValueMember = "CurrencyRateId";	
			this.uxCurrencyRateIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
			//uxCurrencyRateIdDataGridViewColumn.DataSource = uxCurrencyRateIdBindingSource;				
				
			//
			// uxCustomerIdDataGridViewColumn
			//				
			this.uxCustomerIdDataGridViewColumn.DisplayMember = "TerritoryId";	
			this.uxCustomerIdDataGridViewColumn.ValueMember = "CustomerId";	
			this.uxCustomerIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
			//uxCustomerIdDataGridViewColumn.DataSource = uxCustomerIdBindingSource;				
				
			//
			// uxSalesPersonIdDataGridViewColumn
			//				
			this.uxSalesPersonIdDataGridViewColumn.DisplayMember = "TerritoryId";	
			this.uxSalesPersonIdDataGridViewColumn.ValueMember = "SalesPersonId";	
			this.uxSalesPersonIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
			//uxSalesPersonIdDataGridViewColumn.DataSource = uxSalesPersonIdBindingSource;				
				
			//
			// uxTerritoryIdDataGridViewColumn
			//				
			this.uxTerritoryIdDataGridViewColumn.DisplayMember = "Name";	
			this.uxTerritoryIdDataGridViewColumn.ValueMember = "TerritoryId";	
			this.uxTerritoryIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
			//uxTerritoryIdDataGridViewColumn.DataSource = uxTerritoryIdBindingSource;				
				
			//
			// uxShipMethodIdDataGridViewColumn
			//				
			this.uxShipMethodIdDataGridViewColumn.DisplayMember = "Name";	
			this.uxShipMethodIdDataGridViewColumn.ValueMember = "ShipMethodId";	
			this.uxShipMethodIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
			//uxShipMethodIdDataGridViewColumn.DataSource = uxShipMethodIdBindingSource;				
				
			
			// this
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.uxSalesOrderHeaderDataGridView);
			this.Name = "SalesOrderHeaderDataGridView";
			this.Size = new System.Drawing.Size(470, 300);
			//((System.ComponentModel.ISupportInitialize)(this.uxBillToAddressIdBindingSource)).EndInit();
			//((System.ComponentModel.ISupportInitialize)(this.uxShipToAddressIdBindingSource)).EndInit();
			//((System.ComponentModel.ISupportInitialize)(this.uxContactIdBindingSource)).EndInit();
			//((System.ComponentModel.ISupportInitialize)(this.uxCreditCardIdBindingSource)).EndInit();
			//((System.ComponentModel.ISupportInitialize)(this.uxCurrencyRateIdBindingSource)).EndInit();
			//((System.ComponentModel.ISupportInitialize)(this.uxCustomerIdBindingSource)).EndInit();
			//((System.ComponentModel.ISupportInitialize)(this.uxSalesPersonIdBindingSource)).EndInit();
			//((System.ComponentModel.ISupportInitialize)(this.uxTerritoryIdBindingSource)).EndInit();
			//((System.ComponentModel.ISupportInitialize)(this.uxShipMethodIdBindingSource)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.uxSalesOrderHeaderErrorProvider)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.uxSalesOrderHeaderDataGridView)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.uxSalesOrderHeaderBindingSource)).EndInit();
			this.ResumeLayout(false);
		}
Example #19
0
        /// <summary>
        /// Initializes a new instance of the <see cref="WorkOrderRoutingDataGridViewBase"/> class.
        /// </summary>
        public WorkOrderRoutingDataGridViewBase()
        {
            this.components = new System.ComponentModel.Container();

            this.uxWorkOrderRoutingDataGridView         = new System.Windows.Forms.DataGridView();
            this.uxWorkOrderRoutingBindingSource        = new System.Windows.Forms.BindingSource(this.components);
            this.uxWorkOrderRoutingErrorProvider        = new System.Windows.Forms.ErrorProvider(this.components);
            this.uxWorkOrderIdDataGridViewColumn        = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxProductIdDataGridViewColumn          = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxOperationSequenceDataGridViewColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxLocationIdDataGridViewColumn         = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxScheduledStartDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxScheduledEndDateDataGridViewColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxActualStartDateDataGridViewColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxActualEndDateDataGridViewColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxActualResourceHrsDataGridViewColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxPlannedCostDataGridViewColumn        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxActualCostDataGridViewColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxModifiedDateDataGridViewColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            //this.uxLocationIdBindingSource = new LocationBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxLocationIdBindingSource)).BeginInit();
            //this.uxWorkOrderIdBindingSource = new WorkOrderBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxWorkOrderIdBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxWorkOrderRoutingDataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxWorkOrderRoutingBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxWorkOrderRoutingErrorProvider)).BeginInit();
            this.SuspendLayout();

            //
            // uxWorkOrderRoutingErrorProvider
            //
            this.uxWorkOrderRoutingErrorProvider.ContainerControl = this;
            this.uxWorkOrderRoutingErrorProvider.DataSource       = this.uxWorkOrderRoutingBindingSource;
            //
            // uxWorkOrderRoutingDataGridView
            //
            this.uxWorkOrderRoutingDataGridView.AutoGenerateColumns         = false;
            this.uxWorkOrderRoutingDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.uxWorkOrderRoutingDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.uxWorkOrderIdDataGridViewColumn,
                this.uxProductIdDataGridViewColumn,
                this.uxOperationSequenceDataGridViewColumn,
                this.uxLocationIdDataGridViewColumn,
                this.uxScheduledStartDateDataGridViewColumn,
                this.uxScheduledEndDateDataGridViewColumn,
                this.uxActualStartDateDataGridViewColumn,
                this.uxActualEndDateDataGridViewColumn,
                this.uxActualResourceHrsDataGridViewColumn,
                this.uxPlannedCostDataGridViewColumn,
                this.uxActualCostDataGridViewColumn,
                this.uxModifiedDateDataGridViewColumn
            });
            this.uxWorkOrderRoutingDataGridView.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.uxWorkOrderRoutingDataGridView.Location                  = new System.Drawing.Point(0, 0);
            this.uxWorkOrderRoutingDataGridView.Name                      = "uxWorkOrderRoutingDataGridView";
            this.uxWorkOrderRoutingDataGridView.Size                      = new System.Drawing.Size(470, 300);
            this.uxWorkOrderRoutingDataGridView.TabIndex                  = 0;
            this.uxWorkOrderRoutingDataGridView.BackgroundColor           = System.Drawing.Color.WhiteSmoke;
            this.uxWorkOrderRoutingDataGridView.EnableHeadersVisualStyles = false;
            this.uxWorkOrderRoutingDataGridView.DataError                += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnWorkOrderRoutingDataGridViewDataError);
            this.uxWorkOrderRoutingDataGridView.CellValueNeeded          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnWorkOrderRoutingDataGridViewCellValueNeeded);
            this.uxWorkOrderRoutingDataGridView.CellValuePushed          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnWorkOrderRoutingDataGridViewCellValuePushed);

            //
            // uxWorkOrderIdDataGridViewColumn
            //
            this.uxWorkOrderIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxWorkOrderIdDataGridViewColumn.DataPropertyName = "WorkOrderId";
            this.uxWorkOrderIdDataGridViewColumn.HeaderText       = "WorkOrderId";
            this.uxWorkOrderIdDataGridViewColumn.Name             = "uxWorkOrderIdDataGridViewColumn";
            this.uxWorkOrderIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxWorkOrderIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxWorkOrderIdDataGridViewColumn.ReadOnly         = false;
            //
            // uxProductIdDataGridViewColumn
            //
            this.uxProductIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxProductIdDataGridViewColumn.DataPropertyName = "ProductId";
            this.uxProductIdDataGridViewColumn.HeaderText       = "ProductId";
            this.uxProductIdDataGridViewColumn.Name             = "uxProductIdDataGridViewColumn";
            this.uxProductIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxProductIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxProductIdDataGridViewColumn.ReadOnly         = false;
            //
            // uxOperationSequenceDataGridViewColumn
            //
            this.uxOperationSequenceDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxOperationSequenceDataGridViewColumn.DataPropertyName = "OperationSequence";
            this.uxOperationSequenceDataGridViewColumn.HeaderText       = "OperationSequence";
            this.uxOperationSequenceDataGridViewColumn.Name             = "uxOperationSequenceDataGridViewColumn";
            this.uxOperationSequenceDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxOperationSequenceDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxOperationSequenceDataGridViewColumn.ReadOnly         = false;
            //
            // uxLocationIdDataGridViewColumn
            //
            this.uxLocationIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxLocationIdDataGridViewColumn.DataPropertyName = "LocationId";
            this.uxLocationIdDataGridViewColumn.HeaderText       = "LocationId";
            this.uxLocationIdDataGridViewColumn.Name             = "uxLocationIdDataGridViewColumn";
            this.uxLocationIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxLocationIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxLocationIdDataGridViewColumn.ReadOnly         = false;
            //
            // uxScheduledStartDateDataGridViewColumn
            //
            this.uxScheduledStartDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxScheduledStartDateDataGridViewColumn.DataPropertyName = "ScheduledStartDate";
            this.uxScheduledStartDateDataGridViewColumn.HeaderText       = "ScheduledStartDate";
            this.uxScheduledStartDateDataGridViewColumn.Name             = "uxScheduledStartDateDataGridViewColumn";
            this.uxScheduledStartDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxScheduledStartDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxScheduledStartDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxScheduledEndDateDataGridViewColumn
            //
            this.uxScheduledEndDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxScheduledEndDateDataGridViewColumn.DataPropertyName = "ScheduledEndDate";
            this.uxScheduledEndDateDataGridViewColumn.HeaderText       = "ScheduledEndDate";
            this.uxScheduledEndDateDataGridViewColumn.Name             = "uxScheduledEndDateDataGridViewColumn";
            this.uxScheduledEndDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxScheduledEndDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxScheduledEndDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxActualStartDateDataGridViewColumn
            //
            this.uxActualStartDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxActualStartDateDataGridViewColumn.DataPropertyName = "ActualStartDate";
            this.uxActualStartDateDataGridViewColumn.HeaderText       = "ActualStartDate";
            this.uxActualStartDateDataGridViewColumn.Name             = "uxActualStartDateDataGridViewColumn";
            this.uxActualStartDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxActualStartDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxActualStartDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxActualEndDateDataGridViewColumn
            //
            this.uxActualEndDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxActualEndDateDataGridViewColumn.DataPropertyName = "ActualEndDate";
            this.uxActualEndDateDataGridViewColumn.HeaderText       = "ActualEndDate";
            this.uxActualEndDateDataGridViewColumn.Name             = "uxActualEndDateDataGridViewColumn";
            this.uxActualEndDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxActualEndDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxActualEndDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxActualResourceHrsDataGridViewColumn
            //
            this.uxActualResourceHrsDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxActualResourceHrsDataGridViewColumn.DataPropertyName = "ActualResourceHrs";
            this.uxActualResourceHrsDataGridViewColumn.HeaderText       = "ActualResourceHrs";
            this.uxActualResourceHrsDataGridViewColumn.Name             = "uxActualResourceHrsDataGridViewColumn";
            this.uxActualResourceHrsDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxActualResourceHrsDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxActualResourceHrsDataGridViewColumn.ReadOnly         = false;
            //
            // uxPlannedCostDataGridViewColumn
            //
            this.uxPlannedCostDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxPlannedCostDataGridViewColumn.DataPropertyName = "PlannedCost";
            this.uxPlannedCostDataGridViewColumn.HeaderText       = "PlannedCost";
            this.uxPlannedCostDataGridViewColumn.Name             = "uxPlannedCostDataGridViewColumn";
            this.uxPlannedCostDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxPlannedCostDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxPlannedCostDataGridViewColumn.ReadOnly         = false;
            //
            // uxActualCostDataGridViewColumn
            //
            this.uxActualCostDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxActualCostDataGridViewColumn.DataPropertyName = "ActualCost";
            this.uxActualCostDataGridViewColumn.HeaderText       = "ActualCost";
            this.uxActualCostDataGridViewColumn.Name             = "uxActualCostDataGridViewColumn";
            this.uxActualCostDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxActualCostDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxActualCostDataGridViewColumn.ReadOnly         = false;
            //
            // uxModifiedDateDataGridViewColumn
            //
            this.uxModifiedDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxModifiedDateDataGridViewColumn.DataPropertyName = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.HeaderText       = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.Name             = "uxModifiedDateDataGridViewColumn";
            this.uxModifiedDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxModifiedDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxModifiedDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxLocationIdDataGridViewColumn
            //
            this.uxLocationIdDataGridViewColumn.DisplayMember = "Name";
            this.uxLocationIdDataGridViewColumn.ValueMember   = "LocationId";
            this.uxLocationIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxLocationIdDataGridViewColumn.DataSource = uxLocationIdBindingSource;

            //
            // uxWorkOrderIdDataGridViewColumn
            //
            this.uxWorkOrderIdDataGridViewColumn.DisplayMember = "ProductId";
            this.uxWorkOrderIdDataGridViewColumn.ValueMember   = "WorkOrderId";
            this.uxWorkOrderIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxWorkOrderIdDataGridViewColumn.DataSource = uxWorkOrderIdBindingSource;


            // this
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.uxWorkOrderRoutingDataGridView);
            this.Name = "WorkOrderRoutingDataGridView";
            this.Size = new System.Drawing.Size(470, 300);
            //((System.ComponentModel.ISupportInitialize)(this.uxLocationIdBindingSource)).EndInit();
            //((System.ComponentModel.ISupportInitialize)(this.uxWorkOrderIdBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxWorkOrderRoutingErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxWorkOrderRoutingDataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxWorkOrderRoutingBindingSource)).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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Crear_Proyecto_Form));
     System.Windows.Forms.Label objetivoInvTxt;
     System.Windows.Forms.Label TipoDisenoLbl;
     System.Windows.Forms.Label lugarLbl;
     System.Windows.Forms.Label tamanioParLbl;
     System.Windows.Forms.Label areaFustalesLbl;
     System.Windows.Forms.Label facFormaLbl;
     System.Windows.Forms.Label numeroEtapasLbl;
     System.Windows.Forms.Label valorMinimoDAPLbl;
     System.Windows.Forms.Label intensidadMuestreLbl;
     System.Windows.Forms.Label areaMuestreadaLbl;
     System.Windows.Forms.Label label4;
     System.Windows.Forms.Label label5;
     System.Windows.Forms.Label formulaLbl;
     System.Windows.Forms.Label expresionLbl;
     System.Windows.Forms.Label descripcionLbl;
     this.tipoDisenoBS = new System.Windows.Forms.BindingSource(this.components);
     this.objetivoInventarioBS = new System.Windows.Forms.BindingSource(this.components);
     this.formulaBS = new System.Windows.Forms.BindingSource(this.components);
     this.nuevoProyectoBS = new System.Windows.Forms.BindingSource(this.components);
     this.especieBS = new System.Windows.Forms.BindingSource(this.components);
     this.estratoBS = new System.Windows.Forms.BindingSource(this.components);
     this.proyectoBS = new System.Windows.Forms.BindingSource(this.components);
     this.cancelarBtn = new System.Windows.Forms.Button();
     this.GuardarBtn = new System.Windows.Forms.Button();
     this.controladorErrores = new System.Windows.Forms.ErrorProvider(this.components);
     this.costoBS = new System.Windows.Forms.BindingSource(this.components);
     this.costosTabP = new System.Windows.Forms.TabPage();
     this.costoDGW = new System.Windows.Forms.DataGridView();
     this.remTodosCostosBtn = new System.Windows.Forms.Button();
     this.seleccionarTodosCostosBtn = new System.Windows.Forms.Button();
     this.crearCostoBtn = new System.Windows.Forms.Button();
     this.proyectosContTabP = new System.Windows.Forms.TabPage();
     this.proyectoDGW = new System.Windows.Forms.DataGridView();
     this.ETAPA = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PesoProyecto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NOMTIPODISEMUEST = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.NOMBRETIPOINV = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.FECHA = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.LUGAR = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Codigo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Proyectos = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.removerProyectosBtn = new System.Windows.Forms.Button();
     this.seleccionarProyectosBtn = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.label6 = new System.Windows.Forms.Label();
     this.verBtn = new System.Windows.Forms.Button();
     this.numBloquesPriNud = new System.Windows.Forms.NumericUpDown();
     this.estratosTabP = new System.Windows.Forms.TabPage();
     this.estratoDGW = new System.Windows.Forms.DataGridView();
     this.Peso = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Tamanio = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DESCRIPESTRATO = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Estratos = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.errorLbl = new System.Windows.Forms.Label();
     this.actualizarBtn = new System.Windows.Forms.Button();
     this.removerEstratosBtn = new System.Windows.Forms.Button();
     this.SeleccEstratosBtn = new System.Windows.Forms.Button();
     this.crearEstratoBtn = new System.Windows.Forms.Button();
     this.especiesTabP = new System.Windows.Forms.TabPage();
     this.especiesDGW = new System.Windows.Forms.DataGridView();
     this.FAMILIA = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NOMCIENTIFICO = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NOMCOMUN = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Especie = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.RemoverEspciesBtn = new System.Windows.Forms.Button();
     this.seleccEspecieBtn = new System.Windows.Forms.Button();
     this.lblBuscar = new System.Windows.Forms.Label();
     this.criterioCbx = new System.Windows.Forms.ComboBox();
     this.busquedaTxt = new System.Windows.Forms.TextBox();
     this.registrarSpecieBtn = new System.Windows.Forms.Button();
     this.proyectoTabP = new System.Windows.Forms.TabPage();
     this.DatosProyectoGbx = new System.Windows.Forms.GroupBox();
     this.lugarTxt = new System.Windows.Forms.TextBox();
     this.otrosDatosGbx = new System.Windows.Forms.GroupBox();
     this.tamParcelaTxt = new System.Windows.Forms.TextBox();
     this.areaFustalesTxt = new System.Windows.Forms.TextBox();
     this.factorFormaTxt = new System.Windows.Forms.TextBox();
     this.numeroEtapasTxt = new System.Windows.Forms.TextBox();
     this.limiteInfTxt = new System.Windows.Forms.TextBox();
     this.intMuestreoTxt = new System.Windows.Forms.TextBox();
     this.AreaTotalTxt = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.confianzaTextBox = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.areaMuestrearTxt = new System.Windows.Forms.TextBox();
     this.numeroParcelasTxt = new System.Windows.Forms.TextBox();
     this.numeroParcelasMuestraTxt = new System.Windows.Forms.TextBox();
     this.formularComboBox = new System.Windows.Forms.ComboBox();
     this.expresionTxt = new System.Windows.Forms.TextBox();
     this.tipoObjetivoCbx = new System.Windows.Forms.ComboBox();
     this.tipoDisenoCbx = new System.Windows.Forms.ComboBox();
     this.DescripcionTxt = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.TipoProyectoCbx = new System.Windows.Forms.ComboBox();
     this.crearProyectoTab = new System.Windows.Forms.TabControl();
     this.Costos = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.NROCOSTO = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NOMBRE = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DESCRIPCION = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TIPO = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Valor = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lISTADODECOSTOSDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.errorCostoLbl = new System.Windows.Forms.Label();
     objetivoInvTxt = new System.Windows.Forms.Label();
     TipoDisenoLbl = new System.Windows.Forms.Label();
     lugarLbl = new System.Windows.Forms.Label();
     tamanioParLbl = new System.Windows.Forms.Label();
     areaFustalesLbl = new System.Windows.Forms.Label();
     facFormaLbl = new System.Windows.Forms.Label();
     numeroEtapasLbl = new System.Windows.Forms.Label();
     valorMinimoDAPLbl = new System.Windows.Forms.Label();
     intensidadMuestreLbl = new System.Windows.Forms.Label();
     areaMuestreadaLbl = new System.Windows.Forms.Label();
     label4 = new System.Windows.Forms.Label();
     label5 = new System.Windows.Forms.Label();
     formulaLbl = new System.Windows.Forms.Label();
     expresionLbl = new System.Windows.Forms.Label();
     descripcionLbl = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDisenoBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objetivoInventarioBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.formulaBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nuevoProyectoBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.especieBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.estratoBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.proyectoBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.controladorErrores)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.costoBS)).BeginInit();
     this.costosTabP.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.costoDGW)).BeginInit();
     this.proyectosContTabP.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.proyectoDGW)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numBloquesPriNud)).BeginInit();
     this.estratosTabP.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.estratoDGW)).BeginInit();
     this.especiesTabP.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.especiesDGW)).BeginInit();
     this.proyectoTabP.SuspendLayout();
     this.DatosProyectoGbx.SuspendLayout();
     this.otrosDatosGbx.SuspendLayout();
     this.crearProyectoTab.SuspendLayout();
     this.SuspendLayout();
     //
     // tipoDisenoBS
     //
     this.tipoDisenoBS.DataSource = typeof(SIFCA_DAL.TIPODISENOMUESTRAL);
     //
     // objetivoInventarioBS
     //
     this.objetivoInventarioBS.DataSource = typeof(SIFCA_DAL.OBJETIVOINVENTARIO);
     //
     // formulaBS
     //
     this.formulaBS.DataSource = typeof(SIFCA_DAL.FORMULA);
     //
     // nuevoProyectoBS
     //
     this.nuevoProyectoBS.DataSource = typeof(SIFCA_DAL.PROYECTO);
     //
     // especieBS
     //
     this.especieBS.DataSource = typeof(SIFCA_DAL.ESPECIE);
     //
     // estratoBS
     //
     this.estratoBS.DataSource = typeof(SIFCA_DAL.ESTRATO);
     //
     // proyectoBS
     //
     this.proyectoBS.DataSource = typeof(SIFCA_DAL.PROYECTO);
     //
     // cancelarBtn
     //
     this.cancelarBtn.Location = new System.Drawing.Point(579, 536);
     this.cancelarBtn.Name = "cancelarBtn";
     this.cancelarBtn.Size = new System.Drawing.Size(75, 23);
     this.cancelarBtn.TabIndex = 1;
     this.cancelarBtn.Text = "Cancelar";
     this.cancelarBtn.UseVisualStyleBackColor = true;
     this.cancelarBtn.Click += new System.EventHandler(this.CancelarBtn_Click);
     //
     // GuardarBtn
     //
     this.GuardarBtn.Location = new System.Drawing.Point(497, 536);
     this.GuardarBtn.Name = "GuardarBtn";
     this.GuardarBtn.Size = new System.Drawing.Size(75, 23);
     this.GuardarBtn.TabIndex = 0;
     this.GuardarBtn.Text = "Guardar";
     this.GuardarBtn.UseVisualStyleBackColor = true;
     this.GuardarBtn.Click += new System.EventHandler(this.GuardarBtn_Click);
     //
     // controladorErrores
     //
     this.controladorErrores.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.controladorErrores.ContainerControl = this;
     //
     // costoBS
     //
     this.costoBS.DataSource = typeof(SIFCA_DAL.COSTO);
     //
     // costosTabP
     //
     this.costosTabP.Controls.Add(this.errorCostoLbl);
     this.costosTabP.Controls.Add(this.crearCostoBtn);
     this.costosTabP.Controls.Add(this.seleccionarTodosCostosBtn);
     this.costosTabP.Controls.Add(this.remTodosCostosBtn);
     this.costosTabP.Controls.Add(this.costoDGW);
     this.costosTabP.Location = new System.Drawing.Point(124, 4);
     this.costosTabP.Name = "costosTabP";
     this.costosTabP.Padding = new System.Windows.Forms.Padding(3);
     this.costosTabP.Size = new System.Drawing.Size(533, 522);
     this.costosTabP.TabIndex = 5;
     this.costosTabP.Text = "Listado de costos";
     this.costosTabP.UseVisualStyleBackColor = true;
     //
     // costoDGW
     //
     this.costoDGW.AllowUserToAddRows = false;
     this.costoDGW.AllowUserToDeleteRows = false;
     this.costoDGW.AutoGenerateColumns = false;
     this.costoDGW.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.costoDGW.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.costoDGW.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Costos,
     this.NROCOSTO,
     this.NOMBRE,
     this.DESCRIPCION,
     this.TIPO,
     this.Valor,
     this.lISTADODECOSTOSDataGridViewTextBoxColumn});
     this.costoDGW.DataSource = this.costoBS;
     this.costoDGW.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.costoDGW.Location = new System.Drawing.Point(3, 61);
     this.costoDGW.Name = "costoDGW";
     this.costoDGW.Size = new System.Drawing.Size(527, 458);
     this.costoDGW.TabIndex = 27;
     this.costoDGW.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.costoDGW_CellFormatting);
     this.costoDGW.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.costoDGW_CellValueChanged);
     this.costoDGW.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.costoDGW_DataBindingComplete);
     //
     // remTodosCostosBtn
     //
     this.remTodosCostosBtn.Location = new System.Drawing.Point(428, 7);
     this.remTodosCostosBtn.Name = "remTodosCostosBtn";
     this.remTodosCostosBtn.Size = new System.Drawing.Size(102, 23);
     this.remTodosCostosBtn.TabIndex = 26;
     this.remTodosCostosBtn.Text = "Remover Todos";
     this.remTodosCostosBtn.UseVisualStyleBackColor = true;
     //
     // seleccionarTodosCostosBtn
     //
     this.seleccionarTodosCostosBtn.Location = new System.Drawing.Point(322, 7);
     this.seleccionarTodosCostosBtn.Name = "seleccionarTodosCostosBtn";
     this.seleccionarTodosCostosBtn.Size = new System.Drawing.Size(104, 23);
     this.seleccionarTodosCostosBtn.TabIndex = 25;
     this.seleccionarTodosCostosBtn.Text = "Seleccionar Todos";
     this.seleccionarTodosCostosBtn.UseVisualStyleBackColor = true;
     //
     // crearCostoBtn
     //
     this.crearCostoBtn.Location = new System.Drawing.Point(212, 7);
     this.crearCostoBtn.Name = "crearCostoBtn";
     this.crearCostoBtn.Size = new System.Drawing.Size(104, 23);
     this.crearCostoBtn.TabIndex = 28;
     this.crearCostoBtn.Text = "Crear costo";
     this.crearCostoBtn.UseVisualStyleBackColor = true;
     //
     // proyectosContTabP
     //
     this.proyectosContTabP.AutoScroll = true;
     this.proyectosContTabP.Controls.Add(this.numBloquesPriNud);
     this.proyectosContTabP.Controls.Add(this.verBtn);
     this.proyectosContTabP.Controls.Add(this.label6);
     this.proyectosContTabP.Controls.Add(this.button1);
     this.proyectosContTabP.Controls.Add(this.seleccionarProyectosBtn);
     this.proyectosContTabP.Controls.Add(this.removerProyectosBtn);
     this.proyectosContTabP.Controls.Add(this.proyectoDGW);
     this.proyectosContTabP.Location = new System.Drawing.Point(124, 4);
     this.proyectosContTabP.Name = "proyectosContTabP";
     this.proyectosContTabP.Size = new System.Drawing.Size(533, 522);
     this.proyectosContTabP.TabIndex = 4;
     this.proyectosContTabP.Text = "Proyectos contenidos";
     this.proyectosContTabP.UseVisualStyleBackColor = true;
     //
     // proyectoDGW
     //
     this.proyectoDGW.AllowUserToAddRows = false;
     this.proyectoDGW.AllowUserToDeleteRows = false;
     this.proyectoDGW.AllowUserToOrderColumns = true;
     this.proyectoDGW.AutoGenerateColumns = false;
     this.proyectoDGW.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.proyectoDGW.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.proyectoDGW.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Proyectos,
     this.Codigo,
     this.LUGAR,
     this.FECHA,
     this.NOMBRETIPOINV,
     this.NOMTIPODISEMUEST,
     this.PesoProyecto,
     this.ETAPA});
     this.proyectoDGW.DataSource = this.proyectoBS;
     this.proyectoDGW.Enabled = false;
     this.proyectoDGW.Location = new System.Drawing.Point(0, 110);
     this.proyectoDGW.Name = "proyectoDGW";
     this.proyectoDGW.Size = new System.Drawing.Size(533, 374);
     this.proyectoDGW.TabIndex = 25;
     this.proyectoDGW.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.proyectoDGW_CellValueChanged);
     //
     // ETAPA
     //
     this.ETAPA.DataPropertyName = "ETAPA";
     this.ETAPA.HeaderText = "Etapa";
     this.ETAPA.Name = "ETAPA";
     this.ETAPA.ReadOnly = true;
     //
     // PesoProyecto
     //
     this.PesoProyecto.HeaderText = "Peso";
     this.PesoProyecto.Name = "PesoProyecto";
     //
     // NOMTIPODISEMUEST
     //
     this.NOMTIPODISEMUEST.DataPropertyName = "NOMTIPODISEMUEST";
     this.NOMTIPODISEMUEST.DataSource = this.tipoDisenoBS;
     this.NOMTIPODISEMUEST.DisplayMember = "DESCRIPTIPODISEMUEST";
     this.NOMTIPODISEMUEST.HeaderText = "Tipo Diseño";
     this.NOMTIPODISEMUEST.Name = "NOMTIPODISEMUEST";
     this.NOMTIPODISEMUEST.ReadOnly = true;
     this.NOMTIPODISEMUEST.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.NOMTIPODISEMUEST.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.NOMTIPODISEMUEST.ValueMember = "NOMTIPODISEMUEST";
     //
     // NOMBRETIPOINV
     //
     this.NOMBRETIPOINV.DataPropertyName = "NOMBRETIPOINV";
     this.NOMBRETIPOINV.DataSource = this.objetivoInventarioBS;
     this.NOMBRETIPOINV.DisplayMember = "DESCRIPOBJETINV";
     this.NOMBRETIPOINV.HeaderText = "Objetivo";
     this.NOMBRETIPOINV.Name = "NOMBRETIPOINV";
     this.NOMBRETIPOINV.ReadOnly = true;
     this.NOMBRETIPOINV.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.NOMBRETIPOINV.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.NOMBRETIPOINV.ValueMember = "NOMBRETIPOINV";
     //
     // FECHA
     //
     this.FECHA.DataPropertyName = "FECHA";
     this.FECHA.HeaderText = "Fecha";
     this.FECHA.Name = "FECHA";
     this.FECHA.ReadOnly = true;
     //
     // LUGAR
     //
     this.LUGAR.DataPropertyName = "LUGAR";
     this.LUGAR.HeaderText = "Lugar";
     this.LUGAR.Name = "LUGAR";
     this.LUGAR.ReadOnly = true;
     //
     // Codigo
     //
     this.Codigo.DataPropertyName = "NROPROY";
     this.Codigo.HeaderText = "Codigo";
     this.Codigo.Name = "Codigo";
     this.Codigo.ReadOnly = true;
     this.Codigo.Visible = false;
     //
     // Proyectos
     //
     this.Proyectos.HeaderText = "Seleccion";
     this.Proyectos.Name = "Proyectos";
     //
     // removerProyectosBtn
     //
     this.removerProyectosBtn.Enabled = false;
     this.removerProyectosBtn.Location = new System.Drawing.Point(390, 9);
     this.removerProyectosBtn.Name = "removerProyectosBtn";
     this.removerProyectosBtn.Size = new System.Drawing.Size(104, 23);
     this.removerProyectosBtn.TabIndex = 24;
     this.removerProyectosBtn.Text = "Remover Todos";
     this.removerProyectosBtn.UseVisualStyleBackColor = true;
     this.removerProyectosBtn.Click += new System.EventHandler(this.removerProyectosBtn_Click);
     //
     // seleccionarProyectosBtn
     //
     this.seleccionarProyectosBtn.Enabled = false;
     this.seleccionarProyectosBtn.Location = new System.Drawing.Point(270, 9);
     this.seleccionarProyectosBtn.Name = "seleccionarProyectosBtn";
     this.seleccionarProyectosBtn.Size = new System.Drawing.Size(112, 23);
     this.seleccionarProyectosBtn.TabIndex = 23;
     this.seleccionarProyectosBtn.Text = "Seleccionar Todos";
     this.seleccionarProyectosBtn.UseVisualStyleBackColor = true;
     this.seleccionarProyectosBtn.Click += new System.EventHandler(this.seleccionarProyectosBtn_Click);
     //
     // button1
     //
     this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
     this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.button1.Enabled = false;
     this.button1.Location = new System.Drawing.Point(500, 9);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(23, 23);
     this.button1.TabIndex = 26;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.actualizarPesoProyectosEtapasBtn_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(20, 38);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(19, 13);
     this.label6.TabIndex = 28;
     this.label6.Text = "M:";
     //
     // verBtn
     //
     this.verBtn.Location = new System.Drawing.Point(448, 81);
     this.verBtn.Name = "verBtn";
     this.verBtn.Size = new System.Drawing.Size(75, 23);
     this.verBtn.TabIndex = 30;
     this.verBtn.Text = "Ver";
     this.verBtn.UseVisualStyleBackColor = true;
     this.verBtn.Click += new System.EventHandler(this.verBtn_Click);
     //
     // numBloquesPriNud
     //
     this.numBloquesPriNud.Increment = new decimal(new int[] {
     5,
     0,
     0,
     0});
     this.numBloquesPriNud.Location = new System.Drawing.Point(45, 36);
     this.numBloquesPriNud.Maximum = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     this.numBloquesPriNud.Name = "numBloquesPriNud";
     this.numBloquesPriNud.Size = new System.Drawing.Size(56, 20);
     this.numBloquesPriNud.TabIndex = 31;
     this.numBloquesPriNud.Value = new decimal(new int[] {
     5,
     0,
     0,
     0});
     //
     // estratosTabP
     //
     this.estratosTabP.Controls.Add(this.crearEstratoBtn);
     this.estratosTabP.Controls.Add(this.SeleccEstratosBtn);
     this.estratosTabP.Controls.Add(this.removerEstratosBtn);
     this.estratosTabP.Controls.Add(this.actualizarBtn);
     this.estratosTabP.Controls.Add(this.errorLbl);
     this.estratosTabP.Controls.Add(this.estratoDGW);
     this.estratosTabP.Location = new System.Drawing.Point(124, 4);
     this.estratosTabP.Name = "estratosTabP";
     this.estratosTabP.Padding = new System.Windows.Forms.Padding(3);
     this.estratosTabP.Size = new System.Drawing.Size(533, 522);
     this.estratosTabP.TabIndex = 3;
     this.estratosTabP.Text = "Listado de Estratos";
     this.estratosTabP.UseVisualStyleBackColor = true;
     //
     // estratoDGW
     //
     this.estratoDGW.AllowUserToAddRows = false;
     this.estratoDGW.AllowUserToDeleteRows = false;
     this.estratoDGW.AutoGenerateColumns = false;
     this.estratoDGW.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.estratoDGW.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.estratoDGW.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Estratos,
     this.DESCRIPESTRATO,
     this.Tamanio,
     this.Peso});
     this.estratoDGW.DataSource = this.estratoBS;
     this.estratoDGW.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.estratoDGW.Enabled = false;
     this.estratoDGW.Location = new System.Drawing.Point(3, 72);
     this.estratoDGW.Name = "estratoDGW";
     this.estratoDGW.Size = new System.Drawing.Size(527, 447);
     this.estratoDGW.TabIndex = 23;
     this.estratoDGW.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.estratoDGW_CellValueChanged);
     this.estratoDGW.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.estratoDGW_DataBindingComplete);
     //
     // Peso
     //
     this.Peso.HeaderText = "Peso";
     this.Peso.MaxInputLength = 25;
     this.Peso.Name = "Peso";
     this.Peso.ReadOnly = true;
     //
     // Tamanio
     //
     this.Tamanio.HeaderText = "Tamaño muestral";
     this.Tamanio.Name = "Tamanio";
     //
     // DESCRIPESTRATO
     //
     this.DESCRIPESTRATO.DataPropertyName = "DESCRIPESTRATO";
     this.DESCRIPESTRATO.HeaderText = "Descripcion";
     this.DESCRIPESTRATO.Name = "DESCRIPESTRATO";
     this.DESCRIPESTRATO.ReadOnly = true;
     //
     // Estratos
     //
     this.Estratos.HeaderText = "Estratos";
     this.Estratos.Name = "Estratos";
     //
     // errorLbl
     //
     this.errorLbl.AutoSize = true;
     this.errorLbl.Location = new System.Drawing.Point(12, 39);
     this.errorLbl.Name = "errorLbl";
     this.errorLbl.Size = new System.Drawing.Size(0, 13);
     this.errorLbl.TabIndex = 19;
     //
     // actualizarBtn
     //
     this.actualizarBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("actualizarBtn.BackgroundImage")));
     this.actualizarBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.actualizarBtn.Enabled = false;
     this.actualizarBtn.Location = new System.Drawing.Point(503, 10);
     this.actualizarBtn.Name = "actualizarBtn";
     this.actualizarBtn.Size = new System.Drawing.Size(23, 23);
     this.actualizarBtn.TabIndex = 22;
     this.actualizarBtn.UseVisualStyleBackColor = true;
     this.actualizarBtn.Click += new System.EventHandler(this.actualizarBtn_Click);
     //
     // removerEstratosBtn
     //
     this.removerEstratosBtn.Enabled = false;
     this.removerEstratosBtn.Location = new System.Drawing.Point(396, 10);
     this.removerEstratosBtn.Name = "removerEstratosBtn";
     this.removerEstratosBtn.Size = new System.Drawing.Size(102, 23);
     this.removerEstratosBtn.TabIndex = 21;
     this.removerEstratosBtn.Text = "Remover Todos";
     this.removerEstratosBtn.UseVisualStyleBackColor = true;
     this.removerEstratosBtn.Click += new System.EventHandler(this.removerEstratosBtn_Click);
     //
     // SeleccEstratosBtn
     //
     this.SeleccEstratosBtn.Enabled = false;
     this.SeleccEstratosBtn.Location = new System.Drawing.Point(290, 10);
     this.SeleccEstratosBtn.Name = "SeleccEstratosBtn";
     this.SeleccEstratosBtn.Size = new System.Drawing.Size(104, 23);
     this.SeleccEstratosBtn.TabIndex = 20;
     this.SeleccEstratosBtn.Text = "Seleccionar Todos";
     this.SeleccEstratosBtn.UseVisualStyleBackColor = true;
     this.SeleccEstratosBtn.Click += new System.EventHandler(this.SeleccEstratosBtn_Click);
     //
     // crearEstratoBtn
     //
     this.crearEstratoBtn.Enabled = false;
     this.crearEstratoBtn.Location = new System.Drawing.Point(180, 10);
     this.crearEstratoBtn.Name = "crearEstratoBtn";
     this.crearEstratoBtn.Size = new System.Drawing.Size(104, 23);
     this.crearEstratoBtn.TabIndex = 24;
     this.crearEstratoBtn.Text = "Crear estrato";
     this.crearEstratoBtn.UseVisualStyleBackColor = true;
     this.crearEstratoBtn.Click += new System.EventHandler(this.crearEstratoBtn_Click);
     //
     // especiesTabP
     //
     this.especiesTabP.Controls.Add(this.registrarSpecieBtn);
     this.especiesTabP.Controls.Add(this.busquedaTxt);
     this.especiesTabP.Controls.Add(this.criterioCbx);
     this.especiesTabP.Controls.Add(this.lblBuscar);
     this.especiesTabP.Controls.Add(this.seleccEspecieBtn);
     this.especiesTabP.Controls.Add(this.RemoverEspciesBtn);
     this.especiesTabP.Controls.Add(this.especiesDGW);
     this.especiesTabP.Location = new System.Drawing.Point(124, 4);
     this.especiesTabP.Name = "especiesTabP";
     this.especiesTabP.Padding = new System.Windows.Forms.Padding(3);
     this.especiesTabP.Size = new System.Drawing.Size(533, 522);
     this.especiesTabP.TabIndex = 2;
     this.especiesTabP.Text = "Listado de Especies";
     this.especiesTabP.UseVisualStyleBackColor = true;
     //
     // especiesDGW
     //
     this.especiesDGW.AllowUserToAddRows = false;
     this.especiesDGW.AllowUserToDeleteRows = false;
     this.especiesDGW.AutoGenerateColumns = false;
     this.especiesDGW.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.especiesDGW.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.especiesDGW.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Especie,
     this.NOMCOMUN,
     this.NOMCIENTIFICO,
     this.FAMILIA});
     this.especiesDGW.DataSource = this.especieBS;
     this.especiesDGW.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.especiesDGW.Location = new System.Drawing.Point(3, 39);
     this.especiesDGW.Name = "especiesDGW";
     this.especiesDGW.Size = new System.Drawing.Size(527, 480);
     this.especiesDGW.TabIndex = 19;
     this.especiesDGW.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.especiesDGW_CellValueChanged);
     //
     // FAMILIA
     //
     this.FAMILIA.DataPropertyName = "FAMILIA";
     this.FAMILIA.HeaderText = "Familia";
     this.FAMILIA.Name = "FAMILIA";
     this.FAMILIA.ReadOnly = true;
     //
     // NOMCIENTIFICO
     //
     this.NOMCIENTIFICO.DataPropertyName = "NOMCIENTIFICO";
     this.NOMCIENTIFICO.HeaderText = "Nombre Cientifico";
     this.NOMCIENTIFICO.Name = "NOMCIENTIFICO";
     this.NOMCIENTIFICO.ReadOnly = true;
     //
     // NOMCOMUN
     //
     this.NOMCOMUN.DataPropertyName = "NOMCOMUN";
     this.NOMCOMUN.HeaderText = "Nombre Comun";
     this.NOMCOMUN.Name = "NOMCOMUN";
     this.NOMCOMUN.ReadOnly = true;
     //
     // Especie
     //
     this.Especie.HeaderText = "Seleccion";
     this.Especie.Name = "Especie";
     //
     // RemoverEspciesBtn
     //
     this.RemoverEspciesBtn.Location = new System.Drawing.Point(426, 10);
     this.RemoverEspciesBtn.Name = "RemoverEspciesBtn";
     this.RemoverEspciesBtn.Size = new System.Drawing.Size(98, 23);
     this.RemoverEspciesBtn.TabIndex = 18;
     this.RemoverEspciesBtn.Text = "Remover Todos";
     this.RemoverEspciesBtn.UseVisualStyleBackColor = true;
     this.RemoverEspciesBtn.Click += new System.EventHandler(this.RemoverEspciesBtn_Click);
     //
     // seleccEspecieBtn
     //
     this.seleccEspecieBtn.Location = new System.Drawing.Point(312, 10);
     this.seleccEspecieBtn.Name = "seleccEspecieBtn";
     this.seleccEspecieBtn.Size = new System.Drawing.Size(111, 23);
     this.seleccEspecieBtn.TabIndex = 17;
     this.seleccEspecieBtn.Text = "Seleccionar Todos";
     this.seleccEspecieBtn.UseVisualStyleBackColor = true;
     this.seleccEspecieBtn.Click += new System.EventHandler(this.seleccEspecieBtn_Click);
     //
     // lblBuscar
     //
     this.lblBuscar.AutoSize = true;
     this.lblBuscar.Location = new System.Drawing.Point(5, 14);
     this.lblBuscar.Name = "lblBuscar";
     this.lblBuscar.Size = new System.Drawing.Size(43, 13);
     this.lblBuscar.TabIndex = 21;
     this.lblBuscar.Text = "Buscar:";
     //
     // criterioCbx
     //
     this.criterioCbx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.criterioCbx.FormattingEnabled = true;
     this.criterioCbx.Items.AddRange(new object[] {
     "Nombre Comun",
     "Nombre Cientifico"});
     this.criterioCbx.Location = new System.Drawing.Point(179, 11);
     this.criterioCbx.Name = "criterioCbx";
     this.criterioCbx.Size = new System.Drawing.Size(101, 21);
     this.criterioCbx.TabIndex = 22;
     //
     // busquedaTxt
     //
     this.busquedaTxt.Location = new System.Drawing.Point(49, 11);
     this.busquedaTxt.Name = "busquedaTxt";
     this.busquedaTxt.Size = new System.Drawing.Size(127, 20);
     this.busquedaTxt.TabIndex = 23;
     this.busquedaTxt.TextChanged += new System.EventHandler(this.buscarTxt_TextChanged);
     //
     // registrarSpecieBtn
     //
     this.registrarSpecieBtn.Image = global::SIFCA.Properties.Resources._1395994350_tree;
     this.registrarSpecieBtn.Location = new System.Drawing.Point(284, 10);
     this.registrarSpecieBtn.Name = "registrarSpecieBtn";
     this.registrarSpecieBtn.Size = new System.Drawing.Size(26, 23);
     this.registrarSpecieBtn.TabIndex = 24;
     this.registrarSpecieBtn.UseVisualStyleBackColor = true;
     this.registrarSpecieBtn.Click += new System.EventHandler(this.registrarSpecieBtn_Click);
     //
     // proyectoTabP
     //
     this.proyectoTabP.Controls.Add(this.DatosProyectoGbx);
     this.proyectoTabP.Location = new System.Drawing.Point(124, 4);
     this.proyectoTabP.Name = "proyectoTabP";
     this.proyectoTabP.Padding = new System.Windows.Forms.Padding(3);
     this.proyectoTabP.Size = new System.Drawing.Size(533, 522);
     this.proyectoTabP.TabIndex = 1;
     this.proyectoTabP.Text = "Datos del proyecto";
     this.proyectoTabP.UseVisualStyleBackColor = true;
     //
     // DatosProyectoGbx
     //
     this.DatosProyectoGbx.Controls.Add(this.TipoProyectoCbx);
     this.DatosProyectoGbx.Controls.Add(this.label1);
     this.DatosProyectoGbx.Controls.Add(this.DescripcionTxt);
     this.DatosProyectoGbx.Controls.Add(descripcionLbl);
     this.DatosProyectoGbx.Controls.Add(this.tipoDisenoCbx);
     this.DatosProyectoGbx.Controls.Add(this.tipoObjetivoCbx);
     this.DatosProyectoGbx.Controls.Add(this.otrosDatosGbx);
     this.DatosProyectoGbx.Controls.Add(lugarLbl);
     this.DatosProyectoGbx.Controls.Add(this.lugarTxt);
     this.DatosProyectoGbx.Controls.Add(TipoDisenoLbl);
     this.DatosProyectoGbx.Controls.Add(objetivoInvTxt);
     this.DatosProyectoGbx.Dock = System.Windows.Forms.DockStyle.Fill;
     this.DatosProyectoGbx.Location = new System.Drawing.Point(3, 3);
     this.DatosProyectoGbx.Name = "DatosProyectoGbx";
     this.DatosProyectoGbx.Size = new System.Drawing.Size(527, 516);
     this.DatosProyectoGbx.TabIndex = 3;
     this.DatosProyectoGbx.TabStop = false;
     this.DatosProyectoGbx.Text = "Definición del proyecto";
     //
     // objetivoInvTxt
     //
     objetivoInvTxt.AutoSize = true;
     objetivoInvTxt.Location = new System.Drawing.Point(10, 121);
     objetivoInvTxt.Name = "objetivoInvTxt";
     objetivoInvTxt.Size = new System.Drawing.Size(115, 13);
     objetivoInvTxt.TabIndex = 8;
     objetivoInvTxt.Text = "Objetivo del inventario:";
     //
     // TipoDisenoLbl
     //
     TipoDisenoLbl.AutoSize = true;
     TipoDisenoLbl.Location = new System.Drawing.Point(9, 149);
     TipoDisenoLbl.Name = "TipoDisenoLbl";
     TipoDisenoLbl.Size = new System.Drawing.Size(128, 13);
     TipoDisenoLbl.TabIndex = 6;
     TipoDisenoLbl.Text = "Tipo de Diseño Muestral: ";
     //
     // lugarTxt
     //
     this.lugarTxt.Location = new System.Drawing.Point(145, 23);
     this.lugarTxt.MaxLength = 100;
     this.lugarTxt.Name = "lugarTxt";
     this.lugarTxt.Size = new System.Drawing.Size(363, 20);
     this.lugarTxt.TabIndex = 0;
     //
     // lugarLbl
     //
     lugarLbl.AutoSize = true;
     lugarLbl.Location = new System.Drawing.Point(10, 26);
     lugarLbl.Name = "lugarLbl";
     lugarLbl.Size = new System.Drawing.Size(37, 13);
     lugarLbl.TabIndex = 4;
     lugarLbl.Text = "Lugar:";
     //
     // otrosDatosGbx
     //
     this.otrosDatosGbx.Controls.Add(expresionLbl);
     this.otrosDatosGbx.Controls.Add(this.expresionTxt);
     this.otrosDatosGbx.Controls.Add(this.formularComboBox);
     this.otrosDatosGbx.Controls.Add(formulaLbl);
     this.otrosDatosGbx.Controls.Add(label5);
     this.otrosDatosGbx.Controls.Add(this.numeroParcelasMuestraTxt);
     this.otrosDatosGbx.Controls.Add(label4);
     this.otrosDatosGbx.Controls.Add(this.numeroParcelasTxt);
     this.otrosDatosGbx.Controls.Add(this.areaMuestrearTxt);
     this.otrosDatosGbx.Controls.Add(this.label3);
     this.otrosDatosGbx.Controls.Add(this.confianzaTextBox);
     this.otrosDatosGbx.Controls.Add(this.label2);
     this.otrosDatosGbx.Controls.Add(areaMuestreadaLbl);
     this.otrosDatosGbx.Controls.Add(this.AreaTotalTxt);
     this.otrosDatosGbx.Controls.Add(intensidadMuestreLbl);
     this.otrosDatosGbx.Controls.Add(this.intMuestreoTxt);
     this.otrosDatosGbx.Controls.Add(valorMinimoDAPLbl);
     this.otrosDatosGbx.Controls.Add(this.limiteInfTxt);
     this.otrosDatosGbx.Controls.Add(numeroEtapasLbl);
     this.otrosDatosGbx.Controls.Add(this.numeroEtapasTxt);
     this.otrosDatosGbx.Controls.Add(facFormaLbl);
     this.otrosDatosGbx.Controls.Add(this.factorFormaTxt);
     this.otrosDatosGbx.Controls.Add(areaFustalesLbl);
     this.otrosDatosGbx.Controls.Add(this.areaFustalesTxt);
     this.otrosDatosGbx.Controls.Add(tamanioParLbl);
     this.otrosDatosGbx.Controls.Add(this.tamParcelaTxt);
     this.otrosDatosGbx.Location = new System.Drawing.Point(6, 201);
     this.otrosDatosGbx.Name = "otrosDatosGbx";
     this.otrosDatosGbx.Size = new System.Drawing.Size(515, 308);
     this.otrosDatosGbx.TabIndex = 22;
     this.otrosDatosGbx.TabStop = false;
     //
     // tamParcelaTxt
     //
     this.tamParcelaTxt.Location = new System.Drawing.Point(159, 40);
     this.tamParcelaTxt.MaxLength = 25;
     this.tamParcelaTxt.Name = "tamParcelaTxt";
     this.tamParcelaTxt.Size = new System.Drawing.Size(327, 20);
     this.tamParcelaTxt.TabIndex = 4;
     this.tamParcelaTxt.Text = "0";
     this.tamParcelaTxt.TextChanged += new System.EventHandler(this.tamParcelaTxt_TextChanged);
     this.tamParcelaTxt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.validatedNumericValues);
     //
     // tamanioParLbl
     //
     tamanioParLbl.AutoSize = true;
     tamanioParLbl.Location = new System.Drawing.Point(9, 42);
     tamanioParLbl.Name = "tamanioParLbl";
     tamanioParLbl.Size = new System.Drawing.Size(119, 13);
     tamanioParLbl.TabIndex = 6;
     tamanioParLbl.Text = "Tamaño Parcela (Htas):";
     //
     // areaFustalesTxt
     //
     this.areaFustalesTxt.Location = new System.Drawing.Point(159, 170);
     this.areaFustalesTxt.MaxLength = 25;
     this.areaFustalesTxt.Name = "areaFustalesTxt";
     this.areaFustalesTxt.Size = new System.Drawing.Size(327, 20);
     this.areaFustalesTxt.TabIndex = 6;
     this.areaFustalesTxt.Text = "1.000";
     this.areaFustalesTxt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.validatedNumericValues);
     //
     // areaFustalesLbl
     //
     areaFustalesLbl.AutoSize = true;
     areaFustalesLbl.Location = new System.Drawing.Point(10, 169);
     areaFustalesLbl.Name = "areaFustalesLbl";
     areaFustalesLbl.Size = new System.Drawing.Size(103, 26);
     areaFustalesLbl.TabIndex = 8;
     areaFustalesLbl.Text = "Area Parcela de \r\nregeneración (Htas):";
     //
     // factorFormaTxt
     //
     this.factorFormaTxt.Location = new System.Drawing.Point(159, 198);
     this.factorFormaTxt.MaxLength = 25;
     this.factorFormaTxt.Name = "factorFormaTxt";
     this.factorFormaTxt.Size = new System.Drawing.Size(327, 20);
     this.factorFormaTxt.TabIndex = 7;
     this.factorFormaTxt.Text = "1";
     this.factorFormaTxt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.validatedNumericValues);
     //
     // facFormaLbl
     //
     facFormaLbl.AutoSize = true;
     facFormaLbl.Location = new System.Drawing.Point(10, 201);
     facFormaLbl.Name = "facFormaLbl";
     facFormaLbl.Size = new System.Drawing.Size(84, 13);
     facFormaLbl.TabIndex = 10;
     facFormaLbl.Text = "Factor de forma:";
     //
     // numeroEtapasTxt
     //
     this.numeroEtapasTxt.Enabled = false;
     this.numeroEtapasTxt.Location = new System.Drawing.Point(159, 277);
     this.numeroEtapasTxt.MaxLength = 18;
     this.numeroEtapasTxt.Name = "numeroEtapasTxt";
     this.numeroEtapasTxt.Size = new System.Drawing.Size(327, 20);
     this.numeroEtapasTxt.TabIndex = 8;
     this.numeroEtapasTxt.Text = "0";
     //
     // numeroEtapasLbl
     //
     numeroEtapasLbl.AutoSize = true;
     numeroEtapasLbl.Location = new System.Drawing.Point(13, 278);
     numeroEtapasLbl.Name = "numeroEtapasLbl";
     numeroEtapasLbl.Size = new System.Drawing.Size(38, 13);
     numeroEtapasLbl.TabIndex = 12;
     numeroEtapasLbl.Text = "Etapa:";
     //
     // limiteInfTxt
     //
     this.limiteInfTxt.Location = new System.Drawing.Point(159, 144);
     this.limiteInfTxt.MaxLength = 25;
     this.limiteInfTxt.Name = "limiteInfTxt";
     this.limiteInfTxt.Size = new System.Drawing.Size(327, 20);
     this.limiteInfTxt.TabIndex = 5;
     this.limiteInfTxt.Text = "0.1";
     this.limiteInfTxt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.validatedNumericValues);
     //
     // valorMinimoDAPLbl
     //
     valorMinimoDAPLbl.AutoSize = true;
     valorMinimoDAPLbl.Location = new System.Drawing.Point(10, 146);
     valorMinimoDAPLbl.Name = "valorMinimoDAPLbl";
     valorMinimoDAPLbl.Size = new System.Drawing.Size(117, 13);
     valorMinimoDAPLbl.TabIndex = 17;
     valorMinimoDAPLbl.Text = "Valor minimo DAP(Mts):";
     //
     // intMuestreoTxt
     //
     this.intMuestreoTxt.Location = new System.Drawing.Point(407, 118);
     this.intMuestreoTxt.MaxLength = 25;
     this.intMuestreoTxt.Name = "intMuestreoTxt";
     this.intMuestreoTxt.ReadOnly = true;
     this.intMuestreoTxt.Size = new System.Drawing.Size(79, 20);
     this.intMuestreoTxt.TabIndex = 2;
     this.intMuestreoTxt.Text = "0";
     //
     // intensidadMuestreLbl
     //
     intensidadMuestreLbl.AutoSize = true;
     intensidadMuestreLbl.Location = new System.Drawing.Point(237, 121);
     intensidadMuestreLbl.Name = "intensidadMuestreLbl";
     intensidadMuestreLbl.Size = new System.Drawing.Size(164, 13);
     intensidadMuestreLbl.TabIndex = 25;
     intensidadMuestreLbl.Text = "Intensidad de muestreo (0-100)%:";
     //
     // AreaTotalTxt
     //
     this.AreaTotalTxt.Location = new System.Drawing.Point(159, 65);
     this.AreaTotalTxt.MaxLength = 25;
     this.AreaTotalTxt.Name = "AreaTotalTxt";
     this.AreaTotalTxt.Size = new System.Drawing.Size(327, 20);
     this.AreaTotalTxt.TabIndex = 1;
     this.AreaTotalTxt.Text = "0";
     this.AreaTotalTxt.TextChanged += new System.EventHandler(this.AreaTotalTxt_TextChanged);
     this.AreaTotalTxt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.validatedNumericValues);
     //
     // areaMuestreadaLbl
     //
     areaMuestreadaLbl.AutoSize = true;
     areaMuestreadaLbl.Location = new System.Drawing.Point(9, 68);
     areaMuestreadaLbl.Name = "areaMuestreadaLbl";
     areaMuestreadaLbl.Size = new System.Drawing.Size(90, 13);
     areaMuestreadaLbl.TabIndex = 26;
     areaMuestreadaLbl.Text = "Area Total (Htas):";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 20);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(68, 13);
     this.label2.TabIndex = 27;
     this.label2.Text = "% Confianza:";
     //
     // confianzaTextBox
     //
     this.confianzaTextBox.Location = new System.Drawing.Point(159, 14);
     this.confianzaTextBox.MaxLength = 25;
     this.confianzaTextBox.Name = "confianzaTextBox";
     this.confianzaTextBox.Size = new System.Drawing.Size(327, 20);
     this.confianzaTextBox.TabIndex = 0;
     this.confianzaTextBox.Text = "95";
     this.confianzaTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.validatedIntegerValues);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 120);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(122, 13);
     this.label3.TabIndex = 48;
     this.label3.Text = "Area a Muestrear (Htas):";
     //
     // areaMuestrearTxt
     //
     this.areaMuestrearTxt.Location = new System.Drawing.Point(159, 117);
     this.areaMuestrearTxt.MaxLength = 25;
     this.areaMuestrearTxt.Name = "areaMuestrearTxt";
     this.areaMuestrearTxt.ReadOnly = true;
     this.areaMuestrearTxt.Size = new System.Drawing.Size(73, 20);
     this.areaMuestrearTxt.TabIndex = 3;
     this.areaMuestrearTxt.Text = "0";
     //
     // numeroParcelasTxt
     //
     this.numeroParcelasTxt.Location = new System.Drawing.Point(159, 91);
     this.numeroParcelasTxt.MaxLength = 25;
     this.numeroParcelasTxt.Name = "numeroParcelasTxt";
     this.numeroParcelasTxt.ReadOnly = true;
     this.numeroParcelasTxt.Size = new System.Drawing.Size(73, 20);
     this.numeroParcelasTxt.TabIndex = 49;
     this.numeroParcelasTxt.Text = "0";
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(9, 93);
     label4.Name = "label4";
     label4.Size = new System.Drawing.Size(131, 13);
     label4.TabIndex = 50;
     label4.Text = "Numero total de parcelas :";
     //
     // numeroParcelasMuestraTxt
     //
     this.numeroParcelasMuestraTxt.Location = new System.Drawing.Point(407, 92);
     this.numeroParcelasMuestraTxt.MaxLength = 25;
     this.numeroParcelasMuestraTxt.Name = "numeroParcelasMuestraTxt";
     this.numeroParcelasMuestraTxt.Size = new System.Drawing.Size(78, 20);
     this.numeroParcelasMuestraTxt.TabIndex = 51;
     this.numeroParcelasMuestraTxt.Text = "0";
     this.numeroParcelasMuestraTxt.TextChanged += new System.EventHandler(this.numeroParcelasMuestraTxt_TextChanged);
     this.numeroParcelasMuestraTxt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.validatedNumericValues);
     //
     // label5
     //
     label5.AutoSize = true;
     label5.Location = new System.Drawing.Point(237, 94);
     label5.Name = "label5";
     label5.Size = new System.Drawing.Size(148, 13);
     label5.TabIndex = 52;
     label5.Text = "Numero parcelas a muestrear:";
     //
     // formulaLbl
     //
     formulaLbl.AutoSize = true;
     formulaLbl.Location = new System.Drawing.Point(10, 225);
     formulaLbl.Name = "formulaLbl";
     formulaLbl.Size = new System.Drawing.Size(105, 13);
     formulaLbl.TabIndex = 53;
     formulaLbl.Text = "Formula de volumen:";
     //
     // formularComboBox
     //
     this.formularComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.nuevoProyectoBS, "NROFORMULA", true));
     this.formularComboBox.DataSource = this.formulaBS;
     this.formularComboBox.DisplayMember = "NOMBRE";
     this.formularComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.formularComboBox.FormattingEnabled = true;
     this.formularComboBox.Location = new System.Drawing.Point(159, 224);
     this.formularComboBox.Name = "formularComboBox";
     this.formularComboBox.Size = new System.Drawing.Size(326, 21);
     this.formularComboBox.TabIndex = 53;
     this.formularComboBox.ValueMember = "NROFORMULA";
     //
     // expresionTxt
     //
     this.expresionTxt.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.formulaBS, "EXPRESION", true));
     this.expresionTxt.Location = new System.Drawing.Point(159, 250);
     this.expresionTxt.MaxLength = 18;
     this.expresionTxt.Name = "expresionTxt";
     this.expresionTxt.ReadOnly = true;
     this.expresionTxt.Size = new System.Drawing.Size(327, 20);
     this.expresionTxt.TabIndex = 54;
     //
     // expresionLbl
     //
     expresionLbl.AutoSize = true;
     expresionLbl.Location = new System.Drawing.Point(10, 250);
     expresionLbl.Name = "expresionLbl";
     expresionLbl.Size = new System.Drawing.Size(119, 13);
     expresionLbl.TabIndex = 55;
     expresionLbl.Text = "Expresión de la formula:";
     //
     // tipoObjetivoCbx
     //
     this.tipoObjetivoCbx.DataSource = this.objetivoInventarioBS;
     this.tipoObjetivoCbx.DisplayMember = "DESCRIPOBJETINV";
     this.tipoObjetivoCbx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipoObjetivoCbx.FormattingEnabled = true;
     this.tipoObjetivoCbx.Location = new System.Drawing.Point(145, 118);
     this.tipoObjetivoCbx.Name = "tipoObjetivoCbx";
     this.tipoObjetivoCbx.Size = new System.Drawing.Size(363, 21);
     this.tipoObjetivoCbx.TabIndex = 2;
     this.tipoObjetivoCbx.ValueMember = "NOMBRETIPOINV";
     //
     // tipoDisenoCbx
     //
     this.tipoDisenoCbx.DataSource = this.tipoDisenoBS;
     this.tipoDisenoCbx.DisplayMember = "DESCRIPTIPODISEMUEST";
     this.tipoDisenoCbx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipoDisenoCbx.FormattingEnabled = true;
     this.tipoDisenoCbx.Location = new System.Drawing.Point(145, 146);
     this.tipoDisenoCbx.Name = "tipoDisenoCbx";
     this.tipoDisenoCbx.Size = new System.Drawing.Size(363, 21);
     this.tipoDisenoCbx.TabIndex = 3;
     this.tipoDisenoCbx.ValueMember = "NOMTIPODISEMUEST";
     this.tipoDisenoCbx.SelectedIndexChanged += new System.EventHandler(this.tipoDisenoCbx_SelectedIndexChanged);
     //
     // descripcionLbl
     //
     descripcionLbl.AutoSize = true;
     descripcionLbl.Location = new System.Drawing.Point(11, 54);
     descripcionLbl.Name = "descripcionLbl";
     descripcionLbl.Size = new System.Drawing.Size(66, 13);
     descripcionLbl.TabIndex = 25;
     descripcionLbl.Text = "Descripción:";
     //
     // DescripcionTxt
     //
     this.DescripcionTxt.Location = new System.Drawing.Point(145, 50);
     this.DescripcionTxt.Multiline = true;
     this.DescripcionTxt.Name = "DescripcionTxt";
     this.DescripcionTxt.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.DescripcionTxt.Size = new System.Drawing.Size(363, 62);
     this.DescripcionTxt.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 177);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(94, 13);
     this.label1.TabIndex = 27;
     this.label1.Text = "Tipo de Proyecto: ";
     //
     // TipoProyectoCbx
     //
     this.TipoProyectoCbx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.TipoProyectoCbx.FormattingEnabled = true;
     this.TipoProyectoCbx.Items.AddRange(new object[] {
     "Independiente",
     "Contenedor"});
     this.TipoProyectoCbx.Location = new System.Drawing.Point(145, 174);
     this.TipoProyectoCbx.Name = "TipoProyectoCbx";
     this.TipoProyectoCbx.Size = new System.Drawing.Size(363, 21);
     this.TipoProyectoCbx.TabIndex = 4;
     this.TipoProyectoCbx.SelectedIndexChanged += new System.EventHandler(this.TipoProyectoCbx_SelectedIndexChanged);
     //
     // crearProyectoTab
     //
     this.crearProyectoTab.Alignment = System.Windows.Forms.TabAlignment.Left;
     this.crearProyectoTab.Controls.Add(this.proyectoTabP);
     this.crearProyectoTab.Controls.Add(this.especiesTabP);
     this.crearProyectoTab.Controls.Add(this.estratosTabP);
     this.crearProyectoTab.Controls.Add(this.proyectosContTabP);
     this.crearProyectoTab.Controls.Add(this.costosTabP);
     this.crearProyectoTab.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
     this.crearProyectoTab.ItemSize = new System.Drawing.Size(40, 120);
     this.crearProyectoTab.Location = new System.Drawing.Point(-3, -1);
     this.crearProyectoTab.Multiline = true;
     this.crearProyectoTab.Name = "crearProyectoTab";
     this.crearProyectoTab.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.crearProyectoTab.SelectedIndex = 0;
     this.crearProyectoTab.Size = new System.Drawing.Size(661, 530);
     this.crearProyectoTab.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
     this.crearProyectoTab.TabIndex = 0;
     this.crearProyectoTab.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.crearProyectoTab_DrawItem);
     //
     // Costos
     //
     this.Costos.HeaderText = "Selección";
     this.Costos.Name = "Costos";
     //
     // NROCOSTO
     //
     this.NROCOSTO.DataPropertyName = "NROCOSTO";
     this.NROCOSTO.HeaderText = "NROCOSTO";
     this.NROCOSTO.Name = "NROCOSTO";
     this.NROCOSTO.ReadOnly = true;
     this.NROCOSTO.Visible = false;
     //
     // NOMBRE
     //
     this.NOMBRE.DataPropertyName = "NOMBRE";
     this.NOMBRE.HeaderText = "Nombre";
     this.NOMBRE.Name = "NOMBRE";
     this.NOMBRE.ReadOnly = true;
     //
     // DESCRIPCION
     //
     this.DESCRIPCION.DataPropertyName = "DESCRIPCION";
     this.DESCRIPCION.HeaderText = "Descripción";
     this.DESCRIPCION.Name = "DESCRIPCION";
     this.DESCRIPCION.ReadOnly = true;
     this.DESCRIPCION.Visible = false;
     //
     // TIPO
     //
     this.TIPO.DataPropertyName = "TIPO";
     this.TIPO.HeaderText = "Tipo";
     this.TIPO.Name = "TIPO";
     this.TIPO.ReadOnly = true;
     //
     // Valor
     //
     this.Valor.HeaderText = "Valor";
     this.Valor.Name = "Valor";
     //
     // lISTADODECOSTOSDataGridViewTextBoxColumn
     //
     this.lISTADODECOSTOSDataGridViewTextBoxColumn.DataPropertyName = "LISTADODECOSTOS";
     this.lISTADODECOSTOSDataGridViewTextBoxColumn.HeaderText = "LISTADODECOSTOS";
     this.lISTADODECOSTOSDataGridViewTextBoxColumn.Name = "lISTADODECOSTOSDataGridViewTextBoxColumn";
     this.lISTADODECOSTOSDataGridViewTextBoxColumn.Visible = false;
     //
     // errorCostoLbl
     //
     this.errorCostoLbl.AutoSize = true;
     this.errorCostoLbl.Location = new System.Drawing.Point(5, 37);
     this.errorCostoLbl.Name = "errorCostoLbl";
     this.errorCostoLbl.Size = new System.Drawing.Size(414, 13);
     this.errorCostoLbl.TabIndex = 29;
     this.errorCostoLbl.Text = "Se debe especificar un valor total al costo que asocie al proyecto, sin puntos ni" +
     " comas";
     //
     // Crear_Proyecto_Form
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::SIFCA.Properties.Resources.fondo_tab;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(659, 565);
     this.Controls.Add(this.crearProyectoTab);
     this.Controls.Add(this.cancelarBtn);
     this.Controls.Add(this.GuardarBtn);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Crear_Proyecto_Form";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Crear proyecto";
     ((System.ComponentModel.ISupportInitialize)(this.tipoDisenoBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objetivoInventarioBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.formulaBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nuevoProyectoBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.especieBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.estratoBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.proyectoBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.controladorErrores)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.costoBS)).EndInit();
     this.costosTabP.ResumeLayout(false);
     this.costosTabP.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.costoDGW)).EndInit();
     this.proyectosContTabP.ResumeLayout(false);
     this.proyectosContTabP.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.proyectoDGW)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numBloquesPriNud)).EndInit();
     this.estratosTabP.ResumeLayout(false);
     this.estratosTabP.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.estratoDGW)).EndInit();
     this.especiesTabP.ResumeLayout(false);
     this.especiesTabP.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.especiesDGW)).EndInit();
     this.proyectoTabP.ResumeLayout(false);
     this.DatosProyectoGbx.ResumeLayout(false);
     this.DatosProyectoGbx.PerformLayout();
     this.otrosDatosGbx.ResumeLayout(false);
     this.otrosDatosGbx.PerformLayout();
     this.crearProyectoTab.ResumeLayout(false);
     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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.faTabStrip1 = new System.Windows.Forms.TabControl();
     this.faTabStripItemInfo = new System.Windows.Forms.TabPage();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.faTabStripItemSend = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.cmdClearSend = new System.Windows.Forms.Button();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.lblStatus = new System.Windows.Forms.Label();
     this.cmdSend = new System.Windows.Forms.Button();
     this.lblTeleLength = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label7 = new System.Windows.Forms.Label();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.panel4 = new System.Windows.Forms.Panel();
     this.lblLenEmpf = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.lstStoredSenddata = new System.Windows.Forms.ListBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.cmdRemoveSendeTele = new System.Windows.Forms.Button();
     this.cmdAddSendeTele = new System.Windows.Forms.Button();
     this.dtaSendTabelle = new System.Windows.Forms.DataGridView();
     this.splitContainer4 = new System.Windows.Forms.SplitContainer();
     this.dtaSendSendTable = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtaSendQuittTable = new System.Windows.Forms.DataGridView();
     this.colSendQuittText = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.faTabStripItemRecieve = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.kryptonButton2 = new System.Windows.Forms.Button();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.grdEmpfang = new System.Windows.Forms.DataGridView();
     this.colEmpf = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtaEmpfangstelegrammAufgeschluesselt = new System.Windows.Forms.DataGridView();
     this.colEmpfBezeichnung = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEmpfLaenge = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEmpfWert = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.faTabStripItemSettings = new System.Windows.Forms.TabPage();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.label11 = new System.Windows.Forms.Label();
     this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
     this.label5 = new System.Windows.Forms.Label();
     this.cmdDelTele = new System.Windows.Forms.Button();
     this.cmdEditQuittFields = new System.Windows.Forms.Button();
     this.lstQuitt = new System.Windows.Forms.ListBox();
     this.chkAutoQuitt = new System.Windows.Forms.CheckBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.numSequenceNumberLength = new System.Windows.Forms.NumericUpDown();
     this.numSequenceNumberPosition = new System.Windows.Forms.NumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.chkChanel2active = new System.Windows.Forms.CheckBox();
     this.numPort2 = new System.Windows.Forms.NumericUpDown();
     this.numPort1 = new System.Windows.Forms.NumericUpDown();
     this.lblKanal2Port = new System.Windows.Forms.Label();
     this.chkChanel1active = new System.Windows.Forms.CheckBox();
     this.lblKanal2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.optTwoChannel = new System.Windows.Forms.RadioButton();
     this.optOneChannel = new System.Windows.Forms.RadioButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.ipAddressControl = new IPAddressControlLib.IPAddressControl();
     this.cmdSelectStep7UDT = new System.Windows.Forms.Button();
     this.cmdConnect = new System.Windows.Forms.Button();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.cmdSettExport = new System.Windows.Forms.Button();
     this.cmdSettImport = new System.Windows.Forms.Button();
     this.cmdSettingsSave = new System.Windows.Forms.Button();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.picConnection1 = new System.Windows.Forms.PictureBox();
     this.picConnection2 = new System.Windows.Forms.PictureBox();
     this.cmdDisconnect = new System.Windows.Forms.Button();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.Bezeichnung = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Laenge = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cmdFormat = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Input = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Wert = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Wert_hex = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.faTabStrip1.SuspendLayout();
     this.faTabStripItemInfo.SuspendLayout();
     this.faTabStripItemSend.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendTabelle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendSendTable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendQuittTable)).BeginInit();
     this.faTabStripItemRecieve.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdEmpfang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaEmpfangstelegrammAufgeschluesselt)).BeginInit();
     this.faTabStripItemSettings.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberLength)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberPosition)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numPort2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPort1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picConnection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picConnection2)).BeginInit();
     this.SuspendLayout();
     //
     // faTabStrip1
     //
     this.faTabStrip1.Controls.Add(this.faTabStripItemInfo);
     this.faTabStrip1.Controls.Add(this.faTabStripItemSend);
     this.faTabStrip1.Controls.Add(this.faTabStripItemRecieve);
     this.faTabStrip1.Controls.Add(this.faTabStripItemSettings);
     this.faTabStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.faTabStrip1.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.faTabStrip1.Location = new System.Drawing.Point(3, 53);
     this.faTabStrip1.Name = "faTabStrip1";
     this.faTabStrip1.SelectedIndex = 0;
     this.faTabStrip1.Size = new System.Drawing.Size(896, 569);
     this.faTabStrip1.TabIndex = 2;
     this.faTabStrip1.Text = "Sende Tabelle";
     //
     // faTabStripItemInfo
     //
     this.faTabStripItemInfo.Controls.Add(this.label10);
     this.faTabStripItemInfo.Controls.Add(this.label9);
     this.faTabStripItemInfo.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemInfo.Name = "faTabStripItemInfo";
     this.faTabStripItemInfo.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemInfo.TabIndex = 3;
     this.faTabStripItemInfo.Text = "Info";
     //
     // label10
     //
     this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label10.Location = new System.Drawing.Point(74, 59);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(726, 81);
     this.label10.TabIndex = 0;
     this.label10.Text = resources.GetString("label10.Text");
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 25);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(31, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Info:";
     //
     // faTabStripItemSend
     //
     this.faTabStripItemSend.Controls.Add(this.tableLayoutPanel1);
     this.faTabStripItemSend.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemSend.Name = "faTabStripItemSend";
     this.faTabStripItemSend.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemSend.TabIndex = 0;
     this.faTabStripItemSend.Text = "Sende Tabelle";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel1.Controls.Add(this.cmdClearSend, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.splitContainer2, 0, 0);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(888, 543);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // cmdClearSend
     //
     this.cmdClearSend.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdClearSend.Location = new System.Drawing.Point(741, 514);
     this.cmdClearSend.Name = "cmdClearSend";
     this.cmdClearSend.Size = new System.Drawing.Size(144, 25);
     this.cmdClearSend.TabIndex = 5;
     this.cmdClearSend.Text = "CLR";
     this.cmdClearSend.UseVisualStyleBackColor = true;
     this.cmdClearSend.Click += new System.EventHandler(this.cmdClearSend_Click);
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.lblStatus, 0, 2);
     this.tableLayoutPanel3.Controls.Add(this.cmdSend, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.lblTeleLength, 0, 3);
     this.tableLayoutPanel3.Controls.Add(this.panel2, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.panel4, 0, 4);
     this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(741, 3);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 5;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 99F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel3.Size = new System.Drawing.Size(144, 505);
     this.tableLayoutPanel3.TabIndex = 3;
     //
     // lblStatus
     //
     this.lblStatus.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblStatus.Location = new System.Drawing.Point(3, 90);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(138, 99);
     this.lblStatus.TabIndex = 7;
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmdSend
     //
     this.cmdSend.Location = new System.Drawing.Point(3, 3);
     this.cmdSend.Name = "cmdSend";
     this.cmdSend.Size = new System.Drawing.Size(138, 24);
     this.cmdSend.TabIndex = 6;
     this.cmdSend.Text = "Senden";
     this.cmdSend.UseVisualStyleBackColor = true;
     this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click);
     //
     // lblTeleLength
     //
     this.lblTeleLength.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblTeleLength.Location = new System.Drawing.Point(3, 189);
     this.lblTeleLength.Name = "lblTeleLength";
     this.lblTeleLength.Size = new System.Drawing.Size(138, 64);
     this.lblTeleLength.TabIndex = 9;
     this.lblTeleLength.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.numericUpDown1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(3, 33);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(138, 54);
     this.panel2.TabIndex = 10;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(8, 8);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(66, 13);
     this.label7.TabIndex = 1;
     this.label7.Text = "Laufnummer";
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(18, 24);
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.Size = new System.Drawing.Size(102, 21);
     this.numericUpDown1.TabIndex = 0;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.lblLenEmpf);
     this.panel4.Controls.Add(this.label8);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(3, 256);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(138, 246);
     this.panel4.TabIndex = 11;
     //
     // lblLenEmpf
     //
     this.lblLenEmpf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblLenEmpf.Location = new System.Drawing.Point(15, 159);
     this.lblLenEmpf.Name = "lblLenEmpf";
     this.lblLenEmpf.Size = new System.Drawing.Size(40, 13);
     this.lblLenEmpf.TabIndex = 0;
     //
     // label8
     //
     this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(11, 143);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(40, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Länge:";
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(3, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
     this.tableLayoutPanel1.SetRowSpan(this.splitContainer2, 2);
     this.splitContainer2.Size = new System.Drawing.Size(732, 537);
     this.splitContainer2.SplitterDistance = 304;
     this.splitContainer2.TabIndex = 4;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.tableLayoutPanel5);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.dtaSendTabelle);
     this.splitContainer3.Size = new System.Drawing.Size(732, 304);
     this.splitContainer3.SplitterDistance = 75;
     this.splitContainer3.TabIndex = 0;
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.ColumnCount = 2;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel5.Controls.Add(this.lstStoredSenddata, 0, 0);
     this.tableLayoutPanel5.Controls.Add(this.panel3, 1, 0);
     this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel5.Name = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 1;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.Size = new System.Drawing.Size(732, 75);
     this.tableLayoutPanel5.TabIndex = 0;
     //
     // lstStoredSenddata
     //
     this.lstStoredSenddata.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstStoredSenddata.FormattingEnabled = true;
     this.lstStoredSenddata.Location = new System.Drawing.Point(3, 3);
     this.lstStoredSenddata.Name = "lstStoredSenddata";
     this.lstStoredSenddata.Size = new System.Drawing.Size(626, 69);
     this.lstStoredSenddata.TabIndex = 0;
     this.lstStoredSenddata.DoubleClick += new System.EventHandler(this.lstStoredSenddata_DoubleClick);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.cmdRemoveSendeTele);
     this.panel3.Controls.Add(this.cmdAddSendeTele);
     this.panel3.Location = new System.Drawing.Point(635, 3);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(94, 69);
     this.panel3.TabIndex = 1;
     //
     // cmdRemoveSendeTele
     //
     this.cmdRemoveSendeTele.Location = new System.Drawing.Point(8, 41);
     this.cmdRemoveSendeTele.Name = "cmdRemoveSendeTele";
     this.cmdRemoveSendeTele.Size = new System.Drawing.Size(76, 22);
     this.cmdRemoveSendeTele.TabIndex = 0;
     this.cmdRemoveSendeTele.Text = "Remove";
     this.cmdRemoveSendeTele.UseVisualStyleBackColor = true;
     this.cmdRemoveSendeTele.Click += new System.EventHandler(this.cmdRemoveSendeTele_Click);
     //
     // cmdAddSendeTele
     //
     this.cmdAddSendeTele.Location = new System.Drawing.Point(8, 13);
     this.cmdAddSendeTele.Name = "cmdAddSendeTele";
     this.cmdAddSendeTele.Size = new System.Drawing.Size(76, 22);
     this.cmdAddSendeTele.TabIndex = 0;
     this.cmdAddSendeTele.Text = "Add";
     this.cmdAddSendeTele.UseVisualStyleBackColor = true;
     this.cmdAddSendeTele.Click += new System.EventHandler(this.cmdAddSendeTele_Click);
     //
     // dtaSendTabelle
     //
     this.dtaSendTabelle.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaSendTabelle.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaSendTabelle.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Bezeichnung,
     this.Laenge,
     this.cmdFormat,
     this.Input,
     this.Wert,
     this.Wert_hex});
     this.dtaSendTabelle.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaSendTabelle.Location = new System.Drawing.Point(0, 0);
     this.dtaSendTabelle.Name = "dtaSendTabelle";
     this.dtaSendTabelle.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaSendTabelle.Size = new System.Drawing.Size(732, 225);
     this.dtaSendTabelle.TabIndex = 4;
     this.dtaSendTabelle.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtaSendTabelle_CellEndEdit);
     this.dtaSendTabelle.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dtaSendTabelle_RowsAdded);
     //
     // splitContainer4
     //
     this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name = "splitContainer4";
     this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.dtaSendSendTable);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.dtaSendQuittTable);
     this.splitContainer4.Size = new System.Drawing.Size(732, 229);
     this.splitContainer4.SplitterDistance = 108;
     this.splitContainer4.TabIndex = 0;
     //
     // dtaSendSendTable
     //
     this.dtaSendSendTable.AllowUserToAddRows = false;
     this.dtaSendSendTable.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaSendSendTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaSendSendTable.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn1});
     this.dtaSendSendTable.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaSendSendTable.Location = new System.Drawing.Point(0, 0);
     this.dtaSendSendTable.Name = "dtaSendSendTable";
     this.dtaSendSendTable.ReadOnly = true;
     this.dtaSendSendTable.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaSendSendTable.Size = new System.Drawing.Size(732, 108);
     this.dtaSendSendTable.TabIndex = 7;
     this.dtaSendSendTable.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtaSendSendTable_CellContentClick);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "Gesendete Telegramme";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     //
     // dtaSendQuittTable
     //
     this.dtaSendQuittTable.AllowUserToAddRows = false;
     this.dtaSendQuittTable.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaSendQuittTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaSendQuittTable.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSendQuittText});
     this.dtaSendQuittTable.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaSendQuittTable.Location = new System.Drawing.Point(0, 0);
     this.dtaSendQuittTable.Name = "dtaSendQuittTable";
     this.dtaSendQuittTable.ReadOnly = true;
     this.dtaSendQuittTable.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaSendQuittTable.Size = new System.Drawing.Size(732, 117);
     this.dtaSendQuittTable.TabIndex = 6;
     //
     // colSendQuittText
     //
     this.colSendQuittText.HeaderText = "Empfangene Quittungen";
     this.colSendQuittText.Name = "colSendQuittText";
     this.colSendQuittText.ReadOnly = true;
     //
     // faTabStripItemRecieve
     //
     this.faTabStripItemRecieve.Controls.Add(this.tableLayoutPanel2);
     this.faTabStripItemRecieve.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemRecieve.Name = "faTabStripItemRecieve";
     this.faTabStripItemRecieve.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemRecieve.TabIndex = 1;
     this.faTabStripItemRecieve.Text = "Empfangs FIFO";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel2.Controls.Add(this.kryptonButton2, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.splitContainer1, 0, 0);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(888, 543);
     this.tableLayoutPanel2.TabIndex = 2;
     //
     // kryptonButton2
     //
     this.kryptonButton2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonButton2.Location = new System.Drawing.Point(741, 3);
     this.kryptonButton2.Name = "kryptonButton2";
     this.kryptonButton2.Size = new System.Drawing.Size(144, 40);
     this.kryptonButton2.TabIndex = 4;
     this.kryptonButton2.Text = "CLR";
     this.kryptonButton2.UseVisualStyleBackColor = true;
     this.kryptonButton2.Click += new System.EventHandler(this.kryptonButton2_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 3);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.grdEmpfang);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dtaEmpfangstelegrammAufgeschluesselt);
     this.splitContainer1.Size = new System.Drawing.Size(732, 537);
     this.splitContainer1.SplitterDistance = 210;
     this.splitContainer1.TabIndex = 5;
     //
     // grdEmpfang
     //
     this.grdEmpfang.AllowUserToAddRows = false;
     this.grdEmpfang.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.grdEmpfang.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdEmpfang.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colEmpf});
     this.grdEmpfang.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdEmpfang.Location = new System.Drawing.Point(0, 0);
     this.grdEmpfang.Name = "grdEmpfang";
     this.grdEmpfang.ReadOnly = true;
     this.grdEmpfang.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grdEmpfang.Size = new System.Drawing.Size(732, 210);
     this.grdEmpfang.TabIndex = 4;
     this.grdEmpfang.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdEmpfang_CellClick);
     this.grdEmpfang.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdEmpfang_CellContentClick);
     //
     // colEmpf
     //
     this.colEmpf.HeaderText = "Empfangstelegramme";
     this.colEmpf.Name = "colEmpf";
     this.colEmpf.ReadOnly = true;
     //
     // dtaEmpfangstelegrammAufgeschluesselt
     //
     this.dtaEmpfangstelegrammAufgeschluesselt.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaEmpfangstelegrammAufgeschluesselt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaEmpfangstelegrammAufgeschluesselt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colEmpfBezeichnung,
     this.colEmpfLaenge,
     this.colEmpfWert});
     this.dtaEmpfangstelegrammAufgeschluesselt.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaEmpfangstelegrammAufgeschluesselt.Location = new System.Drawing.Point(0, 0);
     this.dtaEmpfangstelegrammAufgeschluesselt.Name = "dtaEmpfangstelegrammAufgeschluesselt";
     this.dtaEmpfangstelegrammAufgeschluesselt.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaEmpfangstelegrammAufgeschluesselt.Size = new System.Drawing.Size(732, 323);
     this.dtaEmpfangstelegrammAufgeschluesselt.TabIndex = 5;
     //
     // colEmpfBezeichnung
     //
     this.colEmpfBezeichnung.HeaderText = "Bezeichnung";
     this.colEmpfBezeichnung.Name = "colEmpfBezeichnung";
     //
     // colEmpfLaenge
     //
     this.colEmpfLaenge.HeaderText = "Länge";
     this.colEmpfLaenge.Name = "colEmpfLaenge";
     //
     // colEmpfWert
     //
     this.colEmpfWert.HeaderText = "Wert";
     this.colEmpfWert.Name = "colEmpfWert";
     //
     // faTabStripItemSettings
     //
     this.faTabStripItemSettings.Controls.Add(this.groupBox4);
     this.faTabStripItemSettings.Controls.Add(this.groupBox3);
     this.faTabStripItemSettings.Controls.Add(this.groupBox2);
     this.faTabStripItemSettings.Controls.Add(this.groupBox1);
     this.faTabStripItemSettings.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemSettings.Name = "faTabStripItemSettings";
     this.faTabStripItemSettings.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemSettings.TabIndex = 2;
     this.faTabStripItemSettings.Text = "Einstellungen";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label11);
     this.groupBox4.Controls.Add(this.numericUpDown2);
     this.groupBox4.Controls.Add(this.label5);
     this.groupBox4.Controls.Add(this.cmdDelTele);
     this.groupBox4.Controls.Add(this.cmdEditQuittFields);
     this.groupBox4.Controls.Add(this.lstQuitt);
     this.groupBox4.Controls.Add(this.chkAutoQuitt);
     this.groupBox4.Location = new System.Drawing.Point(409, 18);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(176, 267);
     this.groupBox4.TabIndex = 8;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Quittungs Parameter";
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(6, 218);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(164, 20);
     this.label11.TabIndex = 18;
     this.label11.Text = "Max Länge:";
     //
     // numericUpDown2
     //
     this.numericUpDown2.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "MaxLengthQuitt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numericUpDown2.Location = new System.Drawing.Point(28, 241);
     this.numericUpDown2.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numericUpDown2.Name = "numericUpDown2";
     this.numericUpDown2.Size = new System.Drawing.Size(141, 21);
     this.numericUpDown2.TabIndex = 17;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 164);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(164, 54);
     this.label5.TabIndex = 16;
     this.label5.Text = "Wenn automatisch quittieren eingeschaltet ist werden im Telegramm die Positionen " +
     "durch den Text ersetzt";
     //
     // cmdDelTele
     //
     this.cmdDelTele.Location = new System.Drawing.Point(6, 139);
     this.cmdDelTele.Name = "cmdDelTele";
     this.cmdDelTele.Size = new System.Drawing.Size(58, 22);
     this.cmdDelTele.TabIndex = 12;
     this.cmdDelTele.Text = "Del";
     this.cmdDelTele.UseVisualStyleBackColor = true;
     this.cmdDelTele.Click += new System.EventHandler(this.cmdDelTele_Click);
     //
     // cmdEditQuittFields
     //
     this.cmdEditQuittFields.Location = new System.Drawing.Point(112, 139);
     this.cmdEditQuittFields.Name = "cmdEditQuittFields";
     this.cmdEditQuittFields.Size = new System.Drawing.Size(58, 22);
     this.cmdEditQuittFields.TabIndex = 12;
     this.cmdEditQuittFields.Text = "Add";
     this.cmdEditQuittFields.UseVisualStyleBackColor = true;
     this.cmdEditQuittFields.Click += new System.EventHandler(this.cmdEditQuittFields_Click);
     //
     // lstQuitt
     //
     this.lstQuitt.FormattingEnabled = true;
     this.lstQuitt.Location = new System.Drawing.Point(6, 38);
     this.lstQuitt.Name = "lstQuitt";
     this.lstQuitt.Size = new System.Drawing.Size(164, 82);
     this.lstQuitt.TabIndex = 12;
     //
     // chkAutoQuitt
     //
     this.chkAutoQuitt.AutoSize = true;
     this.chkAutoQuitt.Checked = true;
     this.chkAutoQuitt.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkAutoQuitt.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "AutomaticQuitt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chkAutoQuitt.Location = new System.Drawing.Point(6, 20);
     this.chkAutoQuitt.Name = "chkAutoQuitt";
     this.chkAutoQuitt.Size = new System.Drawing.Size(134, 17);
     this.chkAutoQuitt.TabIndex = 15;
     this.chkAutoQuitt.Text = "Automatisch quittieren";
     this.chkAutoQuitt.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.numSequenceNumberLength);
     this.groupBox3.Controls.Add(this.numSequenceNumberPosition);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Location = new System.Drawing.Point(11, 103);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(176, 107);
     this.groupBox3.TabIndex = 8;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Telegramm Parameter";
     //
     // numSequenceNumberLength
     //
     this.numSequenceNumberLength.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SequenceNumberLength", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numSequenceNumberLength.Location = new System.Drawing.Point(12, 75);
     this.numSequenceNumberLength.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numSequenceNumberLength.Name = "numSequenceNumberLength";
     this.numSequenceNumberLength.Size = new System.Drawing.Size(141, 21);
     this.numSequenceNumberLength.TabIndex = 12;
     //
     // numSequenceNumberPosition
     //
     this.numSequenceNumberPosition.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SequenceNumberPosition", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numSequenceNumberPosition.Location = new System.Drawing.Point(12, 34);
     this.numSequenceNumberPosition.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numSequenceNumberPosition.Name = "numSequenceNumberPosition";
     this.numSequenceNumberPosition.Size = new System.Drawing.Size(141, 21);
     this.numSequenceNumberPosition.TabIndex = 12;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(9, 59);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(98, 13);
     this.label4.TabIndex = 14;
     this.label4.Text = "Laufnummer Länge";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(9, 18);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(106, 13);
     this.label6.TabIndex = 14;
     this.label6.Text = "Laufnummer Position";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.chkChanel2active);
     this.groupBox2.Controls.Add(this.numPort2);
     this.groupBox2.Controls.Add(this.numPort1);
     this.groupBox2.Controls.Add(this.lblKanal2Port);
     this.groupBox2.Controls.Add(this.chkChanel1active);
     this.groupBox2.Controls.Add(this.lblKanal2);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.optTwoChannel);
     this.groupBox2.Controls.Add(this.optOneChannel);
     this.groupBox2.Location = new System.Drawing.Point(216, 18);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(187, 232);
     this.groupBox2.TabIndex = 8;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Verbindungs Parameter";
     //
     // chkChanel2active
     //
     this.chkChanel2active.AutoSize = true;
     this.chkChanel2active.Checked = true;
     this.chkChanel2active.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkChanel2active.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "RecieveConnectionActive", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chkChanel2active.Enabled = false;
     this.chkChanel2active.Location = new System.Drawing.Point(121, 171);
     this.chkChanel2active.Name = "chkChanel2active";
     this.chkChanel2active.Size = new System.Drawing.Size(49, 17);
     this.chkChanel2active.TabIndex = 15;
     this.chkChanel2active.Text = "aktiv";
     this.chkChanel2active.UseVisualStyleBackColor = true;
     //
     // numPort2
     //
     this.numPort2.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "RecievePort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numPort2.Enabled = false;
     this.numPort2.Location = new System.Drawing.Point(27, 188);
     this.numPort2.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numPort2.Name = "numPort2";
     this.numPort2.Size = new System.Drawing.Size(141, 21);
     this.numPort2.TabIndex = 12;
     //
     // numPort1
     //
     this.numPort1.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SendPort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numPort1.Location = new System.Drawing.Point(27, 120);
     this.numPort1.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numPort1.Name = "numPort1";
     this.numPort1.Size = new System.Drawing.Size(141, 21);
     this.numPort1.TabIndex = 12;
     //
     // lblKanal2Port
     //
     this.lblKanal2Port.AutoSize = true;
     this.lblKanal2Port.Enabled = false;
     this.lblKanal2Port.Location = new System.Drawing.Point(24, 172);
     this.lblKanal2Port.Name = "lblKanal2Port";
     this.lblKanal2Port.Size = new System.Drawing.Size(27, 13);
     this.lblKanal2Port.TabIndex = 14;
     this.lblKanal2Port.Text = "Port";
     //
     // chkChanel1active
     //
     this.chkChanel1active.AutoSize = true;
     this.chkChanel1active.Checked = true;
     this.chkChanel1active.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkChanel1active.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "SendConnectionActive", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chkChanel1active.Location = new System.Drawing.Point(121, 103);
     this.chkChanel1active.Name = "chkChanel1active";
     this.chkChanel1active.Size = new System.Drawing.Size(49, 17);
     this.chkChanel1active.TabIndex = 15;
     this.chkChanel1active.Text = "aktiv";
     this.chkChanel1active.UseVisualStyleBackColor = true;
     //
     // lblKanal2
     //
     this.lblKanal2.AutoSize = true;
     this.lblKanal2.Enabled = false;
     this.lblKanal2.Location = new System.Drawing.Point(9, 150);
     this.lblKanal2.Name = "lblKanal2";
     this.lblKanal2.Size = new System.Drawing.Size(88, 13);
     this.lblKanal2.TabIndex = 14;
     this.lblKanal2.Text = "Kanal 2 (recieve)";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(24, 104);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(27, 13);
     this.label3.TabIndex = 14;
     this.label3.Text = "Port";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(9, 82);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(121, 13);
     this.label2.TabIndex = 14;
     this.label2.Text = "Kanal 1 (send / recieve)";
     //
     // optTwoChannel
     //
     this.optTwoChannel.AutoSize = true;
     this.optTwoChannel.Checked = true;
     this.optTwoChannel.Location = new System.Drawing.Point(6, 43);
     this.optTwoChannel.Name = "optTwoChannel";
     this.optTwoChannel.Size = new System.Drawing.Size(60, 17);
     this.optTwoChannel.TabIndex = 14;
     this.optTwoChannel.TabStop = true;
     this.optTwoChannel.Text = "2 Kanal";
     this.optTwoChannel.UseVisualStyleBackColor = true;
     this.optTwoChannel.CheckedChanged += new System.EventHandler(this.optTwoChannel_CheckedChanged);
     //
     // optOneChannel
     //
     this.optOneChannel.AutoSize = true;
     this.optOneChannel.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "UseOnlyOneConnection", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.optOneChannel.Location = new System.Drawing.Point(6, 20);
     this.optOneChannel.Name = "optOneChannel";
     this.optOneChannel.Size = new System.Drawing.Size(60, 17);
     this.optOneChannel.TabIndex = 14;
     this.optOneChannel.Text = "1 Kanal";
     this.optOneChannel.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.ipAddressControl);
     this.groupBox1.Location = new System.Drawing.Point(11, 18);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(176, 79);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Verbindungs Parameter";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 27);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(87, 13);
     this.label1.TabIndex = 12;
     this.label1.Text = "IP - Adresse SPS";
     //
     // ipAddressControl
     //
     this.ipAddressControl.AllowInternalTab = false;
     this.ipAddressControl.AutoHeight = true;
     this.ipAddressControl.BackColor = System.Drawing.SystemColors.Window;
     this.ipAddressControl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.ipAddressControl.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.ipAddressControl.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Kopplungstester.Properties.Settings.Default, "IPAddress", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.ipAddressControl.Location = new System.Drawing.Point(12, 52);
     this.ipAddressControl.Margin = new System.Windows.Forms.Padding(4);
     this.ipAddressControl.MinimumSize = new System.Drawing.Size(87, 21);
     this.ipAddressControl.Name = "ipAddressControl";
     this.ipAddressControl.ReadOnly = false;
     this.ipAddressControl.Size = new System.Drawing.Size(141, 21);
     this.ipAddressControl.TabIndex = 13;
     this.ipAddressControl.Text = "...";
     //
     // cmdSelectStep7UDT
     //
     this.cmdSelectStep7UDT.Location = new System.Drawing.Point(281, 3);
     this.cmdSelectStep7UDT.Name = "cmdSelectStep7UDT";
     this.cmdSelectStep7UDT.Size = new System.Drawing.Size(136, 40);
     this.cmdSelectStep7UDT.TabIndex = 6;
     this.cmdSelectStep7UDT.Text = "Send/Recieve Struktur\r\naus Step7 UDT";
     this.cmdSelectStep7UDT.UseVisualStyleBackColor = true;
     this.cmdSelectStep7UDT.Click += new System.EventHandler(this.cmdSelectStep7UDT_Click);
     //
     // cmdConnect
     //
     this.cmdConnect.Location = new System.Drawing.Point(3, 3);
     this.cmdConnect.Name = "cmdConnect";
     this.cmdConnect.Size = new System.Drawing.Size(107, 40);
     this.cmdConnect.TabIndex = 11;
     this.cmdConnect.Text = "Connect";
     this.cmdConnect.UseVisualStyleBackColor = true;
     this.cmdConnect.Click += new System.EventHandler(this.cmdConnect_Click);
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 1;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.Controls.Add(this.faTabStrip1, 0, 1);
     this.tableLayoutPanel4.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 2;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel4.Size = new System.Drawing.Size(902, 625);
     this.tableLayoutPanel4.TabIndex = 3;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.cmdSettExport);
     this.panel1.Controls.Add(this.cmdSettImport);
     this.panel1.Controls.Add(this.cmdSettingsSave);
     this.panel1.Controls.Add(this.flowLayoutPanel1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(896, 44);
     this.panel1.TabIndex = 3;
     //
     // cmdSettExport
     //
     this.cmdSettExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSettExport.Location = new System.Drawing.Point(636, 1);
     this.cmdSettExport.Name = "cmdSettExport";
     this.cmdSettExport.Size = new System.Drawing.Size(69, 40);
     this.cmdSettExport.TabIndex = 12;
     this.cmdSettExport.Text = "Settings export";
     this.cmdSettExport.UseVisualStyleBackColor = true;
     this.cmdSettExport.Click += new System.EventHandler(this.cmdSettExport_Click);
     //
     // cmdSettImport
     //
     this.cmdSettImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSettImport.Location = new System.Drawing.Point(711, 1);
     this.cmdSettImport.Name = "cmdSettImport";
     this.cmdSettImport.Size = new System.Drawing.Size(69, 40);
     this.cmdSettImport.TabIndex = 12;
     this.cmdSettImport.Text = "Settings import";
     this.cmdSettImport.UseVisualStyleBackColor = true;
     this.cmdSettImport.Click += new System.EventHandler(this.cmdSettImport_Click);
     //
     // cmdSettingsSave
     //
     this.cmdSettingsSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSettingsSave.Location = new System.Drawing.Point(786, 1);
     this.cmdSettingsSave.Name = "cmdSettingsSave";
     this.cmdSettingsSave.Size = new System.Drawing.Size(107, 40);
     this.cmdSettingsSave.TabIndex = 12;
     this.cmdSettingsSave.Text = "Änderungen Speichern";
     this.cmdSettingsSave.UseVisualStyleBackColor = true;
     this.cmdSettingsSave.Click += new System.EventHandler(this.cmdSettingsSave_Click);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.cmdConnect);
     this.flowLayoutPanel1.Controls.Add(this.picConnection1);
     this.flowLayoutPanel1.Controls.Add(this.picConnection2);
     this.flowLayoutPanel1.Controls.Add(this.cmdDisconnect);
     this.flowLayoutPanel1.Controls.Add(this.cmdSelectStep7UDT);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, -3);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(550, 44);
     this.flowLayoutPanel1.TabIndex = 3;
     //
     // picConnection1
     //
     this.picConnection1.BackColor = System.Drawing.Color.Red;
     this.picConnection1.Location = new System.Drawing.Point(116, 3);
     this.picConnection1.Name = "picConnection1";
     this.picConnection1.Size = new System.Drawing.Size(20, 41);
     this.picConnection1.TabIndex = 12;
     this.picConnection1.TabStop = false;
     this.toolTip.SetToolTip(this.picConnection1, "Sende Verbindung aufgebaut");
     //
     // picConnection2
     //
     this.picConnection2.BackColor = System.Drawing.Color.Red;
     this.picConnection2.Location = new System.Drawing.Point(142, 3);
     this.picConnection2.Name = "picConnection2";
     this.picConnection2.Size = new System.Drawing.Size(20, 41);
     this.picConnection2.TabIndex = 12;
     this.picConnection2.TabStop = false;
     this.toolTip.SetToolTip(this.picConnection2, "Recieve Verbindung aufgebaut");
     //
     // cmdDisconnect
     //
     this.cmdDisconnect.Location = new System.Drawing.Point(168, 3);
     this.cmdDisconnect.Name = "cmdDisconnect";
     this.cmdDisconnect.Size = new System.Drawing.Size(107, 40);
     this.cmdDisconnect.TabIndex = 11;
     this.cmdDisconnect.Text = "Disconnect";
     this.cmdDisconnect.UseVisualStyleBackColor = true;
     this.cmdDisconnect.Click += new System.EventHandler(this.cmdDisconnect_Click);
     //
     // Bezeichnung
     //
     this.Bezeichnung.HeaderText = "Bezeichnung";
     this.Bezeichnung.Name = "Bezeichnung";
     //
     // Laenge
     //
     this.Laenge.HeaderText = "Länge";
     this.Laenge.Name = "Laenge";
     //
     // cmdFormat
     //
     this.cmdFormat.HeaderText = "Format";
     this.cmdFormat.Items.AddRange(new object[] {
     "Ascii",
     "Hex",
     "Int",
     "DInt"});
     this.cmdFormat.Name = "cmdFormat";
     //
     // Input
     //
     this.Input.HeaderText = "Input";
     this.Input.Name = "Input";
     //
     // Wert
     //
     this.Wert.HeaderText = "Wert";
     this.Wert.Name = "Wert";
     //
     // Wert_hex
     //
     this.Wert_hex.HeaderText = "Wert (HEX)";
     this.Wert_hex.Name = "Wert_hex";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(902, 625);
     this.Controls.Add(this.tableLayoutPanel4);
     this.Name = "MainForm";
     this.Text = "Kopplungstester";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.faTabStrip1.ResumeLayout(false);
     this.faTabStripItemInfo.ResumeLayout(false);
     this.faTabStripItemInfo.PerformLayout();
     this.faTabStripItemSend.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.tableLayoutPanel5.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendTabelle)).EndInit();
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
     this.splitContainer4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendSendTable)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendQuittTable)).EndInit();
     this.faTabStripItemRecieve.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdEmpfang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaEmpfangstelegrammAufgeschluesselt)).EndInit();
     this.faTabStripItemSettings.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberLength)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberPosition)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numPort2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPort1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picConnection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picConnection2)).EndInit();
     this.ResumeLayout(false);
 }
Example #22
0
 /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Formula_Form));
     this.pn_listado = new System.Windows.Forms.Panel();
     this.Listado = new System.Windows.Forms.DataGridView();
     this.TipoFormulaBS = new System.Windows.Forms.BindingSource(this.components);
     this.FormulateBS = new System.Windows.Forms.BindingSource(this.components);
     this.paginacionFormula = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
     this.Btn_nuevo = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.buscarLbl = new System.Windows.Forms.ToolStripLabel();
     this.busquedaTxt = new System.Windows.Forms.ToolStripTextBox();
     this.criterioCbx = new System.Windows.Forms.ToolStripComboBox();
     this.pn_crear = new System.Windows.Forms.Panel();
     this.crearGbx = new System.Windows.Forms.GroupBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.Btn_Cancelar = new System.Windows.Forms.Button();
     this.Btn_Crear = new System.Windows.Forms.Button();
     this.txt_Descripcion = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.pn_editar = new System.Windows.Forms.Panel();
     this.editarGbx = new System.Windows.Forms.GroupBox();
     this.button1 = new System.Windows.Forms.Button();
     this.updateDescripcionTxt = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.updateNombreTxt = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.Btn_Guardar = new System.Windows.Forms.Button();
     this.eP_errors = new System.Windows.Forms.ErrorProvider(this.components);
     this.nROFORMULADataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nROTIPOFORMULADataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nOMBREDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NROTIPOFORMULA = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.eXPRESIONDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dESCRIPCIONDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Editar = new System.Windows.Forms.DataGridViewButtonColumn();
     this.Eliminar = new System.Windows.Forms.DataGridViewButtonColumn();
     this.pn_listado.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Listado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TipoFormulaBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FormulateBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.paginacionFormula)).BeginInit();
     this.paginacionFormula.SuspendLayout();
     this.pn_crear.SuspendLayout();
     this.crearGbx.SuspendLayout();
     this.pn_editar.SuspendLayout();
     this.editarGbx.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.eP_errors)).BeginInit();
     this.SuspendLayout();
     //
     // pn_listado
     //
     this.pn_listado.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pn_listado.Controls.Add(this.Listado);
     this.pn_listado.Controls.Add(this.paginacionFormula);
     this.pn_listado.Location = new System.Drawing.Point(0, 0);
     this.pn_listado.Name = "pn_listado";
     this.pn_listado.Size = new System.Drawing.Size(702, 323);
     this.pn_listado.TabIndex = 0;
     //
     // Listado
     //
     this.Listado.AllowUserToAddRows = false;
     this.Listado.AllowUserToDeleteRows = false;
     this.Listado.AutoGenerateColumns = false;
     this.Listado.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.Listado.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.Listado.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.nROFORMULADataGridViewTextBoxColumn,
     this.nROTIPOFORMULADataGridViewTextBoxColumn,
     this.nOMBREDataGridViewTextBoxColumn,
     this.NROTIPOFORMULA,
     this.eXPRESIONDataGridViewTextBoxColumn,
     this.dESCRIPCIONDataGridViewTextBoxColumn,
     this.Editar,
     this.Eliminar});
     this.Listado.DataSource = this.FormulateBS;
     this.Listado.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Listado.Location = new System.Drawing.Point(0, 25);
     this.Listado.Name = "Listado";
     this.Listado.ReadOnly = true;
     this.Listado.Size = new System.Drawing.Size(698, 294);
     this.Listado.TabIndex = 0;
     this.Listado.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Listado_CellValueChanged);
     //
     // TipoFormulaBS
     //
     this.TipoFormulaBS.DataSource = typeof(SIFCA_DAL.TIPOFORMULA);
     //
     // FormulateBS
     //
     this.FormulateBS.DataSource = typeof(SIFCA_DAL.FORMULA);
     //
     // paginacionFormula
     //
     this.paginacionFormula.AddNewItem = null;
     this.paginacionFormula.BindingSource = this.FormulateBS;
     this.paginacionFormula.CountItem = this.bindingNavigatorCountItem;
     this.paginacionFormula.DeleteItem = null;
     this.paginacionFormula.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.Btn_nuevo,
     this.bindingNavigatorMoveFirstItem,
     this.bindingNavigatorMovePreviousItem,
     this.bindingNavigatorSeparator,
     this.bindingNavigatorPositionItem,
     this.bindingNavigatorCountItem,
     this.bindingNavigatorSeparator1,
     this.bindingNavigatorMoveNextItem,
     this.bindingNavigatorMoveLastItem,
     this.bindingNavigatorSeparator2,
     this.buscarLbl,
     this.busquedaTxt,
     this.criterioCbx});
     this.paginacionFormula.Location = new System.Drawing.Point(0, 0);
     this.paginacionFormula.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
     this.paginacionFormula.MoveLastItem = this.bindingNavigatorMoveLastItem;
     this.paginacionFormula.MoveNextItem = this.bindingNavigatorMoveNextItem;
     this.paginacionFormula.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.paginacionFormula.Name = "paginacionFormula";
     this.paginacionFormula.PositionItem = this.bindingNavigatorPositionItem;
     this.paginacionFormula.Size = new System.Drawing.Size(698, 25);
     this.paginacionFormula.TabIndex = 4;
     this.paginacionFormula.Text = "bindingNavigator1";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size = new System.Drawing.Size(37, 22);
     this.bindingNavigatorCountItem.Text = "de {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Número total de elementos";
     //
     // Btn_nuevo
     //
     this.Btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.Btn_nuevo.Image = ((System.Drawing.Image)(resources.GetObject("Btn_nuevo.Image")));
     this.Btn_nuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Btn_nuevo.Name = "Btn_nuevo";
     this.Btn_nuevo.Size = new System.Drawing.Size(46, 22);
     this.Btn_nuevo.Text = "Nuevo";
     this.Btn_nuevo.Click += new System.EventHandler(this.Btn_nuevo_Click);
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Mover primero";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Mover anterior";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Posición";
     this.bindingNavigatorPositionItem.AutoSize = false;
     this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Posición actual";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Mover siguiente";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Mover último";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // buscarLbl
     //
     this.buscarLbl.Name = "buscarLbl";
     this.buscarLbl.Size = new System.Drawing.Size(45, 22);
     this.buscarLbl.Text = "Buscar:";
     //
     // busquedaTxt
     //
     this.busquedaTxt.Name = "busquedaTxt";
     this.busquedaTxt.Size = new System.Drawing.Size(150, 25);
     this.busquedaTxt.TextChanged += new System.EventHandler(this.busquedaTxt_TextChanged);
     //
     // criterioCbx
     //
     this.criterioCbx.Items.AddRange(new object[] {
     "Nombre",
     "Descripción"});
     this.criterioCbx.Name = "criterioCbx";
     this.criterioCbx.Size = new System.Drawing.Size(121, 25);
     //
     // pn_crear
     //
     this.pn_crear.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pn_crear.Controls.Add(this.crearGbx);
     this.pn_crear.Location = new System.Drawing.Point(0, 0);
     this.pn_crear.Name = "pn_crear";
     this.pn_crear.Size = new System.Drawing.Size(339, 269);
     this.pn_crear.TabIndex = 1;
     //
     // crearGbx
     //
     this.crearGbx.Controls.Add(this.textBox1);
     this.crearGbx.Controls.Add(this.label3);
     this.crearGbx.Controls.Add(this.Btn_Cancelar);
     this.crearGbx.Controls.Add(this.Btn_Crear);
     this.crearGbx.Controls.Add(this.txt_Descripcion);
     this.crearGbx.Controls.Add(this.label2);
     this.crearGbx.Location = new System.Drawing.Point(12, 9);
     this.crearGbx.Name = "crearGbx";
     this.crearGbx.Size = new System.Drawing.Size(306, 242);
     this.crearGbx.TabIndex = 2;
     this.crearGbx.TabStop = false;
     this.crearGbx.Text = "Crear Formula";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(105, 19);
     this.textBox1.MaxLength = 150;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(179, 20);
     this.textBox1.TabIndex = 7;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(9, 22);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(44, 13);
     this.label3.TabIndex = 6;
     this.label3.Text = "Nombre";
     //
     // Btn_Cancelar
     //
     this.Btn_Cancelar.Location = new System.Drawing.Point(171, 206);
     this.Btn_Cancelar.Name = "Btn_Cancelar";
     this.Btn_Cancelar.Size = new System.Drawing.Size(113, 23);
     this.Btn_Cancelar.TabIndex = 5;
     this.Btn_Cancelar.Text = "Cancelar";
     this.Btn_Cancelar.UseVisualStyleBackColor = true;
     this.Btn_Cancelar.Click += new System.EventHandler(this.btn_Cancelar_Click);
     //
     // Btn_Crear
     //
     this.Btn_Crear.Location = new System.Drawing.Point(12, 206);
     this.Btn_Crear.Name = "Btn_Crear";
     this.Btn_Crear.Size = new System.Drawing.Size(101, 23);
     this.Btn_Crear.TabIndex = 1;
     this.Btn_Crear.Text = "Crear";
     this.Btn_Crear.UseVisualStyleBackColor = true;
     this.Btn_Crear.Click += new System.EventHandler(this.Btn_Crear_Click);
     //
     // txt_Descripcion
     //
     this.txt_Descripcion.Location = new System.Drawing.Point(105, 101);
     this.txt_Descripcion.MaxLength = 500;
     this.txt_Descripcion.Multiline = true;
     this.txt_Descripcion.Name = "txt_Descripcion";
     this.txt_Descripcion.Size = new System.Drawing.Size(179, 76);
     this.txt_Descripcion.TabIndex = 0;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(9, 101);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(63, 13);
     this.label2.TabIndex = 2;
     this.label2.Text = "Descripcion";
     //
     // pn_editar
     //
     this.pn_editar.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pn_editar.Controls.Add(this.editarGbx);
     this.pn_editar.Location = new System.Drawing.Point(0, 0);
     this.pn_editar.Name = "pn_editar";
     this.pn_editar.Size = new System.Drawing.Size(318, 185);
     this.pn_editar.TabIndex = 2;
     //
     // editarGbx
     //
     this.editarGbx.Controls.Add(this.button1);
     this.editarGbx.Controls.Add(this.updateDescripcionTxt);
     this.editarGbx.Controls.Add(this.label6);
     this.editarGbx.Controls.Add(this.updateNombreTxt);
     this.editarGbx.Controls.Add(this.label1);
     this.editarGbx.Controls.Add(this.Btn_Guardar);
     this.editarGbx.Location = new System.Drawing.Point(12, 0);
     this.editarGbx.Name = "editarGbx";
     this.editarGbx.Size = new System.Drawing.Size(285, 160);
     this.editarGbx.TabIndex = 0;
     this.editarGbx.TabStop = false;
     this.editarGbx.Text = "Editar Calidad";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(190, 125);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 28;
     this.button1.Text = "Cancelar";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Btn_CancelarUpdate_Click);
     //
     // updateDescripcionTxt
     //
     this.updateDescripcionTxt.Location = new System.Drawing.Point(86, 47);
     this.updateDescripcionTxt.MaxLength = 500;
     this.updateDescripcionTxt.Multiline = true;
     this.updateDescripcionTxt.Name = "updateDescripcionTxt";
     this.updateDescripcionTxt.ShortcutsEnabled = false;
     this.updateDescripcionTxt.Size = new System.Drawing.Size(179, 72);
     this.updateDescripcionTxt.TabIndex = 1;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(16, 47);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(63, 13);
     this.label6.TabIndex = 6;
     this.label6.Text = "Descripción";
     //
     // updateNombreTxt
     //
     this.updateNombreTxt.Location = new System.Drawing.Point(87, 18);
     this.updateNombreTxt.Name = "updateNombreTxt";
     this.updateNombreTxt.ReadOnly = true;
     this.updateNombreTxt.Size = new System.Drawing.Size(178, 20);
     this.updateNombreTxt.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(15, 18);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(44, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Nombre";
     //
     // Btn_Guardar
     //
     this.Btn_Guardar.Location = new System.Drawing.Point(18, 125);
     this.Btn_Guardar.Name = "Btn_Guardar";
     this.Btn_Guardar.Size = new System.Drawing.Size(75, 23);
     this.Btn_Guardar.TabIndex = 2;
     this.Btn_Guardar.Text = "Guardar";
     this.Btn_Guardar.UseVisualStyleBackColor = true;
     this.Btn_Guardar.Click += new System.EventHandler(this.Btn_guardar_Click);
     //
     // eP_errors
     //
     this.eP_errors.ContainerControl = this;
     //
     // nROFORMULADataGridViewTextBoxColumn
     //
     this.nROFORMULADataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.nROFORMULADataGridViewTextBoxColumn.DataPropertyName = "NROFORMULA";
     this.nROFORMULADataGridViewTextBoxColumn.HeaderText = "NROFORMULA";
     this.nROFORMULADataGridViewTextBoxColumn.Name = "nROFORMULADataGridViewTextBoxColumn";
     this.nROFORMULADataGridViewTextBoxColumn.ReadOnly = true;
     this.nROFORMULADataGridViewTextBoxColumn.Visible = false;
     this.nROFORMULADataGridViewTextBoxColumn.Width = 108;
     //
     // nROTIPOFORMULADataGridViewTextBoxColumn
     //
     this.nROTIPOFORMULADataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.nROTIPOFORMULADataGridViewTextBoxColumn.DataPropertyName = "NROTIPOFORMULA";
     this.nROTIPOFORMULADataGridViewTextBoxColumn.HeaderText = "NROTIPOFORMULA";
     this.nROTIPOFORMULADataGridViewTextBoxColumn.Name = "nROTIPOFORMULADataGridViewTextBoxColumn";
     this.nROTIPOFORMULADataGridViewTextBoxColumn.ReadOnly = true;
     this.nROTIPOFORMULADataGridViewTextBoxColumn.Visible = false;
     this.nROTIPOFORMULADataGridViewTextBoxColumn.Width = 133;
     //
     // nOMBREDataGridViewTextBoxColumn
     //
     this.nOMBREDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.nOMBREDataGridViewTextBoxColumn.DataPropertyName = "NOMBRE";
     this.nOMBREDataGridViewTextBoxColumn.HeaderText = "Nombre";
     this.nOMBREDataGridViewTextBoxColumn.Name = "nOMBREDataGridViewTextBoxColumn";
     this.nOMBREDataGridViewTextBoxColumn.ReadOnly = true;
     this.nOMBREDataGridViewTextBoxColumn.Width = 69;
     //
     // NROTIPOFORMULA
     //
     this.NROTIPOFORMULA.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.NROTIPOFORMULA.DataPropertyName = "NROTIPOFORMULA";
     this.NROTIPOFORMULA.DataSource = this.TipoFormulaBS;
     this.NROTIPOFORMULA.DisplayMember = "NOMBRETIPO";
     this.NROTIPOFORMULA.HeaderText = "Tipo formula";
     this.NROTIPOFORMULA.Name = "NROTIPOFORMULA";
     this.NROTIPOFORMULA.ReadOnly = true;
     this.NROTIPOFORMULA.ValueMember = "NROTIPOFORMULA";
     this.NROTIPOFORMULA.Width = 71;
     //
     // eXPRESIONDataGridViewTextBoxColumn
     //
     this.eXPRESIONDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.eXPRESIONDataGridViewTextBoxColumn.DataPropertyName = "EXPRESION";
     this.eXPRESIONDataGridViewTextBoxColumn.HeaderText = "Expresión";
     this.eXPRESIONDataGridViewTextBoxColumn.Name = "eXPRESIONDataGridViewTextBoxColumn";
     this.eXPRESIONDataGridViewTextBoxColumn.ReadOnly = true;
     this.eXPRESIONDataGridViewTextBoxColumn.Width = 78;
     //
     // dESCRIPCIONDataGridViewTextBoxColumn
     //
     this.dESCRIPCIONDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dESCRIPCIONDataGridViewTextBoxColumn.DataPropertyName = "DESCRIPCION";
     this.dESCRIPCIONDataGridViewTextBoxColumn.HeaderText = "Descripción";
     this.dESCRIPCIONDataGridViewTextBoxColumn.Name = "dESCRIPCIONDataGridViewTextBoxColumn";
     this.dESCRIPCIONDataGridViewTextBoxColumn.ReadOnly = true;
     this.dESCRIPCIONDataGridViewTextBoxColumn.Width = 88;
     //
     // Editar
     //
     this.Editar.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.Editar.HeaderText = "";
     this.Editar.Name = "Editar";
     this.Editar.ReadOnly = true;
     this.Editar.Text = "Editar";
     this.Editar.UseColumnTextForButtonValue = true;
     this.Editar.Width = 5;
     //
     // Eliminar
     //
     this.Eliminar.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.Eliminar.DataPropertyName = "CODCALIDAD";
     this.Eliminar.HeaderText = "";
     this.Eliminar.Name = "Eliminar";
     this.Eliminar.ReadOnly = true;
     this.Eliminar.Text = "Eliminar";
     this.Eliminar.UseColumnTextForButtonValue = true;
     this.Eliminar.Width = 5;
     //
     // Formula_Form
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.ClientSize = new System.Drawing.Size(545, 314);
     this.Controls.Add(this.pn_listado);
     this.Controls.Add(this.pn_crear);
     this.Controls.Add(this.pn_editar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Formula_Form";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Formulas";
     this.pn_listado.ResumeLayout(false);
     this.pn_listado.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Listado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TipoFormulaBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FormulateBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paginacionFormula)).EndInit();
     this.paginacionFormula.ResumeLayout(false);
     this.paginacionFormula.PerformLayout();
     this.pn_crear.ResumeLayout(false);
     this.crearGbx.ResumeLayout(false);
     this.crearGbx.PerformLayout();
     this.pn_editar.ResumeLayout(false);
     this.editarGbx.ResumeLayout(false);
     this.editarGbx.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.eP_errors)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="BookDataGridViewBase"/> class.
        /// </summary>
        public BookDataGridViewBase()
        {
            this.components = new System.ComponentModel.Container();

            this.uxBookDataGridView = new System.Windows.Forms.DataGridView();
            this.uxBookBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.uxBookErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);
            this.uxIDDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxNameDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxPublisherDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxPublish_DateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxIsAvailablePdfDataGridViewColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.uxIsAvailablePaperDataGridViewColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.uxIsBorrowedDataGridViewColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.uxUser_IDDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxBorrowDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxBorrow_TimesDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxIsLostDataGridViewColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.uxType_IDDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxPublisher_IDDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxPapers_noDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxIntroducer_IDDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxEmployeeI_DDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxSizeDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxPriceDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxPdf_LinkDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxImage_IDDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxISBNDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxCreatedOnDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxCreatedByDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxUpdatedOnDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxUpdatedByDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxDeletedOnDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxDeletedByDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            //this.uxType_IDBindingSource = new BookTypeBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxType_IDBindingSource)).BeginInit();
            //this.uxEmployeeI_DBindingSource = new EmployeeBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxEmployeeI_DBindingSource)).BeginInit();
            //this.uxImage_IDBindingSource = new BookImageBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxImage_IDBindingSource)).BeginInit();
            //this.uxIntroducer_IDBindingSource = new IntroducerBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxIntroducer_IDBindingSource)).BeginInit();
            //this.uxPublisher_IDBindingSource = new PublisherBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxPublisher_IDBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxBookDataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxBookBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxBookErrorProvider)).BeginInit();
            this.SuspendLayout();

            //
            // uxBookErrorProvider
            //
            this.uxBookErrorProvider.ContainerControl = this;
            this.uxBookErrorProvider.DataSource = this.uxBookBindingSource;
            //
            // uxBookDataGridView
            //
            this.uxBookDataGridView.AutoGenerateColumns = false;
            this.uxBookDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.uxBookDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.uxIDDataGridViewColumn,
            this.uxNameDataGridViewColumn,
            this.uxPublisherDataGridViewColumn,
            this.uxPublish_DateDataGridViewColumn,
            this.uxIsAvailablePdfDataGridViewColumn,
            this.uxIsAvailablePaperDataGridViewColumn,
            this.uxIsBorrowedDataGridViewColumn,
            this.uxUser_IDDataGridViewColumn,
            this.uxBorrowDateDataGridViewColumn,
            this.uxBorrow_TimesDataGridViewColumn,
            this.uxIsLostDataGridViewColumn,
            this.uxType_IDDataGridViewColumn,
            this.uxPublisher_IDDataGridViewColumn,
            this.uxPapers_noDataGridViewColumn,
            this.uxIntroducer_IDDataGridViewColumn,
            this.uxEmployeeI_DDataGridViewColumn,
            this.uxSizeDataGridViewColumn,
            this.uxPriceDataGridViewColumn,
            this.uxPdf_LinkDataGridViewColumn,
            this.uxImage_IDDataGridViewColumn,
            this.uxISBNDataGridViewColumn,
            this.uxCreatedOnDataGridViewColumn,
            this.uxCreatedByDataGridViewColumn,
            this.uxUpdatedOnDataGridViewColumn,
            this.uxUpdatedByDataGridViewColumn,
            this.uxDeletedOnDataGridViewColumn,
            this.uxDeletedByDataGridViewColumn			});
            this.uxBookDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uxBookDataGridView.Location = new System.Drawing.Point(0, 0);
            this.uxBookDataGridView.Name = "uxBookDataGridView";
            this.uxBookDataGridView.Size = new System.Drawing.Size(470, 300);
            this.uxBookDataGridView.TabIndex = 0;
            this.uxBookDataGridView.BackgroundColor = System.Drawing.Color.WhiteSmoke;
            this.uxBookDataGridView.EnableHeadersVisualStyles = false;
            this.uxBookDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnBookDataGridViewDataError);
            this.uxBookDataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnBookDataGridViewCellValueNeeded);
            this.uxBookDataGridView.CellValuePushed += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnBookDataGridViewCellValuePushed);

            //
            // uxIDDataGridViewColumn
            //
            this.uxIDDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxIDDataGridViewColumn.DataPropertyName = "ID";
            this.uxIDDataGridViewColumn.HeaderText = "ID";
            this.uxIDDataGridViewColumn.Name = "uxIDDataGridViewColumn";
            this.uxIDDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxIDDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxIDDataGridViewColumn.ReadOnly = true;
            //
            // uxNameDataGridViewColumn
            //
            this.uxNameDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxNameDataGridViewColumn.DataPropertyName = "Name";
            this.uxNameDataGridViewColumn.HeaderText = "Name";
            this.uxNameDataGridViewColumn.Name = "uxNameDataGridViewColumn";
            this.uxNameDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxNameDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxNameDataGridViewColumn.ReadOnly = false;
            //
            // uxPublisherDataGridViewColumn
            //
            this.uxPublisherDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxPublisherDataGridViewColumn.DataPropertyName = "Publisher";
            this.uxPublisherDataGridViewColumn.HeaderText = "Publisher";
            this.uxPublisherDataGridViewColumn.Name = "uxPublisherDataGridViewColumn";
            this.uxPublisherDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxPublisherDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxPublisherDataGridViewColumn.ReadOnly = false;
            //
            // uxPublish_DateDataGridViewColumn
            //
            this.uxPublish_DateDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxPublish_DateDataGridViewColumn.DataPropertyName = "Publish_Date";
            this.uxPublish_DateDataGridViewColumn.HeaderText = "Publish_Date";
            this.uxPublish_DateDataGridViewColumn.Name = "uxPublish_DateDataGridViewColumn";
            this.uxPublish_DateDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxPublish_DateDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxPublish_DateDataGridViewColumn.ReadOnly = false;
            //
            // uxIsAvailablePdfDataGridViewColumn
            //
            this.uxIsAvailablePdfDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxIsAvailablePdfDataGridViewColumn.DataPropertyName = "IsAvailablePdf";
            this.uxIsAvailablePdfDataGridViewColumn.HeaderText = "IsAvailablePdf";
            this.uxIsAvailablePdfDataGridViewColumn.Name = "uxIsAvailablePdfDataGridViewColumn";
            this.uxIsAvailablePdfDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxIsAvailablePdfDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxIsAvailablePdfDataGridViewColumn.ReadOnly = false;
            //
            // uxIsAvailablePaperDataGridViewColumn
            //
            this.uxIsAvailablePaperDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxIsAvailablePaperDataGridViewColumn.DataPropertyName = "IsAvailablePaper";
            this.uxIsAvailablePaperDataGridViewColumn.HeaderText = "IsAvailablePaper";
            this.uxIsAvailablePaperDataGridViewColumn.Name = "uxIsAvailablePaperDataGridViewColumn";
            this.uxIsAvailablePaperDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxIsAvailablePaperDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxIsAvailablePaperDataGridViewColumn.ReadOnly = false;
            //
            // uxIsBorrowedDataGridViewColumn
            //
            this.uxIsBorrowedDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxIsBorrowedDataGridViewColumn.DataPropertyName = "IsBorrowed";
            this.uxIsBorrowedDataGridViewColumn.HeaderText = "IsBorrowed";
            this.uxIsBorrowedDataGridViewColumn.Name = "uxIsBorrowedDataGridViewColumn";
            this.uxIsBorrowedDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxIsBorrowedDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxIsBorrowedDataGridViewColumn.ReadOnly = false;
            //
            // uxUser_IDDataGridViewColumn
            //
            this.uxUser_IDDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxUser_IDDataGridViewColumn.DataPropertyName = "User_ID";
            this.uxUser_IDDataGridViewColumn.HeaderText = "User_ID";
            this.uxUser_IDDataGridViewColumn.Name = "uxUser_IDDataGridViewColumn";
            this.uxUser_IDDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxUser_IDDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxUser_IDDataGridViewColumn.ReadOnly = false;
            //
            // uxBorrowDateDataGridViewColumn
            //
            this.uxBorrowDateDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxBorrowDateDataGridViewColumn.DataPropertyName = "BorrowDate";
            this.uxBorrowDateDataGridViewColumn.HeaderText = "BorrowDate";
            this.uxBorrowDateDataGridViewColumn.Name = "uxBorrowDateDataGridViewColumn";
            this.uxBorrowDateDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxBorrowDateDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxBorrowDateDataGridViewColumn.ReadOnly = false;
            //
            // uxBorrow_TimesDataGridViewColumn
            //
            this.uxBorrow_TimesDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxBorrow_TimesDataGridViewColumn.DataPropertyName = "Borrow_Times";
            this.uxBorrow_TimesDataGridViewColumn.HeaderText = "Borrow_Times";
            this.uxBorrow_TimesDataGridViewColumn.Name = "uxBorrow_TimesDataGridViewColumn";
            this.uxBorrow_TimesDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxBorrow_TimesDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxBorrow_TimesDataGridViewColumn.ReadOnly = false;
            //
            // uxIsLostDataGridViewColumn
            //
            this.uxIsLostDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxIsLostDataGridViewColumn.DataPropertyName = "IsLost";
            this.uxIsLostDataGridViewColumn.HeaderText = "IsLost";
            this.uxIsLostDataGridViewColumn.Name = "uxIsLostDataGridViewColumn";
            this.uxIsLostDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxIsLostDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxIsLostDataGridViewColumn.ReadOnly = false;
            //
            // uxType_IDDataGridViewColumn
            //
            this.uxType_IDDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxType_IDDataGridViewColumn.DataPropertyName = "Type_ID";
            this.uxType_IDDataGridViewColumn.HeaderText = "Type_ID";
            this.uxType_IDDataGridViewColumn.Name = "uxType_IDDataGridViewColumn";
            this.uxType_IDDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxType_IDDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxType_IDDataGridViewColumn.ReadOnly = false;
            //
            // uxPublisher_IDDataGridViewColumn
            //
            this.uxPublisher_IDDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxPublisher_IDDataGridViewColumn.DataPropertyName = "Publisher_ID";
            this.uxPublisher_IDDataGridViewColumn.HeaderText = "Publisher_ID";
            this.uxPublisher_IDDataGridViewColumn.Name = "uxPublisher_IDDataGridViewColumn";
            this.uxPublisher_IDDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxPublisher_IDDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxPublisher_IDDataGridViewColumn.ReadOnly = false;
            //
            // uxPapers_noDataGridViewColumn
            //
            this.uxPapers_noDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxPapers_noDataGridViewColumn.DataPropertyName = "Papers_no";
            this.uxPapers_noDataGridViewColumn.HeaderText = "Papers_no";
            this.uxPapers_noDataGridViewColumn.Name = "uxPapers_noDataGridViewColumn";
            this.uxPapers_noDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxPapers_noDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxPapers_noDataGridViewColumn.ReadOnly = false;
            //
            // uxIntroducer_IDDataGridViewColumn
            //
            this.uxIntroducer_IDDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxIntroducer_IDDataGridViewColumn.DataPropertyName = "Introducer_ID";
            this.uxIntroducer_IDDataGridViewColumn.HeaderText = "Introducer_ID";
            this.uxIntroducer_IDDataGridViewColumn.Name = "uxIntroducer_IDDataGridViewColumn";
            this.uxIntroducer_IDDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxIntroducer_IDDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxIntroducer_IDDataGridViewColumn.ReadOnly = false;
            //
            // uxEmployeeI_DDataGridViewColumn
            //
            this.uxEmployeeI_DDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxEmployeeI_DDataGridViewColumn.DataPropertyName = "EmployeeI_D";
            this.uxEmployeeI_DDataGridViewColumn.HeaderText = "EmployeeI_D";
            this.uxEmployeeI_DDataGridViewColumn.Name = "uxEmployeeI_DDataGridViewColumn";
            this.uxEmployeeI_DDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxEmployeeI_DDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxEmployeeI_DDataGridViewColumn.ReadOnly = false;
            //
            // uxSizeDataGridViewColumn
            //
            this.uxSizeDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxSizeDataGridViewColumn.DataPropertyName = "Size";
            this.uxSizeDataGridViewColumn.HeaderText = "Size";
            this.uxSizeDataGridViewColumn.Name = "uxSizeDataGridViewColumn";
            this.uxSizeDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxSizeDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxSizeDataGridViewColumn.ReadOnly = false;
            //
            // uxPriceDataGridViewColumn
            //
            this.uxPriceDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxPriceDataGridViewColumn.DataPropertyName = "Price";
            this.uxPriceDataGridViewColumn.HeaderText = "Price";
            this.uxPriceDataGridViewColumn.Name = "uxPriceDataGridViewColumn";
            this.uxPriceDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxPriceDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxPriceDataGridViewColumn.ReadOnly = false;
            //
            // uxPdf_LinkDataGridViewColumn
            //
            this.uxPdf_LinkDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxPdf_LinkDataGridViewColumn.DataPropertyName = "Pdf_Link";
            this.uxPdf_LinkDataGridViewColumn.HeaderText = "Pdf_Link";
            this.uxPdf_LinkDataGridViewColumn.Name = "uxPdf_LinkDataGridViewColumn";
            this.uxPdf_LinkDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxPdf_LinkDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxPdf_LinkDataGridViewColumn.ReadOnly = false;
            //
            // uxImage_IDDataGridViewColumn
            //
            this.uxImage_IDDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxImage_IDDataGridViewColumn.DataPropertyName = "Image_ID";
            this.uxImage_IDDataGridViewColumn.HeaderText = "Image_ID";
            this.uxImage_IDDataGridViewColumn.Name = "uxImage_IDDataGridViewColumn";
            this.uxImage_IDDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxImage_IDDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxImage_IDDataGridViewColumn.ReadOnly = false;
            //
            // uxISBNDataGridViewColumn
            //
            this.uxISBNDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxISBNDataGridViewColumn.DataPropertyName = "ISBN";
            this.uxISBNDataGridViewColumn.HeaderText = "ISBN";
            this.uxISBNDataGridViewColumn.Name = "uxISBNDataGridViewColumn";
            this.uxISBNDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxISBNDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxISBNDataGridViewColumn.ReadOnly = false;
            //
            // uxCreatedOnDataGridViewColumn
            //
            this.uxCreatedOnDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxCreatedOnDataGridViewColumn.DataPropertyName = "CreatedOn";
            this.uxCreatedOnDataGridViewColumn.HeaderText = "CreatedOn";
            this.uxCreatedOnDataGridViewColumn.Name = "uxCreatedOnDataGridViewColumn";
            this.uxCreatedOnDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxCreatedOnDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxCreatedOnDataGridViewColumn.ReadOnly = false;
            //
            // uxCreatedByDataGridViewColumn
            //
            this.uxCreatedByDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxCreatedByDataGridViewColumn.DataPropertyName = "CreatedBy";
            this.uxCreatedByDataGridViewColumn.HeaderText = "CreatedBy";
            this.uxCreatedByDataGridViewColumn.Name = "uxCreatedByDataGridViewColumn";
            this.uxCreatedByDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxCreatedByDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxCreatedByDataGridViewColumn.ReadOnly = false;
            //
            // uxUpdatedOnDataGridViewColumn
            //
            this.uxUpdatedOnDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxUpdatedOnDataGridViewColumn.DataPropertyName = "UpdatedOn";
            this.uxUpdatedOnDataGridViewColumn.HeaderText = "UpdatedOn";
            this.uxUpdatedOnDataGridViewColumn.Name = "uxUpdatedOnDataGridViewColumn";
            this.uxUpdatedOnDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxUpdatedOnDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxUpdatedOnDataGridViewColumn.ReadOnly = false;
            //
            // uxUpdatedByDataGridViewColumn
            //
            this.uxUpdatedByDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxUpdatedByDataGridViewColumn.DataPropertyName = "UpdatedBy";
            this.uxUpdatedByDataGridViewColumn.HeaderText = "UpdatedBy";
            this.uxUpdatedByDataGridViewColumn.Name = "uxUpdatedByDataGridViewColumn";
            this.uxUpdatedByDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxUpdatedByDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxUpdatedByDataGridViewColumn.ReadOnly = false;
            //
            // uxDeletedOnDataGridViewColumn
            //
            this.uxDeletedOnDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxDeletedOnDataGridViewColumn.DataPropertyName = "DeletedOn";
            this.uxDeletedOnDataGridViewColumn.HeaderText = "DeletedOn";
            this.uxDeletedOnDataGridViewColumn.Name = "uxDeletedOnDataGridViewColumn";
            this.uxDeletedOnDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxDeletedOnDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxDeletedOnDataGridViewColumn.ReadOnly = false;
            //
            // uxDeletedByDataGridViewColumn
            //
            this.uxDeletedByDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxDeletedByDataGridViewColumn.DataPropertyName = "DeletedBy";
            this.uxDeletedByDataGridViewColumn.HeaderText = "DeletedBy";
            this.uxDeletedByDataGridViewColumn.Name = "uxDeletedByDataGridViewColumn";
            this.uxDeletedByDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.uxDeletedByDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxDeletedByDataGridViewColumn.ReadOnly = false;
            //
            // uxType_IDDataGridViewColumn
            //
            this.uxType_IDDataGridViewColumn.DisplayMember = "TypeName";
            this.uxType_IDDataGridViewColumn.ValueMember = "ID";
            this.uxType_IDDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxType_IDDataGridViewColumn.DataSource = uxType_IDBindingSource;

            //
            // uxEmployeeI_DDataGridViewColumn
            //
            this.uxEmployeeI_DDataGridViewColumn.DisplayMember = "UserName";
            this.uxEmployeeI_DDataGridViewColumn.ValueMember = "ID";
            this.uxEmployeeI_DDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxEmployeeI_DDataGridViewColumn.DataSource = uxEmployeeI_DBindingSource;

            //
            // uxImage_IDDataGridViewColumn
            //
            this.uxImage_IDDataGridViewColumn.DisplayMember = "Name";
            this.uxImage_IDDataGridViewColumn.ValueMember = "ID";
            this.uxImage_IDDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxImage_IDDataGridViewColumn.DataSource = uxImage_IDBindingSource;

            //
            // uxIntroducer_IDDataGridViewColumn
            //
            this.uxIntroducer_IDDataGridViewColumn.DisplayMember = "Name";
            this.uxIntroducer_IDDataGridViewColumn.ValueMember = "ID";
            this.uxIntroducer_IDDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxIntroducer_IDDataGridViewColumn.DataSource = uxIntroducer_IDBindingSource;

            //
            // uxPublisher_IDDataGridViewColumn
            //
            this.uxPublisher_IDDataGridViewColumn.DisplayMember = "Name";
            this.uxPublisher_IDDataGridViewColumn.ValueMember = "ID";
            this.uxPublisher_IDDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxPublisher_IDDataGridViewColumn.DataSource = uxPublisher_IDBindingSource;

            // this
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.uxBookDataGridView);
            this.Name = "BookDataGridView";
            this.Size = new System.Drawing.Size(470, 300);
            //((System.ComponentModel.ISupportInitialize)(this.uxType_IDBindingSource)).EndInit();
            //((System.ComponentModel.ISupportInitialize)(this.uxEmployeeI_DBindingSource)).EndInit();
            //((System.ComponentModel.ISupportInitialize)(this.uxImage_IDBindingSource)).EndInit();
            //((System.ComponentModel.ISupportInitialize)(this.uxIntroducer_IDBindingSource)).EndInit();
            //((System.ComponentModel.ISupportInitialize)(this.uxPublisher_IDBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxBookErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxBookDataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxBookBindingSource)).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();
     this.label1 = new System.Windows.Forms.Label();
     this.codigoBusca = new System.Windows.Forms.TextBox();
     this.btnSair = new System.Windows.Forms.Button();
     this.btnCancelar = new System.Windows.Forms.Button();
     this.btnSalvar = new System.Windows.Forms.Button();
     this.btnPesquisar = new System.Windows.Forms.Button();
     this.btnLimpar = new System.Windows.Forms.Button();
     this.btnNovo = new System.Windows.Forms.Button();
     this.btnExcluir = new System.Windows.Forms.Button();
     this.btnPDF = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.codigo = new System.Windows.Forms.TextBox();
     this.label67 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.colorComboBox = new VisaoControles.ColorComboBox();
     this.buttonBar = new TXTextControl.ButtonBar();
     this.txtObjetivo = new TXTextControl.TextControl();
     this.txtCabecaProc = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.txtAlertaProc = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.txtDataProc = new System.Windows.Forms.MaskedTextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.cbTipoAcao = new System.Windows.Forms.ComboBox();
     this.label7 = new System.Windows.Forms.Label();
     this.txtReuPro = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.txtForumProc = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.txtNroOrdem = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtNroProc = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.responsavelGridView = new System.Windows.Forms.DataGridView();
     this.gridColumnAdvogado = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.menuGridView = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.removerLinhaContextButton = new System.Windows.Forms.ToolStripMenuItem();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.gridPesquisaClientes = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RG = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.txtPesquisaClienAut = new System.Windows.Forms.TextBox();
     this.btnPesquisaAutores = new System.Windows.Forms.Button();
     this.btnAdicionaAutor = new System.Windows.Forms.Button();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.gridAutoresProcesso = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnDefineCabeca = new System.Windows.Forms.Button();
     this.btnExcluiAutor = new System.Windows.Forms.Button();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.andamentoColorComboBox = new VisaoControles.ColorComboBox();
     this.txtAndamentoRealizado = new TXTextControl.TextControl();
     this.andamentoButtonBar = new TXTextControl.ButtonBar();
     this.txtAndamento = new TXTextControl.TextControl();
     this.label36 = new System.Windows.Forms.Label();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.obsColorComboBox = new VisaoControles.ColorComboBox();
     this.obsButtonBar = new TXTextControl.ButtonBar();
     this.txtObservacao = new TXTextControl.TextControl();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.groupBox1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.responsavelGridView)).BeginInit();
     this.menuGridView.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.groupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridPesquisaClientes)).BeginInit();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridAutoresProcesso)).BeginInit();
     this.tabPage5.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(24, 25);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(124, 15);
     this.label1.TabIndex = 0;
     this.label1.Text = "Código do Processo:";
     //
     // codigoBusca
     //
     this.codigoBusca.Location = new System.Drawing.Point(154, 23);
     this.codigoBusca.Name = "codigoBusca";
     this.codigoBusca.Size = new System.Drawing.Size(131, 20);
     this.codigoBusca.TabIndex = 1;
     //
     // btnSair
     //
     this.btnSair.Image = global::Visao.Properties.Resources.sair24;
     this.btnSair.Location = new System.Drawing.Point(636, 17);
     this.btnSair.Name = "btnSair";
     this.btnSair.Size = new System.Drawing.Size(35, 28);
     this.btnSair.TabIndex = 51;
     this.toolTip1.SetToolTip(this.btnSair, "Fechar");
     this.btnSair.UseVisualStyleBackColor = true;
     this.btnSair.Click += new System.EventHandler(this.btnSair_Click);
     //
     // btnCancelar
     //
     this.btnCancelar.Image = global::Visao.Properties.Resources.canc24;
     this.btnCancelar.Location = new System.Drawing.Point(595, 17);
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(35, 28);
     this.btnCancelar.TabIndex = 50;
     this.toolTip1.SetToolTip(this.btnCancelar, "Cancelar Edição");
     this.btnCancelar.UseVisualStyleBackColor = true;
     //
     // btnSalvar
     //
     this.btnSalvar.Image = global::Visao.Properties.Resources.conf24;
     this.btnSalvar.Location = new System.Drawing.Point(554, 17);
     this.btnSalvar.Name = "btnSalvar";
     this.btnSalvar.Size = new System.Drawing.Size(35, 28);
     this.btnSalvar.TabIndex = 49;
     this.toolTip1.SetToolTip(this.btnSalvar, "Salvar Processo");
     this.btnSalvar.UseVisualStyleBackColor = true;
     //
     // btnPesquisar
     //
     this.btnPesquisar.Image = global::Visao.Properties.Resources.search_24x24;
     this.btnPesquisar.Location = new System.Drawing.Point(305, 17);
     this.btnPesquisar.Name = "btnPesquisar";
     this.btnPesquisar.Size = new System.Drawing.Size(35, 28);
     this.btnPesquisar.TabIndex = 44;
     this.toolTip1.SetToolTip(this.btnPesquisar, "Pesquisar Processo");
     this.btnPesquisar.UseVisualStyleBackColor = true;
     //
     // btnLimpar
     //
     this.btnLimpar.Image = global::Visao.Properties.Resources.limpar;
     this.btnLimpar.Location = new System.Drawing.Point(513, 17);
     this.btnLimpar.Name = "btnLimpar";
     this.btnLimpar.Size = new System.Drawing.Size(35, 28);
     this.btnLimpar.TabIndex = 48;
     this.toolTip1.SetToolTip(this.btnLimpar, "Limpar Campo");
     this.btnLimpar.UseVisualStyleBackColor = true;
     //
     // btnNovo
     //
     this.btnNovo.Image = global::Visao.Properties.Resources.add24;
     this.btnNovo.Location = new System.Drawing.Point(348, 17);
     this.btnNovo.Name = "btnNovo";
     this.btnNovo.Size = new System.Drawing.Size(35, 28);
     this.btnNovo.TabIndex = 45;
     this.toolTip1.SetToolTip(this.btnNovo, "Adicionar Processo");
     this.btnNovo.UseVisualStyleBackColor = true;
     //
     // btnExcluir
     //
     this.btnExcluir.Image = global::Visao.Properties.Resources.SairPrograma24x24;
     this.btnExcluir.Location = new System.Drawing.Point(472, 17);
     this.btnExcluir.Name = "btnExcluir";
     this.btnExcluir.Size = new System.Drawing.Size(35, 28);
     this.btnExcluir.TabIndex = 47;
     this.toolTip1.SetToolTip(this.btnExcluir, "Excluir Processo");
     this.btnExcluir.UseVisualStyleBackColor = true;
     //
     // btnPDF
     //
     this.btnPDF.Image = global::Visao.Properties.Resources.pdf_24x24;
     this.btnPDF.Location = new System.Drawing.Point(431, 17);
     this.btnPDF.Name = "btnPDF";
     this.btnPDF.Size = new System.Drawing.Size(35, 28);
     this.btnPDF.TabIndex = 46;
     this.toolTip1.SetToolTip(this.btnPDF, "Exportar PDF");
     this.btnPDF.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.tabControl1);
     this.groupBox1.Controls.Add(this.btnSair);
     this.groupBox1.Controls.Add(this.codigoBusca);
     this.groupBox1.Controls.Add(this.btnCancelar);
     this.groupBox1.Controls.Add(this.btnSalvar);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.btnPesquisar);
     this.groupBox1.Controls.Add(this.btnPDF);
     this.groupBox1.Controls.Add(this.btnLimpar);
     this.groupBox1.Controls.Add(this.btnExcluir);
     this.groupBox1.Controls.Add(this.btnNovo);
     this.groupBox1.Location = new System.Drawing.Point(13, 13);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(886, 638);
     this.groupBox1.TabIndex = 52;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Cadastro de Processos";
     //
     // tabControl1
     //
     this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Location = new System.Drawing.Point(27, 66);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(853, 562);
     this.tabControl1.TabIndex = 54;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage1.Controls.Add(this.codigo);
     this.tabPage1.Controls.Add(this.label67);
     this.tabPage1.Controls.Add(this.groupBox2);
     this.tabPage1.Controls.Add(this.txtCabecaProc);
     this.tabPage1.Controls.Add(this.label10);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.txtAlertaProc);
     this.tabPage1.Controls.Add(this.label9);
     this.tabPage1.Controls.Add(this.txtDataProc);
     this.tabPage1.Controls.Add(this.label8);
     this.tabPage1.Controls.Add(this.cbTipoAcao);
     this.tabPage1.Controls.Add(this.label7);
     this.tabPage1.Controls.Add(this.txtReuPro);
     this.tabPage1.Controls.Add(this.label6);
     this.tabPage1.Controls.Add(this.txtForumProc);
     this.tabPage1.Controls.Add(this.label5);
     this.tabPage1.Controls.Add(this.txtNroOrdem);
     this.tabPage1.Controls.Add(this.label4);
     this.tabPage1.Controls.Add(this.txtNroProc);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Location = new System.Drawing.Point(4, 25);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(845, 533);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Principal";
     //
     // codigo
     //
     this.codigo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.codigo.Location = new System.Drawing.Point(23, 31);
     this.codigo.Name = "codigo";
     this.codigo.ReadOnly = true;
     this.codigo.Size = new System.Drawing.Size(174, 20);
     this.codigo.TabIndex = 0;
     //
     // label67
     //
     this.label67.AutoSize = true;
     this.label67.Location = new System.Drawing.Point(20, 15);
     this.label67.Name = "label67";
     this.label67.Size = new System.Drawing.Size(40, 13);
     this.label67.TabIndex = 177;
     this.label67.Text = "Codigo";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.colorComboBox);
     this.groupBox2.Controls.Add(this.buttonBar);
     this.groupBox2.Controls.Add(this.txtObjetivo);
     this.groupBox2.Location = new System.Drawing.Point(23, 169);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(816, 351);
     this.groupBox2.TabIndex = 69;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Objetivo do Processo";
     //
     // colorComboBox
     //
     this.colorComboBox.DisplayMember = "Name";
     this.colorComboBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.colorComboBox.FormattingEnabled = true;
     this.colorComboBox.Items.AddRange(new object[] {
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen"});
     this.colorComboBox.Location = new System.Drawing.Point(13, 53);
     this.colorComboBox.Name = "colorComboBox";
     this.colorComboBox.SelectedColor = System.Drawing.Color.Black;
     this.colorComboBox.Size = new System.Drawing.Size(171, 21);
     this.colorComboBox.TabIndex = 10;
     this.colorComboBox.ValueMember = "Color";
     //
     // buttonBar
     //
     this.buttonBar.Location = new System.Drawing.Point(13, 19);
     this.buttonBar.Name = "buttonBar";
     this.buttonBar.Size = new System.Drawing.Size(791, 28);
     this.buttonBar.TabIndex = 9;
     this.buttonBar.Text = "buttonBar1";
     //
     // txtObjetivo
     //
     this.txtObjetivo.ButtonBar = this.buttonBar;
     this.txtObjetivo.Font = new System.Drawing.Font("Arial", 10F);
     this.txtObjetivo.HideSelection = false;
     this.txtObjetivo.Location = new System.Drawing.Point(13, 80);
     this.txtObjetivo.Name = "txtObjetivo";
     this.txtObjetivo.Size = new System.Drawing.Size(791, 255);
     this.txtObjetivo.TabIndex = 0;
     //
     // txtCabecaProc
     //
     this.txtCabecaProc.Location = new System.Drawing.Point(225, 31);
     this.txtCabecaProc.Name = "txtCabecaProc";
     this.txtCabecaProc.ReadOnly = true;
     this.txtCabecaProc.Size = new System.Drawing.Size(447, 20);
     this.txtCabecaProc.TabIndex = 1;
     this.toolTip1.SetToolTip(this.txtCabecaProc, "Para alterar o cabeça do processo, vá até a aba Autores");
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(171, 146);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(97, 13);
     this.label10.TabIndex = 68;
     this.label10.Text = "Dias de inatividade";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(222, 15);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(44, 13);
     this.label2.TabIndex = 52;
     this.label2.Text = "Cabeça";
     //
     // txtAlertaProc
     //
     this.txtAlertaProc.Location = new System.Drawing.Point(115, 143);
     this.txtAlertaProc.Name = "txtAlertaProc";
     this.txtAlertaProc.Size = new System.Drawing.Size(50, 20);
     this.txtAlertaProc.TabIndex = 8;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(20, 146);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(89, 13);
     this.label9.TabIndex = 66;
     this.label9.Text = "Gerar Alerta após";
     //
     // txtDataProc
     //
     this.txtDataProc.Location = new System.Drawing.Point(530, 113);
     this.txtDataProc.Mask = "00/00/0000";
     this.txtDataProc.Name = "txtDataProc";
     this.txtDataProc.Size = new System.Drawing.Size(77, 20);
     this.txtDataProc.TabIndex = 7;
     this.txtDataProc.ValidatingType = typeof(System.DateTime);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(527, 98);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(90, 13);
     this.label8.TabIndex = 64;
     this.label8.Text = "Data Ajuizamento";
     //
     // cbTipoAcao
     //
     this.cbTipoAcao.FormattingEnabled = true;
     this.cbTipoAcao.Location = new System.Drawing.Point(350, 113);
     this.cbTipoAcao.Name = "cbTipoAcao";
     this.cbTipoAcao.Size = new System.Drawing.Size(158, 21);
     this.cbTipoAcao.TabIndex = 6;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(347, 98);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(71, 13);
     this.label7.TabIndex = 62;
     this.label7.Text = "Tipo de Ação";
     //
     // txtReuPro
     //
     this.txtReuPro.Location = new System.Drawing.Point(350, 70);
     this.txtReuPro.Name = "txtReuPro";
     this.txtReuPro.Size = new System.Drawing.Size(447, 20);
     this.txtReuPro.TabIndex = 4;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(347, 54);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(27, 13);
     this.label6.TabIndex = 60;
     this.label6.Text = "Réu";
     //
     // txtForumProc
     //
     this.txtForumProc.Location = new System.Drawing.Point(23, 114);
     this.txtForumProc.Name = "txtForumProc";
     this.txtForumProc.Size = new System.Drawing.Size(317, 20);
     this.txtForumProc.TabIndex = 5;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(20, 98);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(110, 13);
     this.label5.TabIndex = 58;
     this.label5.Text = "Fórum/Vara/Comarca";
     //
     // txtNroOrdem
     //
     this.txtNroOrdem.Location = new System.Drawing.Point(225, 70);
     this.txtNroOrdem.Name = "txtNroOrdem";
     this.txtNroOrdem.Size = new System.Drawing.Size(105, 20);
     this.txtNroOrdem.TabIndex = 3;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(222, 54);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(71, 13);
     this.label4.TabIndex = 56;
     this.label4.Text = "Nº de Ordem:";
     //
     // txtNroProc
     //
     this.txtNroProc.Location = new System.Drawing.Point(23, 70);
     this.txtNroProc.Name = "txtNroProc";
     this.txtNroProc.Size = new System.Drawing.Size(174, 20);
     this.txtNroProc.TabIndex = 2;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(20, 54);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(51, 13);
     this.label3.TabIndex = 55;
     this.label3.Text = "Processo";
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage2.Controls.Add(this.groupBox3);
     this.tabPage2.Location = new System.Drawing.Point(4, 25);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(845, 533);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Responsável";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.responsavelGridView);
     this.groupBox3.Location = new System.Drawing.Point(23, 16);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(422, 177);
     this.groupBox3.TabIndex = 0;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Responsáveis";
     //
     // responsavelGridView
     //
     this.responsavelGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.responsavelGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.gridColumnAdvogado});
     this.responsavelGridView.ContextMenuStrip = this.menuGridView;
     this.responsavelGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.responsavelGridView.Location = new System.Drawing.Point(13, 19);
     this.responsavelGridView.Name = "responsavelGridView";
     this.responsavelGridView.Size = new System.Drawing.Size(397, 152);
     this.responsavelGridView.TabIndex = 2;
     //
     // gridColumnAdvogado
     //
     this.gridColumnAdvogado.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.gridColumnAdvogado.DataPropertyName = "Advogado";
     this.gridColumnAdvogado.HeaderText = "Advogado";
     this.gridColumnAdvogado.Name = "gridColumnAdvogado";
     //
     // menuGridView
     //
     this.menuGridView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.removerLinhaContextButton});
     this.menuGridView.Name = "menuGridView";
     this.menuGridView.Size = new System.Drawing.Size(154, 26);
     //
     // removerLinhaContextButton
     //
     this.removerLinhaContextButton.Name = "removerLinhaContextButton";
     this.removerLinhaContextButton.Size = new System.Drawing.Size(153, 22);
     this.removerLinhaContextButton.Text = "&Remover Linha";
     //
     // tabPage4
     //
     this.tabPage4.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage4.Controls.Add(this.groupBox6);
     this.tabPage4.Controls.Add(this.groupBox5);
     this.tabPage4.Location = new System.Drawing.Point(4, 25);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size = new System.Drawing.Size(845, 533);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "Autores";
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.label12);
     this.groupBox6.Controls.Add(this.label11);
     this.groupBox6.Controls.Add(this.gridPesquisaClientes);
     this.groupBox6.Controls.Add(this.txtPesquisaClienAut);
     this.groupBox6.Controls.Add(this.btnPesquisaAutores);
     this.groupBox6.Controls.Add(this.btnAdicionaAutor);
     this.groupBox6.Location = new System.Drawing.Point(29, 17);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(789, 259);
     this.groupBox6.TabIndex = 1;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "Pesquisar Clientes";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(40, 51);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(483, 13);
     this.label12.TabIndex = 57;
     this.label12.Text = "Clique no botão \"Adicionar\" para mover os clientes selecionados para a lista de a" +
     "utores do processo.";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(38, 32);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(411, 13);
     this.label11.TabIndex = 56;
     this.label11.Text = "Digite alguma informação (Código, Nome, CPF, RG)  para efetuar a busca de cliente" +
     "s.";
     //
     // gridPesquisaClientes
     //
     this.gridPesquisaClientes.AllowUserToAddRows = false;
     this.gridPesquisaClientes.AllowUserToDeleteRows = false;
     this.gridPesquisaClientes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gridPesquisaClientes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn1,
     this.dataGridViewTextBoxColumn2,
     this.dataGridViewTextBoxColumn3,
     this.RG});
     this.gridPesquisaClientes.Location = new System.Drawing.Point(37, 104);
     this.gridPesquisaClientes.Name = "gridPesquisaClientes";
     this.gridPesquisaClientes.ReadOnly = true;
     this.gridPesquisaClientes.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.gridPesquisaClientes.Size = new System.Drawing.Size(716, 144);
     this.gridPesquisaClientes.TabIndex = 1;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "Id";
     this.dataGridViewTextBoxColumn1.HeaderText = "N.R.I";
     this.dataGridViewTextBoxColumn1.MinimumWidth = 60;
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     this.dataGridViewTextBoxColumn1.Width = 60;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn2.DataPropertyName = "Nome";
     this.dataGridViewTextBoxColumn2.HeaderText = "Nome de Cliente";
     this.dataGridViewTextBoxColumn2.MinimumWidth = 300;
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.DataPropertyName = "CPF";
     this.dataGridViewTextBoxColumn3.HeaderText = "C.P.F";
     this.dataGridViewTextBoxColumn3.MinimumWidth = 150;
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly = true;
     this.dataGridViewTextBoxColumn3.Width = 150;
     //
     // RG
     //
     this.RG.DataPropertyName = "RG";
     this.RG.HeaderText = "RG";
     this.RG.MinimumWidth = 100;
     this.RG.Name = "RG";
     this.RG.ReadOnly = true;
     //
     // txtPesquisaClienAut
     //
     this.txtPesquisaClienAut.Location = new System.Drawing.Point(38, 76);
     this.txtPesquisaClienAut.Name = "txtPesquisaClienAut";
     this.txtPesquisaClienAut.Size = new System.Drawing.Size(498, 20);
     this.txtPesquisaClienAut.TabIndex = 55;
     //
     // btnPesquisaAutores
     //
     this.btnPesquisaAutores.Image = global::Visao.Properties.Resources.search_24x24;
     this.btnPesquisaAutores.Location = new System.Drawing.Point(551, 72);
     this.btnPesquisaAutores.Name = "btnPesquisaAutores";
     this.btnPesquisaAutores.Size = new System.Drawing.Size(35, 28);
     this.btnPesquisaAutores.TabIndex = 48;
     this.toolTip1.SetToolTip(this.btnPesquisaAutores, "Pesquisar Cliente Autor");
     this.btnPesquisaAutores.UseVisualStyleBackColor = true;
     //
     // btnAdicionaAutor
     //
     this.btnAdicionaAutor.Image = global::Visao.Properties.Resources.add24;
     this.btnAdicionaAutor.Location = new System.Drawing.Point(592, 72);
     this.btnAdicionaAutor.Name = "btnAdicionaAutor";
     this.btnAdicionaAutor.Size = new System.Drawing.Size(35, 28);
     this.btnAdicionaAutor.TabIndex = 49;
     this.toolTip1.SetToolTip(this.btnAdicionaAutor, "Adicionar Cliente Autor");
     this.btnAdicionaAutor.UseVisualStyleBackColor = true;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.gridAutoresProcesso);
     this.groupBox5.Controls.Add(this.btnDefineCabeca);
     this.groupBox5.Controls.Add(this.btnExcluiAutor);
     this.groupBox5.Location = new System.Drawing.Point(29, 291);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(789, 225);
     this.groupBox5.TabIndex = 0;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Autor(es) do Processo";
     //
     // gridAutoresProcesso
     //
     this.gridAutoresProcesso.AllowUserToAddRows = false;
     this.gridAutoresProcesso.AllowUserToDeleteRows = false;
     this.gridAutoresProcesso.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gridAutoresProcesso.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn4,
     this.dataGridViewTextBoxColumn5,
     this.dataGridViewTextBoxColumn6,
     this.dataGridViewTextBoxColumn7});
     this.gridAutoresProcesso.Location = new System.Drawing.Point(37, 64);
     this.gridAutoresProcesso.Name = "gridAutoresProcesso";
     this.gridAutoresProcesso.ReadOnly = true;
     this.gridAutoresProcesso.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.gridAutoresProcesso.Size = new System.Drawing.Size(716, 144);
     this.gridAutoresProcesso.TabIndex = 2;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.DataPropertyName = "Id";
     this.dataGridViewTextBoxColumn4.HeaderText = "N.R.I";
     this.dataGridViewTextBoxColumn4.MinimumWidth = 60;
     this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly = true;
     this.dataGridViewTextBoxColumn4.Width = 60;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn5.DataPropertyName = "Nome";
     this.dataGridViewTextBoxColumn5.HeaderText = "Nome de Cliente";
     this.dataGridViewTextBoxColumn5.MinimumWidth = 300;
     this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.DataPropertyName = "CPF";
     this.dataGridViewTextBoxColumn6.HeaderText = "C.P.F";
     this.dataGridViewTextBoxColumn6.MinimumWidth = 150;
     this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.ReadOnly = true;
     this.dataGridViewTextBoxColumn6.Width = 150;
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.DataPropertyName = "RG";
     this.dataGridViewTextBoxColumn7.HeaderText = "RG";
     this.dataGridViewTextBoxColumn7.MinimumWidth = 100;
     this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.ReadOnly = true;
     //
     // btnDefineCabeca
     //
     this.btnDefineCabeca.Image = global::Visao.Properties.Resources.cabeca32;
     this.btnDefineCabeca.Location = new System.Drawing.Point(75, 30);
     this.btnDefineCabeca.Name = "btnDefineCabeca";
     this.btnDefineCabeca.Size = new System.Drawing.Size(277, 32);
     this.btnDefineCabeca.TabIndex = 56;
     this.btnDefineCabeca.Text = "Definir cliente como Cabeça do Processo";
     this.btnDefineCabeca.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnDefineCabeca.UseVisualStyleBackColor = true;
     //
     // btnExcluiAutor
     //
     this.btnExcluiAutor.Image = global::Visao.Properties.Resources.SairPrograma24x24;
     this.btnExcluiAutor.Location = new System.Drawing.Point(37, 30);
     this.btnExcluiAutor.Name = "btnExcluiAutor";
     this.btnExcluiAutor.Size = new System.Drawing.Size(32, 32);
     this.btnExcluiAutor.TabIndex = 50;
     this.toolTip1.SetToolTip(this.btnExcluiAutor, "Excluir Cliente Autor");
     this.btnExcluiAutor.UseVisualStyleBackColor = true;
     //
     // tabPage5
     //
     this.tabPage5.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage5.Controls.Add(this.groupBox7);
     this.tabPage5.Location = new System.Drawing.Point(4, 25);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size = new System.Drawing.Size(845, 533);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text = "Andamento";
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.andamentoColorComboBox);
     this.groupBox7.Controls.Add(this.txtAndamentoRealizado);
     this.groupBox7.Controls.Add(this.andamentoButtonBar);
     this.groupBox7.Controls.Add(this.txtAndamento);
     this.groupBox7.Controls.Add(this.label36);
     this.groupBox7.Location = new System.Drawing.Point(11, 6);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(818, 521);
     this.groupBox7.TabIndex = 3;
     this.groupBox7.TabStop = false;
     this.groupBox7.Text = "Andamento";
     //
     // andamentoColorComboBox
     //
     this.andamentoColorComboBox.DisplayMember = "Name";
     this.andamentoColorComboBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.andamentoColorComboBox.FormattingEnabled = true;
     this.andamentoColorComboBox.Items.AddRange(new object[] {
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen"});
     this.andamentoColorComboBox.Location = new System.Drawing.Point(9, 54);
     this.andamentoColorComboBox.Name = "andamentoColorComboBox";
     this.andamentoColorComboBox.SelectedColor = System.Drawing.Color.Black;
     this.andamentoColorComboBox.Size = new System.Drawing.Size(194, 21);
     this.andamentoColorComboBox.TabIndex = 7;
     this.andamentoColorComboBox.ValueMember = "Color";
     //
     // txtAndamentoRealizado
     //
     this.txtAndamentoRealizado.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtAndamentoRealizado.DisplayColors.DarkShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
     this.txtAndamentoRealizado.EditMode = TXTextControl.EditMode.ReadAndSelect;
     this.txtAndamentoRealizado.Font = new System.Drawing.Font("Arial", 10F);
     this.txtAndamentoRealizado.Location = new System.Drawing.Point(9, 293);
     this.txtAndamentoRealizado.Name = "txtAndamentoRealizado";
     this.txtAndamentoRealizado.Size = new System.Drawing.Size(803, 219);
     this.txtAndamentoRealizado.TabIndex = 6;
     this.txtAndamentoRealizado.ViewMode = TXTextControl.ViewMode.Normal;
     //
     // andamentoButtonBar
     //
     this.andamentoButtonBar.Location = new System.Drawing.Point(9, 20);
     this.andamentoButtonBar.Name = "andamentoButtonBar";
     this.andamentoButtonBar.Size = new System.Drawing.Size(803, 28);
     this.andamentoButtonBar.TabIndex = 5;
     this.andamentoButtonBar.Text = "buttonBar1";
     //
     // txtAndamento
     //
     this.txtAndamento.ButtonBar = this.andamentoButtonBar;
     this.txtAndamento.Font = new System.Drawing.Font("Arial", 10F);
     this.txtAndamento.HideSelection = false;
     this.txtAndamento.Location = new System.Drawing.Point(9, 87);
     this.txtAndamento.Name = "txtAndamento";
     this.txtAndamento.Size = new System.Drawing.Size(803, 175);
     this.txtAndamento.TabIndex = 4;
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Location = new System.Drawing.Point(6, 274);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(118, 13);
     this.label36.TabIndex = 3;
     this.label36.Text = "Registro de Andamento";
     //
     // tabPage3
     //
     this.tabPage3.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage3.Controls.Add(this.groupBox4);
     this.tabPage3.Location = new System.Drawing.Point(4, 25);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size = new System.Drawing.Size(845, 533);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "Observação Interna";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.obsColorComboBox);
     this.groupBox4.Controls.Add(this.obsButtonBar);
     this.groupBox4.Controls.Add(this.txtObservacao);
     this.groupBox4.Location = new System.Drawing.Point(6, 6);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(833, 521);
     this.groupBox4.TabIndex = 0;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Observação Interna";
     //
     // obsColorComboBox
     //
     this.obsColorComboBox.DisplayMember = "Name";
     this.obsColorComboBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.obsColorComboBox.FormattingEnabled = true;
     this.obsColorComboBox.Items.AddRange(new object[] {
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen"});
     this.obsColorComboBox.Location = new System.Drawing.Point(6, 53);
     this.obsColorComboBox.Name = "obsColorComboBox";
     this.obsColorComboBox.SelectedColor = System.Drawing.Color.Black;
     this.obsColorComboBox.Size = new System.Drawing.Size(171, 21);
     this.obsColorComboBox.TabIndex = 13;
     this.obsColorComboBox.ValueMember = "Color";
     //
     // obsButtonBar
     //
     this.obsButtonBar.Location = new System.Drawing.Point(6, 19);
     this.obsButtonBar.Name = "obsButtonBar";
     this.obsButtonBar.Size = new System.Drawing.Size(791, 28);
     this.obsButtonBar.TabIndex = 12;
     this.obsButtonBar.Text = "buttonBar1";
     //
     // txtObservacao
     //
     this.txtObservacao.ButtonBar = this.obsButtonBar;
     this.txtObservacao.Font = new System.Drawing.Font("Arial", 10F);
     this.txtObservacao.HideSelection = false;
     this.txtObservacao.Location = new System.Drawing.Point(6, 80);
     this.txtObservacao.Name = "txtObservacao";
     this.txtObservacao.Size = new System.Drawing.Size(821, 435);
     this.txtObservacao.TabIndex = 11;
     //
     // CadastroProcessos
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(911, 662);
     this.Controls.Add(this.groupBox1);
     this.Name = "CadastroProcessos";
     this.Text = "Cadastro de Processos";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.CadastroProcessos_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.responsavelGridView)).EndInit();
     this.menuGridView.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridPesquisaClientes)).EndInit();
     this.groupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridAutoresProcesso)).EndInit();
     this.tabPage5.ResumeLayout(false);
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     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()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = 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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_ordencompra));
     this.ctacte = new System.Windows.Forms.TextBox();
     this.condpagoid = new System.Windows.Forms.ComboBox();
     this.label34 = new System.Windows.Forms.Label();
     this.puntollegada = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.atencion = new System.Windows.Forms.TextBox();
     this.label27 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.afecdetraccion = new DevExpress.XtraEditors.CheckEdit();
     this.detraccionid = new System.Windows.Forms.ComboBox();
     this.pdetraccion = new System.Windows.Forms.TextBox();
     this.label33 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.compradorname = new System.Windows.Forms.TextBox();
     this.compradorid = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.shapeContainer2 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape4 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.lineShape3 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.fechpago = new System.Windows.Forms.DateTimePicker();
     this.panel3 = new System.Windows.Forms.Panel();
     this.label16 = new System.Windows.Forms.Label();
     this.fechentrega = new System.Windows.Forms.DateTimePicker();
     this.fechdoc = new System.Windows.Forms.DateTimePicker();
     this.fechaulting = new System.Windows.Forms.DateTimePicker();
     this.label26 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.serdoc = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.numdoc = new System.Windows.Forms.TextBox();
     this.numdoc2 = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label40 = new System.Windows.Forms.Label();
     this.txt_stock = new System.Windows.Forms.TextBox();
     this.lbl_valor = new System.Windows.Forms.Label();
     this.txt_valor = new System.Windows.Forms.TextBox();
     this.label39 = new System.Windows.Forms.Label();
     this.totdscto1 = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.bruto = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.totpzas = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.itemsT = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.valventa = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.totimpto = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.totimporte = new System.Windows.Forms.TextBox();
     this.griddetalleocompra = new System.Windows.Forms.DataGridView();
     this.itemref = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stock_old = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidad_old = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.item = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.equiv_id = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.dfechentrega = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.aniosemana = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.aniosemanaconfirm = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precioanterior = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stock = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precventa = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.costoultimo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.costopromed = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.valor = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.importe = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precunit = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.importfac = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.generar = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dtotimpto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidad_c = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precunit_c = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dalmacaccionid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidadcta = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidadcta_c = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label25 = new System.Windows.Forms.Label();
     this.numped = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.serped = new System.Windows.Forms.TextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.fechref = new System.Windows.Forms.DateTimePicker();
     this.numref = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.serref = new System.Windows.Forms.TextBox();
     this.label30 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.tipref = new System.Windows.Forms.ComboBox();
     this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape2 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.lineShape1 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.direc = new System.Windows.Forms.TextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.ctactename = new System.Windows.Forms.TextBox();
     this.nmruc = new System.Windows.Forms.TextBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btn_refresh_tcamb = new DevExpress.XtraEditors.SimpleButton();
     this.label41 = new System.Windows.Forms.Label();
     this.tipimptotasa = new System.Windows.Forms.ComboBox();
     this.localdes = new System.Windows.Forms.ComboBox();
     this.moduloiddes = new System.Windows.Forms.ComboBox();
     this.label9 = new System.Windows.Forms.Label();
     this.moneda = new System.Windows.Forms.ComboBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.tcamb = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.Botonera = new System.Windows.Forms.ToolStrip();
     this.btn_nuevo = new System.Windows.Forms.ToolStripButton();
     this.btn_editar = new System.Windows.Forms.ToolStripButton();
     this.btn_cancelar = new System.Windows.Forms.ToolStripButton();
     this.btn_grabar = new System.Windows.Forms.ToolStripButton();
     this.btn_eliminar = new System.Windows.Forms.ToolStripButton();
     this.btn_imprimir = new System.Windows.Forms.ToolStripButton();
     this.btn_imprimiraux = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_primero = new System.Windows.Forms.ToolStripButton();
     this.btn_anterior = new System.Windows.Forms.ToolStripButton();
     this.btn_siguiente = new System.Windows.Forms.ToolStripButton();
     this.btn_ultimo = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_detanadir = new System.Windows.Forms.ToolStripButton();
     this.btn_deteliminar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_actualizar = new System.Windows.Forms.ToolStripButton();
     this.btn_canculadora = new System.Windows.Forms.ToolStripButton();
     this.btn_clave = new System.Windows.Forms.ToolStripButton();
     this.btn_log = new System.Windows.Forms.ToolStripButton();
     this.btn_attachedfile = new System.Windows.Forms.ToolStripButton();
     this.btn_GenerarOrden = new System.Windows.Forms.ToolStripButton();
     this.btn_salir = new System.Windows.Forms.ToolStripButton();
     this.tipoclieprov = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.glosa = new System.Windows.Forms.TextBox();
     this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.afecdetraccion.Properties)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.griddetalleocompra)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.Botonera.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // ctacte
     //
     this.ctacte.Location = new System.Drawing.Point(60, 110);
     this.ctacte.MaxLength = 11;
     this.ctacte.Name = "ctacte";
     this.ctacte.Size = new System.Drawing.Size(55, 21);
     this.ctacte.TabIndex = 74;
     this.ctacte.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ctacte_KeyDown);
     //
     // condpagoid
     //
     this.condpagoid.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.condpagoid.FormattingEnabled = true;
     this.condpagoid.Location = new System.Drawing.Point(808, 109);
     this.condpagoid.Name = "condpagoid";
     this.condpagoid.Size = new System.Drawing.Size(188, 21);
     this.condpagoid.TabIndex = 17;
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label34.Location = new System.Drawing.Point(732, 113);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(66, 13);
     this.label34.TabIndex = 31;
     this.label34.Text = "Cond. Pago:";
     //
     // puntollegada
     //
     this.puntollegada.Location = new System.Drawing.Point(437, 237);
     this.puntollegada.Name = "puntollegada";
     this.puntollegada.Size = new System.Drawing.Size(293, 21);
     this.puntollegada.TabIndex = 31;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(344, 240);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(91, 13);
     this.label12.TabIndex = 62;
     this.label12.Text = "Lugar de entrega:";
     //
     // atencion
     //
     this.atencion.Location = new System.Drawing.Point(66, 237);
     this.atencion.Name = "atencion";
     this.atencion.Size = new System.Drawing.Size(276, 21);
     this.atencion.TabIndex = 30;
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label27.Location = new System.Drawing.Point(4, 240);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(62, 13);
     this.label27.TabIndex = 60;
     this.label27.Text = "Referencia:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.afecdetraccion);
     this.groupBox2.Controls.Add(this.detraccionid);
     this.groupBox2.Controls.Add(this.pdetraccion);
     this.groupBox2.Controls.Add(this.label33);
     this.groupBox2.Controls.Add(this.label28);
     this.groupBox2.Controls.Add(this.compradorname);
     this.groupBox2.Controls.Add(this.compradorid);
     this.groupBox2.Controls.Add(this.label19);
     this.groupBox2.Controls.Add(this.shapeContainer2);
     this.groupBox2.Location = new System.Drawing.Point(347, 131);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(383, 106);
     this.groupBox2.TabIndex = 47;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Datos generales";
     //
     // afecdetraccion
     //
     this.afecdetraccion.Location = new System.Drawing.Point(8, 54);
     this.afecdetraccion.Name = "afecdetraccion";
     this.afecdetraccion.Properties.Caption = "Afecta Detracción:";
     this.afecdetraccion.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Style2;
     this.afecdetraccion.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.afecdetraccion.Size = new System.Drawing.Size(117, 22);
     this.afecdetraccion.TabIndex = 74;
     //
     // detraccionid
     //
     this.detraccionid.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.detraccionid.FormattingEnabled = true;
     this.detraccionid.Location = new System.Drawing.Point(84, 81);
     this.detraccionid.Name = "detraccionid";
     this.detraccionid.Size = new System.Drawing.Size(240, 21);
     this.detraccionid.TabIndex = 27;
     this.detraccionid.SelectedIndexChanged += new System.EventHandler(this.detraccionid_SelectedIndexChanged);
     //
     // pdetraccion
     //
     this.pdetraccion.Location = new System.Drawing.Point(340, 82);
     this.pdetraccion.MaxLength = 4;
     this.pdetraccion.Name = "pdetraccion";
     this.pdetraccion.Size = new System.Drawing.Size(35, 21);
     this.pdetraccion.TabIndex = 28;
     this.pdetraccion.Text = "2012";
     this.pdetraccion.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.Location = new System.Drawing.Point(326, 85);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(15, 13);
     this.label33.TabIndex = 57;
     this.label33.Text = "%";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(13, 85);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(62, 13);
     this.label28.TabIndex = 55;
     this.label28.Text = "Detracción:";
     //
     // compradorname
     //
     this.compradorname.Location = new System.Drawing.Point(123, 16);
     this.compradorname.Name = "compradorname";
     this.compradorname.Size = new System.Drawing.Size(252, 21);
     this.compradorname.TabIndex = 25;
     //
     // compradorid
     //
     this.compradorid.Location = new System.Drawing.Point(84, 16);
     this.compradorid.MaxLength = 4;
     this.compradorid.Name = "compradorid";
     this.compradorid.Size = new System.Drawing.Size(37, 21);
     this.compradorid.TabIndex = 24;
     this.compradorid.Text = " ";
     this.compradorid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.compradorid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.compradorid_KeyDown);
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.Location = new System.Drawing.Point(13, 19);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(61, 13);
     this.label19.TabIndex = 51;
     this.label19.Text = "Comprador:";
     //
     // shapeContainer2
     //
     this.shapeContainer2.Location = new System.Drawing.Point(3, 17);
     this.shapeContainer2.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer2.Name = "shapeContainer2";
     this.shapeContainer2.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape4,
     this.lineShape3});
     this.shapeContainer2.Size = new System.Drawing.Size(377, 86);
     this.shapeContainer2.TabIndex = 73;
     this.shapeContainer2.TabStop = false;
     //
     // lineShape4
     //
     this.lineShape4.BorderColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lineShape4.Enabled = false;
     this.lineShape4.Name = "lineShape4";
     this.lineShape4.X1 = 0;
     this.lineShape4.X2 = 383;
     this.lineShape4.Y1 = 32;
     this.lineShape4.Y2 = 32;
     //
     // lineShape3
     //
     this.lineShape3.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.lineShape3.Enabled = false;
     this.lineShape3.Name = "lineShape3";
     this.lineShape3.X1 = 0;
     this.lineShape3.X2 = 383;
     this.lineShape3.Y1 = 33;
     this.lineShape3.Y2 = 33;
     //
     // fechpago
     //
     this.fechpago.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechpago.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechpago.Location = new System.Drawing.Point(955, 85);
     this.fechpago.Name = "fechpago";
     this.fechpago.Size = new System.Drawing.Size(80, 20);
     this.fechpago.TabIndex = 13;
     this.fechpago.ValueChanged += new System.EventHandler(this.fechpago_ValueChanged);
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.Teal;
     this.panel3.Controls.Add(this.label16);
     this.panel3.Controls.Add(this.fechentrega);
     this.panel3.Controls.Add(this.fechdoc);
     this.panel3.Controls.Add(this.fechaulting);
     this.panel3.Controls.Add(this.label26);
     this.panel3.Controls.Add(this.label18);
     this.panel3.Controls.Add(this.label17);
     this.panel3.Controls.Add(this.serdoc);
     this.panel3.Controls.Add(this.label6);
     this.panel3.Controls.Add(this.numdoc);
     this.panel3.Controls.Add(this.numdoc2);
     this.panel3.Controls.Add(this.label8);
     this.panel3.Location = new System.Drawing.Point(0, 82);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(1044, 27);
     this.panel3.TabIndex = 16;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.Color.White;
     this.label16.Location = new System.Drawing.Point(270, 8);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(46, 13);
     this.label16.TabIndex = 90;
     this.label16.Text = "Fecha:";
     //
     // fechentrega
     //
     this.fechentrega.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechentrega.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechentrega.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.fechentrega.Location = new System.Drawing.Point(789, 4);
     this.fechentrega.Name = "fechentrega";
     this.fechentrega.Size = new System.Drawing.Size(84, 20);
     this.fechentrega.TabIndex = 89;
     this.fechentrega.Value = new System.DateTime(2012, 12, 19, 0, 0, 0, 0);
     //
     // fechdoc
     //
     this.fechdoc.Enabled = false;
     this.fechdoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechdoc.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechdoc.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.fechdoc.Location = new System.Drawing.Point(320, 4);
     this.fechdoc.Name = "fechdoc";
     this.fechdoc.Size = new System.Drawing.Size(84, 20);
     this.fechdoc.TabIndex = 20;
     this.fechdoc.Value = new System.DateTime(2012, 12, 19, 0, 0, 0, 0);
     //
     // fechaulting
     //
     this.fechaulting.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechaulting.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechaulting.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.fechaulting.Location = new System.Drawing.Point(527, 2);
     this.fechaulting.Name = "fechaulting";
     this.fechaulting.Size = new System.Drawing.Size(84, 20);
     this.fechaulting.TabIndex = 7;
     this.fechaulting.Value = new System.DateTime(2012, 12, 19, 0, 0, 0, 0);
     this.fechaulting.Visible = false;
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.BackColor = System.Drawing.Color.Transparent;
     this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label26.ForeColor = System.Drawing.Color.White;
     this.label26.Location = new System.Drawing.Point(434, 6);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(91, 13);
     this.label26.TabIndex = 88;
     this.label26.Text = "Fecha Ult_Ing:";
     this.label26.Visible = false;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.ForeColor = System.Drawing.Color.White;
     this.label18.Location = new System.Drawing.Point(879, 7);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(79, 13);
     this.label18.TabIndex = 86;
     this.label18.Text = "Fecha Pago:";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.ForeColor = System.Drawing.Color.White;
     this.label17.Location = new System.Drawing.Point(697, 7);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(94, 13);
     this.label17.TabIndex = 20;
     this.label17.Text = "Fecha Entrega:";
     //
     // serdoc
     //
     this.serdoc.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.serdoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.serdoc.Location = new System.Drawing.Point(55, 8);
     this.serdoc.MaxLength = 4;
     this.serdoc.Name = "serdoc";
     this.serdoc.Size = new System.Drawing.Size(37, 13);
     this.serdoc.TabIndex = 10;
     this.serdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.serdoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.serdoc_KeyPress);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(4, 7);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(52, 13);
     this.label6.TabIndex = 3;
     this.label6.Text = "Modulo:";
     //
     // numdoc
     //
     this.numdoc.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.numdoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numdoc.Location = new System.Drawing.Point(181, 8);
     this.numdoc.MaxLength = 10;
     this.numdoc.Name = "numdoc";
     this.numdoc.Size = new System.Drawing.Size(44, 13);
     this.numdoc.TabIndex = 11;
     this.numdoc.Text = "000001";
     this.numdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.numdoc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numdoc_KeyDown);
     this.numdoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.numdoc_KeyPress);
     //
     // numdoc2
     //
     this.numdoc2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.numdoc2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numdoc2.Location = new System.Drawing.Point(150, 8);
     this.numdoc2.MaxLength = 10;
     this.numdoc2.Name = "numdoc2";
     this.numdoc2.Size = new System.Drawing.Size(31, 13);
     this.numdoc2.TabIndex = 87;
     this.numdoc2.Text = "2013";
     this.numdoc2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location = new System.Drawing.Point(98, 7);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(54, 13);
     this.label8.TabIndex = 4;
     this.label8.Text = "Número:";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Teal;
     this.panel2.Controls.Add(this.label40);
     this.panel2.Controls.Add(this.txt_stock);
     this.panel2.Controls.Add(this.lbl_valor);
     this.panel2.Controls.Add(this.txt_valor);
     this.panel2.Controls.Add(this.label39);
     this.panel2.Controls.Add(this.totdscto1);
     this.panel2.Controls.Add(this.label10);
     this.panel2.Controls.Add(this.bruto);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.totpzas);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.itemsT);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.valventa);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.totimpto);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.totimporte);
     this.panel2.Location = new System.Drawing.Point(0, 544);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1045, 48);
     this.panel2.TabIndex = 65;
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.BackColor = System.Drawing.Color.Transparent;
     this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.ForeColor = System.Drawing.Color.White;
     this.label40.Location = new System.Drawing.Point(542, 28);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(40, 13);
     this.label40.TabIndex = 80;
     this.label40.Text = "Stock";
     //
     // txt_stock
     //
     this.txt_stock.Enabled = false;
     this.txt_stock.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_stock.Location = new System.Drawing.Point(519, 6);
     this.txt_stock.Name = "txt_stock";
     this.txt_stock.Size = new System.Drawing.Size(75, 21);
     this.txt_stock.TabIndex = 38;
     this.txt_stock.Text = "100,000.00";
     this.txt_stock.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lbl_valor
     //
     this.lbl_valor.AutoSize = true;
     this.lbl_valor.BackColor = System.Drawing.Color.Transparent;
     this.lbl_valor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_valor.ForeColor = System.Drawing.Color.White;
     this.lbl_valor.Location = new System.Drawing.Point(450, 28);
     this.lbl_valor.Name = "lbl_valor";
     this.lbl_valor.Size = new System.Drawing.Size(15, 13);
     this.lbl_valor.TabIndex = 79;
     this.lbl_valor.Text = "V";
     //
     // txt_valor
     //
     this.txt_valor.Enabled = false;
     this.txt_valor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_valor.Location = new System.Drawing.Point(442, 6);
     this.txt_valor.Name = "txt_valor";
     this.txt_valor.Size = new System.Drawing.Size(75, 21);
     this.txt_valor.TabIndex = 37;
     this.txt_valor.Text = "100,000.00";
     this.txt_valor.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.BackColor = System.Drawing.Color.Transparent;
     this.label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.ForeColor = System.Drawing.Color.White;
     this.label39.Location = new System.Drawing.Point(215, 27);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(68, 13);
     this.label39.TabIndex = 78;
     this.label39.Text = "Descuento";
     //
     // totdscto1
     //
     this.totdscto1.Location = new System.Drawing.Point(208, 5);
     this.totdscto1.Name = "totdscto1";
     this.totdscto1.Size = new System.Drawing.Size(75, 21);
     this.totdscto1.TabIndex = 36;
     this.totdscto1.Text = "100,000.00";
     this.totdscto1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.White;
     this.label10.Location = new System.Drawing.Point(139, 27);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(63, 13);
     this.label10.TabIndex = 77;
     this.label10.Text = "Val. Bruto";
     //
     // bruto
     //
     this.bruto.Location = new System.Drawing.Point(132, 5);
     this.bruto.Name = "bruto";
     this.bruto.Size = new System.Drawing.Size(75, 21);
     this.bruto.TabIndex = 35;
     this.bruto.Text = "100,000.00";
     this.bruto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(62, 27);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(60, 13);
     this.label7.TabIndex = 76;
     this.label7.Text = "T. Piezas";
     //
     // totpzas
     //
     this.totpzas.Location = new System.Drawing.Point(56, 5);
     this.totpzas.Name = "totpzas";
     this.totpzas.Size = new System.Drawing.Size(75, 21);
     this.totpzas.TabIndex = 34;
     this.totpzas.Text = "10,000";
     this.totpzas.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(10, 27);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(37, 13);
     this.label1.TabIndex = 75;
     this.label1.Text = "Items";
     //
     // itemsT
     //
     this.itemsT.Location = new System.Drawing.Point(4, 5);
     this.itemsT.Name = "itemsT";
     this.itemsT.Size = new System.Drawing.Size(51, 21);
     this.itemsT.TabIndex = 33;
     this.itemsT.Text = "999";
     this.itemsT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(799, 27);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(66, 13);
     this.label5.TabIndex = 81;
     this.label5.Text = "Val. Venta";
     //
     // valventa
     //
     this.valventa.Location = new System.Drawing.Point(794, 5);
     this.valventa.Name = "valventa";
     this.valventa.Size = new System.Drawing.Size(75, 21);
     this.valventa.TabIndex = 39;
     this.valventa.Text = "100,000.00";
     this.valventa.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(881, 27);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(58, 13);
     this.label4.TabIndex = 82;
     this.label4.Text = "Impuesto";
     //
     // totimpto
     //
     this.totimpto.Location = new System.Drawing.Point(871, 5);
     this.totimpto.Name = "totimpto";
     this.totimpto.Size = new System.Drawing.Size(75, 21);
     this.totimpto.TabIndex = 40;
     this.totimpto.Text = "100,000.00";
     this.totimpto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(971, 27);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(36, 13);
     this.label3.TabIndex = 83;
     this.label3.Text = "Total";
     //
     // totimporte
     //
     this.totimporte.Location = new System.Drawing.Point(948, 5);
     this.totimporte.Name = "totimporte";
     this.totimporte.Size = new System.Drawing.Size(75, 21);
     this.totimporte.TabIndex = 41;
     this.totimporte.Text = "100,000.00";
     this.totimporte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // griddetalleocompra
     //
     this.griddetalleocompra.AllowUserToAddRows = false;
     this.griddetalleocompra.AllowUserToDeleteRows = false;
     this.griddetalleocompra.AllowUserToResizeColumns = false;
     this.griddetalleocompra.AllowUserToResizeRows = false;
     this.griddetalleocompra.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.griddetalleocompra.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.griddetalleocompra.ColumnHeadersHeight = 20;
     this.griddetalleocompra.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.itemref,
     this.stock_old,
     this.cantidad_old,
     this.item,
     this.productid,
     this.productname,
     this.equiv_id,
     this.dfechentrega,
     this.aniosemana,
     this.aniosemanaconfirm,
     this.precioanterior,
     this.stock,
     this.precventa,
     this.costoultimo,
     this.costopromed,
     this.cantidad,
     this.valor,
     this.importe,
     this.precunit,
     this.importfac,
     this.generar,
     this.dtotimpto,
     this.cantidad_c,
     this.precunit_c,
     this.dalmacaccionid,
     this.cantidadcta,
     this.cantidadcta_c});
     this.griddetalleocompra.Location = new System.Drawing.Point(0, 260);
     this.griddetalleocompra.MultiSelect = false;
     this.griddetalleocompra.Name = "griddetalleocompra";
     this.griddetalleocompra.RowHeadersVisible = false;
     this.griddetalleocompra.RowHeadersWidth = 10;
     dataGridViewCellStyle9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.griddetalleocompra.RowsDefaultCellStyle = dataGridViewCellStyle9;
     this.griddetalleocompra.RowTemplate.Height = 20;
     this.griddetalleocompra.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.griddetalleocompra.Size = new System.Drawing.Size(1044, 284);
     this.griddetalleocompra.TabIndex = 32;
     this.griddetalleocompra.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.griddetalleocompra_CellBeginEdit);
     this.griddetalleocompra.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetalleocompra_CellClick);
     this.griddetalleocompra.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetalleocompra_CellContentClick);
     this.griddetalleocompra.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetalleocompra_CellEndEdit);
     this.griddetalleocompra.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetalleocompra_CellEnter);
     this.griddetalleocompra.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetalleocompra_CellLeave);
     this.griddetalleocompra.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetalleocompra_CellValueChanged);
     this.griddetalleocompra.ColumnDataPropertyNameChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.griddetalleocompra_ColumnDataPropertyNameChanged);
     this.griddetalleocompra.CurrentCellDirtyStateChanged += new System.EventHandler(this.griddetalleocompra_CurrentCellDirtyStateChanged);
     this.griddetalleocompra.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.griddetalleocompra_DataError);
     this.griddetalleocompra.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.griddetalleocompra_EditingControlShowing);
     this.griddetalleocompra.KeyDown += new System.Windows.Forms.KeyEventHandler(this.griddetalleocompra_KeyDown);
     this.griddetalleocompra.KeyUp += new System.Windows.Forms.KeyEventHandler(this.griddetalleocompra_KeyUp);
     //
     // itemref
     //
     this.itemref.DataPropertyName = "itemref";
     this.itemref.HeaderText = "itemref";
     this.itemref.Name = "itemref";
     this.itemref.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.itemref.Visible = false;
     //
     // stock_old
     //
     this.stock_old.DataPropertyName = "stock_old";
     this.stock_old.HeaderText = "Stock_old";
     this.stock_old.Name = "stock_old";
     this.stock_old.Visible = false;
     //
     // cantidad_old
     //
     this.cantidad_old.DataPropertyName = "cantidad_old";
     this.cantidad_old.HeaderText = "Cantidad_old";
     this.cantidad_old.Name = "cantidad_old";
     this.cantidad_old.Visible = false;
     //
     // item
     //
     this.item.DataPropertyName = "items";
     this.item.HeaderText = "Items";
     this.item.Name = "item";
     this.item.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.item.Width = 40;
     //
     // productid
     //
     this.productid.DataPropertyName = "productid";
     this.productid.HeaderText = "Codigo";
     this.productid.Name = "productid";
     this.productid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.productid.Width = 90;
     //
     // productname
     //
     this.productname.DataPropertyName = "productname";
     this.productname.HeaderText = "Producto";
     this.productname.Name = "productname";
     this.productname.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.productname.Width = 280;
     //
     // equiv_id
     //
     this.equiv_id.DataPropertyName = "equiv_id";
     this.equiv_id.HeaderText = "Conver.Med";
     this.equiv_id.Name = "equiv_id";
     this.equiv_id.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.equiv_id.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // dfechentrega
     //
     this.dfechentrega.DataPropertyName = "fechentrega";
     dataGridViewCellStyle2.NullValue = null;
     this.dfechentrega.DefaultCellStyle = dataGridViewCellStyle2;
     this.dfechentrega.HeaderText = "F. Entrega";
     this.dfechentrega.MaxInputLength = 10;
     this.dfechentrega.Name = "dfechentrega";
     this.dfechentrega.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dfechentrega.Width = 80;
     //
     // aniosemana
     //
     this.aniosemana.DataPropertyName = "aniosemana";
     this.aniosemana.HeaderText = "aniosemana";
     this.aniosemana.Name = "aniosemana";
     this.aniosemana.Visible = false;
     //
     // aniosemanaconfirm
     //
     this.aniosemanaconfirm.DataPropertyName = "aniosemanaconfirm";
     this.aniosemanaconfirm.HeaderText = "aniosemanaconfirm";
     this.aniosemanaconfirm.Name = "aniosemanaconfirm";
     this.aniosemanaconfirm.Visible = false;
     //
     // precioanterior
     //
     this.precioanterior.DataPropertyName = "precioanterior";
     this.precioanterior.HeaderText = "precioanterior";
     this.precioanterior.Name = "precioanterior";
     this.precioanterior.Visible = false;
     //
     // stock
     //
     this.stock.DataPropertyName = "stock";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.stock.DefaultCellStyle = dataGridViewCellStyle3;
     this.stock.HeaderText = "Stock";
     this.stock.Name = "stock";
     this.stock.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // precventa
     //
     this.precventa.DataPropertyName = "precventa";
     this.precventa.HeaderText = "precventa";
     this.precventa.Name = "precventa";
     this.precventa.Visible = false;
     //
     // costoultimo
     //
     this.costoultimo.DataPropertyName = "costoultimo";
     this.costoultimo.HeaderText = "costoultimo";
     this.costoultimo.Name = "costoultimo";
     this.costoultimo.Visible = false;
     //
     // costopromed
     //
     this.costopromed.DataPropertyName = "costopromed";
     this.costopromed.HeaderText = "costopromed";
     this.costopromed.Name = "costopromed";
     this.costopromed.Visible = false;
     //
     // cantidad
     //
     this.cantidad.DataPropertyName = "cantidad";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle4.Format = "N2";
     dataGridViewCellStyle4.NullValue = null;
     this.cantidad.DefaultCellStyle = dataGridViewCellStyle4;
     this.cantidad.HeaderText = "Cantidad";
     this.cantidad.Name = "cantidad";
     this.cantidad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // valor
     //
     this.valor.DataPropertyName = "valor";
     this.valor.HeaderText = "valor";
     this.valor.Name = "valor";
     this.valor.Visible = false;
     //
     // importe
     //
     this.importe.DataPropertyName = "importe";
     this.importe.HeaderText = "importe";
     this.importe.Name = "importe";
     this.importe.Visible = false;
     this.importe.Width = 80;
     //
     // precunit
     //
     this.precunit.DataPropertyName = "precunit";
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle5.Format = "N6";
     dataGridViewCellStyle5.NullValue = null;
     this.precunit.DefaultCellStyle = dataGridViewCellStyle5;
     this.precunit.HeaderText = "Precio";
     this.precunit.Name = "precunit";
     this.precunit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // importfac
     //
     this.importfac.DataPropertyName = "importfac";
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle6.Format = "N4";
     dataGridViewCellStyle6.NullValue = null;
     this.importfac.DefaultCellStyle = dataGridViewCellStyle6;
     this.importfac.HeaderText = "Importe";
     this.importfac.Name = "importfac";
     this.importfac.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.importfac.Width = 80;
     //
     // generar
     //
     this.generar.HeaderText = "↓";
     this.generar.Name = "generar";
     this.generar.Width = 20;
     //
     // dtotimpto
     //
     this.dtotimpto.DataPropertyName = "totimpto";
     this.dtotimpto.HeaderText = "totimpto";
     this.dtotimpto.Name = "dtotimpto";
     this.dtotimpto.Visible = false;
     //
     // cantidad_c
     //
     this.cantidad_c.DataPropertyName = "cantidad_c";
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle7.Format = "N6";
     dataGridViewCellStyle7.NullValue = null;
     this.cantidad_c.DefaultCellStyle = dataGridViewCellStyle7;
     this.cantidad_c.HeaderText = "Cantidad_C";
     this.cantidad_c.Name = "cantidad_c";
     this.cantidad_c.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.cantidad_c.Visible = false;
     this.cantidad_c.Width = 80;
     //
     // precunit_c
     //
     this.precunit_c.DataPropertyName = "precunit_c";
     dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle8.Format = "N6";
     dataGridViewCellStyle8.NullValue = null;
     this.precunit_c.DefaultCellStyle = dataGridViewCellStyle8;
     this.precunit_c.HeaderText = "Precio_C";
     this.precunit_c.Name = "precunit_c";
     this.precunit_c.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.precunit_c.Visible = false;
     this.precunit_c.Width = 75;
     //
     // dalmacaccionid
     //
     this.dalmacaccionid.DataPropertyName = "almacaccionid";
     this.dalmacaccionid.HeaderText = "almacaccionid";
     this.dalmacaccionid.Name = "dalmacaccionid";
     this.dalmacaccionid.Visible = false;
     //
     // cantidadcta
     //
     this.cantidadcta.DataPropertyName = "cantidadcta";
     this.cantidadcta.HeaderText = "cantidadcta";
     this.cantidadcta.Name = "cantidadcta";
     this.cantidadcta.Visible = false;
     //
     // cantidadcta_c
     //
     this.cantidadcta_c.DataPropertyName = "cantidadcta_c";
     this.cantidadcta_c.HeaderText = "cantidadcta_c";
     this.cantidadcta_c.Name = "cantidadcta_c";
     this.cantidadcta_c.Visible = false;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label25);
     this.groupBox1.Controls.Add(this.numped);
     this.groupBox1.Controls.Add(this.label20);
     this.groupBox1.Controls.Add(this.serped);
     this.groupBox1.Controls.Add(this.label22);
     this.groupBox1.Controls.Add(this.fechref);
     this.groupBox1.Controls.Add(this.numref);
     this.groupBox1.Controls.Add(this.label32);
     this.groupBox1.Controls.Add(this.label31);
     this.groupBox1.Controls.Add(this.serref);
     this.groupBox1.Controls.Add(this.label30);
     this.groupBox1.Controls.Add(this.label29);
     this.groupBox1.Controls.Add(this.tipref);
     this.groupBox1.Controls.Add(this.shapeContainer1);
     this.groupBox1.Location = new System.Drawing.Point(7, 131);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(335, 106);
     this.groupBox1.TabIndex = 33;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Doc. Referencia";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.BackColor = System.Drawing.Color.Transparent;
     this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label25.Location = new System.Drawing.Point(7, 63);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(40, 13);
     this.label25.TabIndex = 42;
     this.label25.Text = "Pedido";
     //
     // numped
     //
     this.numped.Location = new System.Drawing.Point(136, 82);
     this.numped.MaxLength = 10;
     this.numped.Name = "numped";
     this.numped.Size = new System.Drawing.Size(79, 21);
     this.numped.TabIndex = 23;
     this.numped.Text = "0000000001";
     this.numped.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.numped.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.numped_KeyPress);
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(95, 85);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(47, 13);
     this.label20.TabIndex = 45;
     this.label20.Text = "Número:";
     //
     // serped
     //
     this.serped.Location = new System.Drawing.Point(57, 82);
     this.serped.MaxLength = 4;
     this.serped.Name = "serped";
     this.serped.Size = new System.Drawing.Size(37, 21);
     this.serped.TabIndex = 22;
     this.serped.Text = "2012";
     this.serped.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.serped.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.serped_KeyPress);
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(22, 85);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(34, 13);
     this.label22.TabIndex = 43;
     this.label22.Text = "Serie:";
     //
     // fechref
     //
     this.fechref.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechref.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechref.Location = new System.Drawing.Point(250, 41);
     this.fechref.Name = "fechref";
     this.fechref.Size = new System.Drawing.Size(80, 20);
     this.fechref.TabIndex = 21;
     this.fechref.ValueChanged += new System.EventHandler(this.fechref_ValueChanged);
     //
     // numref
     //
     this.numref.Location = new System.Drawing.Point(136, 40);
     this.numref.MaxLength = 10;
     this.numref.Name = "numref";
     this.numref.Size = new System.Drawing.Size(79, 21);
     this.numref.TabIndex = 20;
     this.numref.Text = "0000000001";
     this.numref.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.numref.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.numref_KeyPress);
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label32.Location = new System.Drawing.Point(213, 43);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(40, 13);
     this.label32.TabIndex = 40;
     this.label32.Text = "Fecha:";
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.Location = new System.Drawing.Point(95, 43);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(44, 13);
     this.label31.TabIndex = 38;
     this.label31.Text = "Número";
     //
     // serref
     //
     this.serref.Location = new System.Drawing.Point(57, 40);
     this.serref.MaxLength = 4;
     this.serref.Name = "serref";
     this.serref.Size = new System.Drawing.Size(37, 21);
     this.serref.TabIndex = 19;
     this.serref.Text = "2012";
     this.serref.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.serref.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.serref_KeyPress);
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.Location = new System.Drawing.Point(22, 43);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(34, 13);
     this.label30.TabIndex = 36;
     this.label30.Text = "Serie:";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.Location = new System.Drawing.Point(22, 19);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(31, 13);
     this.label29.TabIndex = 34;
     this.label29.Text = "Tipo:";
     //
     // tipref
     //
     this.tipref.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipref.FormattingEnabled = true;
     this.tipref.Location = new System.Drawing.Point(57, 16);
     this.tipref.Name = "tipref";
     this.tipref.Size = new System.Drawing.Size(273, 21);
     this.tipref.TabIndex = 18;
     //
     // shapeContainer1
     //
     this.shapeContainer1.Location = new System.Drawing.Point(3, 17);
     this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer1.Name = "shapeContainer1";
     this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape2,
     this.lineShape1});
     this.shapeContainer1.Size = new System.Drawing.Size(329, 86);
     this.shapeContainer1.TabIndex = 47;
     this.shapeContainer1.TabStop = false;
     //
     // lineShape2
     //
     this.lineShape2.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.lineShape2.Enabled = false;
     this.lineShape2.Name = "lineShape2";
     this.lineShape2.X1 = -3;
     this.lineShape2.X2 = 331;
     this.lineShape2.Y1 = 54;
     this.lineShape2.Y2 = 54;
     //
     // lineShape1
     //
     this.lineShape1.BorderColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lineShape1.Enabled = false;
     this.lineShape1.Name = "lineShape1";
     this.lineShape1.X1 = 1;
     this.lineShape1.X2 = 335;
     this.lineShape1.Y1 = 53;
     this.lineShape1.Y2 = 53;
     //
     // direc
     //
     this.direc.Location = new System.Drawing.Point(510, 110);
     this.direc.Name = "direc";
     this.direc.Size = new System.Drawing.Size(212, 21);
     this.direc.TabIndex = 16;
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.Location = new System.Drawing.Point(457, 113);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(55, 13);
     this.label24.TabIndex = 29;
     this.label24.Text = "Dirección:";
     //
     // ctactename
     //
     this.ctactename.Location = new System.Drawing.Point(271, 110);
     this.ctactename.Name = "ctactename";
     this.ctactename.Size = new System.Drawing.Size(185, 21);
     this.ctactename.TabIndex = 15;
     //
     // nmruc
     //
     this.nmruc.Location = new System.Drawing.Point(145, 110);
     this.nmruc.MaxLength = 11;
     this.nmruc.Name = "nmruc";
     this.nmruc.Size = new System.Drawing.Size(80, 21);
     this.nmruc.TabIndex = 14;
     this.nmruc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.nmruc_KeyDown);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Teal;
     this.panel1.Controls.Add(this.btn_refresh_tcamb);
     this.panel1.Controls.Add(this.label41);
     this.panel1.Controls.Add(this.tipimptotasa);
     this.panel1.Controls.Add(this.localdes);
     this.panel1.Controls.Add(this.moduloiddes);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Controls.Add(this.moneda);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.tcamb);
     this.panel1.Controls.Add(this.label21);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Controls.Add(this.label15);
     this.panel1.Location = new System.Drawing.Point(0, 32);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1044, 50);
     this.panel1.TabIndex = 2;
     //
     // btn_refresh_tcamb
     //
     this.btn_refresh_tcamb.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_refresh_tcamb.Image = ((System.Drawing.Image)(resources.GetObject("btn_refresh_tcamb.Image")));
     this.btn_refresh_tcamb.Location = new System.Drawing.Point(815, 19);
     this.btn_refresh_tcamb.Name = "btn_refresh_tcamb";
     this.btn_refresh_tcamb.Size = new System.Drawing.Size(22, 22);
     this.btn_refresh_tcamb.TabIndex = 20;
     this.btn_refresh_tcamb.ToolTip = "Refrescar Tipo de Cambio";
     this.btn_refresh_tcamb.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_refresh_tcamb.Click += new System.EventHandler(this.btn_refresh_tcamb_Click);
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.BackColor = System.Drawing.Color.Transparent;
     this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label41.ForeColor = System.Drawing.Color.White;
     this.label41.Location = new System.Drawing.Point(1017, 23);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(21, 17);
     this.label41.TabIndex = 19;
     this.label41.Text = "%";
     //
     // tipimptotasa
     //
     this.tipimptotasa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipimptotasa.FormattingEnabled = true;
     this.tipimptotasa.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this.tipimptotasa.Location = new System.Drawing.Point(977, 21);
     this.tipimptotasa.Name = "tipimptotasa";
     this.tipimptotasa.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.tipimptotasa.Size = new System.Drawing.Size(40, 21);
     this.tipimptotasa.TabIndex = 18;
     this.tipimptotasa.SelectedIndexChanged += new System.EventHandler(this.tipimptotasa_SelectedIndexChanged);
     //
     // localdes
     //
     this.localdes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.localdes.DropDownWidth = 170;
     this.localdes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.localdes.FormattingEnabled = true;
     this.localdes.Location = new System.Drawing.Point(216, 23);
     this.localdes.Name = "localdes";
     this.localdes.Size = new System.Drawing.Size(147, 21);
     this.localdes.TabIndex = 11;
     this.localdes.SelectedIndexChanged += new System.EventHandler(this.localdes_SelectedIndexChanged);
     //
     // moduloiddes
     //
     this.moduloiddes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.moduloiddes.DropDownWidth = 200;
     this.moduloiddes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.moduloiddes.FormattingEnabled = true;
     this.moduloiddes.Location = new System.Drawing.Point(6, 23);
     this.moduloiddes.Name = "moduloiddes";
     this.moduloiddes.Size = new System.Drawing.Size(196, 21);
     this.moduloiddes.TabIndex = 10;
     this.moduloiddes.SelectedIndexChanged += new System.EventHandler(this.moduloiddes_SelectedIndexChanged);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.White;
     this.label9.Location = new System.Drawing.Point(272, 8);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(38, 13);
     this.label9.TabIndex = 19;
     this.label9.Text = "Local";
     //
     // moneda
     //
     this.moneda.AutoCompleteCustomSource.AddRange(new string[] {
     "FA"});
     this.moneda.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.moneda.DropDownWidth = 250;
     this.moneda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.moneda.FormattingEnabled = true;
     this.moneda.Location = new System.Drawing.Point(845, 21);
     this.moneda.Name = "moneda";
     this.moneda.Size = new System.Drawing.Size(70, 21);
     this.moneda.TabIndex = 7;
     this.moneda.SelectedIndexChanged += new System.EventHandler(this.moneda_SelectedIndexChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location = new System.Drawing.Point(474, 22);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(211, 24);
     this.label11.TabIndex = 6;
     this.label11.Text = "ORDEN DE COMPRA";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(43, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(114, 13);
     this.label2.TabIndex = 17;
     this.label2.Text = "Destino :: Almacén";
     //
     // tcamb
     //
     this.tcamb.Location = new System.Drawing.Point(917, 21);
     this.tcamb.Name = "tcamb";
     this.tcamb.Size = new System.Drawing.Size(56, 21);
     this.tcamb.TabIndex = 8;
     this.tcamb.Text = "8";
     this.tcamb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.ForeColor = System.Drawing.Color.White;
     this.label21.Location = new System.Drawing.Point(850, 6);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(52, 13);
     this.label21.TabIndex = 7;
     this.label21.Text = "Moneda";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(972, 6);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(58, 13);
     this.label13.TabIndex = 9;
     this.label13.Text = "Impuesto";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.Color.White;
     this.label15.Location = new System.Drawing.Point(915, 6);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(60, 13);
     this.label15.TabIndex = 8;
     this.label15.Text = "T Cambio";
     //
     // Botonera
     //
     this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22);
     this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btn_nuevo,
     this.btn_editar,
     this.btn_cancelar,
     this.btn_grabar,
     this.btn_eliminar,
     this.btn_imprimir,
     this.btn_imprimiraux,
     this.toolStripSeparator1,
     this.btn_primero,
     this.btn_anterior,
     this.btn_siguiente,
     this.btn_ultimo,
     this.toolStripSeparator2,
     this.btn_detanadir,
     this.btn_deteliminar,
     this.toolStripSeparator3,
     this.btn_actualizar,
     this.btn_canculadora,
     this.btn_clave,
     this.btn_log,
     this.btn_attachedfile,
     this.btn_GenerarOrden,
     this.btn_salir});
     this.Botonera.Location = new System.Drawing.Point(0, 0);
     this.Botonera.Name = "Botonera";
     this.Botonera.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.Botonera.Size = new System.Drawing.Size(1045, 29);
     this.Botonera.TabIndex = 1;
     this.Botonera.Text = "ToolStrip1";
     //
     // btn_nuevo
     //
     this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_nuevo.Image = global::BapFormulariosNet.Properties.Resources.go_new3;
     this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_nuevo.ImageTransparentColor = System.Drawing.SystemColors.ButtonFace;
     this.btn_nuevo.Name = "btn_nuevo";
     this.btn_nuevo.Size = new System.Drawing.Size(23, 26);
     this.btn_nuevo.Text = "Nuevo";
     this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click);
     //
     // btn_editar
     //
     this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_editar.Image = ((System.Drawing.Image)(resources.GetObject("btn_editar.Image")));
     this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_editar.Name = "btn_editar";
     this.btn_editar.Size = new System.Drawing.Size(26, 26);
     this.btn_editar.Text = "Editar";
     this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click);
     //
     // btn_cancelar
     //
     this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo2;
     this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_cancelar.Name = "btn_cancelar";
     this.btn_cancelar.Size = new System.Drawing.Size(24, 26);
     this.btn_cancelar.Text = "Cancelar";
     this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click);
     //
     // btn_grabar
     //
     this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image")));
     this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_grabar.Name = "btn_grabar";
     this.btn_grabar.Size = new System.Drawing.Size(26, 26);
     this.btn_grabar.Text = "Grabar";
     this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click);
     //
     // btn_eliminar
     //
     this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_eliminar.Image = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Image")));
     this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_eliminar.Name = "btn_eliminar";
     this.btn_eliminar.Size = new System.Drawing.Size(26, 26);
     this.btn_eliminar.Text = "Eliminar";
     this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click);
     //
     // btn_imprimir
     //
     this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_imprimir.Image = global::BapFormulariosNet.Properties.Resources.dev_printer;
     this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_imprimir.Name = "btn_imprimir";
     this.btn_imprimir.Size = new System.Drawing.Size(26, 26);
     this.btn_imprimir.Text = "Imprimir Resumido";
     this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click);
     //
     // btn_imprimiraux
     //
     this.btn_imprimiraux.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_imprimiraux.Image = ((System.Drawing.Image)(resources.GetObject("btn_imprimiraux.Image")));
     this.btn_imprimiraux.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_imprimiraux.Name = "btn_imprimiraux";
     this.btn_imprimiraux.Size = new System.Drawing.Size(26, 26);
     this.btn_imprimiraux.Text = "Imprimir Completo";
     this.btn_imprimiraux.Click += new System.EventHandler(this.btn_imprimiraux_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29);
     //
     // btn_primero
     //
     this.btn_primero.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_primero.Image = ((System.Drawing.Image)(resources.GetObject("btn_primero.Image")));
     this.btn_primero.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_primero.Name = "btn_primero";
     this.btn_primero.Size = new System.Drawing.Size(26, 26);
     this.btn_primero.Text = "Primero";
     this.btn_primero.Click += new System.EventHandler(this.btn_primero_Click);
     //
     // btn_anterior
     //
     this.btn_anterior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_anterior.Image = ((System.Drawing.Image)(resources.GetObject("btn_anterior.Image")));
     this.btn_anterior.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_anterior.Name = "btn_anterior";
     this.btn_anterior.Size = new System.Drawing.Size(26, 26);
     this.btn_anterior.Text = "Anterior";
     this.btn_anterior.Click += new System.EventHandler(this.btn_anterior_Click);
     //
     // btn_siguiente
     //
     this.btn_siguiente.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_siguiente.Image = ((System.Drawing.Image)(resources.GetObject("btn_siguiente.Image")));
     this.btn_siguiente.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_siguiente.Name = "btn_siguiente";
     this.btn_siguiente.Size = new System.Drawing.Size(26, 26);
     this.btn_siguiente.Text = "Siguiente";
     this.btn_siguiente.Click += new System.EventHandler(this.btn_siguiente_Click);
     //
     // btn_ultimo
     //
     this.btn_ultimo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_ultimo.Image = ((System.Drawing.Image)(resources.GetObject("btn_ultimo.Image")));
     this.btn_ultimo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_ultimo.Name = "btn_ultimo";
     this.btn_ultimo.Size = new System.Drawing.Size(26, 26);
     this.btn_ultimo.Text = "Ultimo";
     this.btn_ultimo.Click += new System.EventHandler(this.btn_ultimo_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29);
     //
     // btn_detanadir
     //
     this.btn_detanadir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_detanadir.Image = ((System.Drawing.Image)(resources.GetObject("btn_detanadir.Image")));
     this.btn_detanadir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_detanadir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_detanadir.Name = "btn_detanadir";
     this.btn_detanadir.Size = new System.Drawing.Size(24, 26);
     this.btn_detanadir.Text = "Añadir";
     this.btn_detanadir.Click += new System.EventHandler(this.btn_detanadir_Click);
     //
     // btn_deteliminar
     //
     this.btn_deteliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_deteliminar.Image = ((System.Drawing.Image)(resources.GetObject("btn_deteliminar.Image")));
     this.btn_deteliminar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_deteliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_deteliminar.Name = "btn_deteliminar";
     this.btn_deteliminar.Size = new System.Drawing.Size(24, 26);
     this.btn_deteliminar.Text = "Quitar";
     this.btn_deteliminar.Click += new System.EventHandler(this.btn_deteliminar_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 29);
     //
     // btn_actualizar
     //
     this.btn_actualizar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_actualizar.Image = global::BapFormulariosNet.Properties.Resources.actualizar1;
     this.btn_actualizar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_actualizar.Name = "btn_actualizar";
     this.btn_actualizar.Size = new System.Drawing.Size(26, 26);
     this.btn_actualizar.Text = "Actualizar Unidad de Medida";
     this.btn_actualizar.Click += new System.EventHandler(this.btn_actualizar_Click);
     //
     // btn_canculadora
     //
     this.btn_canculadora.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_canculadora.Image = ((System.Drawing.Image)(resources.GetObject("btn_canculadora.Image")));
     this.btn_canculadora.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_canculadora.Name = "btn_canculadora";
     this.btn_canculadora.Size = new System.Drawing.Size(26, 26);
     this.btn_canculadora.Text = "calculadora";
     this.btn_canculadora.Click += new System.EventHandler(this.btn_buscar_Click);
     //
     // btn_clave
     //
     this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_clave.Image = ((System.Drawing.Image)(resources.GetObject("btn_clave.Image")));
     this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_clave.Name = "btn_clave";
     this.btn_clave.Size = new System.Drawing.Size(26, 26);
     this.btn_clave.Text = "Clave Administrador";
     this.btn_clave.ToolTipText = "Clave Administrador";
     this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click);
     //
     // btn_log
     //
     this.btn_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_log.Image = ((System.Drawing.Image)(resources.GetObject("btn_log.Image")));
     this.btn_log.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_log.Name = "btn_log";
     this.btn_log.Size = new System.Drawing.Size(26, 26);
     this.btn_log.Text = "Auditoria";
     this.btn_log.Click += new System.EventHandler(this.btn_log_Click);
     //
     // btn_attachedfile
     //
     this.btn_attachedfile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_attachedfile.Image = ((System.Drawing.Image)(resources.GetObject("btn_attachedfile.Image")));
     this.btn_attachedfile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_attachedfile.Name = "btn_attachedfile";
     this.btn_attachedfile.Size = new System.Drawing.Size(26, 26);
     this.btn_attachedfile.Text = "Adjuntar Archivos";
     this.btn_attachedfile.Click += new System.EventHandler(this.btn_attachedfile_Click);
     //
     // btn_GenerarOrden
     //
     this.btn_GenerarOrden.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_GenerarOrden.Image = global::BapFormulariosNet.Properties.Resources.btn_generated;
     this.btn_GenerarOrden.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_GenerarOrden.Name = "btn_GenerarOrden";
     this.btn_GenerarOrden.Size = new System.Drawing.Size(26, 26);
     this.btn_GenerarOrden.Text = "Generar Orden Detallado";
     this.btn_GenerarOrden.Click += new System.EventHandler(this.btn_GenerarOrden_Click);
     //
     // btn_salir
     //
     this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_salir.Image = ((System.Drawing.Image)(resources.GetObject("btn_salir.Image")));
     this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_salir.Name = "btn_salir";
     this.btn_salir.Size = new System.Drawing.Size(24, 26);
     this.btn_salir.Text = "Salir";
     this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click);
     //
     // tipoclieprov
     //
     this.tipoclieprov.AutoSize = true;
     this.tipoclieprov.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tipoclieprov.Location = new System.Drawing.Point(4, 113);
     this.tipoclieprov.Name = "tipoclieprov";
     this.tipoclieprov.Size = new System.Drawing.Size(59, 13);
     this.tipoclieprov.TabIndex = 25;
     this.tipoclieprov.Text = "Proveedor:";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(114, 113);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(33, 13);
     this.label14.TabIndex = 75;
     this.label14.Text = "RUC:";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.Location = new System.Drawing.Point(225, 113);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(50, 13);
     this.label23.TabIndex = 27;
     this.label23.Text = "R Social:";
     //
     // glosa
     //
     this.glosa.Location = new System.Drawing.Point(742, 134);
     this.glosa.Multiline = true;
     this.glosa.Name = "glosa";
     this.glosa.Size = new System.Drawing.Size(291, 121);
     this.glosa.TabIndex = 86;
     this.glosa.KeyDown += new System.Windows.Forms.KeyEventHandler(this.glosa_KeyDown);
     //
     // pictureEdit1
     //
     this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
     this.pictureEdit1.Location = new System.Drawing.Point(400, 281);
     this.pictureEdit1.Name = "pictureEdit1";
     this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit1.Size = new System.Drawing.Size(252, 140);
     this.pictureEdit1.TabIndex = 109;
     //
     // Frm_ordencompra
     //
     this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(1045, 592);
     this.Controls.Add(this.pictureEdit1);
     this.Controls.Add(this.glosa);
     this.Controls.Add(this.ctacte);
     this.Controls.Add(this.condpagoid);
     this.Controls.Add(this.label34);
     this.Controls.Add(this.puntollegada);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.atencion);
     this.Controls.Add(this.label27);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.fechpago);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.griddetalleocompra);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.direc);
     this.Controls.Add(this.label24);
     this.Controls.Add(this.ctactename);
     this.Controls.Add(this.nmruc);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Botonera);
     this.Controls.Add(this.tipoclieprov);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.label23);
     this.DoubleBuffered = true;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_ordencompra";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Registro de Ordenes de Compra";
     this.Activated += new System.EventHandler(this.Frm_ordencompra_Activated);
     this.Load += new System.EventHandler(this.Frm_ordencompra_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_ordencompra_KeyDown);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.afecdetraccion.Properties)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.griddetalleocompra)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.Botonera.ResumeLayout(false);
     this.Botonera.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.lbDevInfo = new System.Windows.Forms.Label();
     this.lbldevname = new System.Windows.Forms.Label();
     this.btPick = new System.Windows.Forms.Button();
     this.rdbRetry = new System.Windows.Forms.RadioButton();
     this.rdbNormal = new System.Windows.Forms.RadioButton();
     this.gdRecord = new System.Windows.Forms.DataGridView();
     this.卡号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.卡类 = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.车牌号码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.车型 = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.入场时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.出入场时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.收费金额 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.开闸方式 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.设备地址 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gdRecord)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.lbDevInfo);
     this.groupBox1.Controls.Add(this.lbldevname);
     this.groupBox1.Controls.Add(this.btPick);
     this.groupBox1.Controls.Add(this.rdbRetry);
     this.groupBox1.Controls.Add(this.rdbNormal);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(654, 58);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "采集记录";
     //
     // lbDevInfo
     //
     this.lbDevInfo.AutoSize = true;
     this.lbDevInfo.Location = new System.Drawing.Point(469, 31);
     this.lbDevInfo.Name = "lbDevInfo";
     this.lbDevInfo.Size = new System.Drawing.Size(41, 12);
     this.lbDevInfo.TabIndex = 6;
     this.lbDevInfo.Text = "label4";
     //
     // lbldevname
     //
     this.lbldevname.AutoSize = true;
     this.lbldevname.Location = new System.Drawing.Point(374, 31);
     this.lbldevname.Name = "lbldevname";
     this.lbldevname.Size = new System.Drawing.Size(89, 12);
     this.lbldevname.TabIndex = 3;
     this.lbldevname.Text = "当前设备名称:";
     //
     // btPick
     //
     this.btPick.Location = new System.Drawing.Point(134, 14);
     this.btPick.Name = "btPick";
     this.btPick.Size = new System.Drawing.Size(75, 23);
     this.btPick.TabIndex = 2;
     this.btPick.Text = "采集";
     this.btPick.UseVisualStyleBackColor = true;
     this.btPick.Click += new System.EventHandler(this.btPick_Click);
     //
     // rdbRetry
     //
     this.rdbRetry.AutoSize = true;
     this.rdbRetry.Location = new System.Drawing.Point(70, 21);
     this.rdbRetry.Name = "rdbRetry";
     this.rdbRetry.Size = new System.Drawing.Size(47, 16);
     this.rdbRetry.TabIndex = 1;
     this.rdbRetry.Text = "补采";
     this.rdbRetry.UseVisualStyleBackColor = true;
     //
     // rdbNormal
     //
     this.rdbNormal.AutoSize = true;
     this.rdbNormal.Checked = true;
     this.rdbNormal.Location = new System.Drawing.Point(16, 21);
     this.rdbNormal.Name = "rdbNormal";
     this.rdbNormal.Size = new System.Drawing.Size(47, 16);
     this.rdbNormal.TabIndex = 0;
     this.rdbNormal.TabStop = true;
     this.rdbNormal.Text = "采集";
     this.rdbNormal.UseVisualStyleBackColor = true;
     //
     // gdRecord
     //
     this.gdRecord.AllowUserToAddRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.gdRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.gdRecord.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.gdRecord.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.gdRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gdRecord.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.卡号,
     this.卡类,
     this.车牌号码,
     this.车型,
     this.入场时间,
     this.出入场时间,
     this.收费金额,
     this.开闸方式,
     this.设备地址});
     this.gdRecord.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gdRecord.Location = new System.Drawing.Point(0, 58);
     this.gdRecord.Name = "gdRecord";
     this.gdRecord.ReadOnly = true;
     this.gdRecord.RowTemplate.Height = 23;
     this.gdRecord.Size = new System.Drawing.Size(654, 423);
     this.gdRecord.TabIndex = 1;
     this.gdRecord.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dbgrid_RowPostPaint);
     this.gdRecord.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dbgrid_DataError);
     //
     // 卡号
     //
     this.卡号.HeaderText = "卡号";
     this.卡号.Name = "卡号";
     this.卡号.ReadOnly = true;
     //
     // 卡类
     //
     this.卡类.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.卡类.HeaderText = "卡类";
     this.卡类.Name = "卡类";
     this.卡类.ReadOnly = true;
     this.卡类.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.卡类.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // 车牌号码
     //
     this.车牌号码.HeaderText = "车牌号码";
     this.车牌号码.Name = "车牌号码";
     this.车牌号码.ReadOnly = true;
     //
     // 车型
     //
     this.车型.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.车型.HeaderText = "车型";
     this.车型.Name = "车型";
     this.车型.ReadOnly = true;
     this.车型.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.车型.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // 入场时间
     //
     this.入场时间.HeaderText = "入场时间";
     this.入场时间.Name = "入场时间";
     this.入场时间.ReadOnly = true;
     //
     // 出入场时间
     //
     this.出入场时间.HeaderText = "出场时间";
     this.出入场时间.Name = "出入场时间";
     this.出入场时间.ReadOnly = true;
     //
     // 收费金额
     //
     this.收费金额.HeaderText = "收费金额";
     this.收费金额.Name = "收费金额";
     this.收费金额.ReadOnly = true;
     //
     // 开闸方式
     //
     this.开闸方式.HeaderText = "开闸方式";
     this.开闸方式.Name = "开闸方式";
     this.开闸方式.ReadOnly = true;
     this.开闸方式.Visible = false;
     //
     // 设备地址
     //
     this.设备地址.HeaderText = "设备地址";
     this.设备地址.Name = "设备地址";
     this.设备地址.ReadOnly = true;
     this.设备地址.Visible = false;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "卡号";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     this.dataGridViewTextBoxColumn1.Width = 87;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = "车牌号码";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     this.dataGridViewTextBoxColumn2.Width = 87;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.HeaderText = "入场时间";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly = true;
     this.dataGridViewTextBoxColumn3.Width = 87;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.HeaderText = "出场时间";
     this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly = true;
     this.dataGridViewTextBoxColumn4.Width = 88;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.HeaderText = "收费金额";
     this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly = true;
     this.dataGridViewTextBoxColumn5.Width = 87;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.HeaderText = "开闸方式";
     this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.ReadOnly = true;
     this.dataGridViewTextBoxColumn6.Visible = false;
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.HeaderText = "设备地址";
     this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.ReadOnly = true;
     this.dataGridViewTextBoxColumn7.Visible = false;
     //
     // FrmReadRecord
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(654, 481);
     this.Controls.Add(this.gdRecord);
     this.Controls.Add(this.groupBox1);
     this.MaximizeBox = false;
     this.Name = "FrmReadRecord";
     this.Text = "采集记录";
     this.Load += new System.EventHandler(this.FrmReadRecord_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gdRecord)).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();
        this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewStratum = new System.Windows.Forms.DataGridView();
        this.validatorDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.stratumCNDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.codeDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.descriptionDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.YieldComponent = new System.Windows.Forms.DataGridViewComboBoxColumn();
        this.methodDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.basalAreaFactorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.fixedPlotSizeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.fBSCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.monthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.yearDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.createdByDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.createdDateDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.modifiedByDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.modifiedDateDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.rowIDDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dALDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.isPersistedDataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
        this.errorDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.bindingSourceStratum = new System.Windows.Forms.BindingSource(this.components);
        this.panel1 = new System.Windows.Forms.Panel();
        this.buttonStrata = new System.Windows.Forms.Button();
        this.buttonViewStratum = new System.Windows.Forms.Button();
        this.buttonCancel = new System.Windows.Forms.Button();
        this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
        this.bindingSourceUnit = new System.Windows.Forms.BindingSource(this.components);
        this.panel3 = new System.Windows.Forms.Panel();
        this.buttonDeleteStratum = new System.Windows.Forms.Button();
        this.buttonAddStratum = new System.Windows.Forms.Button();
        this.panel2 = new System.Windows.Forms.Panel();
        this.panel4 = new System.Windows.Forms.Panel();
        this.textBoxUOM = new System.Windows.Forms.TextBox();
        this.labelUOM = new System.Windows.Forms.Label();
        this.buttonAddUnit = new System.Windows.Forms.Button();
        this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.bindingSourceSale = new System.Windows.Forms.BindingSource(this.components);
        this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.tagDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.selectedItemsGridViewUnits = new FMSC.Controls.SelectedItemsGridView();
        this.cuttingUnitCNDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.codeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.areaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.loggingMethodDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.paymentUnitDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.createdByDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.createdDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.modifiedByDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.modifiedDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.rowIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.dALDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.isPersistedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
        this.tagDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.validatorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        this.errorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
        ((System.ComponentModel.ISupportInitialize)(this.dataGridViewStratum)).BeginInit();
        ((System.ComponentModel.ISupportInitialize)(this.bindingSourceStratum)).BeginInit();
        this.panel1.SuspendLayout();
        this.tableLayoutPanel1.SuspendLayout();
        ((System.ComponentModel.ISupportInitialize)(this.bindingSourceUnit)).BeginInit();
        this.panel3.SuspendLayout();
        this.panel2.SuspendLayout();
        this.panel4.SuspendLayout();
        ((System.ComponentModel.ISupportInitialize)(this.bindingSourceSale)).BeginInit();
        ((System.ComponentModel.ISupportInitialize)(this.selectedItemsGridViewUnits)).BeginInit();
        this.SuspendLayout();
        //
        // dataGridViewTextBoxColumn1
        //
        this.dataGridViewTextBoxColumn1.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn1.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
        //
        // dataGridViewTextBoxColumn2
        //
        this.dataGridViewTextBoxColumn2.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn2.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
        this.dataGridViewTextBoxColumn2.Visible = false;
        //
        // dataGridViewTextBoxColumn3
        //
        this.dataGridViewTextBoxColumn3.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn3.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
        this.dataGridViewTextBoxColumn3.Visible = false;
        //
        // dataGridViewTextBoxColumn4
        //
        this.dataGridViewTextBoxColumn4.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn4.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
        this.dataGridViewTextBoxColumn4.Visible = false;
        //
        // dataGridViewTextBoxColumn5
        //
        this.dataGridViewTextBoxColumn5.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn5.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
        this.dataGridViewTextBoxColumn5.Visible = false;
        //
        // dataGridViewTextBoxColumn6
        //
        this.dataGridViewTextBoxColumn6.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn6.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
        this.dataGridViewTextBoxColumn6.Visible = false;
        //
        // dataGridViewTextBoxColumn7
        //
        this.dataGridViewTextBoxColumn7.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn7.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
        this.dataGridViewTextBoxColumn7.Visible = false;
        //
        // dataGridViewTextBoxColumn8
        //
        this.dataGridViewTextBoxColumn8.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn8.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
        this.dataGridViewTextBoxColumn8.Visible = false;
        //
        // dataGridViewStratum
        //
        this.dataGridViewStratum.AllowUserToAddRows = false;
        this.dataGridViewStratum.AutoGenerateColumns = false;
        this.dataGridViewStratum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
        this.dataGridViewStratum.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.validatorDataGridViewTextBoxColumn1,
     this.stratumCNDataGridViewTextBoxColumn,
     this.codeDataGridViewTextBoxColumn1,
     this.descriptionDataGridViewTextBoxColumn1,
     this.YieldComponent,
     this.methodDataGridViewTextBoxColumn,
     this.basalAreaFactorDataGridViewTextBoxColumn,
     this.fixedPlotSizeDataGridViewTextBoxColumn,
     this.fBSCodeDataGridViewTextBoxColumn,
     this.monthDataGridViewTextBoxColumn,
     this.yearDataGridViewTextBoxColumn,
     this.createdByDataGridViewTextBoxColumn1,
     this.createdDateDataGridViewTextBoxColumn1,
     this.modifiedByDataGridViewTextBoxColumn1,
     this.modifiedDateDataGridViewTextBoxColumn1,
     this.rowIDDataGridViewTextBoxColumn1,
     this.dALDataGridViewTextBoxColumn1,
     this.isPersistedDataGridViewCheckBoxColumn1,
     this.errorDataGridViewTextBoxColumn1,
     this.tagDataGridViewTextBoxColumn1});
        this.dataGridViewStratum.DataSource = this.bindingSourceStratum;
        this.dataGridViewStratum.Dock = System.Windows.Forms.DockStyle.Fill;
        this.dataGridViewStratum.Location = new System.Drawing.Point(3, 41);
        this.dataGridViewStratum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
        this.dataGridViewStratum.MultiSelect = false;
        this.dataGridViewStratum.Name = "dataGridViewStratum";
        this.dataGridViewStratum.RowHeadersVisible = false;
        this.dataGridViewStratum.RowTemplate.Height = 24;
        this.dataGridViewStratum.Size = new System.Drawing.Size(644, 139);
        this.dataGridViewStratum.TabIndex = 0;
        this.dataGridViewStratum.RowLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewStratum_RowLeave);
        //
        // validatorDataGridViewTextBoxColumn1
        //
        this.validatorDataGridViewTextBoxColumn1.DataPropertyName = "Validator";
        this.validatorDataGridViewTextBoxColumn1.HeaderText = "Validator";
        this.validatorDataGridViewTextBoxColumn1.Name = "validatorDataGridViewTextBoxColumn1";
        this.validatorDataGridViewTextBoxColumn1.ReadOnly = true;
        this.validatorDataGridViewTextBoxColumn1.Visible = false;
        //
        // stratumCNDataGridViewTextBoxColumn
        //
        this.stratumCNDataGridViewTextBoxColumn.DataPropertyName = "Stratum_CN";
        this.stratumCNDataGridViewTextBoxColumn.HeaderText = "Stratum_CN";
        this.stratumCNDataGridViewTextBoxColumn.Name = "stratumCNDataGridViewTextBoxColumn";
        this.stratumCNDataGridViewTextBoxColumn.ReadOnly = true;
        this.stratumCNDataGridViewTextBoxColumn.Visible = false;
        //
        // codeDataGridViewTextBoxColumn1
        //
        this.codeDataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
        this.codeDataGridViewTextBoxColumn1.DataPropertyName = "Code";
        this.codeDataGridViewTextBoxColumn1.HeaderText = "Code";
        this.codeDataGridViewTextBoxColumn1.Name = "codeDataGridViewTextBoxColumn1";
        //
        // descriptionDataGridViewTextBoxColumn1
        //
        this.descriptionDataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
        this.descriptionDataGridViewTextBoxColumn1.DataPropertyName = "Description";
        this.descriptionDataGridViewTextBoxColumn1.HeaderText = "Description";
        this.descriptionDataGridViewTextBoxColumn1.Name = "descriptionDataGridViewTextBoxColumn1";
        //
        // YieldComponent
        //
        this.YieldComponent.DataPropertyName = "YieldComponent";
        this.YieldComponent.FillWeight = 50F;
        this.YieldComponent.HeaderText = "YC";
        this.YieldComponent.Items.AddRange(new object[] {
     "CL",
     "NL",
     "CD",
     "ND"});
        this.YieldComponent.Name = "YieldComponent";
        this.YieldComponent.Resizable = System.Windows.Forms.DataGridViewTriState.True;
        this.YieldComponent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
        this.YieldComponent.ToolTipText = "Yield Compenent";
        this.YieldComponent.Width = 50;
        //
        // methodDataGridViewTextBoxColumn
        //
        this.methodDataGridViewTextBoxColumn.DataPropertyName = "Method";
        this.methodDataGridViewTextBoxColumn.HeaderText = "Method";
        this.methodDataGridViewTextBoxColumn.Name = "methodDataGridViewTextBoxColumn";
        this.methodDataGridViewTextBoxColumn.Visible = false;
        //
        // basalAreaFactorDataGridViewTextBoxColumn
        //
        this.basalAreaFactorDataGridViewTextBoxColumn.DataPropertyName = "BasalAreaFactor";
        this.basalAreaFactorDataGridViewTextBoxColumn.HeaderText = "BasalAreaFactor";
        this.basalAreaFactorDataGridViewTextBoxColumn.Name = "basalAreaFactorDataGridViewTextBoxColumn";
        this.basalAreaFactorDataGridViewTextBoxColumn.Visible = false;
        //
        // fixedPlotSizeDataGridViewTextBoxColumn
        //
        this.fixedPlotSizeDataGridViewTextBoxColumn.DataPropertyName = "FixedPlotSize";
        this.fixedPlotSizeDataGridViewTextBoxColumn.HeaderText = "FixedPlotSize";
        this.fixedPlotSizeDataGridViewTextBoxColumn.Name = "fixedPlotSizeDataGridViewTextBoxColumn";
        this.fixedPlotSizeDataGridViewTextBoxColumn.Visible = false;
        //
        // fBSCodeDataGridViewTextBoxColumn
        //
        this.fBSCodeDataGridViewTextBoxColumn.DataPropertyName = "FBSCode";
        this.fBSCodeDataGridViewTextBoxColumn.HeaderText = "FBSCode";
        this.fBSCodeDataGridViewTextBoxColumn.Name = "fBSCodeDataGridViewTextBoxColumn";
        this.fBSCodeDataGridViewTextBoxColumn.Visible = false;
        //
        // monthDataGridViewTextBoxColumn
        //
        this.monthDataGridViewTextBoxColumn.DataPropertyName = "Month";
        this.monthDataGridViewTextBoxColumn.HeaderText = "Month";
        this.monthDataGridViewTextBoxColumn.Name = "monthDataGridViewTextBoxColumn";
        this.monthDataGridViewTextBoxColumn.Visible = false;
        //
        // yearDataGridViewTextBoxColumn
        //
        this.yearDataGridViewTextBoxColumn.DataPropertyName = "Year";
        this.yearDataGridViewTextBoxColumn.HeaderText = "Year";
        this.yearDataGridViewTextBoxColumn.Name = "yearDataGridViewTextBoxColumn";
        this.yearDataGridViewTextBoxColumn.Visible = false;
        //
        // createdByDataGridViewTextBoxColumn1
        //
        this.createdByDataGridViewTextBoxColumn1.DataPropertyName = "CreatedBy";
        this.createdByDataGridViewTextBoxColumn1.HeaderText = "CreatedBy";
        this.createdByDataGridViewTextBoxColumn1.Name = "createdByDataGridViewTextBoxColumn1";
        this.createdByDataGridViewTextBoxColumn1.ReadOnly = true;
        this.createdByDataGridViewTextBoxColumn1.Visible = false;
        //
        // createdDateDataGridViewTextBoxColumn1
        //
        this.createdDateDataGridViewTextBoxColumn1.DataPropertyName = "CreatedDate";
        this.createdDateDataGridViewTextBoxColumn1.HeaderText = "CreatedDate";
        this.createdDateDataGridViewTextBoxColumn1.Name = "createdDateDataGridViewTextBoxColumn1";
        this.createdDateDataGridViewTextBoxColumn1.ReadOnly = true;
        this.createdDateDataGridViewTextBoxColumn1.Visible = false;
        //
        // modifiedByDataGridViewTextBoxColumn1
        //
        this.modifiedByDataGridViewTextBoxColumn1.DataPropertyName = "ModifiedBy";
        this.modifiedByDataGridViewTextBoxColumn1.HeaderText = "ModifiedBy";
        this.modifiedByDataGridViewTextBoxColumn1.Name = "modifiedByDataGridViewTextBoxColumn1";
        this.modifiedByDataGridViewTextBoxColumn1.ReadOnly = true;
        this.modifiedByDataGridViewTextBoxColumn1.Visible = false;
        //
        // modifiedDateDataGridViewTextBoxColumn1
        //
        this.modifiedDateDataGridViewTextBoxColumn1.DataPropertyName = "ModifiedDate";
        this.modifiedDateDataGridViewTextBoxColumn1.HeaderText = "ModifiedDate";
        this.modifiedDateDataGridViewTextBoxColumn1.Name = "modifiedDateDataGridViewTextBoxColumn1";
        this.modifiedDateDataGridViewTextBoxColumn1.ReadOnly = true;
        this.modifiedDateDataGridViewTextBoxColumn1.Visible = false;
        //
        // rowIDDataGridViewTextBoxColumn1
        //
        this.rowIDDataGridViewTextBoxColumn1.DataPropertyName = "rowID";
        this.rowIDDataGridViewTextBoxColumn1.HeaderText = "rowID";
        this.rowIDDataGridViewTextBoxColumn1.Name = "rowIDDataGridViewTextBoxColumn1";
        this.rowIDDataGridViewTextBoxColumn1.Visible = false;
        //
        // dALDataGridViewTextBoxColumn1
        //
        this.dALDataGridViewTextBoxColumn1.DataPropertyName = "DAL";
        this.dALDataGridViewTextBoxColumn1.HeaderText = "DAL";
        this.dALDataGridViewTextBoxColumn1.Name = "dALDataGridViewTextBoxColumn1";
        this.dALDataGridViewTextBoxColumn1.Visible = false;
        //
        // isPersistedDataGridViewCheckBoxColumn1
        //
        this.isPersistedDataGridViewCheckBoxColumn1.DataPropertyName = "IsPersisted";
        this.isPersistedDataGridViewCheckBoxColumn1.HeaderText = "IsPersisted";
        this.isPersistedDataGridViewCheckBoxColumn1.Name = "isPersistedDataGridViewCheckBoxColumn1";
        this.isPersistedDataGridViewCheckBoxColumn1.ReadOnly = true;
        this.isPersistedDataGridViewCheckBoxColumn1.Visible = false;
        //
        // errorDataGridViewTextBoxColumn1
        //
        this.errorDataGridViewTextBoxColumn1.DataPropertyName = "Error";
        this.errorDataGridViewTextBoxColumn1.HeaderText = "Error";
        this.errorDataGridViewTextBoxColumn1.Name = "errorDataGridViewTextBoxColumn1";
        this.errorDataGridViewTextBoxColumn1.ReadOnly = true;
        this.errorDataGridViewTextBoxColumn1.Visible = false;
        //
        // bindingSourceStratum
        //
        this.bindingSourceStratum.DataSource = typeof(CruiseDAL.DataObjects.StratumDO);
        this.bindingSourceStratum.CurrentChanged += new System.EventHandler(this.bindingSourceStratum_CurrentChanged);
        //
        // panel1
        //
        this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
        this.panel1.BackColor = System.Drawing.Color.LemonChiffon;
        this.panel1.Controls.Add(this.buttonStrata);
        this.panel1.Controls.Add(this.buttonViewStratum);
        this.panel1.Controls.Add(this.buttonCancel);
        this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
        this.panel1.Location = new System.Drawing.Point(3, 437);
        this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
        this.panel1.Name = "panel1";
        this.panel1.Size = new System.Drawing.Size(644, 36);
        this.panel1.TabIndex = 2;
        //
        // buttonStrata
        //
        this.buttonStrata.BackColor = System.Drawing.SystemColors.ButtonFace;
        this.buttonStrata.DialogResult = System.Windows.Forms.DialogResult.No;
        this.buttonStrata.Dock = System.Windows.Forms.DockStyle.Right;
        this.buttonStrata.Enabled = false;
        this.buttonStrata.Location = new System.Drawing.Point(487, 0);
        this.buttonStrata.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
        this.buttonStrata.Name = "buttonStrata";
        this.buttonStrata.Size = new System.Drawing.Size(157, 36);
        this.buttonStrata.TabIndex = 1;
        this.buttonStrata.Text = "Sample Groups >>";
        this.buttonStrata.UseVisualStyleBackColor = false;
        this.buttonStrata.Click += new System.EventHandler(this.buttonStrata_Click);
        //
        // buttonViewStratum
        //
        this.buttonViewStratum.BackColor = System.Drawing.SystemColors.ButtonFace;
        this.buttonViewStratum.Location = new System.Drawing.Point(245, 0);
        this.buttonViewStratum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
        this.buttonViewStratum.Name = "buttonViewStratum";
        this.buttonViewStratum.Size = new System.Drawing.Size(145, 35);
        this.buttonViewStratum.TabIndex = 2;
        this.buttonViewStratum.Text = "View Strata";
        this.buttonViewStratum.UseVisualStyleBackColor = false;
        this.buttonViewStratum.Click += new System.EventHandler(this.buttonViewStratum_Click);
        //
        // buttonCancel
        //
        this.buttonCancel.BackColor = System.Drawing.SystemColors.ButtonFace;
        this.buttonCancel.Dock = System.Windows.Forms.DockStyle.Left;
        this.buttonCancel.Location = new System.Drawing.Point(0, 0);
        this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
        this.buttonCancel.Name = "buttonCancel";
        this.buttonCancel.Size = new System.Drawing.Size(95, 36);
        this.buttonCancel.TabIndex = 0;
        this.buttonCancel.Text = "Cancel";
        this.buttonCancel.UseVisualStyleBackColor = false;
        this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
        //
        // tableLayoutPanel1
        //
        this.tableLayoutPanel1.ColumnCount = 1;
        this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
        this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 4);
        this.tableLayoutPanel1.Controls.Add(this.dataGridViewStratum, 0, 1);
        this.tableLayoutPanel1.Controls.Add(this.selectedItemsGridViewUnits, 0, 3);
        this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 0);
        this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 2);
        this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
        this.tableLayoutPanel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
        this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
        this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
        this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
        this.tableLayoutPanel1.Name = "tableLayoutPanel1";
        this.tableLayoutPanel1.RowCount = 5;
        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F));
        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F));
        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F));
        this.tableLayoutPanel1.Size = new System.Drawing.Size(650, 475);
        this.tableLayoutPanel1.TabIndex = 0;
        //
        // bindingSourceUnit
        //
        this.bindingSourceUnit.DataSource = typeof(CruiseDAL.DataObjects.CuttingUnitDO);
        //
        // panel3
        //
        this.panel3.BackColor = System.Drawing.Color.LemonChiffon;
        this.panel3.Controls.Add(this.buttonDeleteStratum);
        this.panel3.Controls.Add(this.buttonAddStratum);
        this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
        this.panel3.Location = new System.Drawing.Point(3, 2);
        this.panel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
        this.panel3.Name = "panel3";
        this.panel3.Size = new System.Drawing.Size(644, 35);
        this.panel3.TabIndex = 7;
        //
        // buttonDeleteStratum
        //
        this.buttonDeleteStratum.BackColor = System.Drawing.SystemColors.ButtonFace;
        this.buttonDeleteStratum.Dock = System.Windows.Forms.DockStyle.Right;
        this.buttonDeleteStratum.Location = new System.Drawing.Point(513, 0);
        this.buttonDeleteStratum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
        this.buttonDeleteStratum.Name = "buttonDeleteStratum";
        this.buttonDeleteStratum.Size = new System.Drawing.Size(131, 35);
        this.buttonDeleteStratum.TabIndex = 1;
        this.buttonDeleteStratum.Text = "Delete Stratum";
        this.buttonDeleteStratum.UseVisualStyleBackColor = false;
        this.buttonDeleteStratum.Click += new System.EventHandler(this.buttonDeleteStratum_Click);
        //
        // buttonAddStratum
        //
        this.buttonAddStratum.BackColor = System.Drawing.SystemColors.ButtonFace;
        this.buttonAddStratum.Dock = System.Windows.Forms.DockStyle.Left;
        this.buttonAddStratum.Location = new System.Drawing.Point(0, 0);
        this.buttonAddStratum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
        this.buttonAddStratum.Name = "buttonAddStratum";
        this.buttonAddStratum.Size = new System.Drawing.Size(121, 35);
        this.buttonAddStratum.TabIndex = 0;
        this.buttonAddStratum.Text = "Add Stratum";
        this.buttonAddStratum.UseVisualStyleBackColor = false;
        this.buttonAddStratum.Click += new System.EventHandler(this.buttonAddStratum_Click);
        //
        // panel2
        //
        this.panel2.BackColor = System.Drawing.Color.LemonChiffon;
        this.panel2.Controls.Add(this.panel4);
        this.panel2.Controls.Add(this.buttonAddUnit);
        this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
        this.panel2.Location = new System.Drawing.Point(3, 184);
        this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
        this.panel2.Name = "panel2";
        this.panel2.Size = new System.Drawing.Size(644, 35);
        this.panel2.TabIndex = 8;
        //
        // panel4
        //
        this.panel4.Controls.Add(this.textBoxUOM);
        this.panel4.Controls.Add(this.labelUOM);
        this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
        this.panel4.Location = new System.Drawing.Point(422, 0);
        this.panel4.Name = "panel4";
        this.panel4.Size = new System.Drawing.Size(222, 35);
        this.panel4.TabIndex = 4;
        //
        // textBoxUOM
        //
        this.textBoxUOM.Location = new System.Drawing.Point(127, 6);
        this.textBoxUOM.Name = "textBoxUOM";
        this.textBoxUOM.Size = new System.Drawing.Size(69, 23);
        this.textBoxUOM.TabIndex = 5;
        //
        // labelUOM
        //
        this.labelUOM.AutoSize = true;
        this.labelUOM.Location = new System.Drawing.Point(13, 8);
        this.labelUOM.Name = "labelUOM";
        this.labelUOM.Size = new System.Drawing.Size(108, 17);
        this.labelUOM.TabIndex = 4;
        this.labelUOM.Text = "Unit of Measure";
        //
        // buttonAddUnit
        //
        this.buttonAddUnit.BackColor = System.Drawing.SystemColors.ButtonFace;
        this.buttonAddUnit.Dock = System.Windows.Forms.DockStyle.Left;
        this.buttonAddUnit.Location = new System.Drawing.Point(0, 0);
        this.buttonAddUnit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
        this.buttonAddUnit.Name = "buttonAddUnit";
        this.buttonAddUnit.Size = new System.Drawing.Size(121, 35);
        this.buttonAddUnit.TabIndex = 1;
        this.buttonAddUnit.Text = "Add Unit";
        this.buttonAddUnit.UseVisualStyleBackColor = false;
        this.buttonAddUnit.Click += new System.EventHandler(this.buttonAddUnit_Click);
        //
        // dataGridViewTextBoxColumn9
        //
        this.dataGridViewTextBoxColumn9.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn9.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
        this.dataGridViewTextBoxColumn9.Visible = false;
        //
        // dataGridViewTextBoxColumn10
        //
        this.dataGridViewTextBoxColumn10.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn10.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
        this.dataGridViewTextBoxColumn10.Visible = false;
        //
        // dataGridViewTextBoxColumn11
        //
        this.dataGridViewTextBoxColumn11.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn11.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
        this.dataGridViewTextBoxColumn11.Visible = false;
        //
        // dataGridViewTextBoxColumn12
        //
        this.dataGridViewTextBoxColumn12.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn12.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
        this.dataGridViewTextBoxColumn12.Visible = false;
        //
        // dataGridViewTextBoxColumn13
        //
        this.dataGridViewTextBoxColumn13.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn13.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
        this.dataGridViewTextBoxColumn13.Visible = false;
        //
        // dataGridViewTextBoxColumn14
        //
        this.dataGridViewTextBoxColumn14.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn14.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
        this.dataGridViewTextBoxColumn14.Visible = false;
        //
        // dataGridViewTextBoxColumn15
        //
        this.dataGridViewTextBoxColumn15.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn15.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
        this.dataGridViewTextBoxColumn15.Visible = false;
        //
        // dataGridViewTextBoxColumn16
        //
        this.dataGridViewTextBoxColumn16.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn16.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
        this.dataGridViewTextBoxColumn16.Visible = false;
        //
        // dataGridViewTextBoxColumn17
        //
        this.dataGridViewTextBoxColumn17.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn17.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
        this.dataGridViewTextBoxColumn17.ReadOnly = true;
        this.dataGridViewTextBoxColumn17.Visible = false;
        //
        // dataGridViewTextBoxColumn18
        //
        this.dataGridViewTextBoxColumn18.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn18.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
        this.dataGridViewTextBoxColumn18.ReadOnly = true;
        this.dataGridViewTextBoxColumn18.Visible = false;
        //
        // dataGridViewTextBoxColumn19
        //
        this.dataGridViewTextBoxColumn19.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn19.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
        this.dataGridViewTextBoxColumn19.Visible = false;
        //
        // dataGridViewTextBoxColumn20
        //
        this.dataGridViewTextBoxColumn20.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn20.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
        this.dataGridViewTextBoxColumn20.Visible = false;
        //
        // dataGridViewTextBoxColumn21
        //
        this.dataGridViewTextBoxColumn21.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn21.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
        this.dataGridViewTextBoxColumn21.Visible = false;
        //
        // dataGridViewTextBoxColumn22
        //
        this.dataGridViewTextBoxColumn22.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn22.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
        this.dataGridViewTextBoxColumn22.Visible = false;
        //
        // dataGridViewTextBoxColumn23
        //
        this.dataGridViewTextBoxColumn23.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn23.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
        this.dataGridViewTextBoxColumn23.Visible = false;
        //
        // dataGridViewTextBoxColumn24
        //
        this.dataGridViewTextBoxColumn24.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn24.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
        this.dataGridViewTextBoxColumn24.Visible = false;
        //
        // dataGridViewTextBoxColumn25
        //
        this.dataGridViewTextBoxColumn25.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn25.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25";
        this.dataGridViewTextBoxColumn25.Visible = false;
        //
        // dataGridViewTextBoxColumn26
        //
        this.dataGridViewTextBoxColumn26.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn26.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26";
        this.dataGridViewTextBoxColumn26.Visible = false;
        //
        // dataGridViewTextBoxColumn27
        //
        this.dataGridViewTextBoxColumn27.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn27.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27";
        this.dataGridViewTextBoxColumn27.Visible = false;
        //
        // dataGridViewTextBoxColumn28
        //
        this.dataGridViewTextBoxColumn28.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn28.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28";
        this.dataGridViewTextBoxColumn28.Visible = false;
        //
        // dataGridViewTextBoxColumn29
        //
        this.dataGridViewTextBoxColumn29.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn29.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29";
        this.dataGridViewTextBoxColumn29.Visible = false;
        //
        // dataGridViewTextBoxColumn30
        //
        this.dataGridViewTextBoxColumn30.DataPropertyName = "Tag";
        this.dataGridViewTextBoxColumn30.HeaderText = "Tag";
        this.dataGridViewTextBoxColumn30.Name = "dataGridViewTextBoxColumn30";
        this.dataGridViewTextBoxColumn30.Visible = false;
        //
        // tagDataGridViewTextBoxColumn1
        //
        this.tagDataGridViewTextBoxColumn1.DataPropertyName = "Tag";
        this.tagDataGridViewTextBoxColumn1.HeaderText = "Tag";
        this.tagDataGridViewTextBoxColumn1.Name = "tagDataGridViewTextBoxColumn1";
        this.tagDataGridViewTextBoxColumn1.Visible = false;
        //
        // selectedItemsGridViewUnits
        //
        this.selectedItemsGridViewUnits.AllowUserToAddRows = false;
        this.selectedItemsGridViewUnits.AutoGenerateColumns = false;
        this.selectedItemsGridViewUnits.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
        this.selectedItemsGridViewUnits.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.cuttingUnitCNDataGridViewTextBoxColumn,
     this.codeDataGridViewTextBoxColumn,
     this.areaDataGridViewTextBoxColumn,
     this.descriptionDataGridViewTextBoxColumn,
     this.loggingMethodDataGridViewTextBoxColumn,
     this.paymentUnitDataGridViewTextBoxColumn,
     this.createdByDataGridViewTextBoxColumn,
     this.createdDateDataGridViewTextBoxColumn,
     this.modifiedByDataGridViewTextBoxColumn,
     this.modifiedDateDataGridViewTextBoxColumn,
     this.rowIDDataGridViewTextBoxColumn,
     this.dALDataGridViewTextBoxColumn,
     this.isPersistedDataGridViewCheckBoxColumn,
     this.tagDataGridViewTextBoxColumn,
     this.validatorDataGridViewTextBoxColumn,
     this.errorDataGridViewTextBoxColumn});
        this.selectedItemsGridViewUnits.DataSource = this.bindingSourceUnit;
        this.selectedItemsGridViewUnits.Dock = System.Windows.Forms.DockStyle.Fill;
        this.selectedItemsGridViewUnits.Location = new System.Drawing.Point(3, 223);
        this.selectedItemsGridViewUnits.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
        this.selectedItemsGridViewUnits.MultiSelect = false;
        this.selectedItemsGridViewUnits.Name = "selectedItemsGridViewUnits";
        this.selectedItemsGridViewUnits.RowHeadersVisible = false;
        this.selectedItemsGridViewUnits.RowTemplate.Height = 24;
        this.selectedItemsGridViewUnits.SelectedItems = null;
        this.selectedItemsGridViewUnits.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
        this.selectedItemsGridViewUnits.Size = new System.Drawing.Size(644, 210);
        this.selectedItemsGridViewUnits.TabIndex = 1;
        this.selectedItemsGridViewUnits.VirtualMode = true;
        //
        // cuttingUnitCNDataGridViewTextBoxColumn
        //
        this.cuttingUnitCNDataGridViewTextBoxColumn.DataPropertyName = "CuttingUnit_CN";
        this.cuttingUnitCNDataGridViewTextBoxColumn.HeaderText = "CuttingUnit_CN";
        this.cuttingUnitCNDataGridViewTextBoxColumn.Name = "cuttingUnitCNDataGridViewTextBoxColumn";
        this.cuttingUnitCNDataGridViewTextBoxColumn.ReadOnly = true;
        this.cuttingUnitCNDataGridViewTextBoxColumn.Visible = false;
        //
        // codeDataGridViewTextBoxColumn
        //
        this.codeDataGridViewTextBoxColumn.DataPropertyName = "Code";
        this.codeDataGridViewTextBoxColumn.HeaderText = "Code";
        this.codeDataGridViewTextBoxColumn.Name = "codeDataGridViewTextBoxColumn";
        this.codeDataGridViewTextBoxColumn.ToolTipText = "Cutting Unit Code";
        //
        // areaDataGridViewTextBoxColumn
        //
        this.areaDataGridViewTextBoxColumn.DataPropertyName = "Area";
        this.areaDataGridViewTextBoxColumn.HeaderText = "Area";
        this.areaDataGridViewTextBoxColumn.Name = "areaDataGridViewTextBoxColumn";
        this.areaDataGridViewTextBoxColumn.ToolTipText = "Area in Acres";
        //
        // descriptionDataGridViewTextBoxColumn
        //
        this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
        this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description";
        this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
        //
        // loggingMethodDataGridViewTextBoxColumn
        //
        this.loggingMethodDataGridViewTextBoxColumn.DataPropertyName = "LoggingMethod";
        this.loggingMethodDataGridViewTextBoxColumn.HeaderText = "LoggingMethod";
        this.loggingMethodDataGridViewTextBoxColumn.Name = "loggingMethodDataGridViewTextBoxColumn";
        //
        // paymentUnitDataGridViewTextBoxColumn
        //
        this.paymentUnitDataGridViewTextBoxColumn.DataPropertyName = "PaymentUnit";
        this.paymentUnitDataGridViewTextBoxColumn.HeaderText = "PaymentUnit";
        this.paymentUnitDataGridViewTextBoxColumn.Name = "paymentUnitDataGridViewTextBoxColumn";
        //
        // createdByDataGridViewTextBoxColumn
        //
        this.createdByDataGridViewTextBoxColumn.DataPropertyName = "CreatedBy";
        this.createdByDataGridViewTextBoxColumn.HeaderText = "CreatedBy";
        this.createdByDataGridViewTextBoxColumn.Name = "createdByDataGridViewTextBoxColumn";
        this.createdByDataGridViewTextBoxColumn.ReadOnly = true;
        this.createdByDataGridViewTextBoxColumn.Visible = false;
        //
        // createdDateDataGridViewTextBoxColumn
        //
        this.createdDateDataGridViewTextBoxColumn.DataPropertyName = "CreatedDate";
        this.createdDateDataGridViewTextBoxColumn.HeaderText = "CreatedDate";
        this.createdDateDataGridViewTextBoxColumn.Name = "createdDateDataGridViewTextBoxColumn";
        this.createdDateDataGridViewTextBoxColumn.ReadOnly = true;
        this.createdDateDataGridViewTextBoxColumn.Visible = false;
        //
        // modifiedByDataGridViewTextBoxColumn
        //
        this.modifiedByDataGridViewTextBoxColumn.DataPropertyName = "ModifiedBy";
        this.modifiedByDataGridViewTextBoxColumn.HeaderText = "ModifiedBy";
        this.modifiedByDataGridViewTextBoxColumn.Name = "modifiedByDataGridViewTextBoxColumn";
        this.modifiedByDataGridViewTextBoxColumn.ReadOnly = true;
        this.modifiedByDataGridViewTextBoxColumn.Visible = false;
        //
        // modifiedDateDataGridViewTextBoxColumn
        //
        this.modifiedDateDataGridViewTextBoxColumn.DataPropertyName = "ModifiedDate";
        this.modifiedDateDataGridViewTextBoxColumn.HeaderText = "ModifiedDate";
        this.modifiedDateDataGridViewTextBoxColumn.Name = "modifiedDateDataGridViewTextBoxColumn";
        this.modifiedDateDataGridViewTextBoxColumn.ReadOnly = true;
        this.modifiedDateDataGridViewTextBoxColumn.Visible = false;
        //
        // rowIDDataGridViewTextBoxColumn
        //
        this.rowIDDataGridViewTextBoxColumn.DataPropertyName = "rowID";
        this.rowIDDataGridViewTextBoxColumn.HeaderText = "rowID";
        this.rowIDDataGridViewTextBoxColumn.Name = "rowIDDataGridViewTextBoxColumn";
        this.rowIDDataGridViewTextBoxColumn.Visible = false;
        //
        // dALDataGridViewTextBoxColumn
        //
        this.dALDataGridViewTextBoxColumn.DataPropertyName = "DAL";
        this.dALDataGridViewTextBoxColumn.HeaderText = "DAL";
        this.dALDataGridViewTextBoxColumn.Name = "dALDataGridViewTextBoxColumn";
        this.dALDataGridViewTextBoxColumn.Visible = false;
        //
        // isPersistedDataGridViewCheckBoxColumn
        //
        this.isPersistedDataGridViewCheckBoxColumn.DataPropertyName = "IsPersisted";
        this.isPersistedDataGridViewCheckBoxColumn.HeaderText = "IsPersisted";
        this.isPersistedDataGridViewCheckBoxColumn.Name = "isPersistedDataGridViewCheckBoxColumn";
        this.isPersistedDataGridViewCheckBoxColumn.ReadOnly = true;
        this.isPersistedDataGridViewCheckBoxColumn.Visible = false;
        //
        // tagDataGridViewTextBoxColumn
        //
        this.tagDataGridViewTextBoxColumn.DataPropertyName = "Tag";
        this.tagDataGridViewTextBoxColumn.HeaderText = "Tag";
        this.tagDataGridViewTextBoxColumn.Name = "tagDataGridViewTextBoxColumn";
        this.tagDataGridViewTextBoxColumn.Visible = false;
        //
        // validatorDataGridViewTextBoxColumn
        //
        this.validatorDataGridViewTextBoxColumn.DataPropertyName = "Validator";
        this.validatorDataGridViewTextBoxColumn.HeaderText = "Validator";
        this.validatorDataGridViewTextBoxColumn.Name = "validatorDataGridViewTextBoxColumn";
        this.validatorDataGridViewTextBoxColumn.ReadOnly = true;
        this.validatorDataGridViewTextBoxColumn.Visible = false;
        //
        // errorDataGridViewTextBoxColumn
        //
        this.errorDataGridViewTextBoxColumn.DataPropertyName = "Error";
        this.errorDataGridViewTextBoxColumn.HeaderText = "Error";
        this.errorDataGridViewTextBoxColumn.Name = "errorDataGridViewTextBoxColumn";
        this.errorDataGridViewTextBoxColumn.ReadOnly = true;
        this.errorDataGridViewTextBoxColumn.Visible = false;
        //
        // UnitSetupPage
        //
        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
        this.Controls.Add(this.tableLayoutPanel1);
        this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
        this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
        this.MinimumSize = new System.Drawing.Size(650, 475);
        this.Name = "UnitSetupPage";
        this.Size = new System.Drawing.Size(650, 475);
        this.Load += new System.EventHandler(this.UnitSetupPage_Load);
        ((System.ComponentModel.ISupportInitialize)(this.dataGridViewStratum)).EndInit();
        ((System.ComponentModel.ISupportInitialize)(this.bindingSourceStratum)).EndInit();
        this.panel1.ResumeLayout(false);
        this.tableLayoutPanel1.ResumeLayout(false);
        ((System.ComponentModel.ISupportInitialize)(this.bindingSourceUnit)).EndInit();
        this.panel3.ResumeLayout(false);
        this.panel2.ResumeLayout(false);
        this.panel4.ResumeLayout(false);
        this.panel4.PerformLayout();
        ((System.ComponentModel.ISupportInitialize)(this.bindingSourceSale)).EndInit();
        ((System.ComponentModel.ISupportInitialize)(this.selectedItemsGridViewUnits)).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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     this.tabControlPhanQuyen = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
     this.panelDTPower = new DevComponents.DotNetBar.PanelEx();
     this.bt_Save = new DevComponents.DotNetBar.ButtonX();
     this.dataGridViewXPQ = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.NghiepVu = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.QuanTri = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.BanGiamDoc = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.TiepTan = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.Khac = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.tabItemDTPower = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
     this.panelPower = new DevComponents.DotNetBar.PanelEx();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.dataGridViewX3 = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.STTPower = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IdPower = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NamePower = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Description = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.textBoxX5 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX6 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX7 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.tabItemPower = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.panelUser = new DevComponents.DotNetBar.PanelEx();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.dataGridViewX2 = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IdUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NameUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Password = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IdKuser2 = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Email = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.tabItemUser = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.panelKUser = new DevComponents.DotNetBar.PanelEx();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.STT_KUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IdKuser = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NameKUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NoteKUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.txt_NameKUser = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.txt_IdKuser = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.txt_NoteKUser = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.tabItemKUser = new DevComponents.DotNetBar.TabItem(this.components);
     this.btDelete = new DevComponents.DotNetBar.ButtonX();
     this.btUpdate = new DevComponents.DotNetBar.ButtonX();
     this.btAdd = new DevComponents.DotNetBar.ButtonX();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     ((System.ComponentModel.ISupportInitialize)(this.tabControlPhanQuyen)).BeginInit();
     this.tabControlPhanQuyen.SuspendLayout();
     this.tabControlPanel4.SuspendLayout();
     this.panelDTPower.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewXPQ)).BeginInit();
     this.tabControlPanel3.SuspendLayout();
     this.panelPower.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX3)).BeginInit();
     this.tabControlPanel2.SuspendLayout();
     this.panelUser.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX2)).BeginInit();
     this.tabControlPanel1.SuspendLayout();
     this.panelKUser.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
     this.SuspendLayout();
     //
     // tabControlPhanQuyen
     //
     this.tabControlPhanQuyen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.tabControlPhanQuyen.CanReorderTabs = true;
     this.tabControlPhanQuyen.Controls.Add(this.tabControlPanel2);
     this.tabControlPhanQuyen.Controls.Add(this.tabControlPanel3);
     this.tabControlPhanQuyen.Controls.Add(this.tabControlPanel4);
     this.tabControlPhanQuyen.Controls.Add(this.tabControlPanel1);
     this.tabControlPhanQuyen.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPhanQuyen.Location = new System.Drawing.Point(0, 0);
     this.tabControlPhanQuyen.Name = "tabControlPhanQuyen";
     this.tabControlPhanQuyen.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.tabControlPhanQuyen.SelectedTabIndex = 3;
     this.tabControlPhanQuyen.Size = new System.Drawing.Size(618, 385);
     this.tabControlPhanQuyen.TabIndex = 0;
     this.tabControlPhanQuyen.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabControlPhanQuyen.Tabs.Add(this.tabItemKUser);
     this.tabControlPhanQuyen.Tabs.Add(this.tabItemUser);
     this.tabControlPhanQuyen.Tabs.Add(this.tabItemPower);
     this.tabControlPhanQuyen.Tabs.Add(this.tabItemDTPower);
     this.tabControlPhanQuyen.Text = "tabControl1";
     this.tabControlPhanQuyen.Click += new System.EventHandler(this.tabControlPhanQuyen_Click);
     //
     // tabControlPanel4
     //
     this.tabControlPanel4.Controls.Add(this.panelDTPower);
     this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel4.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel4.Name = "tabControlPanel4";
     this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel4.Size = new System.Drawing.Size(611, 290);
     this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
     this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel4.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
     this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel4.Style.GradientAngle = 90;
     this.tabControlPanel4.TabIndex = 4;
     this.tabControlPanel4.TabItem = this.tabItemDTPower;
     //
     // panelDTPower
     //
     this.panelDTPower.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelDTPower.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelDTPower.Controls.Add(this.bt_Save);
     this.panelDTPower.Controls.Add(this.dataGridViewXPQ);
     this.panelDTPower.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelDTPower.Location = new System.Drawing.Point(1, 1);
     this.panelDTPower.Name = "panelDTPower";
     this.panelDTPower.Size = new System.Drawing.Size(609, 288);
     this.panelDTPower.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelDTPower.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelDTPower.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelDTPower.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelDTPower.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelDTPower.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelDTPower.Style.GradientAngle = 90;
     this.panelDTPower.TabIndex = 1;
     //
     // bt_Save
     //
     this.bt_Save.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.bt_Save.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.bt_Save.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bt_Save.ForeColor = System.Drawing.Color.Red;
     this.bt_Save.Location = new System.Drawing.Point(1, 1);
     this.bt_Save.Name = "bt_Save";
     this.bt_Save.Size = new System.Drawing.Size(40, 19);
     this.bt_Save.TabIndex = 1;
     this.bt_Save.Text = "Lưu";
     //
     // dataGridViewXPQ
     //
     this.dataGridViewXPQ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewXPQ.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.NghiepVu,
     this.QuanTri,
     this.BanGiamDoc,
     this.TiepTan,
     this.Khac});
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
     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.ControlText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewXPQ.DefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridViewXPQ.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridViewXPQ.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridViewXPQ.Location = new System.Drawing.Point(0, 0);
     this.dataGridViewXPQ.Name = "dataGridViewXPQ";
     this.dataGridViewXPQ.Size = new System.Drawing.Size(609, 288);
     this.dataGridViewXPQ.TabIndex = 0;
     //
     // NghiepVu
     //
     this.NghiepVu.HeaderText = "Nghiệp Vụ";
     this.NghiepVu.Name = "NghiepVu";
     this.NghiepVu.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.NghiepVu.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // QuanTri
     //
     this.QuanTri.HeaderText = "Người Quản Trị HT";
     this.QuanTri.Name = "QuanTri";
     this.QuanTri.Width = 155;
     //
     // BanGiamDoc
     //
     this.BanGiamDoc.HeaderText = "Ban Giám Đốc";
     this.BanGiamDoc.Name = "BanGiamDoc";
     //
     // TiepTan
     //
     this.TiepTan.HeaderText = "Tiếp Tân";
     this.TiepTan.Name = "TiepTan";
     //
     // Khac
     //
     this.Khac.HeaderText = "Người Dùng Khác";
     this.Khac.Name = "Khac";
     //
     // tabItemDTPower
     //
     this.tabItemDTPower.AttachedControl = this.tabControlPanel4;
     this.tabItemDTPower.Name = "tabItemDTPower";
     this.tabItemDTPower.Text = "Phân Quyền";
     //
     // tabControlPanel3
     //
     this.tabControlPanel3.Controls.Add(this.panelPower);
     this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel3.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel3.Name = "tabControlPanel3";
     this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel3.Size = new System.Drawing.Size(611, 290);
     this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
     this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
     this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel3.Style.GradientAngle = 90;
     this.tabControlPanel3.TabIndex = 3;
     this.tabControlPanel3.TabItem = this.tabItemPower;
     //
     // panelPower
     //
     this.panelPower.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelPower.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelPower.Controls.Add(this.groupBox3);
     this.panelPower.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelPower.Location = new System.Drawing.Point(1, 1);
     this.panelPower.Name = "panelPower";
     this.panelPower.Size = new System.Drawing.Size(609, 288);
     this.panelPower.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelPower.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelPower.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelPower.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelPower.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelPower.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelPower.Style.GradientAngle = 90;
     this.panelPower.TabIndex = 1;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.buttonX4);
     this.groupBox3.Controls.Add(this.buttonX5);
     this.groupBox3.Controls.Add(this.buttonX6);
     this.groupBox3.Controls.Add(this.dataGridViewX3);
     this.groupBox3.Controls.Add(this.textBoxX5);
     this.groupBox3.Controls.Add(this.labelX9);
     this.groupBox3.Controls.Add(this.textBoxX6);
     this.groupBox3.Controls.Add(this.labelX10);
     this.groupBox3.Controls.Add(this.textBoxX7);
     this.groupBox3.Controls.Add(this.labelX11);
     this.groupBox3.Location = new System.Drawing.Point(7, 6);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(599, 279);
     this.groupBox3.TabIndex = 1;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Loại Người Dùng";
     //
     // dataGridViewX3
     //
     this.dataGridViewX3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewX3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.STTPower,
     this.IdPower,
     this.NamePower,
     this.Description});
     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.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewX3.DefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridViewX3.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridViewX3.Location = new System.Drawing.Point(22, 140);
     this.dataGridViewX3.Name = "dataGridViewX3";
     this.dataGridViewX3.Size = new System.Drawing.Size(481, 96);
     this.dataGridViewX3.TabIndex = 9;
     //
     // STTPower
     //
     this.STTPower.HeaderText = "STT";
     this.STTPower.Name = "STTPower";
     this.STTPower.ReadOnly = true;
     this.STTPower.Width = 35;
     //
     // IdPower
     //
     this.IdPower.HeaderText = "Mã Quyền Hạn";
     this.IdPower.Name = "IdPower";
     this.IdPower.Width = 150;
     //
     // NamePower
     //
     this.NamePower.HeaderText = "Tên Quyền Hạn";
     this.NamePower.Name = "NamePower";
     this.NamePower.Width = 150;
     //
     // Description
     //
     this.Description.HeaderText = "Diễn Giải";
     this.Description.Name = "Description";
     //
     // textBoxX5
     //
     //
     //
     //
     this.textBoxX5.Border.Class = "";
     this.textBoxX5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX5.Location = new System.Drawing.Point(141, 64);
     this.textBoxX5.Name = "textBoxX5";
     this.textBoxX5.Size = new System.Drawing.Size(100, 20);
     this.textBoxX5.TabIndex = 8;
     //
     // labelX9
     //
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(22, 61);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(113, 23);
     this.labelX9.TabIndex = 7;
     this.labelX9.Text = "Tên Quyền Hạn";
     //
     // textBoxX6
     //
     //
     //
     //
     this.textBoxX6.Border.Class = "";
     this.textBoxX6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX6.Location = new System.Drawing.Point(141, 38);
     this.textBoxX6.Name = "textBoxX6";
     this.textBoxX6.Size = new System.Drawing.Size(100, 20);
     this.textBoxX6.TabIndex = 6;
     //
     // labelX10
     //
     //
     //
     //
     this.labelX10.BackgroundStyle.Class = "";
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.Location = new System.Drawing.Point(22, 35);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(113, 23);
     this.labelX10.TabIndex = 5;
     this.labelX10.Text = "Mã Quyền Hạn";
     //
     // textBoxX7
     //
     //
     //
     //
     this.textBoxX7.Border.Class = "";
     this.textBoxX7.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX7.Location = new System.Drawing.Point(309, 38);
     this.textBoxX7.Name = "textBoxX7";
     this.textBoxX7.Size = new System.Drawing.Size(100, 20);
     this.textBoxX7.TabIndex = 4;
     //
     // labelX11
     //
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.Location = new System.Drawing.Point(247, 35);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(56, 23);
     this.labelX11.TabIndex = 3;
     this.labelX11.Text = "Diễn Giải";
     //
     // tabItemPower
     //
     this.tabItemPower.AttachedControl = this.tabControlPanel3;
     this.tabItemPower.Name = "tabItemPower";
     this.tabItemPower.Text = "Quyền Hạn";
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.Controls.Add(this.panelUser);
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(618, 359);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
     this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 2;
     this.tabControlPanel2.TabItem = this.tabItemUser;
     //
     // panelUser
     //
     this.panelUser.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelUser.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelUser.Controls.Add(this.groupBox2);
     this.panelUser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelUser.Location = new System.Drawing.Point(1, 1);
     this.panelUser.Name = "panelUser";
     this.panelUser.Size = new System.Drawing.Size(616, 357);
     this.panelUser.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelUser.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelUser.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelUser.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelUser.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelUser.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelUser.Style.GradientAngle = 90;
     this.panelUser.TabIndex = 1;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.buttonX1);
     this.groupBox2.Controls.Add(this.buttonX2);
     this.groupBox2.Controls.Add(this.buttonX3);
     this.groupBox2.Controls.Add(this.textBoxX4);
     this.groupBox2.Controls.Add(this.labelX8);
     this.groupBox2.Controls.Add(this.comboBoxEx1);
     this.groupBox2.Controls.Add(this.labelX7);
     this.groupBox2.Controls.Add(this.dataGridViewX2);
     this.groupBox2.Controls.Add(this.textBoxX1);
     this.groupBox2.Controls.Add(this.labelX4);
     this.groupBox2.Controls.Add(this.textBoxX2);
     this.groupBox2.Controls.Add(this.labelX5);
     this.groupBox2.Controls.Add(this.textBoxX3);
     this.groupBox2.Controls.Add(this.labelX6);
     this.groupBox2.Location = new System.Drawing.Point(11, 13);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(594, 333);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Người Dùng";
     //
     // textBoxX4
     //
     //
     //
     //
     this.textBoxX4.Border.Class = "TextBoxBorder";
     this.textBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX4.Location = new System.Drawing.Point(141, 90);
     this.textBoxX4.Name = "textBoxX4";
     this.textBoxX4.Size = new System.Drawing.Size(100, 20);
     this.textBoxX4.TabIndex = 13;
     //
     // labelX8
     //
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(22, 90);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(39, 20);
     this.labelX8.TabIndex = 12;
     this.labelX8.Text = "Email";
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.DisplayMember = "Text";
     this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.FormattingEnabled = true;
     this.comboBoxEx1.ItemHeight = 14;
     this.comboBoxEx1.Location = new System.Drawing.Point(352, 66);
     this.comboBoxEx1.Name = "comboBoxEx1";
     this.comboBoxEx1.Size = new System.Drawing.Size(100, 20);
     this.comboBoxEx1.TabIndex = 11;
     //
     // labelX7
     //
     //
     //
     //
     this.labelX7.BackgroundStyle.Class = "";
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Location = new System.Drawing.Point(257, 65);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(88, 23);
     this.labelX7.TabIndex = 10;
     this.labelX7.Text = "Loại Người Dùng";
     //
     // dataGridViewX2
     //
     this.dataGridViewX2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewX2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn1,
     this.IdUser,
     this.NameUser,
     this.Password,
     this.IdKuser2,
     this.Email});
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
     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.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewX2.DefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewX2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridViewX2.Location = new System.Drawing.Point(6, 171);
     this.dataGridViewX2.Name = "dataGridViewX2";
     this.dataGridViewX2.Size = new System.Drawing.Size(583, 156);
     this.dataGridViewX2.TabIndex = 9;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "STT";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     this.dataGridViewTextBoxColumn1.Width = 35;
     //
     // IdUser
     //
     this.IdUser.HeaderText = "Mã Người Dùng";
     this.IdUser.Name = "IdUser";
     this.IdUser.Width = 107;
     //
     // NameUser
     //
     this.NameUser.HeaderText = "Tên Người Dùng";
     this.NameUser.Name = "NameUser";
     this.NameUser.Width = 115;
     //
     // Password
     //
     this.Password.HeaderText = "Mật Khẩu";
     this.Password.Name = "Password";
     this.Password.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Password.Width = 80;
     //
     // IdKuser2
     //
     this.IdKuser2.HeaderText = "Loại Người Dùng";
     this.IdKuser2.Name = "IdKuser2";
     //
     // Email
     //
     this.Email.HeaderText = "Email";
     this.Email.Name = "Email";
     //
     // textBoxX1
     //
     //
     //
     //
     this.textBoxX1.Border.Class = "TextBoxBorder";
     this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX1.Location = new System.Drawing.Point(141, 64);
     this.textBoxX1.Name = "textBoxX1";
     this.textBoxX1.Size = new System.Drawing.Size(100, 20);
     this.textBoxX1.TabIndex = 8;
     //
     // labelX4
     //
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(22, 65);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(81, 23);
     this.labelX4.TabIndex = 7;
     this.labelX4.Text = "Tên Người Dùng";
     //
     // textBoxX2
     //
     //
     //
     //
     this.textBoxX2.Border.Class = "TextBoxBorder";
     this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX2.Location = new System.Drawing.Point(141, 38);
     this.textBoxX2.Name = "textBoxX2";
     this.textBoxX2.Size = new System.Drawing.Size(100, 20);
     this.textBoxX2.TabIndex = 6;
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(22, 38);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(81, 23);
     this.labelX5.TabIndex = 5;
     this.labelX5.Text = "Mã Người Dùng";
     //
     // textBoxX3
     //
     //
     //
     //
     this.textBoxX3.Border.Class = "TextBoxBorder";
     this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX3.Location = new System.Drawing.Point(352, 38);
     this.textBoxX3.Name = "textBoxX3";
     this.textBoxX3.Size = new System.Drawing.Size(100, 20);
     this.textBoxX3.TabIndex = 4;
     //
     // labelX6
     //
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Location = new System.Drawing.Point(257, 35);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(56, 23);
     this.labelX6.TabIndex = 3;
     this.labelX6.Text = "Mật Khẩu";
     //
     // tabItemUser
     //
     this.tabItemUser.AttachedControl = this.tabControlPanel2;
     this.tabItemUser.Name = "tabItemUser";
     this.tabItemUser.Text = "Người Dùng";
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.panelKUser);
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(611, 290);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
     this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
     this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = 90;
     this.tabControlPanel1.TabIndex = 1;
     this.tabControlPanel1.TabItem = this.tabItemKUser;
     //
     // panelKUser
     //
     this.panelKUser.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelKUser.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelKUser.Controls.Add(this.groupBox1);
     this.panelKUser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelKUser.Location = new System.Drawing.Point(1, 1);
     this.panelKUser.Name = "panelKUser";
     this.panelKUser.Size = new System.Drawing.Size(609, 288);
     this.panelKUser.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelKUser.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelKUser.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelKUser.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelKUser.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelKUser.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelKUser.Style.GradientAngle = 90;
     this.panelKUser.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btDelete);
     this.groupBox1.Controls.Add(this.btUpdate);
     this.groupBox1.Controls.Add(this.btAdd);
     this.groupBox1.Controls.Add(this.dataGridViewX1);
     this.groupBox1.Controls.Add(this.txt_NameKUser);
     this.groupBox1.Controls.Add(this.labelX3);
     this.groupBox1.Controls.Add(this.txt_IdKuser);
     this.groupBox1.Controls.Add(this.labelX2);
     this.groupBox1.Controls.Add(this.txt_NoteKUser);
     this.groupBox1.Controls.Add(this.labelX1);
     this.groupBox1.Location = new System.Drawing.Point(7, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(599, 273);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Loại Người Dùng";
     //
     // dataGridViewX1
     //
     this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.STT_KUser,
     this.IdKuser,
     this.NameKUser,
     this.NoteKUser});
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle4;
     this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridViewX1.Location = new System.Drawing.Point(22, 140);
     this.dataGridViewX1.Name = "dataGridViewX1";
     this.dataGridViewX1.Size = new System.Drawing.Size(481, 96);
     this.dataGridViewX1.TabIndex = 9;
     //
     // STT_KUser
     //
     this.STT_KUser.HeaderText = "STT";
     this.STT_KUser.Name = "STT_KUser";
     this.STT_KUser.ReadOnly = true;
     this.STT_KUser.Width = 35;
     //
     // IdKuser
     //
     this.IdKuser.HeaderText = "Mã Loại Người Dùng";
     this.IdKuser.Name = "IdKuser";
     this.IdKuser.Width = 150;
     //
     // NameKUser
     //
     this.NameKUser.HeaderText = "Tên Loại Người Dùng";
     this.NameKUser.Name = "NameKUser";
     this.NameKUser.Width = 150;
     //
     // NoteKUser
     //
     this.NoteKUser.HeaderText = "Ghi Chú";
     this.NoteKUser.Name = "NoteKUser";
     //
     // txt_NameKUser
     //
     //
     //
     //
     this.txt_NameKUser.Border.Class = "";
     this.txt_NameKUser.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_NameKUser.Location = new System.Drawing.Point(141, 64);
     this.txt_NameKUser.Name = "txt_NameKUser";
     this.txt_NameKUser.Size = new System.Drawing.Size(100, 20);
     this.txt_NameKUser.TabIndex = 8;
     //
     // labelX3
     //
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(22, 65);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(113, 23);
     this.labelX3.TabIndex = 7;
     this.labelX3.Text = "Tên Loại Người Dùng";
     //
     // txt_IdKuser
     //
     //
     //
     //
     this.txt_IdKuser.Border.Class = "";
     this.txt_IdKuser.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_IdKuser.Location = new System.Drawing.Point(141, 38);
     this.txt_IdKuser.Name = "txt_IdKuser";
     this.txt_IdKuser.Size = new System.Drawing.Size(100, 20);
     this.txt_IdKuser.TabIndex = 6;
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(22, 32);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(113, 23);
     this.labelX2.TabIndex = 5;
     this.labelX2.Text = "Mã Loại Người Dùng";
     //
     // txt_NoteKUser
     //
     //
     //
     //
     this.txt_NoteKUser.Border.Class = "";
     this.txt_NoteKUser.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_NoteKUser.Location = new System.Drawing.Point(309, 38);
     this.txt_NoteKUser.Name = "txt_NoteKUser";
     this.txt_NoteKUser.Size = new System.Drawing.Size(100, 20);
     this.txt_NoteKUser.TabIndex = 4;
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(247, 38);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(56, 20);
     this.labelX1.TabIndex = 3;
     this.labelX1.Text = "Ghi Chú";
     //
     // tabItemKUser
     //
     this.tabItemKUser.AttachedControl = this.tabControlPanel1;
     this.tabItemKUser.Name = "tabItemKUser";
     this.tabItemKUser.Text = "Loại Người Dùng";
     //
     // btDelete
     //
     this.btDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btDelete.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btDelete.Location = new System.Drawing.Point(141, 111);
     this.btDelete.Name = "btDelete";
     this.btDelete.Size = new System.Drawing.Size(75, 23);
     this.btDelete.TabIndex = 38;
     this.btDelete.Text = "Xóa";
     //
     // btUpdate
     //
     this.btUpdate.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btUpdate.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btUpdate.Location = new System.Drawing.Point(247, 111);
     this.btUpdate.Name = "btUpdate";
     this.btUpdate.Size = new System.Drawing.Size(75, 23);
     this.btUpdate.TabIndex = 39;
     this.btUpdate.Text = "Sửa";
     //
     // btAdd
     //
     this.btAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btAdd.Location = new System.Drawing.Point(22, 111);
     this.btAdd.Name = "btAdd";
     this.btAdd.Size = new System.Drawing.Size(75, 23);
     this.btAdd.TabIndex = 37;
     this.btAdd.Text = "Thêm";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Location = new System.Drawing.Point(266, 124);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(75, 23);
     this.buttonX1.TabIndex = 41;
     this.buttonX1.Text = "Xóa";
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX2.Location = new System.Drawing.Point(372, 124);
     this.buttonX2.Name = "buttonX2";
     this.buttonX2.Size = new System.Drawing.Size(75, 23);
     this.buttonX2.TabIndex = 42;
     this.buttonX2.Text = "Sửa";
     //
     // buttonX3
     //
     this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX3.Location = new System.Drawing.Point(147, 124);
     this.buttonX3.Name = "buttonX3";
     this.buttonX3.Size = new System.Drawing.Size(75, 23);
     this.buttonX3.TabIndex = 40;
     this.buttonX3.Text = "Thêm";
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX4.Location = new System.Drawing.Point(141, 99);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(75, 23);
     this.buttonX4.TabIndex = 41;
     this.buttonX4.Text = "Xóa";
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX5.Location = new System.Drawing.Point(247, 99);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(75, 23);
     this.buttonX5.TabIndex = 42;
     this.buttonX5.Text = "Sửa";
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX6.Location = new System.Drawing.Point(22, 99);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(75, 23);
     this.buttonX6.TabIndex = 40;
     this.buttonX6.Text = "Thêm";
     //
     // frmQTHT
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(618, 385);
     this.Controls.Add(this.tabControlPhanQuyen);
     this.Name = "frmQTHT";
     this.Text = "Quản Trị Hệ Thống";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmQTHT_FormClosing);
     this.Load += new System.EventHandler(this.frmAccount_Load);
     ((System.ComponentModel.ISupportInitialize)(this.tabControlPhanQuyen)).EndInit();
     this.tabControlPhanQuyen.ResumeLayout(false);
     this.tabControlPanel4.ResumeLayout(false);
     this.panelDTPower.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewXPQ)).EndInit();
     this.tabControlPanel3.ResumeLayout(false);
     this.panelPower.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX3)).EndInit();
     this.tabControlPanel2.ResumeLayout(false);
     this.panelUser.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX2)).EndInit();
     this.tabControlPanel1.ResumeLayout(false);
     this.panelKUser.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).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()
 {
     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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(formPassengersEdit));
     this.panel1 = new System.Windows.Forms.Panel();
     this.dgvPassenger = new System.Windows.Forms.DataGridView();
     this.passenger_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.passenger_type_name = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.passenger_id_type_name = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.card_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.mobile_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.plStudent = new System.Windows.Forms.Panel();
     this.textBox6 = new System.Windows.Forms.TextBox();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.comboBox4 = new System.Windows.Forms.ComboBox();
     this.comboBox3 = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.panel3 = new System.Windows.Forms.Panel();
     this.btnSave = new System.Windows.Forms.Button();
     this.cboIDType = new System.Windows.Forms.ComboBox();
     this.txtIDCode = new System.Windows.Forms.TextBox();
     this.txtMobileNO = new System.Windows.Forms.TextBox();
     this.cboTicketType = new System.Windows.Forms.ComboBox();
     this.txtPassengerName = new System.Windows.Forms.TextBox();
     this.label30 = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label33 = new System.Windows.Forms.Label();
     this.label34 = new System.Windows.Forms.Label();
     this.label35 = new System.Windows.Forms.Label();
     this.lblTop = new System.Windows.Forms.Label();
     this.lblMini = new System.Windows.Forms.Label();
     this.lblClose = new System.Windows.Forms.Label();
     this.btnAdd = new System.Windows.Forms.Button();
     this.textBox7 = new System.Windows.Forms.TextBox();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPassenger)).BeginInit();
     this.plStudent.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.panel1.Controls.Add(this.dgvPassenger);
     this.panel1.Controls.Add(this.plStudent);
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Location = new System.Drawing.Point(5, 32);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(802, 390);
     this.panel1.TabIndex = 0;
     //
     // dgvPassenger
     //
     this.dgvPassenger.AllowUserToAddRows = false;
     this.dgvPassenger.AllowUserToDeleteRows = false;
     this.dgvPassenger.AllowUserToResizeRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(255)))));
     this.dgvPassenger.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvPassenger.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvPassenger.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.dgvPassenger.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvPassenger.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.passenger_name,
     this.passenger_type_name,
     this.passenger_id_type_name,
     this.card_no,
     this.mobile_no});
     this.dgvPassenger.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvPassenger.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.dgvPassenger.Location = new System.Drawing.Point(0, 110);
     this.dgvPassenger.MultiSelect = false;
     this.dgvPassenger.Name = "dgvPassenger";
     this.dgvPassenger.ReadOnly = true;
     this.dgvPassenger.RowHeadersVisible = false;
     this.dgvPassenger.RowTemplate.Height = 21;
     this.dgvPassenger.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvPassenger.Size = new System.Drawing.Size(802, 280);
     this.dgvPassenger.TabIndex = 38;
     this.dgvPassenger.DataSourceChanged += new System.EventHandler(this.dgvPassenger_DataSourceChanged);
     this.dgvPassenger.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPassenger_CellClick);
     //
     // passenger_name
     //
     this.passenger_name.DataPropertyName = "passenger_name";
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this.passenger_name.DefaultCellStyle = dataGridViewCellStyle2;
     this.passenger_name.HeaderText = "姓名";
     this.passenger_name.MaxInputLength = 10;
     this.passenger_name.Name = "passenger_name";
     this.passenger_name.ReadOnly = true;
     //
     // passenger_type_name
     //
     this.passenger_type_name.DataPropertyName = "passenger_type_name";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this.passenger_type_name.DefaultCellStyle = dataGridViewCellStyle3;
     this.passenger_type_name.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.passenger_type_name.HeaderText = "票种";
     this.passenger_type_name.Items.AddRange(new object[] {
     "成人",
     "儿童",
     "学生",
     "残军"});
     this.passenger_type_name.Name = "passenger_type_name";
     this.passenger_type_name.ReadOnly = true;
     //
     // passenger_id_type_name
     //
     this.passenger_id_type_name.DataPropertyName = "passenger_id_type_name";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this.passenger_id_type_name.DefaultCellStyle = dataGridViewCellStyle4;
     this.passenger_id_type_name.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.passenger_id_type_name.HeaderText = "证件类型";
     this.passenger_id_type_name.Items.AddRange(new object[] {
     "二代身份证",
     "一代身份证",
     "港澳通行证",
     "台湾通行证",
     "护照"});
     this.passenger_id_type_name.Name = "passenger_id_type_name";
     this.passenger_id_type_name.ReadOnly = true;
     //
     // card_no
     //
     this.card_no.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.card_no.DataPropertyName = "card_no";
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this.card_no.DefaultCellStyle = dataGridViewCellStyle5;
     this.card_no.HeaderText = "证件号";
     this.card_no.MaxInputLength = 18;
     this.card_no.Name = "card_no";
     this.card_no.ReadOnly = true;
     //
     // mobile_no
     //
     this.mobile_no.DataPropertyName = "mobile_no";
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this.mobile_no.DefaultCellStyle = dataGridViewCellStyle6;
     this.mobile_no.HeaderText = "手机号";
     this.mobile_no.MaxInputLength = 11;
     this.mobile_no.Name = "mobile_no";
     this.mobile_no.ReadOnly = true;
     //
     // plStudent
     //
     this.plStudent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.plStudent.Controls.Add(this.textBox8);
     this.plStudent.Controls.Add(this.textBox7);
     this.plStudent.Controls.Add(this.textBox6);
     this.plStudent.Controls.Add(this.textBox5);
     this.plStudent.Controls.Add(this.textBox1);
     this.plStudent.Controls.Add(this.textBox4);
     this.plStudent.Controls.Add(this.textBox3);
     this.plStudent.Controls.Add(this.textBox2);
     this.plStudent.Controls.Add(this.comboBox4);
     this.plStudent.Controls.Add(this.comboBox3);
     this.plStudent.Controls.Add(this.label1);
     this.plStudent.Controls.Add(this.label2);
     this.plStudent.Controls.Add(this.label7);
     this.plStudent.Controls.Add(this.label3);
     this.plStudent.Controls.Add(this.label6);
     this.plStudent.Controls.Add(this.label10);
     this.plStudent.Controls.Add(this.label9);
     this.plStudent.Controls.Add(this.label8);
     this.plStudent.Controls.Add(this.label4);
     this.plStudent.Controls.Add(this.label5);
     this.plStudent.Dock = System.Windows.Forms.DockStyle.Top;
     this.plStudent.Location = new System.Drawing.Point(0, 43);
     this.plStudent.Name = "plStudent";
     this.plStudent.Size = new System.Drawing.Size(802, 67);
     this.plStudent.TabIndex = 39;
     this.plStudent.Visible = false;
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(695, 34);
     this.textBox6.MaxLength = 11;
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new System.Drawing.Size(94, 21);
     this.textBox6.TabIndex = 26;
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(570, 34);
     this.textBox5.MaxLength = 11;
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new System.Drawing.Size(96, 21);
     this.textBox5.TabIndex = 25;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(404, 8);
     this.textBox1.MaxLength = 18;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(123, 21);
     this.textBox1.TabIndex = 23;
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(404, 34);
     this.textBox4.MaxLength = 11;
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(99, 21);
     this.textBox4.TabIndex = 22;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(41, 35);
     this.textBox3.MaxLength = 11;
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(77, 21);
     this.textBox3.TabIndex = 22;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(570, 8);
     this.textBox2.MaxLength = 11;
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(219, 21);
     this.textBox2.TabIndex = 22;
     //
     // comboBox4
     //
     this.comboBox4.Enabled = false;
     this.comboBox4.FormattingEnabled = true;
     this.comboBox4.Location = new System.Drawing.Point(288, 35);
     this.comboBox4.Name = "comboBox4";
     this.comboBox4.Size = new System.Drawing.Size(56, 20);
     this.comboBox4.TabIndex = 19;
     //
     // comboBox3
     //
     this.comboBox3.Enabled = false;
     this.comboBox3.FormattingEnabled = true;
     this.comboBox3.Items.AddRange(new object[] {
     "1",
     "2",
     "3",
     "4",
     "5",
     "6",
     "7",
     "8",
     "9"});
     this.comboBox3.Location = new System.Drawing.Point(157, 36);
     this.comboBox3.Name = "comboBox3";
     this.comboBox3.Size = new System.Drawing.Size(56, 20);
     this.comboBox3.TabIndex = 19;
     this.comboBox3.Text = "4";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 12);
     this.label1.TabIndex = 17;
     this.label1.Text = "学校所在省份";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(539, 12);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 16;
     this.label2.Text = "班级";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(232, 39);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(53, 12);
     this.label7.TabIndex = 13;
     this.label7.Text = "入学年份";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(372, 13);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 14;
     this.label3.Text = "院系";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(123, 40);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(29, 12);
     this.label6.TabIndex = 13;
     this.label6.Text = "学制";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(672, 38);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(17, 12);
     this.label10.TabIndex = 12;
     this.label10.Text = "至";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(514, 39);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(53, 12);
     this.label9.TabIndex = 12;
     this.label9.Text = "优惠区间";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(349, 38);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(53, 12);
     this.label8.TabIndex = 12;
     this.label8.Text = "优惠卡号";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(189, 13);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(29, 12);
     this.label4.TabIndex = 13;
     this.label4.Text = "学校";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(10, 39);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(29, 12);
     this.label5.TabIndex = 12;
     this.label5.Text = "学号";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.btnAdd);
     this.panel3.Controls.Add(this.btnSave);
     this.panel3.Controls.Add(this.cboIDType);
     this.panel3.Controls.Add(this.txtIDCode);
     this.panel3.Controls.Add(this.txtMobileNO);
     this.panel3.Controls.Add(this.cboTicketType);
     this.panel3.Controls.Add(this.txtPassengerName);
     this.panel3.Controls.Add(this.label30);
     this.panel3.Controls.Add(this.label31);
     this.panel3.Controls.Add(this.label33);
     this.panel3.Controls.Add(this.label34);
     this.panel3.Controls.Add(this.label35);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(802, 43);
     this.panel3.TabIndex = 7;
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Location = new System.Drawing.Point(665, 10);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(58, 23);
     this.btnSave.TabIndex = 25;
     this.btnSave.Text = "保存";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // cboIDType
     //
     this.cboIDType.FormattingEnabled = true;
     this.cboIDType.Items.AddRange(new object[] {
     "二代身份证",
     "一代身份证",
     "港澳通行证",
     "台湾通行证",
     "护照"});
     this.cboIDType.Location = new System.Drawing.Point(273, 11);
     this.cboIDType.Name = "cboIDType";
     this.cboIDType.Size = new System.Drawing.Size(84, 20);
     this.cboIDType.TabIndex = 24;
     this.cboIDType.Text = "二代身份证";
     //
     // txtIDCode
     //
     this.txtIDCode.Location = new System.Drawing.Point(403, 11);
     this.txtIDCode.MaxLength = 18;
     this.txtIDCode.Name = "txtIDCode";
     this.txtIDCode.Size = new System.Drawing.Size(123, 21);
     this.txtIDCode.TabIndex = 23;
     //
     // txtMobileNO
     //
     this.txtMobileNO.Location = new System.Drawing.Point(575, 11);
     this.txtMobileNO.MaxLength = 11;
     this.txtMobileNO.Name = "txtMobileNO";
     this.txtMobileNO.Size = new System.Drawing.Size(80, 21);
     this.txtMobileNO.TabIndex = 22;
     //
     // cboTicketType
     //
     this.cboTicketType.Enabled = false;
     this.cboTicketType.FormattingEnabled = true;
     this.cboTicketType.Items.AddRange(new object[] {
     "成人",
     "儿童",
     "学生",
     "残军"});
     this.cboTicketType.Location = new System.Drawing.Point(158, 11);
     this.cboTicketType.Name = "cboTicketType";
     this.cboTicketType.Size = new System.Drawing.Size(56, 20);
     this.cboTicketType.TabIndex = 19;
     this.cboTicketType.Text = "成人";
     this.cboTicketType.SelectedIndexChanged += new System.EventHandler(this.cboTicketType_SelectedIndexChanged);
     //
     // txtPassengerName
     //
     this.txtPassengerName.Location = new System.Drawing.Point(42, 11);
     this.txtPassengerName.MaxLength = 20;
     this.txtPassengerName.Name = "txtPassengerName";
     this.txtPassengerName.Size = new System.Drawing.Size(77, 21);
     this.txtPassengerName.TabIndex = 18;
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Location = new System.Drawing.Point(11, 16);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(29, 12);
     this.label30.TabIndex = 17;
     this.label30.Text = "姓名";
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Location = new System.Drawing.Point(530, 15);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(41, 12);
     this.label31.TabIndex = 16;
     this.label31.Text = "手机号";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Location = new System.Drawing.Point(360, 15);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(41, 12);
     this.label33.TabIndex = 14;
     this.label33.Text = "证件号";
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Location = new System.Drawing.Point(217, 15);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(53, 12);
     this.label34.TabIndex = 13;
     this.label34.Text = "证件类型";
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Location = new System.Drawing.Point(123, 16);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(29, 12);
     this.label35.TabIndex = 12;
     this.label35.Text = "票种";
     //
     // lblTop
     //
     this.lblTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.lblTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblTop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.lblTop.ForeColor = System.Drawing.Color.Blue;
     this.lblTop.Location = new System.Drawing.Point(0, 0);
     this.lblTop.Name = "lblTop";
     this.lblTop.Size = new System.Drawing.Size(813, 29);
     this.lblTop.TabIndex = 49;
     this.lblTop.Text = "编 辑 联 系 人";
     this.lblTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblTop.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblTop_MouseDown);
     //
     // lblMini
     //
     this.lblMini.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblMini.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.lblMini.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblMini.ForeColor = System.Drawing.Color.White;
     this.lblMini.Location = new System.Drawing.Point(773, 6);
     this.lblMini.Name = "lblMini";
     this.lblMini.Size = new System.Drawing.Size(16, 16);
     this.lblMini.TabIndex = 53;
     this.lblMini.Text = "-";
     this.lblMini.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblMini.Click += new System.EventHandler(this.lblMini_Click);
     this.lblMini.MouseEnter += new System.EventHandler(this.lblMini_MouseEnter);
     this.lblMini.MouseLeave += new System.EventHandler(this.lblMini_MouseLeave);
     //
     // lblClose
     //
     this.lblClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.lblClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblClose.ForeColor = System.Drawing.Color.White;
     this.lblClose.Location = new System.Drawing.Point(791, 6);
     this.lblClose.Name = "lblClose";
     this.lblClose.Size = new System.Drawing.Size(16, 16);
     this.lblClose.TabIndex = 52;
     this.lblClose.Text = "×";
     this.lblClose.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblClose.Click += new System.EventHandler(this.lblClose_Click);
     this.lblClose.MouseEnter += new System.EventHandler(this.lblClose_MouseEnter);
     this.lblClose.MouseLeave += new System.EventHandler(this.lblClose_MouseLeave);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Location = new System.Drawing.Point(732, 10);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(58, 23);
     this.btnAdd.TabIndex = 26;
     this.btnAdd.Text = "添加";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // textBox7
     //
     this.textBox7.Location = new System.Drawing.Point(92, 9);
     this.textBox7.MaxLength = 11;
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new System.Drawing.Size(85, 21);
     this.textBox7.TabIndex = 27;
     //
     // textBox8
     //
     this.textBox8.Location = new System.Drawing.Point(221, 9);
     this.textBox8.MaxLength = 11;
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new System.Drawing.Size(135, 21);
     this.textBox8.TabIndex = 28;
     //
     // formPassengersEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.ClientSize = new System.Drawing.Size(813, 427);
     this.Controls.Add(this.lblMini);
     this.Controls.Add(this.lblClose);
     this.Controls.Add(this.lblTop);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "formPassengersEdit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "formPassengersEdit";
     this.Load += new System.EventHandler(this.formPassengersEdit_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvPassenger)).EndInit();
     this.plStudent.ResumeLayout(false);
     this.plStudent.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.ResumeLayout(false);
 }
Example #30
0
 /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GrabConfig));
       System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
       System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
       System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
       System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
       this.textConfig = new System.Windows.Forms.TextBox();
       this.button_Browse = new System.Windows.Forms.Button();
       this.label1 = new System.Windows.Forms.Label();
       this.label3 = new System.Windows.Forms.Label();
       this.textName = new System.Windows.Forms.TextBox();
       this.label2 = new System.Windows.Forms.Label();
       this.textURLPrefix = new System.Windows.Forms.TextBox();
       this.button_New = new System.Windows.Forms.Button();
       this.button_Save = new System.Windows.Forms.Button();
       this.radioButtonFR = new System.Windows.Forms.RadioButton();
       this.radioButtonEN = new System.Windows.Forms.RadioButton();
       this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
       this.button2 = new System.Windows.Forms.Button();
       this.button3 = new System.Windows.Forms.Button();
       this.buttonExpertMode = new System.Windows.Forms.Button();
       this.TextURLDetail = new System.Windows.Forms.TextBox();
       this.cb_ParamDetail = new System.Windows.Forms.ComboBox();
       this.TextKeyStartD = new System.Windows.Forms.TextBox();
       this.TextKeyStopD = new System.Windows.Forms.TextBox();
       this.textComplement = new System.Windows.Forms.TextBox();
       this.textDReplace = new System.Windows.Forms.TextBox();
       this.Index = new System.Windows.Forms.ComboBox();
       this.textLanguages = new System.Windows.Forms.TextBox();
       this.textLanguagesAll = new System.Windows.Forms.TextBox();
       this.Button_Load_URL = new System.Windows.Forms.Button();
       this.button_Find_Detail = new System.Windows.Forms.Button();
       this.buttonPreviewDetailFullGrab = new System.Windows.Forms.Button();
       this.buttonPrevParamDetail = new System.Windows.Forms.Button();
       this.lblResult = new System.Windows.Forms.Label();
       this.TextURL = new System.Windows.Forms.TextBox();
       this.cb_Parameter = new System.Windows.Forms.ComboBox();
       this.TextKeyStart = new System.Windows.Forms.TextBox();
       this.TextKeyStop = new System.Windows.Forms.TextBox();
       this.textReplace = new System.Windows.Forms.TextBox();
       this.button_Find = new System.Windows.Forms.Button();
       this.button_Preview = new System.Windows.Forms.Button();
       this.button_GoDetailPage = new System.Windows.Forms.Button();
       this.textRedir = new System.Windows.Forms.TextBox();
       this.buttonPrevParam1 = new System.Windows.Forms.Button();
       this.textStartPage = new System.Windows.Forms.TextBox();
       this.textStepPage = new System.Windows.Forms.TextBox();
       this.textNextPage = new System.Windows.Forms.TextBox();
       this.textPage = new System.Windows.Forms.TextBox();
       this.button_Load = new System.Windows.Forms.Button();
       this.TextSearch = new System.Windows.Forms.TextBox();
       this.groupBox8 = new System.Windows.Forms.GroupBox();
       this.label24 = new System.Windows.Forms.Label();
       this.label23 = new System.Windows.Forms.Label();
       this.cbTtitleMaxTitles = new System.Windows.Forms.ComboBox();
       this.cbTtitlePreferredLanguage = new System.Windows.Forms.ComboBox();
       this.groupBox10 = new System.Windows.Forms.GroupBox();
       this.label29 = new System.Windows.Forms.Label();
       this.cbCertificationPreferredLanguage = new System.Windows.Forms.ComboBox();
       this.button_SaveAs = new System.Windows.Forms.Button();
       this.URLpage = new System.Windows.Forms.ComboBox();
       this.textFind = new System.Windows.Forms.TextBox();
       this.textBox5 = new System.Windows.Forms.TextBox();
       this.textboxSearchAkasRegex = new System.Windows.Forms.TextBox();
       this.button_openMediafile = new System.Windows.Forms.Button();
       this.textEncoding = new System.Windows.Forms.TextBox();
       this.textLanguage = new System.Windows.Forms.TextBox();
       this.textType = new System.Windows.Forms.TextBox();
       this.textVersion = new System.Windows.Forms.TextBox();
       this.textSearchCleanup = new System.Windows.Forms.TextBox();
       this.textDReplaceWith = new System.Windows.Forms.TextBox();
       this.textAccept = new System.Windows.Forms.TextBox();
       this.textUserAgent = new System.Windows.Forms.TextBox();
       this.textHeaders = new System.Windows.Forms.TextBox();
       this.EncodingSubPage = new System.Windows.Forms.TextBox();
       this.cbIgnoreCase = new System.Windows.Forms.CheckBox();
       this.cbIgnoreCaseDetails = new System.Windows.Forms.CheckBox();
       this.btnLoadOldScript = new System.Windows.Forms.Button();
       this.dataGridViewMapping = new System.Windows.Forms.DataGridView();
       this.cbAllowMideaInfo = new System.Windows.Forms.CheckBox();
       this.saveFileDialog2 = new System.Windows.Forms.SaveFileDialog();
       this.linkLabelMFwiki = new System.Windows.Forms.LinkLabel();
       this.tabPageDetailPage = new System.Windows.Forms.TabPage();
       this.pictureBoxPreviewCollection = new System.Windows.Forms.PictureBox();
       this.btnLoadDetailInWeb = new System.Windows.Forms.Button();
       this.button_Load_File = new System.Windows.Forms.Button();
       this.label21 = new System.Windows.Forms.Label();
       this.labelImageSize = new System.Windows.Forms.Label();
       this.btnLoadDetailPreview = new System.Windows.Forms.Button();
       this.textURLPreview = new System.Windows.Forms.TextBox();
       this.textBodyDetail = new System.Windows.Forms.RichTextBox();
       this.contextMenuStripDetails = new System.Windows.Forms.ContextMenuStrip(this.components);
       this.toolStripMenuDetailsCopyAll = new System.Windows.Forms.ToolStripMenuItem();
       this.copySelectionToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
       this.label10 = new System.Windows.Forms.Label();
       this.groupBox3 = new System.Windows.Forms.GroupBox();
       this.textPreview = new System.Windows.Forms.RichTextBox();
       this.groupBox4 = new System.Windows.Forms.GroupBox();
       this.lblSubPage = new System.Windows.Forms.Label();
       this.lblEncodingSubPage = new System.Windows.Forms.Label();
       this.lblLanguagesAll = new System.Windows.Forms.Label();
       this.chkActorRoles = new System.Windows.Forms.CheckBox();
       this.lblLanguages = new System.Windows.Forms.Label();
       this.lblMaxItems = new System.Windows.Forms.Label();
       this.textMaxItems = new System.Windows.Forms.TextBox();
       this.btResetDetail = new System.Windows.Forms.Button();
       this.label18 = new System.Windows.Forms.Label();
       this.labelDReplaceWith = new System.Windows.Forms.Label();
       this.labelDReplace = new System.Windows.Forms.Label();
       this.lblComplement = new System.Windows.Forms.Label();
       this.label12 = new System.Windows.Forms.Label();
       this.label13 = new System.Windows.Forms.Label();
       this.label14 = new System.Windows.Forms.Label();
       this.label15 = new System.Windows.Forms.Label();
       this.pictureBoxPreviewCover = new System.Windows.Forms.PictureBox();
       this.tabPageSearchPage = new System.Windows.Forms.TabPage();
       this.label36 = new System.Windows.Forms.Label();
       this.label37 = new System.Windows.Forms.Label();
       this.label35 = new System.Windows.Forms.Label();
       this.label9 = new System.Windows.Forms.Label();
       this.labelSearchPosition = new System.Windows.Forms.Label();
       this.PositionSearch = new System.Windows.Forms.Label();
       this.groupBox6 = new System.Windows.Forms.GroupBox();
       this.button_Load_Web = new System.Windows.Forms.Button();
       this.label8 = new System.Windows.Forms.Label();
       this.label11 = new System.Windows.Forms.Label();
       this.groupBox5 = new System.Windows.Forms.GroupBox();
       this.label20 = new System.Windows.Forms.Label();
       this.label16 = new System.Windows.Forms.Label();
       this.label19 = new System.Windows.Forms.Label();
       this.label17 = new System.Windows.Forms.Label();
       this.textBody = new System.Windows.Forms.RichTextBox();
       this.contextMenuStripSearch = new System.Windows.Forms.ContextMenuStrip(this.components);
       this.toolStripMenuSearchCopyAll = new System.Windows.Forms.ToolStripMenuItem();
       this.copySelectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
       this.lblResultsFound = new System.Windows.Forms.Label();
       this.groupBox2 = new System.Windows.Forms.GroupBox();
       this.dataGridViewSearchResults = new System.Windows.Forms.DataGridView();
       this.ResultColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.Thumb = new System.Windows.Forms.DataGridViewImageColumn();
       this.ResultColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.ResultColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.ResultColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.ResultColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.ResultColumn6 = new System.Windows.Forms.DataGridViewLinkColumn();
       this.ResultColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.ResultColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.groupBox1 = new System.Windows.Forms.GroupBox();
       this.labelSearchAkasRegex = new System.Windows.Forms.Label();
       this.label_SearchMatches_Starttext = new System.Windows.Forms.Label();
       this.label_SearchMatches_Endtext = new System.Windows.Forms.Label();
       this.button_FirstMatch = new System.Windows.Forms.Button();
       this.button_NextMatch = new System.Windows.Forms.Button();
       this.btReset = new System.Windows.Forms.Button();
       this.labelReplaceWith = new System.Windows.Forms.Label();
       this.labelReplace = new System.Windows.Forms.Label();
       this.textReplaceWith = new System.Windows.Forms.TextBox();
       this.label7 = new System.Windows.Forms.Label();
       this.label6 = new System.Windows.Forms.Label();
       this.label5 = new System.Windows.Forms.Label();
       this.label4 = new System.Windows.Forms.Label();
       this.label34 = new System.Windows.Forms.Label();
       this.lblType = new System.Windows.Forms.Label();
       this.tabPageUserSettings = new System.Windows.Forms.TabPage();
       this.lblGoogleTrnslateLanguage = new System.Windows.Forms.Label();
       this.cbGoogleTranslateLanguage = new System.Windows.Forms.ComboBox();
       this.label33 = new System.Windows.Forms.Label();
       this.label32 = new System.Windows.Forms.Label();
       this.label30 = new System.Windows.Forms.Label();
       this.label22 = new System.Windows.Forms.Label();
       this.groupBox7 = new System.Windows.Forms.GroupBox();
       this.groupBox9 = new System.Windows.Forms.GroupBox();
       this.cbMaxWriters = new System.Windows.Forms.ComboBox();
       this.cbMaxDirectors = new System.Windows.Forms.ComboBox();
       this.cbMaxProducers = new System.Windows.Forms.ComboBox();
       this.chkGrabActorRoles = new System.Windows.Forms.CheckBox();
       this.cbMaxActors = new System.Windows.Forms.ComboBox();
       this.label28 = new System.Windows.Forms.Label();
       this.label27 = new System.Windows.Forms.Label();
       this.label26 = new System.Windows.Forms.Label();
       this.label25 = new System.Windows.Forms.Label();
       this.tabControl1 = new System.Windows.Forms.TabControl();
       this.tabPageMapping = new System.Windows.Forms.TabPage();
       this.label31 = new System.Windows.Forms.Label();
       this.dataGridView1 = new System.Windows.Forms.DataGridView();
       this.lblOutputPreviewHeadline = new System.Windows.Forms.Label();
       this.lbl_Mappingheadline = new System.Windows.Forms.Label();
       this.Version_Label = new System.Windows.Forms.Label();
       this.lblLanguage = new System.Windows.Forms.Label();
       this.lblVersion = new System.Windows.Forms.Label();
       this.pictureBox1 = new System.Windows.Forms.PictureBox();
       this.pictureBoxUSFlag = new System.Windows.Forms.PictureBox();
       this.pictureBoxFranceFlag = new System.Windows.Forms.PictureBox();
       this.cbFileBasedReader = new System.Windows.Forms.CheckBox();
       this.grabberScript1 = new Grabber.Data.GrabberScript();
       this.Column0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.Column2 = new System.Windows.Forms.DataGridViewComboBoxColumn();
       this.ColumnOriginalContent = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.ColumnTransformedContent = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.Column3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
       this.Column4 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
       this.Column5 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
       this.MergePreferSource = new System.Windows.Forms.DataGridViewCheckBoxColumn();
       this.MergePreferDestination = new System.Windows.Forms.DataGridViewCheckBoxColumn();
       this.ColumnApplyTranslation = new System.Windows.Forms.DataGridViewCheckBoxColumn();
       this.Replacements = new System.Windows.Forms.DataGridViewCheckBoxColumn();
       this.scriptBindingSource = new System.Windows.Forms.BindingSource(this.components);
       this.ColumnNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.ColumnOutputField = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.ColumnContentPreview = new System.Windows.Forms.DataGridViewTextBoxColumn();
       this.groupBox8.SuspendLayout();
       this.groupBox10.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dataGridViewMapping)).BeginInit();
       this.tabPageDetailPage.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewCollection)).BeginInit();
       this.contextMenuStripDetails.SuspendLayout();
       this.groupBox3.SuspendLayout();
       this.groupBox4.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewCover)).BeginInit();
       this.tabPageSearchPage.SuspendLayout();
       this.groupBox6.SuspendLayout();
       this.groupBox5.SuspendLayout();
       this.contextMenuStripSearch.SuspendLayout();
       this.groupBox2.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSearchResults)).BeginInit();
       this.groupBox1.SuspendLayout();
       this.tabPageUserSettings.SuspendLayout();
       this.groupBox7.SuspendLayout();
       this.groupBox9.SuspendLayout();
       this.tabControl1.SuspendLayout();
       this.tabPageMapping.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
       ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
       ((System.ComponentModel.ISupportInitialize)(this.pictureBoxUSFlag)).BeginInit();
       ((System.ComponentModel.ISupportInitialize)(this.pictureBoxFranceFlag)).BeginInit();
       ((System.ComponentModel.ISupportInitialize)(this.grabberScript1)).BeginInit();
       ((System.ComponentModel.ISupportInitialize)(this.scriptBindingSource)).BeginInit();
       this.SuspendLayout();
       //
       // textConfig
       //
       resources.ApplyResources(this.textConfig, "textConfig");
       this.textConfig.BackColor = System.Drawing.SystemColors.Control;
       this.textConfig.Name = "textConfig";
       this.textConfig.ReadOnly = true;
       this.textConfig.TextChanged += new System.EventHandler(this.textConfig_TextChanged);
       //
       // button_Browse
       //
       resources.ApplyResources(this.button_Browse, "button_Browse");
       this.button_Browse.Name = "button_Browse";
       this.button_Browse.Tag = "";
       this.toolTip1.SetToolTip(this.button_Browse, resources.GetString("button_Browse.ToolTip"));
       this.button_Browse.UseVisualStyleBackColor = true;
       this.button_Browse.Click += new System.EventHandler(this.button_Browse_Click);
       //
       // label1
       //
       resources.ApplyResources(this.label1, "label1");
       this.label1.Name = "label1";
       //
       // label3
       //
       resources.ApplyResources(this.label3, "label3");
       this.label3.Name = "label3";
       //
       // textName
       //
       resources.ApplyResources(this.textName, "textName");
       this.textName.Name = "textName";
       this.toolTip1.SetToolTip(this.textName, resources.GetString("textName.ToolTip"));
       //
       // label2
       //
       resources.ApplyResources(this.label2, "label2");
       this.label2.Name = "label2";
       //
       // textURLPrefix
       //
       resources.ApplyResources(this.textURLPrefix, "textURLPrefix");
       this.textURLPrefix.Name = "textURLPrefix";
       this.toolTip1.SetToolTip(this.textURLPrefix, resources.GetString("textURLPrefix.ToolTip"));
       //
       // button_New
       //
       resources.ApplyResources(this.button_New, "button_New");
       this.button_New.Name = "button_New";
       this.toolTip1.SetToolTip(this.button_New, resources.GetString("button_New.ToolTip"));
       this.button_New.UseVisualStyleBackColor = true;
       this.button_New.Click += new System.EventHandler(this.button2_Click);
       //
       // button_Save
       //
       resources.ApplyResources(this.button_Save, "button_Save");
       this.button_Save.Name = "button_Save";
       this.toolTip1.SetToolTip(this.button_Save, resources.GetString("button_Save.ToolTip"));
       this.button_Save.UseVisualStyleBackColor = true;
       this.button_Save.Click += new System.EventHandler(this.button3_Click);
       //
       // radioButtonFR
       //
       resources.ApplyResources(this.radioButtonFR, "radioButtonFR");
       this.radioButtonFR.Checked = true;
       this.radioButtonFR.Name = "radioButtonFR";
       this.radioButtonFR.TabStop = true;
       this.radioButtonFR.UseVisualStyleBackColor = true;
       this.radioButtonFR.CheckedChanged += new System.EventHandler(this.radioButtonFR_CheckedChanged);
       //
       // radioButtonEN
       //
       resources.ApplyResources(this.radioButtonEN, "radioButtonEN");
       this.radioButtonEN.Name = "radioButtonEN";
       this.radioButtonEN.UseVisualStyleBackColor = true;
       this.radioButtonEN.CheckedChanged += new System.EventHandler(this.radioButtonEN_CheckedChanged);
       //
       // toolTip1
       //
       this.toolTip1.AutomaticDelay = 200;
       this.toolTip1.AutoPopDelay = 15000;
       this.toolTip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
       this.toolTip1.InitialDelay = 250;
       this.toolTip1.IsBalloon = true;
       this.toolTip1.ReshowDelay = 0;
       this.toolTip1.ShowAlways = true;
       this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
       this.toolTip1.ToolTipTitle = "Grabber Configuration Help ...";
       //
       // button2
       //
       resources.ApplyResources(this.button2, "button2");
       this.button2.Name = "button2";
       this.toolTip1.SetToolTip(this.button2, resources.GetString("button2.ToolTip"));
       this.button2.UseVisualStyleBackColor = true;
       this.button2.Click += new System.EventHandler(this.button2_Click);
       //
       // button3
       //
       resources.ApplyResources(this.button3, "button3");
       this.button3.Name = "button3";
       this.toolTip1.SetToolTip(this.button3, resources.GetString("button3.ToolTip"));
       this.button3.UseVisualStyleBackColor = true;
       this.button3.Click += new System.EventHandler(this.button3_Click);
       //
       // buttonExpertMode
       //
       resources.ApplyResources(this.buttonExpertMode, "buttonExpertMode");
       this.buttonExpertMode.Name = "buttonExpertMode";
       this.toolTip1.SetToolTip(this.buttonExpertMode, resources.GetString("buttonExpertMode.ToolTip"));
       this.buttonExpertMode.UseVisualStyleBackColor = true;
       this.buttonExpertMode.Click += new System.EventHandler(this.buttonExpertMode_Click);
       //
       // TextURLDetail
       //
       resources.ApplyResources(this.TextURLDetail, "TextURLDetail");
       this.TextURLDetail.Name = "TextURLDetail";
       this.toolTip1.SetToolTip(this.TextURLDetail, resources.GetString("TextURLDetail.ToolTip"));
       //
       // cb_ParamDetail
       //
       this.cb_ParamDetail.FormattingEnabled = true;
       this.cb_ParamDetail.Items.AddRange(new object[] {
     resources.GetString("cb_ParamDetail.Items"),
     resources.GetString("cb_ParamDetail.Items1"),
     resources.GetString("cb_ParamDetail.Items2"),
     resources.GetString("cb_ParamDetail.Items3"),
     resources.GetString("cb_ParamDetail.Items4"),
     resources.GetString("cb_ParamDetail.Items5"),
     resources.GetString("cb_ParamDetail.Items6"),
     resources.GetString("cb_ParamDetail.Items7"),
     resources.GetString("cb_ParamDetail.Items8"),
     resources.GetString("cb_ParamDetail.Items9"),
     resources.GetString("cb_ParamDetail.Items10"),
     resources.GetString("cb_ParamDetail.Items11"),
     resources.GetString("cb_ParamDetail.Items12"),
     resources.GetString("cb_ParamDetail.Items13"),
     resources.GetString("cb_ParamDetail.Items14"),
     resources.GetString("cb_ParamDetail.Items15"),
     resources.GetString("cb_ParamDetail.Items16"),
     resources.GetString("cb_ParamDetail.Items17"),
     resources.GetString("cb_ParamDetail.Items18"),
     resources.GetString("cb_ParamDetail.Items19"),
     resources.GetString("cb_ParamDetail.Items20"),
     resources.GetString("cb_ParamDetail.Items21"),
     resources.GetString("cb_ParamDetail.Items22"),
     resources.GetString("cb_ParamDetail.Items23"),
     resources.GetString("cb_ParamDetail.Items24"),
     resources.GetString("cb_ParamDetail.Items25"),
     resources.GetString("cb_ParamDetail.Items26"),
     resources.GetString("cb_ParamDetail.Items27"),
     resources.GetString("cb_ParamDetail.Items28"),
     resources.GetString("cb_ParamDetail.Items29"),
     resources.GetString("cb_ParamDetail.Items30"),
     resources.GetString("cb_ParamDetail.Items31"),
     resources.GetString("cb_ParamDetail.Items32"),
     resources.GetString("cb_ParamDetail.Items33"),
     resources.GetString("cb_ParamDetail.Items34"),
     resources.GetString("cb_ParamDetail.Items35"),
     resources.GetString("cb_ParamDetail.Items36"),
     resources.GetString("cb_ParamDetail.Items37"),
     resources.GetString("cb_ParamDetail.Items38"),
     resources.GetString("cb_ParamDetail.Items39"),
     resources.GetString("cb_ParamDetail.Items40"),
     resources.GetString("cb_ParamDetail.Items41"),
     resources.GetString("cb_ParamDetail.Items42"),
     resources.GetString("cb_ParamDetail.Items43"),
     resources.GetString("cb_ParamDetail.Items44"),
     resources.GetString("cb_ParamDetail.Items45"),
     resources.GetString("cb_ParamDetail.Items46"),
     resources.GetString("cb_ParamDetail.Items47")});
       resources.ApplyResources(this.cb_ParamDetail, "cb_ParamDetail");
       this.cb_ParamDetail.Name = "cb_ParamDetail";
       this.toolTip1.SetToolTip(this.cb_ParamDetail, resources.GetString("cb_ParamDetail.ToolTip"));
       this.cb_ParamDetail.SelectedIndexChanged += new System.EventHandler(this.cbParamDetail_SelectedIndexChanged);
       //
       // TextKeyStartD
       //
       resources.ApplyResources(this.TextKeyStartD, "TextKeyStartD");
       this.TextKeyStartD.Name = "TextKeyStartD";
       this.toolTip1.SetToolTip(this.TextKeyStartD, resources.GetString("TextKeyStartD.ToolTip"));
       this.TextKeyStartD.TextChanged += new System.EventHandler(this.textKeyStartD_TextChanged);
       //
       // TextKeyStopD
       //
       resources.ApplyResources(this.TextKeyStopD, "TextKeyStopD");
       this.TextKeyStopD.Name = "TextKeyStopD";
       this.toolTip1.SetToolTip(this.TextKeyStopD, resources.GetString("TextKeyStopD.ToolTip"));
       this.TextKeyStopD.TextChanged += new System.EventHandler(this.TextKeyStopD_TextChanged);
       //
       // textComplement
       //
       resources.ApplyResources(this.textComplement, "textComplement");
       this.textComplement.Name = "textComplement";
       this.toolTip1.SetToolTip(this.textComplement, resources.GetString("textComplement.ToolTip"));
       this.textComplement.Leave += new System.EventHandler(this.textComplement_TextChanged);
       //
       // textDReplace
       //
       resources.ApplyResources(this.textDReplace, "textDReplace");
       this.textDReplace.Name = "textDReplace";
       this.toolTip1.SetToolTip(this.textDReplace, resources.GetString("textDReplace.ToolTip"));
       this.textDReplace.TextChanged += new System.EventHandler(this.textDReplace_TextChanged);
       //
       // Index
       //
       this.Index.FormattingEnabled = true;
       this.Index.Items.AddRange(new object[] {
     resources.GetString("Index.Items"),
     resources.GetString("Index.Items1"),
     resources.GetString("Index.Items2"),
     resources.GetString("Index.Items3"),
     resources.GetString("Index.Items4"),
     resources.GetString("Index.Items5"),
     resources.GetString("Index.Items6"),
     resources.GetString("Index.Items7"),
     resources.GetString("Index.Items8"),
     resources.GetString("Index.Items9"),
     resources.GetString("Index.Items10"),
     resources.GetString("Index.Items11"),
     resources.GetString("Index.Items12")});
       resources.ApplyResources(this.Index, "Index");
       this.Index.Name = "Index";
       this.toolTip1.SetToolTip(this.Index, resources.GetString("Index.ToolTip"));
       this.Index.SelectedIndexChanged += new System.EventHandler(this.Index_SelectedIndexChanged);
       //
       // textLanguages
       //
       resources.ApplyResources(this.textLanguages, "textLanguages");
       this.textLanguages.Name = "textLanguages";
       this.toolTip1.SetToolTip(this.textLanguages, resources.GetString("textLanguages.ToolTip"));
       this.textLanguages.TextChanged += new System.EventHandler(this.textLanguages_TextChanged);
       //
       // textLanguagesAll
       //
       resources.ApplyResources(this.textLanguagesAll, "textLanguagesAll");
       this.textLanguagesAll.Name = "textLanguagesAll";
       this.toolTip1.SetToolTip(this.textLanguagesAll, resources.GetString("textLanguagesAll.ToolTip"));
       this.textLanguagesAll.TextChanged += new System.EventHandler(this.textLanguagesAll_TextChanged);
       //
       // Button_Load_URL
       //
       resources.ApplyResources(this.Button_Load_URL, "Button_Load_URL");
       this.Button_Load_URL.Name = "Button_Load_URL";
       this.toolTip1.SetToolTip(this.Button_Load_URL, resources.GetString("Button_Load_URL.ToolTip"));
       this.Button_Load_URL.UseVisualStyleBackColor = true;
       this.Button_Load_URL.Click += new System.EventHandler(this.ButtonLoad_Click);
       //
       // button_Find_Detail
       //
       resources.ApplyResources(this.button_Find_Detail, "button_Find_Detail");
       this.button_Find_Detail.Name = "button_Find_Detail";
       this.toolTip1.SetToolTip(this.button_Find_Detail, resources.GetString("button_Find_Detail.ToolTip"));
       this.button_Find_Detail.UseVisualStyleBackColor = true;
       this.button_Find_Detail.Click += new System.EventHandler(this.buttonFind_Click);
       //
       // buttonPreviewDetailFullGrab
       //
       resources.ApplyResources(this.buttonPreviewDetailFullGrab, "buttonPreviewDetailFullGrab");
       this.buttonPreviewDetailFullGrab.Name = "buttonPreviewDetailFullGrab";
       this.toolTip1.SetToolTip(this.buttonPreviewDetailFullGrab, resources.GetString("buttonPreviewDetailFullGrab.ToolTip"));
       this.buttonPreviewDetailFullGrab.UseVisualStyleBackColor = true;
       this.buttonPreviewDetailFullGrab.Click += new System.EventHandler(this.buttonPreview_Click);
       //
       // buttonPrevParamDetail
       //
       resources.ApplyResources(this.buttonPrevParamDetail, "buttonPrevParamDetail");
       this.buttonPrevParamDetail.Name = "buttonPrevParamDetail";
       this.toolTip1.SetToolTip(this.buttonPrevParamDetail, resources.GetString("buttonPrevParamDetail.ToolTip"));
       this.buttonPrevParamDetail.UseVisualStyleBackColor = true;
       this.buttonPrevParamDetail.Click += new System.EventHandler(this.buttonPrevParamDetail_Click);
       //
       // lblResult
       //
       resources.ApplyResources(this.lblResult, "lblResult");
       this.lblResult.Name = "lblResult";
       this.toolTip1.SetToolTip(this.lblResult, resources.GetString("lblResult.ToolTip"));
       //
       // TextURL
       //
       resources.ApplyResources(this.TextURL, "TextURL");
       this.TextURL.Name = "TextURL";
       this.TextURL.Tag = "";
       this.toolTip1.SetToolTip(this.TextURL, resources.GetString("TextURL.ToolTip"));
       //
       // cb_Parameter
       //
       this.cb_Parameter.FormattingEnabled = true;
       this.cb_Parameter.Items.AddRange(new object[] {
     resources.GetString("cb_Parameter.Items"),
     resources.GetString("cb_Parameter.Items1"),
     resources.GetString("cb_Parameter.Items2"),
     resources.GetString("cb_Parameter.Items3"),
     resources.GetString("cb_Parameter.Items4"),
     resources.GetString("cb_Parameter.Items5"),
     resources.GetString("cb_Parameter.Items6"),
     resources.GetString("cb_Parameter.Items7"),
     resources.GetString("cb_Parameter.Items8")});
       resources.ApplyResources(this.cb_Parameter, "cb_Parameter");
       this.cb_Parameter.Name = "cb_Parameter";
       this.toolTip1.SetToolTip(this.cb_Parameter, resources.GetString("cb_Parameter.ToolTip"));
       this.cb_Parameter.SelectedIndexChanged += new System.EventHandler(this.comboSearch_SelectedIndexChanged);
       //
       // TextKeyStart
       //
       resources.ApplyResources(this.TextKeyStart, "TextKeyStart");
       this.TextKeyStart.Name = "TextKeyStart";
       this.toolTip1.SetToolTip(this.TextKeyStart, resources.GetString("TextKeyStart.ToolTip"));
       this.TextKeyStart.TextChanged += new System.EventHandler(this.TextKeyStart_TextChanged);
       //
       // TextKeyStop
       //
       resources.ApplyResources(this.TextKeyStop, "TextKeyStop");
       this.TextKeyStop.Name = "TextKeyStop";
       this.toolTip1.SetToolTip(this.TextKeyStop, resources.GetString("TextKeyStop.ToolTip"));
       this.TextKeyStop.TextChanged += new System.EventHandler(this.TextKeyStop_TextChanged);
       //
       // textReplace
       //
       resources.ApplyResources(this.textReplace, "textReplace");
       this.textReplace.Name = "textReplace";
       this.toolTip1.SetToolTip(this.textReplace, resources.GetString("textReplace.ToolTip"));
       this.textReplace.TextChanged += new System.EventHandler(this.textReplace_TextChanged);
       //
       // button_Find
       //
       resources.ApplyResources(this.button_Find, "button_Find");
       this.button_Find.Name = "button_Find";
       this.toolTip1.SetToolTip(this.button_Find, resources.GetString("button_Find.ToolTip"));
       this.button_Find.UseVisualStyleBackColor = true;
       this.button_Find.Click += new System.EventHandler(this.button_Find_Click);
       //
       // button_Preview
       //
       resources.ApplyResources(this.button_Preview, "button_Preview");
       this.button_Preview.Name = "button_Preview";
       this.toolTip1.SetToolTip(this.button_Preview, resources.GetString("button_Preview.ToolTip"));
       this.button_Preview.UseVisualStyleBackColor = true;
       this.button_Preview.Click += new System.EventHandler(this.button_Preview_Click);
       //
       // button_GoDetailPage
       //
       resources.ApplyResources(this.button_GoDetailPage, "button_GoDetailPage");
       this.button_GoDetailPage.Name = "button_GoDetailPage";
       this.toolTip1.SetToolTip(this.button_GoDetailPage, resources.GetString("button_GoDetailPage.ToolTip"));
       this.button_GoDetailPage.UseVisualStyleBackColor = true;
       this.button_GoDetailPage.Click += new System.EventHandler(this.button_GoDetailPage_Click);
       //
       // textRedir
       //
       resources.ApplyResources(this.textRedir, "textRedir");
       this.textRedir.Name = "textRedir";
       this.toolTip1.SetToolTip(this.textRedir, resources.GetString("textRedir.ToolTip"));
       //
       // buttonPrevParam1
       //
       resources.ApplyResources(this.buttonPrevParam1, "buttonPrevParam1");
       this.buttonPrevParam1.Name = "buttonPrevParam1";
       this.toolTip1.SetToolTip(this.buttonPrevParam1, resources.GetString("buttonPrevParam1.ToolTip"));
       this.buttonPrevParam1.UseVisualStyleBackColor = true;
       this.buttonPrevParam1.Click += new System.EventHandler(this.buttonPrevParam1_Click);
       //
       // textStartPage
       //
       resources.ApplyResources(this.textStartPage, "textStartPage");
       this.textStartPage.Name = "textStartPage";
       this.toolTip1.SetToolTip(this.textStartPage, resources.GetString("textStartPage.ToolTip"));
       //
       // textStepPage
       //
       resources.ApplyResources(this.textStepPage, "textStepPage");
       this.textStepPage.Name = "textStepPage";
       this.toolTip1.SetToolTip(this.textStepPage, resources.GetString("textStepPage.ToolTip"));
       //
       // textNextPage
       //
       resources.ApplyResources(this.textNextPage, "textNextPage");
       this.textNextPage.Name = "textNextPage";
       this.toolTip1.SetToolTip(this.textNextPage, resources.GetString("textNextPage.ToolTip"));
       //
       // textPage
       //
       resources.ApplyResources(this.textPage, "textPage");
       this.textPage.Name = "textPage";
       this.toolTip1.SetToolTip(this.textPage, resources.GetString("textPage.ToolTip"));
       //
       // button_Load
       //
       resources.ApplyResources(this.button_Load, "button_Load");
       this.button_Load.Name = "button_Load";
       this.toolTip1.SetToolTip(this.button_Load, resources.GetString("button_Load.ToolTip"));
       this.button_Load.UseVisualStyleBackColor = true;
       this.button_Load.Click += new System.EventHandler(this.button_Load_Click);
       //
       // TextSearch
       //
       resources.ApplyResources(this.TextSearch, "TextSearch");
       this.TextSearch.Name = "TextSearch";
       this.toolTip1.SetToolTip(this.TextSearch, resources.GetString("TextSearch.ToolTip"));
       //
       // groupBox8
       //
       this.groupBox8.Controls.Add(this.label24);
       this.groupBox8.Controls.Add(this.label23);
       this.groupBox8.Controls.Add(this.cbTtitleMaxTitles);
       this.groupBox8.Controls.Add(this.cbTtitlePreferredLanguage);
       resources.ApplyResources(this.groupBox8, "groupBox8");
       this.groupBox8.Name = "groupBox8";
       this.groupBox8.TabStop = false;
       this.toolTip1.SetToolTip(this.groupBox8, resources.GetString("groupBox8.ToolTip"));
       //
       // label24
       //
       resources.ApplyResources(this.label24, "label24");
       this.label24.Name = "label24";
       this.toolTip1.SetToolTip(this.label24, resources.GetString("label24.ToolTip"));
       //
       // label23
       //
       resources.ApplyResources(this.label23, "label23");
       this.label23.Name = "label23";
       //
       // cbTtitleMaxTitles
       //
       this.cbTtitleMaxTitles.FormattingEnabled = true;
       this.cbTtitleMaxTitles.Items.AddRange(new object[] {
     resources.GetString("cbTtitleMaxTitles.Items"),
     resources.GetString("cbTtitleMaxTitles.Items1"),
     resources.GetString("cbTtitleMaxTitles.Items2"),
     resources.GetString("cbTtitleMaxTitles.Items3"),
     resources.GetString("cbTtitleMaxTitles.Items4"),
     resources.GetString("cbTtitleMaxTitles.Items5"),
     resources.GetString("cbTtitleMaxTitles.Items6"),
     resources.GetString("cbTtitleMaxTitles.Items7"),
     resources.GetString("cbTtitleMaxTitles.Items8")});
       resources.ApplyResources(this.cbTtitleMaxTitles, "cbTtitleMaxTitles");
       this.cbTtitleMaxTitles.Name = "cbTtitleMaxTitles";
       this.cbTtitleMaxTitles.SelectedIndexChanged += new System.EventHandler(this.cbTtitleMaxTitles_SelectedIndexChanged);
       //
       // cbTtitlePreferredLanguage
       //
       this.cbTtitlePreferredLanguage.FormattingEnabled = true;
       resources.ApplyResources(this.cbTtitlePreferredLanguage, "cbTtitlePreferredLanguage");
       this.cbTtitlePreferredLanguage.Name = "cbTtitlePreferredLanguage";
       this.toolTip1.SetToolTip(this.cbTtitlePreferredLanguage, resources.GetString("cbTtitlePreferredLanguage.ToolTip"));
       this.cbTtitlePreferredLanguage.SelectedIndexChanged += new System.EventHandler(this.cbTtitlePreferredLanguage_SelectedIndexChanged);
       //
       // groupBox10
       //
       this.groupBox10.Controls.Add(this.label29);
       this.groupBox10.Controls.Add(this.cbCertificationPreferredLanguage);
       resources.ApplyResources(this.groupBox10, "groupBox10");
       this.groupBox10.Name = "groupBox10";
       this.groupBox10.TabStop = false;
       this.toolTip1.SetToolTip(this.groupBox10, resources.GetString("groupBox10.ToolTip"));
       //
       // label29
       //
       resources.ApplyResources(this.label29, "label29");
       this.label29.Name = "label29";
       //
       // cbCertificationPreferredLanguage
       //
       this.cbCertificationPreferredLanguage.FormattingEnabled = true;
       resources.ApplyResources(this.cbCertificationPreferredLanguage, "cbCertificationPreferredLanguage");
       this.cbCertificationPreferredLanguage.Name = "cbCertificationPreferredLanguage";
       this.cbCertificationPreferredLanguage.SelectedIndexChanged += new System.EventHandler(this.cbCertificationPreferredLanguage_SelectedIndexChanged);
       //
       // button_SaveAs
       //
       resources.ApplyResources(this.button_SaveAs, "button_SaveAs");
       this.button_SaveAs.Name = "button_SaveAs";
       this.toolTip1.SetToolTip(this.button_SaveAs, resources.GetString("button_SaveAs.ToolTip"));
       this.button_SaveAs.UseVisualStyleBackColor = true;
       this.button_SaveAs.Click += new System.EventHandler(this.button_SaveAs_Click);
       //
       // URLpage
       //
       this.URLpage.FormattingEnabled = true;
       this.URLpage.Items.AddRange(new object[] {
     resources.GetString("URLpage.Items"),
     resources.GetString("URLpage.Items1"),
     resources.GetString("URLpage.Items2"),
     resources.GetString("URLpage.Items3"),
     resources.GetString("URLpage.Items4"),
     resources.GetString("URLpage.Items5"),
     resources.GetString("URLpage.Items6"),
     resources.GetString("URLpage.Items7"),
     resources.GetString("URLpage.Items8"),
     resources.GetString("URLpage.Items9"),
     resources.GetString("URLpage.Items10"),
     resources.GetString("URLpage.Items11"),
     resources.GetString("URLpage.Items12"),
     resources.GetString("URLpage.Items13"),
     resources.GetString("URLpage.Items14"),
     resources.GetString("URLpage.Items15")});
       resources.ApplyResources(this.URLpage, "URLpage");
       this.URLpage.Name = "URLpage";
       this.toolTip1.SetToolTip(this.URLpage, resources.GetString("URLpage.ToolTip"));
       this.URLpage.SelectedIndexChanged += new System.EventHandler(this.URLpage_SelectedIndexChanged);
       //
       // textFind
       //
       resources.ApplyResources(this.textFind, "textFind");
       this.textFind.Name = "textFind";
       this.toolTip1.SetToolTip(this.textFind, resources.GetString("textFind.ToolTip"));
       //
       // textBox5
       //
       resources.ApplyResources(this.textBox5, "textBox5");
       this.textBox5.Name = "textBox5";
       this.toolTip1.SetToolTip(this.textBox5, resources.GetString("textBox5.ToolTip"));
       //
       // textboxSearchAkasRegex
       //
       resources.ApplyResources(this.textboxSearchAkasRegex, "textboxSearchAkasRegex");
       this.textboxSearchAkasRegex.Name = "textboxSearchAkasRegex";
       this.toolTip1.SetToolTip(this.textboxSearchAkasRegex, resources.GetString("textboxSearchAkasRegex.ToolTip"));
       this.textboxSearchAkasRegex.TextChanged += new System.EventHandler(this.textboxSearchAkasRegex_TextChanged);
       //
       // button_openMediafile
       //
       resources.ApplyResources(this.button_openMediafile, "button_openMediafile");
       this.button_openMediafile.Name = "button_openMediafile";
       this.toolTip1.SetToolTip(this.button_openMediafile, resources.GetString("button_openMediafile.ToolTip"));
       this.button_openMediafile.UseVisualStyleBackColor = true;
       this.button_openMediafile.Click += new System.EventHandler(this.button_openMediafile_Click);
       //
       // textEncoding
       //
       resources.ApplyResources(this.textEncoding, "textEncoding");
       this.textEncoding.Name = "textEncoding";
       this.toolTip1.SetToolTip(this.textEncoding, resources.GetString("textEncoding.ToolTip"));
       //
       // textLanguage
       //
       resources.ApplyResources(this.textLanguage, "textLanguage");
       this.textLanguage.Name = "textLanguage";
       this.toolTip1.SetToolTip(this.textLanguage, resources.GetString("textLanguage.ToolTip"));
       //
       // textType
       //
       resources.ApplyResources(this.textType, "textType");
       this.textType.Name = "textType";
       this.toolTip1.SetToolTip(this.textType, resources.GetString("textType.ToolTip"));
       //
       // textVersion
       //
       resources.ApplyResources(this.textVersion, "textVersion");
       this.textVersion.Name = "textVersion";
       this.toolTip1.SetToolTip(this.textVersion, resources.GetString("textVersion.ToolTip"));
       //
       // textSearchCleanup
       //
       resources.ApplyResources(this.textSearchCleanup, "textSearchCleanup");
       this.textSearchCleanup.Name = "textSearchCleanup";
       this.toolTip1.SetToolTip(this.textSearchCleanup, resources.GetString("textSearchCleanup.ToolTip"));
       //
       // textDReplaceWith
       //
       resources.ApplyResources(this.textDReplaceWith, "textDReplaceWith");
       this.textDReplaceWith.Name = "textDReplaceWith";
       this.toolTip1.SetToolTip(this.textDReplaceWith, resources.GetString("textDReplaceWith.ToolTip"));
       this.textDReplaceWith.Validated += new System.EventHandler(this.textDReplaceWith_TextChanged);
       //
       // textAccept
       //
       resources.ApplyResources(this.textAccept, "textAccept");
       this.textAccept.Name = "textAccept";
       this.toolTip1.SetToolTip(this.textAccept, resources.GetString("textAccept.ToolTip"));
       //
       // textUserAgent
       //
       resources.ApplyResources(this.textUserAgent, "textUserAgent");
       this.textUserAgent.Name = "textUserAgent";
       this.toolTip1.SetToolTip(this.textUserAgent, resources.GetString("textUserAgent.ToolTip"));
       //
       // textHeaders
       //
       this.textHeaders.AllowDrop = true;
       resources.ApplyResources(this.textHeaders, "textHeaders");
       this.textHeaders.Name = "textHeaders";
       this.toolTip1.SetToolTip(this.textHeaders, resources.GetString("textHeaders.ToolTip"));
       //
       // EncodingSubPage
       //
       resources.ApplyResources(this.EncodingSubPage, "EncodingSubPage");
       this.EncodingSubPage.Name = "EncodingSubPage";
       this.toolTip1.SetToolTip(this.EncodingSubPage, resources.GetString("EncodingSubPage.ToolTip"));
       this.EncodingSubPage.TextChanged += new System.EventHandler(this.EncodingSubPage_TextChanged);
       //
       // cbIgnoreCase
       //
       resources.ApplyResources(this.cbIgnoreCase, "cbIgnoreCase");
       this.cbIgnoreCase.Name = "cbIgnoreCase";
       this.toolTip1.SetToolTip(this.cbIgnoreCase, resources.GetString("cbIgnoreCase.ToolTip"));
       this.cbIgnoreCase.UseVisualStyleBackColor = true;
       //
       // cbIgnoreCaseDetails
       //
       resources.ApplyResources(this.cbIgnoreCaseDetails, "cbIgnoreCaseDetails");
       this.cbIgnoreCaseDetails.Name = "cbIgnoreCaseDetails";
       this.toolTip1.SetToolTip(this.cbIgnoreCaseDetails, resources.GetString("cbIgnoreCaseDetails.ToolTip"));
       this.cbIgnoreCaseDetails.UseVisualStyleBackColor = true;
       //
       // btnLoadOldScript
       //
       resources.ApplyResources(this.btnLoadOldScript, "btnLoadOldScript");
       this.btnLoadOldScript.Name = "btnLoadOldScript";
       this.toolTip1.SetToolTip(this.btnLoadOldScript, resources.GetString("btnLoadOldScript.ToolTip"));
       this.btnLoadOldScript.UseVisualStyleBackColor = true;
       this.btnLoadOldScript.Click += new System.EventHandler(this.btnLoadOldScript_Click);
       //
       // dataGridViewMapping
       //
       this.dataGridViewMapping.AllowUserToAddRows = false;
       this.dataGridViewMapping.AllowUserToDeleteRows = false;
       resources.ApplyResources(this.dataGridViewMapping, "dataGridViewMapping");
       this.dataGridViewMapping.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dataGridViewMapping.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
       this.dataGridViewMapping.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
       this.dataGridViewMapping.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Column0,
     this.Column1,
     this.Column2,
     this.ColumnOriginalContent,
     this.ColumnTransformedContent,
     this.Column3,
     this.Column4,
     this.Column5,
     this.MergePreferSource,
     this.MergePreferDestination,
     this.ColumnApplyTranslation,
     this.Replacements});
       this.dataGridViewMapping.MultiSelect = false;
       this.dataGridViewMapping.Name = "dataGridViewMapping";
       this.dataGridViewMapping.ReadOnly = true;
       this.dataGridViewMapping.RowHeadersVisible = false;
       this.toolTip1.SetToolTip(this.dataGridViewMapping, resources.GetString("dataGridViewMapping.ToolTip"));
       //
       // cbAllowMideaInfo
       //
       resources.ApplyResources(this.cbAllowMideaInfo, "cbAllowMideaInfo");
       this.cbAllowMideaInfo.Name = "cbAllowMideaInfo";
       this.toolTip1.SetToolTip(this.cbAllowMideaInfo, resources.GetString("cbAllowMideaInfo.ToolTip"));
       this.cbAllowMideaInfo.UseVisualStyleBackColor = true;
       //
       // linkLabelMFwiki
       //
       resources.ApplyResources(this.linkLabelMFwiki, "linkLabelMFwiki");
       this.linkLabelMFwiki.Name = "linkLabelMFwiki";
       this.linkLabelMFwiki.TabStop = true;
       this.linkLabelMFwiki.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelMFwiki_LinkClicked);
       //
       // tabPageDetailPage
       //
       this.tabPageDetailPage.Controls.Add(this.cbIgnoreCaseDetails);
       this.tabPageDetailPage.Controls.Add(this.pictureBoxPreviewCollection);
       this.tabPageDetailPage.Controls.Add(this.btnLoadDetailInWeb);
       this.tabPageDetailPage.Controls.Add(this.button_Load_File);
       this.tabPageDetailPage.Controls.Add(this.label21);
       this.tabPageDetailPage.Controls.Add(this.labelImageSize);
       this.tabPageDetailPage.Controls.Add(this.btnLoadDetailPreview);
       this.tabPageDetailPage.Controls.Add(this.lblResult);
       this.tabPageDetailPage.Controls.Add(this.textURLPreview);
       this.tabPageDetailPage.Controls.Add(this.textBodyDetail);
       this.tabPageDetailPage.Controls.Add(this.textFind);
       this.tabPageDetailPage.Controls.Add(this.TextURLDetail);
       this.tabPageDetailPage.Controls.Add(this.buttonPrevParamDetail);
       this.tabPageDetailPage.Controls.Add(this.buttonPreviewDetailFullGrab);
       this.tabPageDetailPage.Controls.Add(this.label10);
       this.tabPageDetailPage.Controls.Add(this.groupBox3);
       this.tabPageDetailPage.Controls.Add(this.button_Find_Detail);
       this.tabPageDetailPage.Controls.Add(this.Button_Load_URL);
       this.tabPageDetailPage.Controls.Add(this.groupBox4);
       this.tabPageDetailPage.Controls.Add(this.label15);
       this.tabPageDetailPage.Controls.Add(this.pictureBoxPreviewCover);
       resources.ApplyResources(this.tabPageDetailPage, "tabPageDetailPage");
       this.tabPageDetailPage.Name = "tabPageDetailPage";
       this.tabPageDetailPage.UseVisualStyleBackColor = true;
       //
       // pictureBoxPreviewCollection
       //
       resources.ApplyResources(this.pictureBoxPreviewCollection, "pictureBoxPreviewCollection");
       this.pictureBoxPreviewCollection.Name = "pictureBoxPreviewCollection";
       this.pictureBoxPreviewCollection.TabStop = false;
       //
       // btnLoadDetailInWeb
       //
       resources.ApplyResources(this.btnLoadDetailInWeb, "btnLoadDetailInWeb");
       this.btnLoadDetailInWeb.Name = "btnLoadDetailInWeb";
       this.btnLoadDetailInWeb.UseVisualStyleBackColor = true;
       this.btnLoadDetailInWeb.Click += new System.EventHandler(this.btnLoadDetailInWeb_Click);
       //
       // button_Load_File
       //
       resources.ApplyResources(this.button_Load_File, "button_Load_File");
       this.button_Load_File.Name = "button_Load_File";
       this.button_Load_File.UseVisualStyleBackColor = true;
       this.button_Load_File.Click += new System.EventHandler(this.button_Load_File_Click);
       //
       // label21
       //
       resources.ApplyResources(this.label21, "label21");
       this.label21.Name = "label21";
       //
       // labelImageSize
       //
       resources.ApplyResources(this.labelImageSize, "labelImageSize");
       this.labelImageSize.Name = "labelImageSize";
       //
       // btnLoadDetailPreview
       //
       resources.ApplyResources(this.btnLoadDetailPreview, "btnLoadDetailPreview");
       this.btnLoadDetailPreview.Name = "btnLoadDetailPreview";
       this.btnLoadDetailPreview.UseVisualStyleBackColor = true;
       this.btnLoadDetailPreview.Click += new System.EventHandler(this.btnLoadPreview_Click);
       //
       // textURLPreview
       //
       resources.ApplyResources(this.textURLPreview, "textURLPreview");
       this.textURLPreview.Name = "textURLPreview";
       //
       // textBodyDetail
       //
       resources.ApplyResources(this.textBodyDetail, "textBodyDetail");
       this.textBodyDetail.ContextMenuStrip = this.contextMenuStripDetails;
       this.textBodyDetail.HideSelection = false;
       this.textBodyDetail.Name = "textBodyDetail";
       this.textBodyDetail.ReadOnly = true;
       this.textBodyDetail.ShowSelectionMargin = true;
       this.textBodyDetail.SelectionChanged += new System.EventHandler(this.textBodyDetail_SelectionChanged);
       this.textBodyDetail.Click += new System.EventHandler(this.textBodyDetail_Click);
       this.textBodyDetail.TextChanged += new System.EventHandler(this.textBodyDetail_TextChanged);
       //
       // contextMenuStripDetails
       //
       this.contextMenuStripDetails.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuDetailsCopyAll,
     this.copySelectionToolStripMenuItem1});
       this.contextMenuStripDetails.Name = "contextMenuStripDetails";
       resources.ApplyResources(this.contextMenuStripDetails, "contextMenuStripDetails");
       this.contextMenuStripDetails.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripDetails_Opening);
       //
       // toolStripMenuDetailsCopyAll
       //
       this.toolStripMenuDetailsCopyAll.Name = "toolStripMenuDetailsCopyAll";
       resources.ApplyResources(this.toolStripMenuDetailsCopyAll, "toolStripMenuDetailsCopyAll");
       this.toolStripMenuDetailsCopyAll.Click += new System.EventHandler(this.toolStripMenuDetailsCopyAll_Click);
       //
       // copySelectionToolStripMenuItem1
       //
       this.copySelectionToolStripMenuItem1.Name = "copySelectionToolStripMenuItem1";
       resources.ApplyResources(this.copySelectionToolStripMenuItem1, "copySelectionToolStripMenuItem1");
       this.copySelectionToolStripMenuItem1.Click += new System.EventHandler(this.copySelectionToolStripMenuItem1_Click);
       //
       // label10
       //
       resources.ApplyResources(this.label10, "label10");
       this.label10.Name = "label10";
       //
       // groupBox3
       //
       resources.ApplyResources(this.groupBox3, "groupBox3");
       this.groupBox3.Controls.Add(this.textPreview);
       this.groupBox3.Name = "groupBox3";
       this.groupBox3.TabStop = false;
       //
       // textPreview
       //
       resources.ApplyResources(this.textPreview, "textPreview");
       this.textPreview.Name = "textPreview";
       //
       // groupBox4
       //
       this.groupBox4.Controls.Add(this.EncodingSubPage);
       this.groupBox4.Controls.Add(this.lblSubPage);
       this.groupBox4.Controls.Add(this.lblEncodingSubPage);
       this.groupBox4.Controls.Add(this.URLpage);
       this.groupBox4.Controls.Add(this.textLanguagesAll);
       this.groupBox4.Controls.Add(this.lblLanguagesAll);
       this.groupBox4.Controls.Add(this.chkActorRoles);
       this.groupBox4.Controls.Add(this.lblLanguages);
       this.groupBox4.Controls.Add(this.textLanguages);
       this.groupBox4.Controls.Add(this.lblMaxItems);
       this.groupBox4.Controls.Add(this.textMaxItems);
       this.groupBox4.Controls.Add(this.btResetDetail);
       this.groupBox4.Controls.Add(this.label18);
       this.groupBox4.Controls.Add(this.Index);
       this.groupBox4.Controls.Add(this.labelDReplaceWith);
       this.groupBox4.Controls.Add(this.labelDReplace);
       this.groupBox4.Controls.Add(this.textDReplaceWith);
       this.groupBox4.Controls.Add(this.textDReplace);
       this.groupBox4.Controls.Add(this.textComplement);
       this.groupBox4.Controls.Add(this.lblComplement);
       this.groupBox4.Controls.Add(this.label12);
       this.groupBox4.Controls.Add(this.label13);
       this.groupBox4.Controls.Add(this.TextKeyStopD);
       this.groupBox4.Controls.Add(this.TextKeyStartD);
       this.groupBox4.Controls.Add(this.label14);
       this.groupBox4.Controls.Add(this.cb_ParamDetail);
       resources.ApplyResources(this.groupBox4, "groupBox4");
       this.groupBox4.Name = "groupBox4";
       this.groupBox4.TabStop = false;
       //
       // lblSubPage
       //
       resources.ApplyResources(this.lblSubPage, "lblSubPage");
       this.lblSubPage.Name = "lblSubPage";
       //
       // lblEncodingSubPage
       //
       resources.ApplyResources(this.lblEncodingSubPage, "lblEncodingSubPage");
       this.lblEncodingSubPage.Name = "lblEncodingSubPage";
       //
       // lblLanguagesAll
       //
       resources.ApplyResources(this.lblLanguagesAll, "lblLanguagesAll");
       this.lblLanguagesAll.Name = "lblLanguagesAll";
       //
       // chkActorRoles
       //
       resources.ApplyResources(this.chkActorRoles, "chkActorRoles");
       this.chkActorRoles.Name = "chkActorRoles";
       this.chkActorRoles.UseVisualStyleBackColor = true;
       this.chkActorRoles.CheckedChanged += new System.EventHandler(this.chkACTORROLES_CheckedChanged);
       //
       // lblLanguages
       //
       resources.ApplyResources(this.lblLanguages, "lblLanguages");
       this.lblLanguages.Name = "lblLanguages";
       //
       // lblMaxItems
       //
       resources.ApplyResources(this.lblMaxItems, "lblMaxItems");
       this.lblMaxItems.Name = "lblMaxItems";
       //
       // textMaxItems
       //
       resources.ApplyResources(this.textMaxItems, "textMaxItems");
       this.textMaxItems.Name = "textMaxItems";
       this.textMaxItems.TextChanged += new System.EventHandler(this.textMaxItems_TextChanged);
       //
       // btResetDetail
       //
       resources.ApplyResources(this.btResetDetail, "btResetDetail");
       this.btResetDetail.Name = "btResetDetail";
       this.btResetDetail.UseVisualStyleBackColor = true;
       //
       // label18
       //
       resources.ApplyResources(this.label18, "label18");
       this.label18.Name = "label18";
       //
       // labelDReplaceWith
       //
       resources.ApplyResources(this.labelDReplaceWith, "labelDReplaceWith");
       this.labelDReplaceWith.Name = "labelDReplaceWith";
       //
       // labelDReplace
       //
       resources.ApplyResources(this.labelDReplace, "labelDReplace");
       this.labelDReplace.Name = "labelDReplace";
       //
       // lblComplement
       //
       resources.ApplyResources(this.lblComplement, "lblComplement");
       this.lblComplement.Name = "lblComplement";
       //
       // label12
       //
       resources.ApplyResources(this.label12, "label12");
       this.label12.Name = "label12";
       //
       // label13
       //
       resources.ApplyResources(this.label13, "label13");
       this.label13.Name = "label13";
       //
       // label14
       //
       resources.ApplyResources(this.label14, "label14");
       this.label14.Name = "label14";
       //
       // label15
       //
       resources.ApplyResources(this.label15, "label15");
       this.label15.Name = "label15";
       //
       // pictureBoxPreviewCover
       //
       resources.ApplyResources(this.pictureBoxPreviewCover, "pictureBoxPreviewCover");
       this.pictureBoxPreviewCover.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
       this.pictureBoxPreviewCover.Name = "pictureBoxPreviewCover";
       this.pictureBoxPreviewCover.TabStop = false;
       this.pictureBoxPreviewCover.Click += new System.EventHandler(this.pictureBoxPreviewCover_Click);
       //
       // tabPageSearchPage
       //
       this.tabPageSearchPage.Controls.Add(this.cbIgnoreCase);
       this.tabPageSearchPage.Controls.Add(this.textHeaders);
       this.tabPageSearchPage.Controls.Add(this.textUserAgent);
       this.tabPageSearchPage.Controls.Add(this.textAccept);
       this.tabPageSearchPage.Controls.Add(this.label36);
       this.tabPageSearchPage.Controls.Add(this.label37);
       this.tabPageSearchPage.Controls.Add(this.label35);
       this.tabPageSearchPage.Controls.Add(this.textSearchCleanup);
       this.tabPageSearchPage.Controls.Add(this.label9);
       this.tabPageSearchPage.Controls.Add(this.labelSearchPosition);
       this.tabPageSearchPage.Controls.Add(this.PositionSearch);
       this.tabPageSearchPage.Controls.Add(this.groupBox6);
       this.tabPageSearchPage.Controls.Add(this.groupBox5);
       this.tabPageSearchPage.Controls.Add(this.buttonPrevParam1);
       this.tabPageSearchPage.Controls.Add(this.label17);
       this.tabPageSearchPage.Controls.Add(this.textRedir);
       this.tabPageSearchPage.Controls.Add(this.textBody);
       this.tabPageSearchPage.Controls.Add(this.textBox5);
       this.tabPageSearchPage.Controls.Add(this.TextURL);
       this.tabPageSearchPage.Controls.Add(this.button_GoDetailPage);
       this.tabPageSearchPage.Controls.Add(this.button_Preview);
       this.tabPageSearchPage.Controls.Add(this.lblResultsFound);
       this.tabPageSearchPage.Controls.Add(this.groupBox2);
       this.tabPageSearchPage.Controls.Add(this.button_Find);
       this.tabPageSearchPage.Controls.Add(this.groupBox1);
       this.tabPageSearchPage.Controls.Add(this.label4);
       resources.ApplyResources(this.tabPageSearchPage, "tabPageSearchPage");
       this.tabPageSearchPage.Name = "tabPageSearchPage";
       this.tabPageSearchPage.UseVisualStyleBackColor = true;
       //
       // label36
       //
       resources.ApplyResources(this.label36, "label36");
       this.label36.Name = "label36";
       //
       // label37
       //
       resources.ApplyResources(this.label37, "label37");
       this.label37.Name = "label37";
       //
       // label35
       //
       resources.ApplyResources(this.label35, "label35");
       this.label35.Name = "label35";
       //
       // label9
       //
       resources.ApplyResources(this.label9, "label9");
       this.label9.Name = "label9";
       //
       // labelSearchPosition
       //
       resources.ApplyResources(this.labelSearchPosition, "labelSearchPosition");
       this.labelSearchPosition.Name = "labelSearchPosition";
       //
       // PositionSearch
       //
       resources.ApplyResources(this.PositionSearch, "PositionSearch");
       this.PositionSearch.Name = "PositionSearch";
       //
       // groupBox6
       //
       this.groupBox6.Controls.Add(this.button_openMediafile);
       this.groupBox6.Controls.Add(this.button_Load_Web);
       this.groupBox6.Controls.Add(this.TextSearch);
       this.groupBox6.Controls.Add(this.label8);
       this.groupBox6.Controls.Add(this.button_Load);
       this.groupBox6.Controls.Add(this.textPage);
       this.groupBox6.Controls.Add(this.label11);
       resources.ApplyResources(this.groupBox6, "groupBox6");
       this.groupBox6.Name = "groupBox6";
       this.groupBox6.TabStop = false;
       //
       // button_Load_Web
       //
       resources.ApplyResources(this.button_Load_Web, "button_Load_Web");
       this.button_Load_Web.Name = "button_Load_Web";
       this.button_Load_Web.UseVisualStyleBackColor = true;
       this.button_Load_Web.Click += new System.EventHandler(this.button_Load_Web_Click);
       //
       // label8
       //
       resources.ApplyResources(this.label8, "label8");
       this.label8.Name = "label8";
       //
       // label11
       //
       resources.ApplyResources(this.label11, "label11");
       this.label11.Name = "label11";
       //
       // groupBox5
       //
       this.groupBox5.Controls.Add(this.textNextPage);
       this.groupBox5.Controls.Add(this.textStepPage);
       this.groupBox5.Controls.Add(this.label20);
       this.groupBox5.Controls.Add(this.label16);
       this.groupBox5.Controls.Add(this.label19);
       this.groupBox5.Controls.Add(this.textStartPage);
       resources.ApplyResources(this.groupBox5, "groupBox5");
       this.groupBox5.Name = "groupBox5";
       this.groupBox5.TabStop = false;
       //
       // label20
       //
       resources.ApplyResources(this.label20, "label20");
       this.label20.Name = "label20";
       //
       // label16
       //
       resources.ApplyResources(this.label16, "label16");
       this.label16.Name = "label16";
       //
       // label19
       //
       resources.ApplyResources(this.label19, "label19");
       this.label19.Name = "label19";
       //
       // label17
       //
       resources.ApplyResources(this.label17, "label17");
       this.label17.Name = "label17";
       //
       // textBody
       //
       resources.ApplyResources(this.textBody, "textBody");
       this.textBody.ContextMenuStrip = this.contextMenuStripSearch;
       this.textBody.HideSelection = false;
       this.textBody.Name = "textBody";
       this.textBody.ReadOnly = true;
       this.textBody.SelectionChanged += new System.EventHandler(this.textBody_SelectionChanged);
       this.textBody.Click += new System.EventHandler(this.textBody_Click);
       this.textBody.CursorChanged += new System.EventHandler(this.textBody_CursorChanged);
       this.textBody.TextChanged += new System.EventHandler(this.textBody_TextChanged);
       //
       // contextMenuStripSearch
       //
       this.contextMenuStripSearch.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuSearchCopyAll,
     this.copySelectionToolStripMenuItem});
       this.contextMenuStripSearch.Name = "contextMenuStripSearch";
       resources.ApplyResources(this.contextMenuStripSearch, "contextMenuStripSearch");
       this.contextMenuStripSearch.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripSearch_Opening);
       //
       // toolStripMenuSearchCopyAll
       //
       this.toolStripMenuSearchCopyAll.Name = "toolStripMenuSearchCopyAll";
       resources.ApplyResources(this.toolStripMenuSearchCopyAll, "toolStripMenuSearchCopyAll");
       this.toolStripMenuSearchCopyAll.Click += new System.EventHandler(this.toolStripMenuSearchCopyAll_Click);
       //
       // copySelectionToolStripMenuItem
       //
       this.copySelectionToolStripMenuItem.Name = "copySelectionToolStripMenuItem";
       resources.ApplyResources(this.copySelectionToolStripMenuItem, "copySelectionToolStripMenuItem");
       this.copySelectionToolStripMenuItem.Click += new System.EventHandler(this.copySelectionToolStripMenuItem_Click);
       //
       // lblResultsFound
       //
       resources.ApplyResources(this.lblResultsFound, "lblResultsFound");
       this.lblResultsFound.Name = "lblResultsFound";
       //
       // groupBox2
       //
       resources.ApplyResources(this.groupBox2, "groupBox2");
       this.groupBox2.Controls.Add(this.dataGridViewSearchResults);
       this.groupBox2.Name = "groupBox2";
       this.groupBox2.TabStop = false;
       //
       // dataGridViewSearchResults
       //
       this.dataGridViewSearchResults.AllowUserToAddRows = false;
       this.dataGridViewSearchResults.AllowUserToDeleteRows = false;
       this.dataGridViewSearchResults.AllowUserToOrderColumns = true;
       this.dataGridViewSearchResults.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dataGridViewSearchResults.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
       this.dataGridViewSearchResults.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
       this.dataGridViewSearchResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
       this.dataGridViewSearchResults.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ResultColumn1,
     this.Thumb,
     this.ResultColumn2,
     this.ResultColumn3,
     this.ResultColumn4,
     this.ResultColumn5,
     this.ResultColumn6,
     this.ResultColumn7,
     this.ResultColumn8});
       resources.ApplyResources(this.dataGridViewSearchResults, "dataGridViewSearchResults");
       this.dataGridViewSearchResults.MultiSelect = false;
       this.dataGridViewSearchResults.Name = "dataGridViewSearchResults";
       this.dataGridViewSearchResults.RowHeadersVisible = false;
       this.dataGridViewSearchResults.RowTemplate.Height = 32;
       this.dataGridViewSearchResults.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
       this.dataGridViewSearchResults.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
       this.dataGridViewSearchResults.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewSearchResults_CellContentClick);
       this.dataGridViewSearchResults.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewSearchResults_CellContentDoubleClick);
       this.dataGridViewSearchResults.SelectionChanged += new System.EventHandler(this.dataGridViewSearchResults_SelectionChanged);
       //
       // ResultColumn1
       //
       dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
       this.ResultColumn1.DefaultCellStyle = dataGridViewCellStyle9;
       resources.ApplyResources(this.ResultColumn1, "ResultColumn1");
       this.ResultColumn1.Name = "ResultColumn1";
       //
       // Thumb
       //
       dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
       dataGridViewCellStyle10.NullValue = null;
       dataGridViewCellStyle10.Padding = new System.Windows.Forms.Padding(1);
       this.Thumb.DefaultCellStyle = dataGridViewCellStyle10;
       resources.ApplyResources(this.Thumb, "Thumb");
       this.Thumb.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
       this.Thumb.Name = "Thumb";
       //
       // ResultColumn2
       //
       this.ResultColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
       resources.ApplyResources(this.ResultColumn2, "ResultColumn2");
       this.ResultColumn2.Name = "ResultColumn2";
       //
       // ResultColumn3
       //
       dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
       this.ResultColumn3.DefaultCellStyle = dataGridViewCellStyle11;
       resources.ApplyResources(this.ResultColumn3, "ResultColumn3");
       this.ResultColumn3.Name = "ResultColumn3";
       //
       // ResultColumn4
       //
       this.ResultColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
       dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
       this.ResultColumn4.DefaultCellStyle = dataGridViewCellStyle12;
       resources.ApplyResources(this.ResultColumn4, "ResultColumn4");
       this.ResultColumn4.Name = "ResultColumn4";
       //
       // ResultColumn5
       //
       this.ResultColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
       resources.ApplyResources(this.ResultColumn5, "ResultColumn5");
       this.ResultColumn5.Name = "ResultColumn5";
       //
       // ResultColumn6
       //
       this.ResultColumn6.ActiveLinkColor = System.Drawing.SystemColors.Desktop;
       this.ResultColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
       resources.ApplyResources(this.ResultColumn6, "ResultColumn6");
       this.ResultColumn6.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
       this.ResultColumn6.LinkColor = System.Drawing.SystemColors.AppWorkspace;
       this.ResultColumn6.Name = "ResultColumn6";
       this.ResultColumn6.Resizable = System.Windows.Forms.DataGridViewTriState.True;
       this.ResultColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
       this.ResultColumn6.TrackVisitedState = false;
       //
       // ResultColumn7
       //
       this.ResultColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
       resources.ApplyResources(this.ResultColumn7, "ResultColumn7");
       this.ResultColumn7.Name = "ResultColumn7";
       //
       // ResultColumn8
       //
       this.ResultColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
       resources.ApplyResources(this.ResultColumn8, "ResultColumn8");
       this.ResultColumn8.Name = "ResultColumn8";
       this.ResultColumn8.ReadOnly = true;
       //
       // groupBox1
       //
       this.groupBox1.Controls.Add(this.labelSearchAkasRegex);
       this.groupBox1.Controls.Add(this.textboxSearchAkasRegex);
       this.groupBox1.Controls.Add(this.label_SearchMatches_Starttext);
       this.groupBox1.Controls.Add(this.label_SearchMatches_Endtext);
       this.groupBox1.Controls.Add(this.button_FirstMatch);
       this.groupBox1.Controls.Add(this.button_NextMatch);
       this.groupBox1.Controls.Add(this.btReset);
       this.groupBox1.Controls.Add(this.labelReplaceWith);
       this.groupBox1.Controls.Add(this.labelReplace);
       this.groupBox1.Controls.Add(this.textReplaceWith);
       this.groupBox1.Controls.Add(this.textReplace);
       this.groupBox1.Controls.Add(this.label7);
       this.groupBox1.Controls.Add(this.label6);
       this.groupBox1.Controls.Add(this.TextKeyStop);
       this.groupBox1.Controls.Add(this.TextKeyStart);
       this.groupBox1.Controls.Add(this.label5);
       this.groupBox1.Controls.Add(this.cb_Parameter);
       resources.ApplyResources(this.groupBox1, "groupBox1");
       this.groupBox1.Name = "groupBox1";
       this.groupBox1.TabStop = false;
       //
       // labelSearchAkasRegex
       //
       resources.ApplyResources(this.labelSearchAkasRegex, "labelSearchAkasRegex");
       this.labelSearchAkasRegex.Name = "labelSearchAkasRegex";
       //
       // label_SearchMatches_Starttext
       //
       resources.ApplyResources(this.label_SearchMatches_Starttext, "label_SearchMatches_Starttext");
       this.label_SearchMatches_Starttext.Name = "label_SearchMatches_Starttext";
       //
       // label_SearchMatches_Endtext
       //
       resources.ApplyResources(this.label_SearchMatches_Endtext, "label_SearchMatches_Endtext");
       this.label_SearchMatches_Endtext.Name = "label_SearchMatches_Endtext";
       //
       // button_FirstMatch
       //
       resources.ApplyResources(this.button_FirstMatch, "button_FirstMatch");
       this.button_FirstMatch.Name = "button_FirstMatch";
       this.button_FirstMatch.UseVisualStyleBackColor = true;
       this.button_FirstMatch.Click += new System.EventHandler(this.button_FirstMatch_Click);
       //
       // button_NextMatch
       //
       resources.ApplyResources(this.button_NextMatch, "button_NextMatch");
       this.button_NextMatch.Name = "button_NextMatch";
       this.button_NextMatch.UseVisualStyleBackColor = true;
       this.button_NextMatch.Click += new System.EventHandler(this.button_NextMatch_Click);
       //
       // btReset
       //
       resources.ApplyResources(this.btReset, "btReset");
       this.btReset.Name = "btReset";
       this.btReset.UseVisualStyleBackColor = true;
       //
       // labelReplaceWith
       //
       resources.ApplyResources(this.labelReplaceWith, "labelReplaceWith");
       this.labelReplaceWith.Name = "labelReplaceWith";
       //
       // labelReplace
       //
       resources.ApplyResources(this.labelReplace, "labelReplace");
       this.labelReplace.Name = "labelReplace";
       //
       // textReplaceWith
       //
       resources.ApplyResources(this.textReplaceWith, "textReplaceWith");
       this.textReplaceWith.Name = "textReplaceWith";
       this.textReplaceWith.Validated += new System.EventHandler(this.textReplaceWith_TextChanged);
       //
       // label7
       //
       resources.ApplyResources(this.label7, "label7");
       this.label7.Name = "label7";
       //
       // label6
       //
       resources.ApplyResources(this.label6, "label6");
       this.label6.Name = "label6";
       //
       // label5
       //
       resources.ApplyResources(this.label5, "label5");
       this.label5.Name = "label5";
       //
       // label4
       //
       resources.ApplyResources(this.label4, "label4");
       this.label4.Name = "label4";
       //
       // label34
       //
       resources.ApplyResources(this.label34, "label34");
       this.label34.Name = "label34";
       //
       // lblType
       //
       resources.ApplyResources(this.lblType, "lblType");
       this.lblType.Name = "lblType";
       //
       // tabPageUserSettings
       //
       this.tabPageUserSettings.Controls.Add(this.lblGoogleTrnslateLanguage);
       this.tabPageUserSettings.Controls.Add(this.cbGoogleTranslateLanguage);
       this.tabPageUserSettings.Controls.Add(this.label33);
       this.tabPageUserSettings.Controls.Add(this.label32);
       this.tabPageUserSettings.Controls.Add(this.label30);
       this.tabPageUserSettings.Controls.Add(this.label22);
       this.tabPageUserSettings.Controls.Add(this.groupBox7);
       resources.ApplyResources(this.tabPageUserSettings, "tabPageUserSettings");
       this.tabPageUserSettings.Name = "tabPageUserSettings";
       this.tabPageUserSettings.UseVisualStyleBackColor = true;
       //
       // lblGoogleTrnslateLanguage
       //
       resources.ApplyResources(this.lblGoogleTrnslateLanguage, "lblGoogleTrnslateLanguage");
       this.lblGoogleTrnslateLanguage.Name = "lblGoogleTrnslateLanguage";
       //
       // cbGoogleTranslateLanguage
       //
       this.cbGoogleTranslateLanguage.FormattingEnabled = true;
       resources.ApplyResources(this.cbGoogleTranslateLanguage, "cbGoogleTranslateLanguage");
       this.cbGoogleTranslateLanguage.Name = "cbGoogleTranslateLanguage";
       //
       // label33
       //
       resources.ApplyResources(this.label33, "label33");
       this.label33.ForeColor = System.Drawing.Color.Red;
       this.label33.Name = "label33";
       //
       // label32
       //
       resources.ApplyResources(this.label32, "label32");
       this.label32.ForeColor = System.Drawing.SystemColors.ActiveCaption;
       this.label32.Name = "label32";
       //
       // label30
       //
       resources.ApplyResources(this.label30, "label30");
       this.label30.Name = "label30";
       //
       // label22
       //
       resources.ApplyResources(this.label22, "label22");
       this.label22.Name = "label22";
       //
       // groupBox7
       //
       this.groupBox7.Controls.Add(this.groupBox10);
       this.groupBox7.Controls.Add(this.groupBox9);
       this.groupBox7.Controls.Add(this.groupBox8);
       resources.ApplyResources(this.groupBox7, "groupBox7");
       this.groupBox7.Name = "groupBox7";
       this.groupBox7.TabStop = false;
       //
       // groupBox9
       //
       this.groupBox9.Controls.Add(this.cbMaxWriters);
       this.groupBox9.Controls.Add(this.cbMaxDirectors);
       this.groupBox9.Controls.Add(this.cbMaxProducers);
       this.groupBox9.Controls.Add(this.chkGrabActorRoles);
       this.groupBox9.Controls.Add(this.cbMaxActors);
       this.groupBox9.Controls.Add(this.label28);
       this.groupBox9.Controls.Add(this.label27);
       this.groupBox9.Controls.Add(this.label26);
       this.groupBox9.Controls.Add(this.label25);
       resources.ApplyResources(this.groupBox9, "groupBox9");
       this.groupBox9.Name = "groupBox9";
       this.groupBox9.TabStop = false;
       //
       // cbMaxWriters
       //
       this.cbMaxWriters.FormattingEnabled = true;
       this.cbMaxWriters.Items.AddRange(new object[] {
     resources.GetString("cbMaxWriters.Items"),
     resources.GetString("cbMaxWriters.Items1"),
     resources.GetString("cbMaxWriters.Items2"),
     resources.GetString("cbMaxWriters.Items3"),
     resources.GetString("cbMaxWriters.Items4"),
     resources.GetString("cbMaxWriters.Items5"),
     resources.GetString("cbMaxWriters.Items6"),
     resources.GetString("cbMaxWriters.Items7"),
     resources.GetString("cbMaxWriters.Items8")});
       resources.ApplyResources(this.cbMaxWriters, "cbMaxWriters");
       this.cbMaxWriters.Name = "cbMaxWriters";
       this.cbMaxWriters.SelectedIndexChanged += new System.EventHandler(this.cbMaxWriters_SelectedIndexChanged);
       //
       // cbMaxDirectors
       //
       this.cbMaxDirectors.FormattingEnabled = true;
       this.cbMaxDirectors.Items.AddRange(new object[] {
     resources.GetString("cbMaxDirectors.Items"),
     resources.GetString("cbMaxDirectors.Items1"),
     resources.GetString("cbMaxDirectors.Items2"),
     resources.GetString("cbMaxDirectors.Items3"),
     resources.GetString("cbMaxDirectors.Items4"),
     resources.GetString("cbMaxDirectors.Items5"),
     resources.GetString("cbMaxDirectors.Items6"),
     resources.GetString("cbMaxDirectors.Items7"),
     resources.GetString("cbMaxDirectors.Items8")});
       resources.ApplyResources(this.cbMaxDirectors, "cbMaxDirectors");
       this.cbMaxDirectors.Name = "cbMaxDirectors";
       this.cbMaxDirectors.SelectedIndexChanged += new System.EventHandler(this.cbMaxDirectors_SelectedIndexChanged);
       //
       // cbMaxProducers
       //
       this.cbMaxProducers.FormattingEnabled = true;
       this.cbMaxProducers.Items.AddRange(new object[] {
     resources.GetString("cbMaxProducers.Items"),
     resources.GetString("cbMaxProducers.Items1"),
     resources.GetString("cbMaxProducers.Items2"),
     resources.GetString("cbMaxProducers.Items3"),
     resources.GetString("cbMaxProducers.Items4"),
     resources.GetString("cbMaxProducers.Items5"),
     resources.GetString("cbMaxProducers.Items6"),
     resources.GetString("cbMaxProducers.Items7"),
     resources.GetString("cbMaxProducers.Items8")});
       resources.ApplyResources(this.cbMaxProducers, "cbMaxProducers");
       this.cbMaxProducers.Name = "cbMaxProducers";
       this.cbMaxProducers.SelectedIndexChanged += new System.EventHandler(this.cbMaxProducers_SelectedIndexChanged);
       //
       // chkGrabActorRoles
       //
       resources.ApplyResources(this.chkGrabActorRoles, "chkGrabActorRoles");
       this.chkGrabActorRoles.Name = "chkGrabActorRoles";
       this.chkGrabActorRoles.UseVisualStyleBackColor = true;
       this.chkGrabActorRoles.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
       //
       // cbMaxActors
       //
       this.cbMaxActors.FormattingEnabled = true;
       this.cbMaxActors.Items.AddRange(new object[] {
     resources.GetString("cbMaxActors.Items"),
     resources.GetString("cbMaxActors.Items1"),
     resources.GetString("cbMaxActors.Items2"),
     resources.GetString("cbMaxActors.Items3"),
     resources.GetString("cbMaxActors.Items4"),
     resources.GetString("cbMaxActors.Items5"),
     resources.GetString("cbMaxActors.Items6"),
     resources.GetString("cbMaxActors.Items7"),
     resources.GetString("cbMaxActors.Items8")});
       resources.ApplyResources(this.cbMaxActors, "cbMaxActors");
       this.cbMaxActors.Name = "cbMaxActors";
       this.cbMaxActors.SelectedIndexChanged += new System.EventHandler(this.cbMaxActors_SelectedIndexChanged);
       //
       // label28
       //
       resources.ApplyResources(this.label28, "label28");
       this.label28.Name = "label28";
       //
       // label27
       //
       resources.ApplyResources(this.label27, "label27");
       this.label27.Name = "label27";
       //
       // label26
       //
       resources.ApplyResources(this.label26, "label26");
       this.label26.Name = "label26";
       //
       // label25
       //
       resources.ApplyResources(this.label25, "label25");
       this.label25.Name = "label25";
       //
       // tabControl1
       //
       resources.ApplyResources(this.tabControl1, "tabControl1");
       this.tabControl1.ContextMenuStrip = this.contextMenuStripSearch;
       this.tabControl1.Controls.Add(this.tabPageUserSettings);
       this.tabControl1.Controls.Add(this.tabPageSearchPage);
       this.tabControl1.Controls.Add(this.tabPageDetailPage);
       this.tabControl1.Controls.Add(this.tabPageMapping);
       this.tabControl1.Name = "tabControl1";
       this.tabControl1.SelectedIndex = 0;
       //
       // tabPageMapping
       //
       this.tabPageMapping.Controls.Add(this.label31);
       this.tabPageMapping.Controls.Add(this.dataGridView1);
       this.tabPageMapping.Controls.Add(this.lblOutputPreviewHeadline);
       this.tabPageMapping.Controls.Add(this.lbl_Mappingheadline);
       this.tabPageMapping.Controls.Add(this.dataGridViewMapping);
       resources.ApplyResources(this.tabPageMapping, "tabPageMapping");
       this.tabPageMapping.Name = "tabPageMapping";
       this.tabPageMapping.UseVisualStyleBackColor = true;
       //
       // label31
       //
       resources.ApplyResources(this.label31, "label31");
       this.label31.Name = "label31";
       //
       // dataGridView1
       //
       this.dataGridView1.AllowUserToAddRows = false;
       this.dataGridView1.AllowUserToDeleteRows = false;
       this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Window;
       this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
       this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ColumnNumber,
     this.ColumnOutputField,
     this.ColumnContentPreview});
       resources.ApplyResources(this.dataGridView1, "dataGridView1");
       this.dataGridView1.Name = "dataGridView1";
       this.dataGridView1.ReadOnly = true;
       this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
       //
       // lblOutputPreviewHeadline
       //
       resources.ApplyResources(this.lblOutputPreviewHeadline, "lblOutputPreviewHeadline");
       this.lblOutputPreviewHeadline.Name = "lblOutputPreviewHeadline";
       //
       // lbl_Mappingheadline
       //
       resources.ApplyResources(this.lbl_Mappingheadline, "lbl_Mappingheadline");
       this.lbl_Mappingheadline.Name = "lbl_Mappingheadline";
       //
       // Version_Label
       //
       resources.ApplyResources(this.Version_Label, "Version_Label");
       this.Version_Label.Name = "Version_Label";
       //
       // lblLanguage
       //
       resources.ApplyResources(this.lblLanguage, "lblLanguage");
       this.lblLanguage.Name = "lblLanguage";
       //
       // lblVersion
       //
       resources.ApplyResources(this.lblVersion, "lblVersion");
       this.lblVersion.Name = "lblVersion";
       //
       // pictureBox1
       //
       resources.ApplyResources(this.pictureBox1, "pictureBox1");
       this.pictureBox1.Image = global::Grabber_Interface.Properties.Resources.film_reel_128x128;
       this.pictureBox1.Name = "pictureBox1";
       this.pictureBox1.TabStop = false;
       //
       // pictureBoxUSFlag
       //
       resources.ApplyResources(this.pictureBoxUSFlag, "pictureBoxUSFlag");
       this.pictureBoxUSFlag.Image = global::Grabber_Interface.Properties.Resources.United_States_of_America_USA_;
       this.pictureBoxUSFlag.Name = "pictureBoxUSFlag";
       this.pictureBoxUSFlag.TabStop = false;
       //
       // pictureBoxFranceFlag
       //
       resources.ApplyResources(this.pictureBoxFranceFlag, "pictureBoxFranceFlag");
       this.pictureBoxFranceFlag.Name = "pictureBoxFranceFlag";
       this.pictureBoxFranceFlag.TabStop = false;
       //
       // cbFileBasedReader
       //
       resources.ApplyResources(this.cbFileBasedReader, "cbFileBasedReader");
       this.cbFileBasedReader.Name = "cbFileBasedReader";
       this.cbFileBasedReader.UseVisualStyleBackColor = true;
       this.cbFileBasedReader.CheckedChanged += new System.EventHandler(this.cbFileBasedReader_CheckedChanged);
       //
       // grabberScript1
       //
       this.grabberScript1.DataSetName = "GrabberScript";
       this.grabberScript1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
       //
       // Column0
       //
       this.Column0.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
       resources.ApplyResources(this.Column0, "Column0");
       this.Column0.Name = "Column0";
       this.Column0.ReadOnly = true;
       this.Column0.Resizable = System.Windows.Forms.DataGridViewTriState.False;
       //
       // Column1
       //
       resources.ApplyResources(this.Column1, "Column1");
       this.Column1.Name = "Column1";
       this.Column1.ReadOnly = true;
       //
       // Column2
       //
       resources.ApplyResources(this.Column2, "Column2");
       this.Column2.Name = "Column2";
       this.Column2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
       this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
       //
       // ColumnOriginalContent
       //
       resources.ApplyResources(this.ColumnOriginalContent, "ColumnOriginalContent");
       this.ColumnOriginalContent.Name = "ColumnOriginalContent";
       this.ColumnOriginalContent.ReadOnly = true;
       //
       // ColumnTransformedContent
       //
       resources.ApplyResources(this.ColumnTransformedContent, "ColumnTransformedContent");
       this.ColumnTransformedContent.Name = "ColumnTransformedContent";
       this.ColumnTransformedContent.ReadOnly = true;
       //
       // Column3
       //
       resources.ApplyResources(this.Column3, "Column3");
       this.Column3.Name = "Column3";
       this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
       this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
       //
       // Column4
       //
       resources.ApplyResources(this.Column4, "Column4");
       this.Column4.Name = "Column4";
       this.Column4.Resizable = System.Windows.Forms.DataGridViewTriState.False;
       this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
       //
       // Column5
       //
       resources.ApplyResources(this.Column5, "Column5");
       this.Column5.Name = "Column5";
       this.Column5.Resizable = System.Windows.Forms.DataGridViewTriState.False;
       this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
       //
       // MergePreferSource
       //
       resources.ApplyResources(this.MergePreferSource, "MergePreferSource");
       this.MergePreferSource.Name = "MergePreferSource";
       this.MergePreferSource.Resizable = System.Windows.Forms.DataGridViewTriState.False;
       this.MergePreferSource.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
       //
       // MergePreferDestination
       //
       resources.ApplyResources(this.MergePreferDestination, "MergePreferDestination");
       this.MergePreferDestination.Name = "MergePreferDestination";
       this.MergePreferDestination.Resizable = System.Windows.Forms.DataGridViewTriState.False;
       this.MergePreferDestination.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
       //
       // ColumnApplyTranslation
       //
       resources.ApplyResources(this.ColumnApplyTranslation, "ColumnApplyTranslation");
       this.ColumnApplyTranslation.Name = "ColumnApplyTranslation";
       //
       // Replacements
       //
       resources.ApplyResources(this.Replacements, "Replacements");
       this.Replacements.Name = "Replacements";
       //
       // scriptBindingSource
       //
       this.scriptBindingSource.DataSource = typeof(Grabber.Data.GrabberScript);
       this.scriptBindingSource.Position = 0;
       //
       // ColumnNumber
       //
       this.ColumnNumber.FillWeight = 25F;
       resources.ApplyResources(this.ColumnNumber, "ColumnNumber");
       this.ColumnNumber.Name = "ColumnNumber";
       this.ColumnNumber.ReadOnly = true;
       //
       // ColumnOutputField
       //
       resources.ApplyResources(this.ColumnOutputField, "ColumnOutputField");
       this.ColumnOutputField.Name = "ColumnOutputField";
       this.ColumnOutputField.ReadOnly = true;
       //
       // ColumnContentPreview
       //
       this.ColumnContentPreview.FillWeight = 400F;
       resources.ApplyResources(this.ColumnContentPreview, "ColumnContentPreview");
       this.ColumnContentPreview.Name = "ColumnContentPreview";
       this.ColumnContentPreview.ReadOnly = true;
       //
       // GrabConfig
       //
       resources.ApplyResources(this, "$this");
       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       this.Controls.Add(this.cbAllowMideaInfo);
       this.Controls.Add(this.btnLoadOldScript);
       this.Controls.Add(this.cbFileBasedReader);
       this.Controls.Add(this.lblType);
       this.Controls.Add(this.label34);
       this.Controls.Add(this.lblVersion);
       this.Controls.Add(this.lblLanguage);
       this.Controls.Add(this.textVersion);
       this.Controls.Add(this.textLanguage);
       this.Controls.Add(this.textType);
       this.Controls.Add(this.Version_Label);
       this.Controls.Add(this.button_SaveAs);
       this.Controls.Add(this.textEncoding);
       this.Controls.Add(this.buttonExpertMode);
       this.Controls.Add(this.linkLabelMFwiki);
       this.Controls.Add(this.pictureBox1);
       this.Controls.Add(this.pictureBoxUSFlag);
       this.Controls.Add(this.pictureBoxFranceFlag);
       this.Controls.Add(this.radioButtonEN);
       this.Controls.Add(this.radioButtonFR);
       this.Controls.Add(this.button_Save);
       this.Controls.Add(this.button_New);
       this.Controls.Add(this.label3);
       this.Controls.Add(this.tabControl1);
       this.Controls.Add(this.textName);
       this.Controls.Add(this.label1);
       this.Controls.Add(this.label2);
       this.Controls.Add(this.button_Browse);
       this.Controls.Add(this.textURLPrefix);
       this.Controls.Add(this.textConfig);
       this.Name = "GrabConfig";
       this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GrabConfig_FormClosing);
       this.groupBox8.ResumeLayout(false);
       this.groupBox8.PerformLayout();
       this.groupBox10.ResumeLayout(false);
       this.groupBox10.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dataGridViewMapping)).EndInit();
       this.tabPageDetailPage.ResumeLayout(false);
       this.tabPageDetailPage.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewCollection)).EndInit();
       this.contextMenuStripDetails.ResumeLayout(false);
       this.groupBox3.ResumeLayout(false);
       this.groupBox4.ResumeLayout(false);
       this.groupBox4.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewCover)).EndInit();
       this.tabPageSearchPage.ResumeLayout(false);
       this.tabPageSearchPage.PerformLayout();
       this.groupBox6.ResumeLayout(false);
       this.groupBox6.PerformLayout();
       this.groupBox5.ResumeLayout(false);
       this.groupBox5.PerformLayout();
       this.contextMenuStripSearch.ResumeLayout(false);
       this.groupBox2.ResumeLayout(false);
       ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSearchResults)).EndInit();
       this.groupBox1.ResumeLayout(false);
       this.groupBox1.PerformLayout();
       this.tabPageUserSettings.ResumeLayout(false);
       this.tabPageUserSettings.PerformLayout();
       this.groupBox7.ResumeLayout(false);
       this.groupBox9.ResumeLayout(false);
       this.groupBox9.PerformLayout();
       this.tabControl1.ResumeLayout(false);
       this.tabPageMapping.ResumeLayout(false);
       this.tabPageMapping.PerformLayout();
       ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
       ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
       ((System.ComponentModel.ISupportInitialize)(this.pictureBoxUSFlag)).EndInit();
       ((System.ComponentModel.ISupportInitialize)(this.pictureBoxFranceFlag)).EndInit();
       ((System.ComponentModel.ISupportInitialize)(this.grabberScript1)).EndInit();
       ((System.ComponentModel.ISupportInitialize)(this.scriptBindingSource)).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();
     System.Windows.Forms.Label descripcionLbl;
     System.Windows.Forms.Label lugarLbl;
     System.Windows.Forms.Label TipoDisenoLbl;
     System.Windows.Forms.Label objetivoInvTxt;
     System.Windows.Forms.Label intensidadMuestreLbl;
     System.Windows.Forms.Label expresionLbl;
     System.Windows.Forms.Label formulaLbl;
     System.Windows.Forms.Label label4;
     System.Windows.Forms.Label areaMuestreadaLbl;
     System.Windows.Forms.Label valorMinimoDAPLbl;
     System.Windows.Forms.Label numeroEtapasLbl;
     System.Windows.Forms.Label facFormaLbl;
     System.Windows.Forms.Label areaFustalesLbl;
     System.Windows.Forms.Label tamanioParLbl;
     System.Windows.Forms.Label label5;
     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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Actualizar_Proyectos_Form));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
     this.actualizarProyectoTab = new System.Windows.Forms.TabControl();
     this.proyectoTabP = new System.Windows.Forms.TabPage();
     this.DatosProyectoGbx = new System.Windows.Forms.GroupBox();
     this.otrosDatosGbx = new System.Windows.Forms.GroupBox();
     this.expresionTxt = new System.Windows.Forms.TextBox();
     this.formulaBS = new System.Windows.Forms.BindingSource(this.components);
     this.formularComboBox = new System.Windows.Forms.ComboBox();
     this.intMuestreoTxt = new System.Windows.Forms.TextBox();
     this.factorFormaTxt = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.numeroParcelasTxt = new System.Windows.Forms.TextBox();
     this.confianzaTxt = new System.Windows.Forms.TextBox();
     this.tamParcelaTxt = new System.Windows.Forms.TextBox();
     this.numeroParcelasMuestraTxt = new System.Windows.Forms.TextBox();
     this.areaMuestrearTxt = new System.Windows.Forms.TextBox();
     this.numeroEtapasTxt = new System.Windows.Forms.TextBox();
     this.areaFustalesTxt = new System.Windows.Forms.TextBox();
     this.limiteInfTxt = new System.Windows.Forms.TextBox();
     this.AreaTotalTxt = new System.Windows.Forms.TextBox();
     this.TipoProyectoCbx = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.DescripcionTxt = new System.Windows.Forms.TextBox();
     this.proyectoBS = new System.Windows.Forms.BindingSource(this.components);
     this.tipoDisenoCbx = new System.Windows.Forms.ComboBox();
     this.tipoDisenoBS = new System.Windows.Forms.BindingSource(this.components);
     this.tipoObjetivoCbx = new System.Windows.Forms.ComboBox();
     this.objetivoInventarioBS = new System.Windows.Forms.BindingSource(this.components);
     this.lugarTxt = new System.Windows.Forms.TextBox();
     this.especiesTabP = new System.Windows.Forms.TabPage();
     this.registrarSpecieBtn = new System.Windows.Forms.Button();
     this.busquedaTxt = new System.Windows.Forms.TextBox();
     this.criterioCbx = new System.Windows.Forms.ComboBox();
     this.lblBuscar = new System.Windows.Forms.Label();
     this.especiesDGW = new System.Windows.Forms.DataGridView();
     this.Especie = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.NOMCOMUN = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NOMCIENTIFICO = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.FAMILIA = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.especieBS = new System.Windows.Forms.BindingSource(this.components);
     this.seleccEspecieBtn = new System.Windows.Forms.Button();
     this.RemoverEspciesBtn = new System.Windows.Forms.Button();
     this.estratosTabP = new System.Windows.Forms.TabPage();
     this.crearEstratoBtn = new System.Windows.Forms.Button();
     this.errorLbl = new System.Windows.Forms.Label();
     this.actualizarPesosEstratosBtn = new System.Windows.Forms.Button();
     this.SeleccEstratosBtn = new System.Windows.Forms.Button();
     this.removerEstratosBtn = new System.Windows.Forms.Button();
     this.estratoDGW = new System.Windows.Forms.DataGridView();
     this.Estratos = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.DESCRIPESTRATO = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Tamanio = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Peso = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.estratoBS = new System.Windows.Forms.BindingSource(this.components);
     this.formulariosTap = new System.Windows.Forms.TabPage();
     this.crearFormBtn = new System.Windows.Forms.Button();
     this.formulariosDGW = new System.Windows.Forms.DataGridView();
     this.FECHACREACION = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NROFORMULARIO = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Usuario = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NombreResponsable = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CODEST = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.PARCELA = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.LINEA = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ListarDatos = new System.Windows.Forms.DataGridViewButtonColumn();
     this.formulariosBS = new System.Windows.Forms.BindingSource(this.components);
     this.proyectosContTabP = new System.Windows.Forms.TabPage();
     this.arbolEtapasBtn = new System.Windows.Forms.Button();
     this.proyectoDGW = new System.Windows.Forms.DataGridView();
     this.Proyectos = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.Codigo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.LUGAR = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.FECHA = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NOMBRETIPOINV = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.NOMTIPODISEMUEST = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.PesoProyecto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ETAPA = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.proyectosBS = new System.Windows.Forms.BindingSource(this.components);
     this.seleccionarProyectosBtn = new System.Windows.Forms.Button();
     this.removerProyectosBtn = new System.Windows.Forms.Button();
     this.costosTabP = new System.Windows.Forms.TabPage();
     this.costoDGW = new System.Windows.Forms.DataGridView();
     this.Costos = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.NROCOSTO = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NOMBRE = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DESCRIPCION = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TIPO = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Valor = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lISTADODECOSTOSDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.costoBS = new System.Windows.Forms.BindingSource(this.components);
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.usuarioBS = new System.Windows.Forms.BindingSource(this.components);
     this.cancelarBtn = new System.Windows.Forms.Button();
     this.ActualizarBtn = new System.Windows.Forms.Button();
     this.controladorErrores = new System.Windows.Forms.ErrorProvider(this.components);
     this.errorCostoLbl = new System.Windows.Forms.Label();
     descripcionLbl = new System.Windows.Forms.Label();
     lugarLbl = new System.Windows.Forms.Label();
     TipoDisenoLbl = new System.Windows.Forms.Label();
     objetivoInvTxt = new System.Windows.Forms.Label();
     intensidadMuestreLbl = new System.Windows.Forms.Label();
     expresionLbl = new System.Windows.Forms.Label();
     formulaLbl = new System.Windows.Forms.Label();
     label4 = new System.Windows.Forms.Label();
     areaMuestreadaLbl = new System.Windows.Forms.Label();
     valorMinimoDAPLbl = new System.Windows.Forms.Label();
     numeroEtapasLbl = new System.Windows.Forms.Label();
     facFormaLbl = new System.Windows.Forms.Label();
     areaFustalesLbl = new System.Windows.Forms.Label();
     tamanioParLbl = new System.Windows.Forms.Label();
     label5 = new System.Windows.Forms.Label();
     this.actualizarProyectoTab.SuspendLayout();
     this.proyectoTabP.SuspendLayout();
     this.DatosProyectoGbx.SuspendLayout();
     this.otrosDatosGbx.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.formulaBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.proyectoBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDisenoBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objetivoInventarioBS)).BeginInit();
     this.especiesTabP.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.especiesDGW)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.especieBS)).BeginInit();
     this.estratosTabP.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.estratoDGW)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.estratoBS)).BeginInit();
     this.formulariosTap.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.formulariosDGW)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.formulariosBS)).BeginInit();
     this.proyectosContTabP.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.proyectoDGW)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.proyectosBS)).BeginInit();
     this.costosTabP.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.costoDGW)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.costoBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.usuarioBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.controladorErrores)).BeginInit();
     this.SuspendLayout();
     //
     // descripcionLbl
     //
     descripcionLbl.AutoSize = true;
     descripcionLbl.Location = new System.Drawing.Point(11, 54);
     descripcionLbl.Name = "descripcionLbl";
     descripcionLbl.Size = new System.Drawing.Size(66, 13);
     descripcionLbl.TabIndex = 25;
     descripcionLbl.Text = "Descripcion:";
     //
     // lugarLbl
     //
     lugarLbl.AutoSize = true;
     lugarLbl.Location = new System.Drawing.Point(10, 26);
     lugarLbl.Name = "lugarLbl";
     lugarLbl.Size = new System.Drawing.Size(37, 13);
     lugarLbl.TabIndex = 4;
     lugarLbl.Text = "Lugar:";
     //
     // TipoDisenoLbl
     //
     TipoDisenoLbl.AutoSize = true;
     TipoDisenoLbl.Location = new System.Drawing.Point(9, 149);
     TipoDisenoLbl.Name = "TipoDisenoLbl";
     TipoDisenoLbl.Size = new System.Drawing.Size(128, 13);
     TipoDisenoLbl.TabIndex = 6;
     TipoDisenoLbl.Text = "Tipo de Diseño Muestral: ";
     //
     // objetivoInvTxt
     //
     objetivoInvTxt.AutoSize = true;
     objetivoInvTxt.Location = new System.Drawing.Point(10, 121);
     objetivoInvTxt.Name = "objetivoInvTxt";
     objetivoInvTxt.Size = new System.Drawing.Size(115, 13);
     objetivoInvTxt.TabIndex = 8;
     objetivoInvTxt.Text = "Objetivo del inventario:";
     //
     // intensidadMuestreLbl
     //
     intensidadMuestreLbl.AutoSize = true;
     intensidadMuestreLbl.Location = new System.Drawing.Point(251, 94);
     intensidadMuestreLbl.Name = "intensidadMuestreLbl";
     intensidadMuestreLbl.Size = new System.Drawing.Size(148, 13);
     intensidadMuestreLbl.TabIndex = 42;
     intensidadMuestreLbl.Text = "Número parcelas a muestrear:";
     //
     // expresionLbl
     //
     expresionLbl.AutoSize = true;
     expresionLbl.Location = new System.Drawing.Point(10, 247);
     expresionLbl.Name = "expresionLbl";
     expresionLbl.Size = new System.Drawing.Size(119, 13);
     expresionLbl.TabIndex = 66;
     expresionLbl.Text = "Expresión de la formula:";
     //
     // formulaLbl
     //
     formulaLbl.AutoSize = true;
     formulaLbl.Location = new System.Drawing.Point(10, 222);
     formulaLbl.Name = "formulaLbl";
     formulaLbl.Size = new System.Drawing.Size(105, 13);
     formulaLbl.TabIndex = 65;
     formulaLbl.Text = "Formula de volumen:";
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(9, 91);
     label4.Name = "label4";
     label4.Size = new System.Drawing.Size(131, 13);
     label4.TabIndex = 64;
     label4.Text = "Numero total de parcelas :";
     //
     // areaMuestreadaLbl
     //
     areaMuestreadaLbl.AutoSize = true;
     areaMuestreadaLbl.Location = new System.Drawing.Point(9, 68);
     areaMuestreadaLbl.Name = "areaMuestreadaLbl";
     areaMuestreadaLbl.Size = new System.Drawing.Size(90, 13);
     areaMuestreadaLbl.TabIndex = 61;
     areaMuestreadaLbl.Text = "Area Total (Htas):";
     //
     // valorMinimoDAPLbl
     //
     valorMinimoDAPLbl.AutoSize = true;
     valorMinimoDAPLbl.Location = new System.Drawing.Point(10, 143);
     valorMinimoDAPLbl.Name = "valorMinimoDAPLbl";
     valorMinimoDAPLbl.Size = new System.Drawing.Size(117, 13);
     valorMinimoDAPLbl.TabIndex = 60;
     valorMinimoDAPLbl.Text = "Valor minimo DAP(Mts):";
     //
     // numeroEtapasLbl
     //
     numeroEtapasLbl.AutoSize = true;
     numeroEtapasLbl.Location = new System.Drawing.Point(13, 275);
     numeroEtapasLbl.Name = "numeroEtapasLbl";
     numeroEtapasLbl.Size = new System.Drawing.Size(38, 13);
     numeroEtapasLbl.TabIndex = 59;
     numeroEtapasLbl.Text = "Etapa:";
     //
     // facFormaLbl
     //
     facFormaLbl.AutoSize = true;
     facFormaLbl.Location = new System.Drawing.Point(10, 198);
     facFormaLbl.Name = "facFormaLbl";
     facFormaLbl.Size = new System.Drawing.Size(84, 13);
     facFormaLbl.TabIndex = 58;
     facFormaLbl.Text = "Factor de forma:";
     //
     // areaFustalesLbl
     //
     areaFustalesLbl.AutoSize = true;
     areaFustalesLbl.Location = new System.Drawing.Point(10, 166);
     areaFustalesLbl.Name = "areaFustalesLbl";
     areaFustalesLbl.Size = new System.Drawing.Size(103, 26);
     areaFustalesLbl.TabIndex = 57;
     areaFustalesLbl.Text = "Area Parcela de \r\nregeneración (Htas):";
     //
     // tamanioParLbl
     //
     tamanioParLbl.AutoSize = true;
     tamanioParLbl.Location = new System.Drawing.Point(9, 39);
     tamanioParLbl.Name = "tamanioParLbl";
     tamanioParLbl.Size = new System.Drawing.Size(119, 13);
     tamanioParLbl.TabIndex = 56;
     tamanioParLbl.Text = "Tamaño Parcela (Htas):";
     //
     // label5
     //
     label5.AutoSize = true;
     label5.Location = new System.Drawing.Point(251, 119);
     label5.Name = "label5";
     label5.Size = new System.Drawing.Size(164, 13);
     label5.TabIndex = 70;
     label5.Text = "Intensidad de muestreo (0-100)%:";
     //
     // actualizarProyectoTab
     //
     this.actualizarProyectoTab.Alignment = System.Windows.Forms.TabAlignment.Left;
     this.actualizarProyectoTab.Controls.Add(this.proyectoTabP);
     this.actualizarProyectoTab.Controls.Add(this.especiesTabP);
     this.actualizarProyectoTab.Controls.Add(this.estratosTabP);
     this.actualizarProyectoTab.Controls.Add(this.formulariosTap);
     this.actualizarProyectoTab.Controls.Add(this.proyectosContTabP);
     this.actualizarProyectoTab.Controls.Add(this.costosTabP);
     this.actualizarProyectoTab.Dock = System.Windows.Forms.DockStyle.Top;
     this.actualizarProyectoTab.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
     this.actualizarProyectoTab.ItemSize = new System.Drawing.Size(40, 120);
     this.actualizarProyectoTab.Location = new System.Drawing.Point(0, 0);
     this.actualizarProyectoTab.Multiline = true;
     this.actualizarProyectoTab.Name = "actualizarProyectoTab";
     this.actualizarProyectoTab.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.actualizarProyectoTab.SelectedIndex = 0;
     this.actualizarProyectoTab.Size = new System.Drawing.Size(659, 542);
     this.actualizarProyectoTab.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
     this.actualizarProyectoTab.TabIndex = 0;
     this.actualizarProyectoTab.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.crearProyectoTab_DrawItem);
     //
     // proyectoTabP
     //
     this.proyectoTabP.Controls.Add(this.DatosProyectoGbx);
     this.proyectoTabP.Location = new System.Drawing.Point(124, 4);
     this.proyectoTabP.Name = "proyectoTabP";
     this.proyectoTabP.Padding = new System.Windows.Forms.Padding(3);
     this.proyectoTabP.Size = new System.Drawing.Size(531, 534);
     this.proyectoTabP.TabIndex = 1;
     this.proyectoTabP.Text = "Datos del proyecto";
     this.proyectoTabP.UseVisualStyleBackColor = true;
     //
     // DatosProyectoGbx
     //
     this.DatosProyectoGbx.Controls.Add(this.otrosDatosGbx);
     this.DatosProyectoGbx.Controls.Add(this.TipoProyectoCbx);
     this.DatosProyectoGbx.Controls.Add(this.label1);
     this.DatosProyectoGbx.Controls.Add(this.DescripcionTxt);
     this.DatosProyectoGbx.Controls.Add(descripcionLbl);
     this.DatosProyectoGbx.Controls.Add(this.tipoDisenoCbx);
     this.DatosProyectoGbx.Controls.Add(this.tipoObjetivoCbx);
     this.DatosProyectoGbx.Controls.Add(lugarLbl);
     this.DatosProyectoGbx.Controls.Add(this.lugarTxt);
     this.DatosProyectoGbx.Controls.Add(TipoDisenoLbl);
     this.DatosProyectoGbx.Controls.Add(objetivoInvTxt);
     this.DatosProyectoGbx.Dock = System.Windows.Forms.DockStyle.Fill;
     this.DatosProyectoGbx.Location = new System.Drawing.Point(3, 3);
     this.DatosProyectoGbx.Name = "DatosProyectoGbx";
     this.DatosProyectoGbx.Size = new System.Drawing.Size(525, 528);
     this.DatosProyectoGbx.TabIndex = 4;
     this.DatosProyectoGbx.TabStop = false;
     this.DatosProyectoGbx.Text = "Definicion del proyecto";
     //
     // otrosDatosGbx
     //
     this.otrosDatosGbx.Controls.Add(this.expresionTxt);
     this.otrosDatosGbx.Controls.Add(this.formularComboBox);
     this.otrosDatosGbx.Controls.Add(this.intMuestreoTxt);
     this.otrosDatosGbx.Controls.Add(label5);
     this.otrosDatosGbx.Controls.Add(this.factorFormaTxt);
     this.otrosDatosGbx.Controls.Add(expresionLbl);
     this.otrosDatosGbx.Controls.Add(formulaLbl);
     this.otrosDatosGbx.Controls.Add(label4);
     this.otrosDatosGbx.Controls.Add(this.label3);
     this.otrosDatosGbx.Controls.Add(this.label2);
     this.otrosDatosGbx.Controls.Add(areaMuestreadaLbl);
     this.otrosDatosGbx.Controls.Add(valorMinimoDAPLbl);
     this.otrosDatosGbx.Controls.Add(numeroEtapasLbl);
     this.otrosDatosGbx.Controls.Add(facFormaLbl);
     this.otrosDatosGbx.Controls.Add(areaFustalesLbl);
     this.otrosDatosGbx.Controls.Add(tamanioParLbl);
     this.otrosDatosGbx.Controls.Add(this.numeroParcelasTxt);
     this.otrosDatosGbx.Controls.Add(this.confianzaTxt);
     this.otrosDatosGbx.Controls.Add(this.tamParcelaTxt);
     this.otrosDatosGbx.Controls.Add(intensidadMuestreLbl);
     this.otrosDatosGbx.Controls.Add(this.numeroParcelasMuestraTxt);
     this.otrosDatosGbx.Controls.Add(this.areaMuestrearTxt);
     this.otrosDatosGbx.Controls.Add(this.numeroEtapasTxt);
     this.otrosDatosGbx.Controls.Add(this.areaFustalesTxt);
     this.otrosDatosGbx.Controls.Add(this.limiteInfTxt);
     this.otrosDatosGbx.Controls.Add(this.AreaTotalTxt);
     this.otrosDatosGbx.Location = new System.Drawing.Point(11, 213);
     this.otrosDatosGbx.Name = "otrosDatosGbx";
     this.otrosDatosGbx.Size = new System.Drawing.Size(502, 301);
     this.otrosDatosGbx.TabIndex = 28;
     this.otrosDatosGbx.TabStop = false;
     //
     // expresionTxt
     //
     this.expresionTxt.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.formulaBS, "EXPRESION", true));
     this.expresionTxt.Location = new System.Drawing.Point(153, 244);
     this.expresionTxt.MaxLength = 18;
     this.expresionTxt.Name = "expresionTxt";
     this.expresionTxt.ReadOnly = true;
     this.expresionTxt.Size = new System.Drawing.Size(327, 20);
     this.expresionTxt.TabIndex = 73;
     //
     // formulaBS
     //
     this.formulaBS.DataSource = typeof(SIFCA_DAL.FORMULA);
     //
     // formularComboBox
     //
     this.formularComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.formulaBS, "NOMBRE", true));
     this.formularComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.formulaBS, "NROFORMULA", true));
     this.formularComboBox.DisplayMember = "NOMBRE";
     this.formularComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.formularComboBox.FormattingEnabled = true;
     this.formularComboBox.Location = new System.Drawing.Point(154, 217);
     this.formularComboBox.Name = "formularComboBox";
     this.formularComboBox.Size = new System.Drawing.Size(326, 21);
     this.formularComboBox.TabIndex = 72;
     this.formularComboBox.ValueMember = "NROFORMULA";
     this.formularComboBox.SelectedIndexChanged += new System.EventHandler(this.formularComboBox_SelectedIndexChanged);
     //
     // intMuestreoTxt
     //
     this.intMuestreoTxt.Location = new System.Drawing.Point(417, 116);
     this.intMuestreoTxt.MaxLength = 25;
     this.intMuestreoTxt.Name = "intMuestreoTxt";
     this.intMuestreoTxt.ReadOnly = true;
     this.intMuestreoTxt.Size = new System.Drawing.Size(63, 20);
     this.intMuestreoTxt.TabIndex = 71;
     this.intMuestreoTxt.Text = "0";
     //
     // factorFormaTxt
     //
     this.factorFormaTxt.Location = new System.Drawing.Point(154, 192);
     this.factorFormaTxt.Name = "factorFormaTxt";
     this.factorFormaTxt.ReadOnly = true;
     this.factorFormaTxt.Size = new System.Drawing.Size(326, 20);
     this.factorFormaTxt.TabIndex = 67;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 119);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(122, 13);
     this.label3.TabIndex = 63;
     this.label3.Text = "Area a Muestrear (Htas):";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 17);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(68, 13);
     this.label2.TabIndex = 62;
     this.label2.Text = "% Confianza:";
     //
     // numeroParcelasTxt
     //
     this.numeroParcelasTxt.Location = new System.Drawing.Point(154, 91);
     this.numeroParcelasTxt.Name = "numeroParcelasTxt";
     this.numeroParcelasTxt.ReadOnly = true;
     this.numeroParcelasTxt.Size = new System.Drawing.Size(91, 20);
     this.numeroParcelasTxt.TabIndex = 47;
     //
     // confianzaTxt
     //
     this.confianzaTxt.Location = new System.Drawing.Point(154, 13);
     this.confianzaTxt.Name = "confianzaTxt";
     this.confianzaTxt.Size = new System.Drawing.Size(326, 20);
     this.confianzaTxt.TabIndex = 45;
     this.confianzaTxt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.validatedNumericValues);
     //
     // tamParcelaTxt
     //
     this.tamParcelaTxt.Location = new System.Drawing.Point(154, 39);
     this.tamParcelaTxt.Name = "tamParcelaTxt";
     this.tamParcelaTxt.Size = new System.Drawing.Size(326, 20);
     this.tamParcelaTxt.TabIndex = 35;
     this.tamParcelaTxt.TextChanged += new System.EventHandler(this.tamParcelaTxt_TextChanged);
     this.tamParcelaTxt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.validatedNumericValues);
     //
     // numeroParcelasMuestraTxt
     //
     this.numeroParcelasMuestraTxt.Location = new System.Drawing.Point(417, 90);
     this.numeroParcelasMuestraTxt.Name = "numeroParcelasMuestraTxt";
     this.numeroParcelasMuestraTxt.Size = new System.Drawing.Size(63, 20);
     this.numeroParcelasMuestraTxt.TabIndex = 33;
     this.numeroParcelasMuestraTxt.TextChanged += new System.EventHandler(this.numeroParcelasMuestraTxt_TextChanged);
     this.numeroParcelasMuestraTxt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.validatedNumericValues);
     //
     // areaMuestrearTxt
     //
     this.areaMuestrearTxt.Location = new System.Drawing.Point(154, 116);
     this.areaMuestrearTxt.Name = "areaMuestrearTxt";
     this.areaMuestrearTxt.ReadOnly = true;
     this.areaMuestrearTxt.Size = new System.Drawing.Size(91, 20);
     this.areaMuestrearTxt.TabIndex = 30;
     this.areaMuestrearTxt.Text = "0";
     //
     // numeroEtapasTxt
     //
     this.numeroEtapasTxt.Enabled = false;
     this.numeroEtapasTxt.Location = new System.Drawing.Point(154, 270);
     this.numeroEtapasTxt.Name = "numeroEtapasTxt";
     this.numeroEtapasTxt.ReadOnly = true;
     this.numeroEtapasTxt.Size = new System.Drawing.Size(326, 20);
     this.numeroEtapasTxt.TabIndex = 39;
     this.numeroEtapasTxt.Text = "0";
     //
     // areaFustalesTxt
     //
     this.areaFustalesTxt.Location = new System.Drawing.Point(154, 167);
     this.areaFustalesTxt.Name = "areaFustalesTxt";
     this.areaFustalesTxt.Size = new System.Drawing.Size(326, 20);
     this.areaFustalesTxt.TabIndex = 38;
     this.areaFustalesTxt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.validatedNumericValues);
     //
     // limiteInfTxt
     //
     this.limiteInfTxt.Location = new System.Drawing.Point(154, 141);
     this.limiteInfTxt.Name = "limiteInfTxt";
     this.limiteInfTxt.Size = new System.Drawing.Size(326, 20);
     this.limiteInfTxt.TabIndex = 37;
     this.limiteInfTxt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.validatedNumericValues);
     //
     // AreaTotalTxt
     //
     this.AreaTotalTxt.Location = new System.Drawing.Point(154, 65);
     this.AreaTotalTxt.Name = "AreaTotalTxt";
     this.AreaTotalTxt.Size = new System.Drawing.Size(326, 20);
     this.AreaTotalTxt.TabIndex = 36;
     this.AreaTotalTxt.Text = "0";
     this.AreaTotalTxt.TextChanged += new System.EventHandler(this.AreaTotalTxt_TextChanged);
     this.AreaTotalTxt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.validatedNumericValues);
     //
     // TipoProyectoCbx
     //
     this.TipoProyectoCbx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.TipoProyectoCbx.FormattingEnabled = true;
     this.TipoProyectoCbx.Items.AddRange(new object[] {
     "Independiente",
     "Contenedor"});
     this.TipoProyectoCbx.Location = new System.Drawing.Point(145, 176);
     this.TipoProyectoCbx.Name = "TipoProyectoCbx";
     this.TipoProyectoCbx.Size = new System.Drawing.Size(363, 21);
     this.TipoProyectoCbx.TabIndex = 5;
     this.TipoProyectoCbx.SelectedIndexChanged += new System.EventHandler(this.TipoProyectoCbx_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 179);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(94, 13);
     this.label1.TabIndex = 27;
     this.label1.Text = "Tipo de Proyecto: ";
     //
     // DescripcionTxt
     //
     this.DescripcionTxt.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.proyectoBS, "DESCRIPCION", true));
     this.DescripcionTxt.Location = new System.Drawing.Point(145, 50);
     this.DescripcionTxt.Multiline = true;
     this.DescripcionTxt.Name = "DescripcionTxt";
     this.DescripcionTxt.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.DescripcionTxt.Size = new System.Drawing.Size(363, 62);
     this.DescripcionTxt.TabIndex = 2;
     //
     // proyectoBS
     //
     this.proyectoBS.DataSource = typeof(SIFCA_DAL.PROYECTO);
     //
     // tipoDisenoCbx
     //
     this.tipoDisenoCbx.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.proyectoBS, "NOMTIPODISEMUEST", true));
     this.tipoDisenoCbx.DataSource = this.tipoDisenoBS;
     this.tipoDisenoCbx.DisplayMember = "DESCRIPTIPODISEMUEST";
     this.tipoDisenoCbx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipoDisenoCbx.FormattingEnabled = true;
     this.tipoDisenoCbx.Location = new System.Drawing.Point(145, 146);
     this.tipoDisenoCbx.Name = "tipoDisenoCbx";
     this.tipoDisenoCbx.Size = new System.Drawing.Size(363, 21);
     this.tipoDisenoCbx.TabIndex = 4;
     this.tipoDisenoCbx.ValueMember = "NOMTIPODISEMUEST";
     this.tipoDisenoCbx.SelectedIndexChanged += new System.EventHandler(this.tipoDisenoCbx_SelectedIndexChanged);
     //
     // tipoDisenoBS
     //
     this.tipoDisenoBS.DataSource = typeof(SIFCA_DAL.TIPODISENOMUESTRAL);
     //
     // tipoObjetivoCbx
     //
     this.tipoObjetivoCbx.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.proyectoBS, "NOMBRETIPOINV", true));
     this.tipoObjetivoCbx.DataSource = this.objetivoInventarioBS;
     this.tipoObjetivoCbx.DisplayMember = "DESCRIPOBJETINV";
     this.tipoObjetivoCbx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipoObjetivoCbx.FormattingEnabled = true;
     this.tipoObjetivoCbx.Location = new System.Drawing.Point(145, 118);
     this.tipoObjetivoCbx.Name = "tipoObjetivoCbx";
     this.tipoObjetivoCbx.Size = new System.Drawing.Size(363, 21);
     this.tipoObjetivoCbx.TabIndex = 3;
     this.tipoObjetivoCbx.ValueMember = "NOMBRETIPOINV";
     //
     // objetivoInventarioBS
     //
     this.objetivoInventarioBS.DataSource = typeof(SIFCA_DAL.OBJETIVOINVENTARIO);
     //
     // lugarTxt
     //
     this.lugarTxt.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.proyectoBS, "LUGAR", true));
     this.lugarTxt.Location = new System.Drawing.Point(145, 23);
     this.lugarTxt.Name = "lugarTxt";
     this.lugarTxt.Size = new System.Drawing.Size(363, 20);
     this.lugarTxt.TabIndex = 1;
     //
     // especiesTabP
     //
     this.especiesTabP.AutoScroll = true;
     this.especiesTabP.Controls.Add(this.registrarSpecieBtn);
     this.especiesTabP.Controls.Add(this.busquedaTxt);
     this.especiesTabP.Controls.Add(this.criterioCbx);
     this.especiesTabP.Controls.Add(this.lblBuscar);
     this.especiesTabP.Controls.Add(this.especiesDGW);
     this.especiesTabP.Controls.Add(this.seleccEspecieBtn);
     this.especiesTabP.Controls.Add(this.RemoverEspciesBtn);
     this.especiesTabP.Location = new System.Drawing.Point(124, 4);
     this.especiesTabP.Name = "especiesTabP";
     this.especiesTabP.Padding = new System.Windows.Forms.Padding(3);
     this.especiesTabP.Size = new System.Drawing.Size(531, 534);
     this.especiesTabP.TabIndex = 2;
     this.especiesTabP.Text = "Listado de Especies";
     this.especiesTabP.UseVisualStyleBackColor = true;
     //
     // registrarSpecieBtn
     //
     this.registrarSpecieBtn.Image = global::SIFCA.Properties.Resources._1395994350_tree;
     this.registrarSpecieBtn.Location = new System.Drawing.Point(284, 10);
     this.registrarSpecieBtn.Name = "registrarSpecieBtn";
     this.registrarSpecieBtn.Size = new System.Drawing.Size(26, 23);
     this.registrarSpecieBtn.TabIndex = 27;
     this.registrarSpecieBtn.UseVisualStyleBackColor = true;
     this.registrarSpecieBtn.Click += new System.EventHandler(this.registrarSpecieBtn_Click);
     //
     // busquedaTxt
     //
     this.busquedaTxt.Location = new System.Drawing.Point(46, 12);
     this.busquedaTxt.Name = "busquedaTxt";
     this.busquedaTxt.Size = new System.Drawing.Size(131, 20);
     this.busquedaTxt.TabIndex = 26;
     //
     // criterioCbx
     //
     this.criterioCbx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.criterioCbx.FormattingEnabled = true;
     this.criterioCbx.Items.AddRange(new object[] {
     "Nombre Comun",
     "Nombre Cientifico"});
     this.criterioCbx.Location = new System.Drawing.Point(181, 11);
     this.criterioCbx.Name = "criterioCbx";
     this.criterioCbx.Size = new System.Drawing.Size(101, 21);
     this.criterioCbx.TabIndex = 25;
     //
     // lblBuscar
     //
     this.lblBuscar.AutoSize = true;
     this.lblBuscar.Location = new System.Drawing.Point(2, 15);
     this.lblBuscar.Name = "lblBuscar";
     this.lblBuscar.Size = new System.Drawing.Size(43, 13);
     this.lblBuscar.TabIndex = 24;
     this.lblBuscar.Text = "Buscar:";
     //
     // especiesDGW
     //
     this.especiesDGW.AllowUserToAddRows = false;
     this.especiesDGW.AllowUserToDeleteRows = false;
     this.especiesDGW.AutoGenerateColumns = false;
     this.especiesDGW.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.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.especiesDGW.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.especiesDGW.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.especiesDGW.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Especie,
     this.NOMCOMUN,
     this.NOMCIENTIFICO,
     this.FAMILIA});
     this.especiesDGW.DataSource = this.especieBS;
     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.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.especiesDGW.DefaultCellStyle = dataGridViewCellStyle2;
     this.especiesDGW.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.especiesDGW.Location = new System.Drawing.Point(3, 56);
     this.especiesDGW.Name = "especiesDGW";
     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.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.especiesDGW.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.especiesDGW.Size = new System.Drawing.Size(525, 475);
     this.especiesDGW.TabIndex = 19;
     this.especiesDGW.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.especiesDGW_CellValueChanged);
     this.especiesDGW.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.especiesDGW_DataBindingComplete);
     //
     // Especie
     //
     this.Especie.HeaderText = "Seleccion";
     this.Especie.Name = "Especie";
     //
     // NOMCOMUN
     //
     this.NOMCOMUN.DataPropertyName = "NOMCOMUN";
     this.NOMCOMUN.HeaderText = "Nombre Comun";
     this.NOMCOMUN.Name = "NOMCOMUN";
     this.NOMCOMUN.ReadOnly = true;
     //
     // NOMCIENTIFICO
     //
     this.NOMCIENTIFICO.DataPropertyName = "NOMCIENTIFICO";
     this.NOMCIENTIFICO.HeaderText = "Nombre Cientifico";
     this.NOMCIENTIFICO.Name = "NOMCIENTIFICO";
     this.NOMCIENTIFICO.ReadOnly = true;
     //
     // FAMILIA
     //
     this.FAMILIA.DataPropertyName = "FAMILIA";
     this.FAMILIA.HeaderText = "Familia";
     this.FAMILIA.Name = "FAMILIA";
     this.FAMILIA.ReadOnly = true;
     //
     // especieBS
     //
     this.especieBS.DataSource = typeof(SIFCA_DAL.ESPECIE);
     //
     // seleccEspecieBtn
     //
     this.seleccEspecieBtn.Location = new System.Drawing.Point(314, 10);
     this.seleccEspecieBtn.Name = "seleccEspecieBtn";
     this.seleccEspecieBtn.Size = new System.Drawing.Size(112, 23);
     this.seleccEspecieBtn.TabIndex = 17;
     this.seleccEspecieBtn.Text = "Seleccionar Todos";
     this.seleccEspecieBtn.UseVisualStyleBackColor = true;
     this.seleccEspecieBtn.Click += new System.EventHandler(this.seleccEspecieBtn_Click);
     //
     // RemoverEspciesBtn
     //
     this.RemoverEspciesBtn.Location = new System.Drawing.Point(430, 10);
     this.RemoverEspciesBtn.Name = "RemoverEspciesBtn";
     this.RemoverEspciesBtn.Size = new System.Drawing.Size(95, 23);
     this.RemoverEspciesBtn.TabIndex = 18;
     this.RemoverEspciesBtn.Text = "Remover Todos";
     this.RemoverEspciesBtn.UseVisualStyleBackColor = true;
     this.RemoverEspciesBtn.Click += new System.EventHandler(this.RemoverEspciesBtn_Click);
     //
     // estratosTabP
     //
     this.estratosTabP.Controls.Add(this.crearEstratoBtn);
     this.estratosTabP.Controls.Add(this.errorLbl);
     this.estratosTabP.Controls.Add(this.actualizarPesosEstratosBtn);
     this.estratosTabP.Controls.Add(this.SeleccEstratosBtn);
     this.estratosTabP.Controls.Add(this.removerEstratosBtn);
     this.estratosTabP.Controls.Add(this.estratoDGW);
     this.estratosTabP.Location = new System.Drawing.Point(124, 4);
     this.estratosTabP.Name = "estratosTabP";
     this.estratosTabP.Padding = new System.Windows.Forms.Padding(3);
     this.estratosTabP.Size = new System.Drawing.Size(531, 534);
     this.estratosTabP.TabIndex = 3;
     this.estratosTabP.Text = "Listado de Estratos";
     this.estratosTabP.UseVisualStyleBackColor = true;
     //
     // crearEstratoBtn
     //
     this.crearEstratoBtn.Enabled = false;
     this.crearEstratoBtn.Location = new System.Drawing.Point(163, 9);
     this.crearEstratoBtn.Name = "crearEstratoBtn";
     this.crearEstratoBtn.Size = new System.Drawing.Size(104, 23);
     this.crearEstratoBtn.TabIndex = 25;
     this.crearEstratoBtn.Text = "Crear estrato";
     this.crearEstratoBtn.UseVisualStyleBackColor = true;
     //
     // errorLbl
     //
     this.errorLbl.AutoSize = true;
     this.errorLbl.Location = new System.Drawing.Point(11, 40);
     this.errorLbl.Name = "errorLbl";
     this.errorLbl.Size = new System.Drawing.Size(0, 13);
     this.errorLbl.TabIndex = 22;
     //
     // actualizarPesosEstratosBtn
     //
     this.actualizarPesosEstratosBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("actualizarPesosEstratosBtn.BackgroundImage")));
     this.actualizarPesosEstratosBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.actualizarPesosEstratosBtn.Enabled = false;
     this.actualizarPesosEstratosBtn.Location = new System.Drawing.Point(502, 9);
     this.actualizarPesosEstratosBtn.Name = "actualizarPesosEstratosBtn";
     this.actualizarPesosEstratosBtn.Size = new System.Drawing.Size(23, 23);
     this.actualizarPesosEstratosBtn.TabIndex = 22;
     this.actualizarPesosEstratosBtn.UseVisualStyleBackColor = true;
     this.actualizarPesosEstratosBtn.Click += new System.EventHandler(this.actualizarBtn_Click);
     //
     // SeleccEstratosBtn
     //
     this.SeleccEstratosBtn.Enabled = false;
     this.SeleccEstratosBtn.Location = new System.Drawing.Point(273, 9);
     this.SeleccEstratosBtn.Name = "SeleccEstratosBtn";
     this.SeleccEstratosBtn.Size = new System.Drawing.Size(112, 23);
     this.SeleccEstratosBtn.TabIndex = 20;
     this.SeleccEstratosBtn.Text = "Seleccionar Todos";
     this.SeleccEstratosBtn.UseVisualStyleBackColor = true;
     this.SeleccEstratosBtn.Click += new System.EventHandler(this.SeleccEstratosBtn_Click);
     //
     // removerEstratosBtn
     //
     this.removerEstratosBtn.Enabled = false;
     this.removerEstratosBtn.Location = new System.Drawing.Point(391, 9);
     this.removerEstratosBtn.Name = "removerEstratosBtn";
     this.removerEstratosBtn.Size = new System.Drawing.Size(104, 23);
     this.removerEstratosBtn.TabIndex = 21;
     this.removerEstratosBtn.Text = "Remover Todos";
     this.removerEstratosBtn.UseVisualStyleBackColor = true;
     this.removerEstratosBtn.Click += new System.EventHandler(this.removerEstratosBtn_Click);
     //
     // estratoDGW
     //
     this.estratoDGW.AllowUserToAddRows = false;
     this.estratoDGW.AllowUserToDeleteRows = false;
     this.estratoDGW.AllowUserToOrderColumns = true;
     this.estratoDGW.AutoGenerateColumns = false;
     this.estratoDGW.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.estratoDGW.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
     this.estratoDGW.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.estratoDGW.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Estratos,
     this.DESCRIPESTRATO,
     this.Tamanio,
     this.Peso});
     this.estratoDGW.DataSource = this.estratoBS;
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.estratoDGW.DefaultCellStyle = dataGridViewCellStyle5;
     this.estratoDGW.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.estratoDGW.Enabled = false;
     this.estratoDGW.Location = new System.Drawing.Point(3, 64);
     this.estratoDGW.Name = "estratoDGW";
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.estratoDGW.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
     this.estratoDGW.Size = new System.Drawing.Size(525, 467);
     this.estratoDGW.TabIndex = 23;
     this.estratoDGW.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.estratoDGW_CellValueChanged);
     this.estratoDGW.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.estratosDGW_DataBindingComplete);
     //
     // Estratos
     //
     this.Estratos.HeaderText = "Estratos";
     this.Estratos.Name = "Estratos";
     //
     // DESCRIPESTRATO
     //
     this.DESCRIPESTRATO.DataPropertyName = "DESCRIPESTRATO";
     this.DESCRIPESTRATO.HeaderText = "Descripcion";
     this.DESCRIPESTRATO.Name = "DESCRIPESTRATO";
     this.DESCRIPESTRATO.ReadOnly = true;
     //
     // Tamanio
     //
     this.Tamanio.HeaderText = "Tamaño";
     this.Tamanio.Name = "Tamanio";
     //
     // Peso
     //
     this.Peso.HeaderText = "Peso";
     this.Peso.Name = "Peso";
     this.Peso.ReadOnly = true;
     //
     // estratoBS
     //
     this.estratoBS.DataSource = typeof(SIFCA_DAL.ESTRATO);
     //
     // formulariosTap
     //
     this.formulariosTap.AutoScroll = true;
     this.formulariosTap.Controls.Add(this.crearFormBtn);
     this.formulariosTap.Controls.Add(this.formulariosDGW);
     this.formulariosTap.Location = new System.Drawing.Point(124, 4);
     this.formulariosTap.Name = "formulariosTap";
     this.formulariosTap.Size = new System.Drawing.Size(531, 534);
     this.formulariosTap.TabIndex = 5;
     this.formulariosTap.Text = "Formularios";
     this.formulariosTap.UseVisualStyleBackColor = true;
     //
     // crearFormBtn
     //
     this.crearFormBtn.Location = new System.Drawing.Point(414, 10);
     this.crearFormBtn.Name = "crearFormBtn";
     this.crearFormBtn.Size = new System.Drawing.Size(109, 23);
     this.crearFormBtn.TabIndex = 24;
     this.crearFormBtn.Text = "Crear Formulario";
     this.crearFormBtn.UseVisualStyleBackColor = true;
     this.crearFormBtn.Click += new System.EventHandler(this.crearFormBtn_Click);
     //
     // formulariosDGW
     //
     this.formulariosDGW.AllowUserToAddRows = false;
     this.formulariosDGW.AllowUserToDeleteRows = false;
     this.formulariosDGW.AutoGenerateColumns = false;
     this.formulariosDGW.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.formulariosDGW.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
     this.formulariosDGW.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.formulariosDGW.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.FECHACREACION,
     this.NROFORMULARIO,
     this.Usuario,
     this.NombreResponsable,
     this.CODEST,
     this.PARCELA,
     this.LINEA,
     this.ListarDatos});
     this.formulariosDGW.DataSource = this.formulariosBS;
     dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.formulariosDGW.DefaultCellStyle = dataGridViewCellStyle8;
     this.formulariosDGW.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.formulariosDGW.Location = new System.Drawing.Point(0, 39);
     this.formulariosDGW.Name = "formulariosDGW";
     dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.formulariosDGW.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
     this.formulariosDGW.Size = new System.Drawing.Size(531, 495);
     this.formulariosDGW.TabIndex = 25;
     this.formulariosDGW.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.formulariosDGW_CellClick);
     this.formulariosDGW.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.formulariosDGW_DataBindingComplete);
     //
     // FECHACREACION
     //
     this.FECHACREACION.DataPropertyName = "FECHACREACION";
     this.FECHACREACION.HeaderText = "Fecha";
     this.FECHACREACION.Name = "FECHACREACION";
     //
     // NROFORMULARIO
     //
     this.NROFORMULARIO.DataPropertyName = "NROFORMULARIO";
     this.NROFORMULARIO.HeaderText = "NROFORMULARIO";
     this.NROFORMULARIO.Name = "NROFORMULARIO";
     this.NROFORMULARIO.Visible = false;
     //
     // Usuario
     //
     this.Usuario.DataPropertyName = "NROUSUARIO";
     this.Usuario.HeaderText = "Responsable";
     this.Usuario.Name = "Usuario";
     this.Usuario.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Usuario.Visible = false;
     //
     // NombreResponsable
     //
     this.NombreResponsable.HeaderText = "Responsable";
     this.NombreResponsable.Name = "NombreResponsable";
     //
     // CODEST
     //
     this.CODEST.DataPropertyName = "CODEST";
     this.CODEST.DataSource = this.estratoBS;
     this.CODEST.DisplayMember = "DESCRIPESTRATO";
     this.CODEST.HeaderText = "Estrato";
     this.CODEST.Name = "CODEST";
     this.CODEST.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.CODEST.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.CODEST.ValueMember = "CODEST";
     //
     // PARCELA
     //
     this.PARCELA.DataPropertyName = "PARCELA";
     this.PARCELA.HeaderText = "Parcela";
     this.PARCELA.Name = "PARCELA";
     //
     // LINEA
     //
     this.LINEA.DataPropertyName = "LINEA";
     this.LINEA.HeaderText = "Linea";
     this.LINEA.Name = "LINEA";
     //
     // ListarDatos
     //
     this.ListarDatos.HeaderText = "";
     this.ListarDatos.Name = "ListarDatos";
     this.ListarDatos.Text = "Ver";
     this.ListarDatos.UseColumnTextForButtonValue = true;
     //
     // formulariosBS
     //
     this.formulariosBS.DataSource = typeof(SIFCA_DAL.FORMULARIO);
     //
     // proyectosContTabP
     //
     this.proyectosContTabP.AutoScroll = true;
     this.proyectosContTabP.Controls.Add(this.arbolEtapasBtn);
     this.proyectosContTabP.Controls.Add(this.proyectoDGW);
     this.proyectosContTabP.Controls.Add(this.seleccionarProyectosBtn);
     this.proyectosContTabP.Controls.Add(this.removerProyectosBtn);
     this.proyectosContTabP.Location = new System.Drawing.Point(124, 4);
     this.proyectosContTabP.Name = "proyectosContTabP";
     this.proyectosContTabP.Size = new System.Drawing.Size(531, 534);
     this.proyectosContTabP.TabIndex = 4;
     this.proyectosContTabP.Text = "Proyectos contenidos";
     this.proyectosContTabP.UseVisualStyleBackColor = true;
     //
     // arbolEtapasBtn
     //
     this.arbolEtapasBtn.Image = global::SIFCA.Properties.Resources._1395994362_chart_organisation_add;
     this.arbolEtapasBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.arbolEtapasBtn.Location = new System.Drawing.Point(200, 15);
     this.arbolEtapasBtn.Name = "arbolEtapasBtn";
     this.arbolEtapasBtn.Size = new System.Drawing.Size(104, 23);
     this.arbolEtapasBtn.TabIndex = 29;
     this.arbolEtapasBtn.Text = "Ver árbol";
     this.arbolEtapasBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.arbolEtapasBtn.UseVisualStyleBackColor = true;
     this.arbolEtapasBtn.Click += new System.EventHandler(this.arbolEtapasBtn_Click);
     //
     // proyectoDGW
     //
     this.proyectoDGW.AllowUserToAddRows = false;
     this.proyectoDGW.AllowUserToDeleteRows = false;
     this.proyectoDGW.AllowUserToOrderColumns = true;
     this.proyectoDGW.AutoGenerateColumns = false;
     this.proyectoDGW.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.proyectoDGW.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
     this.proyectoDGW.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.proyectoDGW.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Proyectos,
     this.Codigo,
     this.LUGAR,
     this.FECHA,
     this.NOMBRETIPOINV,
     this.NOMTIPODISEMUEST,
     this.PesoProyecto,
     this.ETAPA});
     this.proyectoDGW.DataSource = this.proyectosBS;
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.proyectoDGW.DefaultCellStyle = dataGridViewCellStyle11;
     this.proyectoDGW.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.proyectoDGW.Enabled = false;
     this.proyectoDGW.Location = new System.Drawing.Point(0, 44);
     this.proyectoDGW.Name = "proyectoDGW";
     dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.proyectoDGW.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
     this.proyectoDGW.Size = new System.Drawing.Size(531, 490);
     this.proyectoDGW.TabIndex = 28;
     this.proyectoDGW.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.proyectoDGW_CellValueChanged);
     this.proyectoDGW.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.proyectoDGW_DataBindingComplete);
     //
     // Proyectos
     //
     this.Proyectos.HeaderText = "Seleccion";
     this.Proyectos.Name = "Proyectos";
     //
     // Codigo
     //
     this.Codigo.DataPropertyName = "NROPROY";
     this.Codigo.HeaderText = "Codigo";
     this.Codigo.Name = "Codigo";
     this.Codigo.ReadOnly = true;
     this.Codigo.Visible = false;
     //
     // LUGAR
     //
     this.LUGAR.DataPropertyName = "LUGAR";
     this.LUGAR.HeaderText = "Lugar";
     this.LUGAR.Name = "LUGAR";
     this.LUGAR.ReadOnly = true;
     //
     // FECHA
     //
     this.FECHA.DataPropertyName = "FECHA";
     this.FECHA.HeaderText = "Fecha";
     this.FECHA.Name = "FECHA";
     this.FECHA.ReadOnly = true;
     //
     // NOMBRETIPOINV
     //
     this.NOMBRETIPOINV.DataPropertyName = "NOMBRETIPOINV";
     this.NOMBRETIPOINV.DataSource = this.objetivoInventarioBS;
     this.NOMBRETIPOINV.DisplayMember = "DESCRIPOBJETINV";
     this.NOMBRETIPOINV.HeaderText = "Objetivo";
     this.NOMBRETIPOINV.Name = "NOMBRETIPOINV";
     this.NOMBRETIPOINV.ReadOnly = true;
     this.NOMBRETIPOINV.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.NOMBRETIPOINV.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.NOMBRETIPOINV.ValueMember = "NOMBRETIPOINV";
     //
     // NOMTIPODISEMUEST
     //
     this.NOMTIPODISEMUEST.DataPropertyName = "NOMTIPODISEMUEST";
     this.NOMTIPODISEMUEST.DataSource = this.tipoDisenoBS;
     this.NOMTIPODISEMUEST.DisplayMember = "DESCRIPTIPODISEMUEST";
     this.NOMTIPODISEMUEST.HeaderText = "Tipo Diseño";
     this.NOMTIPODISEMUEST.Name = "NOMTIPODISEMUEST";
     this.NOMTIPODISEMUEST.ReadOnly = true;
     this.NOMTIPODISEMUEST.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.NOMTIPODISEMUEST.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.NOMTIPODISEMUEST.ValueMember = "NOMTIPODISEMUEST";
     //
     // PesoProyecto
     //
     this.PesoProyecto.HeaderText = "Peso";
     this.PesoProyecto.Name = "PesoProyecto";
     //
     // ETAPA
     //
     this.ETAPA.DataPropertyName = "ETAPA";
     this.ETAPA.HeaderText = "Etapa";
     this.ETAPA.Name = "ETAPA";
     this.ETAPA.ReadOnly = true;
     //
     // proyectosBS
     //
     this.proyectosBS.DataSource = typeof(SIFCA_DAL.PROYECTO);
     //
     // seleccionarProyectosBtn
     //
     this.seleccionarProyectosBtn.Enabled = false;
     this.seleccionarProyectosBtn.Location = new System.Drawing.Point(306, 15);
     this.seleccionarProyectosBtn.Name = "seleccionarProyectosBtn";
     this.seleccionarProyectosBtn.Size = new System.Drawing.Size(112, 23);
     this.seleccionarProyectosBtn.TabIndex = 26;
     this.seleccionarProyectosBtn.Text = "Seleccionar Todos";
     this.seleccionarProyectosBtn.UseVisualStyleBackColor = true;
     this.seleccionarProyectosBtn.Click += new System.EventHandler(this.seleccionarProyectosBtn_Click);
     //
     // removerProyectosBtn
     //
     this.removerProyectosBtn.Enabled = false;
     this.removerProyectosBtn.Location = new System.Drawing.Point(424, 15);
     this.removerProyectosBtn.Name = "removerProyectosBtn";
     this.removerProyectosBtn.Size = new System.Drawing.Size(104, 23);
     this.removerProyectosBtn.TabIndex = 27;
     this.removerProyectosBtn.Text = "Remover Todos";
     this.removerProyectosBtn.UseVisualStyleBackColor = true;
     this.removerProyectosBtn.Click += new System.EventHandler(this.removerProyectosBtn_Click);
     //
     // costosTabP
     //
     this.costosTabP.Controls.Add(this.errorCostoLbl);
     this.costosTabP.Controls.Add(this.costoDGW);
     this.costosTabP.Controls.Add(this.button1);
     this.costosTabP.Controls.Add(this.button2);
     this.costosTabP.Location = new System.Drawing.Point(124, 4);
     this.costosTabP.Name = "costosTabP";
     this.costosTabP.Padding = new System.Windows.Forms.Padding(3);
     this.costosTabP.Size = new System.Drawing.Size(531, 534);
     this.costosTabP.TabIndex = 6;
     this.costosTabP.Text = "Listado de costos";
     this.costosTabP.UseVisualStyleBackColor = true;
     //
     // costoDGW
     //
     this.costoDGW.AllowUserToAddRows = false;
     this.costoDGW.AllowUserToDeleteRows = false;
     this.costoDGW.AutoGenerateColumns = false;
     this.costoDGW.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.costoDGW.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
     this.costoDGW.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.costoDGW.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Costos,
     this.NROCOSTO,
     this.NOMBRE,
     this.DESCRIPCION,
     this.TIPO,
     this.Valor,
     this.lISTADODECOSTOSDataGridViewTextBoxColumn});
     this.costoDGW.DataSource = this.costoBS;
     dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.costoDGW.DefaultCellStyle = dataGridViewCellStyle14;
     this.costoDGW.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.costoDGW.Location = new System.Drawing.Point(3, 63);
     this.costoDGW.Name = "costoDGW";
     dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.costoDGW.RowHeadersDefaultCellStyle = dataGridViewCellStyle15;
     this.costoDGW.Size = new System.Drawing.Size(525, 468);
     this.costoDGW.TabIndex = 22;
     this.costoDGW.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.costoDGW_CellFormatting);
     this.costoDGW.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.costoDGW_CellValueChanged);
     this.costoDGW.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.costoDGW_DataBindingComplete);
     //
     // Costos
     //
     this.Costos.HeaderText = "Seleccion";
     this.Costos.Name = "Costos";
     //
     // NROCOSTO
     //
     this.NROCOSTO.DataPropertyName = "NROCOSTO";
     this.NROCOSTO.HeaderText = "NROCOSTO";
     this.NROCOSTO.Name = "NROCOSTO";
     this.NROCOSTO.Visible = false;
     //
     // NOMBRE
     //
     this.NOMBRE.DataPropertyName = "NOMBRE";
     this.NOMBRE.HeaderText = "Nombre";
     this.NOMBRE.Name = "NOMBRE";
     //
     // DESCRIPCION
     //
     this.DESCRIPCION.DataPropertyName = "DESCRIPCION";
     this.DESCRIPCION.HeaderText = "Descripción";
     this.DESCRIPCION.Name = "DESCRIPCION";
     this.DESCRIPCION.Visible = false;
     //
     // TIPO
     //
     this.TIPO.DataPropertyName = "TIPO";
     this.TIPO.HeaderText = "Tipo";
     this.TIPO.Name = "TIPO";
     //
     // Valor
     //
     this.Valor.HeaderText = "Valor";
     this.Valor.Name = "Valor";
     //
     // lISTADODECOSTOSDataGridViewTextBoxColumn
     //
     this.lISTADODECOSTOSDataGridViewTextBoxColumn.DataPropertyName = "LISTADODECOSTOS";
     this.lISTADODECOSTOSDataGridViewTextBoxColumn.HeaderText = "LISTADODECOSTOS";
     this.lISTADODECOSTOSDataGridViewTextBoxColumn.Name = "lISTADODECOSTOSDataGridViewTextBoxColumn";
     this.lISTADODECOSTOSDataGridViewTextBoxColumn.Visible = false;
     //
     // costoBS
     //
     this.costoBS.DataSource = typeof(SIFCA_DAL.COSTO);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(314, 7);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(112, 23);
     this.button1.TabIndex = 20;
     this.button1.Text = "Seleccionar Todos";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(430, 7);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(95, 23);
     this.button2.TabIndex = 21;
     this.button2.Text = "Remover Todos";
     this.button2.UseVisualStyleBackColor = true;
     //
     // usuarioBS
     //
     this.usuarioBS.DataSource = typeof(SIFCA_DAL.USUARIO);
     //
     // cancelarBtn
     //
     this.cancelarBtn.Location = new System.Drawing.Point(572, 556);
     this.cancelarBtn.Name = "cancelarBtn";
     this.cancelarBtn.Size = new System.Drawing.Size(75, 23);
     this.cancelarBtn.TabIndex = 30;
     this.cancelarBtn.Text = "Cancelar";
     this.cancelarBtn.UseVisualStyleBackColor = true;
     this.cancelarBtn.Click += new System.EventHandler(this.CancelarBtn_Click);
     //
     // ActualizarBtn
     //
     this.ActualizarBtn.Location = new System.Drawing.Point(490, 556);
     this.ActualizarBtn.Name = "ActualizarBtn";
     this.ActualizarBtn.Size = new System.Drawing.Size(75, 23);
     this.ActualizarBtn.TabIndex = 29;
     this.ActualizarBtn.Text = "Actualizar";
     this.ActualizarBtn.UseVisualStyleBackColor = true;
     this.ActualizarBtn.Click += new System.EventHandler(this.ActualizarProyectoBtn_Click);
     //
     // controladorErrores
     //
     this.controladorErrores.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.controladorErrores.ContainerControl = this;
     //
     // errorCostoLbl
     //
     this.errorCostoLbl.AutoSize = true;
     this.errorCostoLbl.Location = new System.Drawing.Point(4, 37);
     this.errorCostoLbl.Name = "errorCostoLbl";
     this.errorCostoLbl.Size = new System.Drawing.Size(414, 13);
     this.errorCostoLbl.TabIndex = 30;
     this.errorCostoLbl.Text = "Se debe especificar un valor total al costo que asocie al proyecto, sin puntos ni" +
     " comas";
     //
     // Actualizar_Proyectos_Form
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::SIFCA.Properties.Resources.fondo_tab;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(659, 591);
     this.Controls.Add(this.cancelarBtn);
     this.Controls.Add(this.ActualizarBtn);
     this.Controls.Add(this.actualizarProyectoTab);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Actualizar_Proyectos_Form";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Actualizar proyecto";
     this.actualizarProyectoTab.ResumeLayout(false);
     this.proyectoTabP.ResumeLayout(false);
     this.DatosProyectoGbx.ResumeLayout(false);
     this.DatosProyectoGbx.PerformLayout();
     this.otrosDatosGbx.ResumeLayout(false);
     this.otrosDatosGbx.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.formulaBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.proyectoBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDisenoBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objetivoInventarioBS)).EndInit();
     this.especiesTabP.ResumeLayout(false);
     this.especiesTabP.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.especiesDGW)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.especieBS)).EndInit();
     this.estratosTabP.ResumeLayout(false);
     this.estratosTabP.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.estratoDGW)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.estratoBS)).EndInit();
     this.formulariosTap.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.formulariosDGW)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.formulariosBS)).EndInit();
     this.proyectosContTabP.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.proyectoDGW)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.proyectosBS)).EndInit();
     this.costosTabP.ResumeLayout(false);
     this.costosTabP.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.costoDGW)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.costoBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.usuarioBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.controladorErrores)).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()
 {
     System.Windows.Forms.Label noteLabel;
     System.Windows.Forms.Label startSpeedLabel;
     System.Windows.Forms.Label RampHeightLabel;
     System.Windows.Forms.Label ErrorMsgLabel;
     System.Windows.Forms.Label InprogMsgLabel;
     System.Windows.Forms.Label ScoredMsgLabel;
     System.Windows.Forms.Label UnscoredMsgLabel;
     System.Windows.Forms.Label activeLabel;
     System.Windows.Forms.Label roundLabel;
     System.Windows.Forms.Label TourBoatLabel;
     System.Windows.Forms.Label ActiveSkierNameLabel;
     System.Windows.Forms.Label EventGroupLabel;
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = 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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScoreEntrySeg3));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
     this.winStatus = new System.Windows.Forms.StatusStrip();
     this.winStatusMsg = new System.Windows.Forms.ToolStripStatusLabel();
     this.scoreFeetTextBox = new System.Windows.Forms.TextBox();
     this.scoreMetersTextBox = new System.Windows.Forms.TextBox();
     this.noteTextBox = new System.Windows.Forms.TextBox();
     this.nopsScoreTextBox = new System.Windows.Forms.TextBox();
     this.jumpRecapDataGridView = new System.Windows.Forms.DataGridView();
     this.RoundRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PassNumRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BoatSpeedRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ReturnToBaseRecap = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.ResultsRecap = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.BoatSplitTimeRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BoatSplitTime2Recap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BoatEndTimeRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Meter1Recap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Meter2Recap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Meter3Recap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Meter4Recap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Meter5Recap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Meter6Recap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ScoreFeetRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ScoreMetersRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TimeInTolRecap = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.RerideRecap = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.ScoreProtRecap = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.ScoreTriangleRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RerideReasonRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SanctionIdRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MemberIdRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RampHeightRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NoteRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PKRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TimeInTolImg = new System.Windows.Forms.DataGridViewImageColumn();
     this.Updated = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.AgeGroupRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Split52TimeTolRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Split82TimeTolRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Split41TimeTolRecap = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.deletePassButton = new System.Windows.Forms.Button();
     this.addPassButton = new System.Windows.Forms.Button();
     this.skierPassMsg = new System.Windows.Forms.Label();
     this.TourEventRegDataGridView = new System.Windows.Forms.DataGridView();
     this.SkierName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.AgeGroup = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TeamCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.EventClass = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.EventGroup = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Score = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Order = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RankingScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RankingRating = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.JumpHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SkiYearAge = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SanctionId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MemberId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Event = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PK = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.topMenuNav = new System.Windows.Forms.ToolStrip();
     this.navRefresh = new System.Windows.Forms.ToolStripButton();
     this.navPrint = new System.Windows.Forms.ToolStripButton();
     this.navExport = new System.Windows.Forms.ToolStripButton();
     this.navFilter = new System.Windows.Forms.ToolStripButton();
     this.navSort = new System.Windows.Forms.ToolStripButton();
     this.NavSaveItem = new System.Windows.Forms.ToolStripButton();
     this.navScoreboard = new System.Windows.Forms.ToolStripButton();
     this.navLiveWeb = new System.Windows.Forms.ToolStripButton();
     this.navExportRecord = new System.Windows.Forms.ToolStripButton();
     this.listBoatTimesDataGridView = new System.Windows.Forms.DataGridView();
     this.BoatTimeKey = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ListCodeNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.FastTimeTol = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ActualTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SlowtimeTol = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TimeKeyDesc = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RampHeightTextBox = new System.Windows.Forms.TextBox();
     this.BoatSpeedTextBox = new System.Windows.Forms.TextBox();
     this.JumpCalcMetersCB = new System.Windows.Forms.CheckBox();
     this.JumpCalcVideoCB = new System.Windows.Forms.CheckBox();
     this.BoatSelectInfoLabel = new System.Windows.Forms.Label();
     this.listApprovedBoatsDataGridView = new System.Windows.Forms.DataGridView();
     this.BoatModelApproved = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.EngineSpec = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SpeedControl = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.HullStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.FuelDel = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Transmission = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Prop = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BoatCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BoatSelectButton = new System.Windows.Forms.Button();
     this.TourBoatTextbox = new System.Windows.Forms.TextBox();
     this.EventDelayReasonLabel = new System.Windows.Forms.Label();
     this.EventDelayReasonTextBox = new System.Windows.Forms.TextBox();
     this.StartTimerButton = new System.Windows.Forms.PictureBox();
     this.PauseTimerButton = new System.Windows.Forms.PictureBox();
     this.EventRunInfoData = new System.Windows.Forms.Label();
     this.EventRunPerfData = new System.Windows.Forms.Label();
     this.EventRunPerfLabel = new System.Windows.Forms.Label();
     this.EventRunInfoLabel = new System.Windows.Forms.Label();
     this.RowStatusLabel = new System.Windows.Forms.Label();
     this.activeSkierName = new System.Windows.Forms.Label();
     this.ForceCompButton = new System.Windows.Forms.Button();
     this.RefreshLabel1 = new System.Windows.Forms.Label();
     this.EventGroupList = new System.Windows.Forms.ComboBox();
     this.nopsScoreLabel = new System.Windows.Forms.Label();
     this.scoreFeetLabel = new System.Windows.Forms.Label();
     this.scoreMetersLabel = new System.Windows.Forms.Label();
     this.scoreEventClass = new System.Windows.Forms.ComboBox();
     this.TourBoatCodeTextbox = new System.Windows.Forms.TextBox();
     this.TeamCodeTextBox = new System.Windows.Forms.TextBox();
     this.RampHeightSelect = new WaterskiScoringSystem.Common.RampHeightSelect();
     this.JumpSpeedSelect = new WaterskiScoringSystem.Common.JumpSpeedSelect();
     this.roundActiveSelect = new WaterskiScoringSystem.Common.RoundSelect();
     this.roundSelect = new WaterskiScoringSystem.Common.RoundSelect();
     this.LiveWebLabel = new System.Windows.Forms.Label();
     this.ResizeNarrow = new System.Windows.Forms.Label();
     this.ResizeWide = new System.Windows.Forms.Label();
     noteLabel = new System.Windows.Forms.Label();
     startSpeedLabel = new System.Windows.Forms.Label();
     RampHeightLabel = new System.Windows.Forms.Label();
     ErrorMsgLabel = new System.Windows.Forms.Label();
     InprogMsgLabel = new System.Windows.Forms.Label();
     ScoredMsgLabel = new System.Windows.Forms.Label();
     UnscoredMsgLabel = new System.Windows.Forms.Label();
     activeLabel = new System.Windows.Forms.Label();
     roundLabel = new System.Windows.Forms.Label();
     TourBoatLabel = new System.Windows.Forms.Label();
     ActiveSkierNameLabel = new System.Windows.Forms.Label();
     EventGroupLabel = new System.Windows.Forms.Label();
     this.winStatus.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.jumpRecapDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TourEventRegDataGridView)).BeginInit();
     this.topMenuNav.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listBoatTimesDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listApprovedBoatsDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.StartTimerButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PauseTimerButton)).BeginInit();
     this.SuspendLayout();
     //
     // noteLabel
     //
     noteLabel.AutoSize = true;
     noteLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     noteLabel.Location = new System.Drawing.Point(555, 93);
     noteLabel.Name = "noteLabel";
     noteLabel.Size = new System.Drawing.Size(38, 13);
     noteLabel.TabIndex = 29;
     noteLabel.Text = "Note:";
     //
     // startSpeedLabel
     //
     startSpeedLabel.AutoSize = true;
     startSpeedLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     startSpeedLabel.Location = new System.Drawing.Point(383, 93);
     startSpeedLabel.Name = "startSpeedLabel";
     startSpeedLabel.Size = new System.Drawing.Size(43, 13);
     startSpeedLabel.TabIndex = 31;
     startSpeedLabel.Text = "Speed";
     startSpeedLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // RampHeightLabel
     //
     RampHeightLabel.AutoSize = true;
     RampHeightLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     RampHeightLabel.Location = new System.Drawing.Point(467, 93);
     RampHeightLabel.Name = "RampHeightLabel";
     RampHeightLabel.Size = new System.Drawing.Size(80, 13);
     RampHeightLabel.TabIndex = 34;
     RampHeightLabel.Text = "Ramp Height";
     RampHeightLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ErrorMsgLabel
     //
     ErrorMsgLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     ErrorMsgLabel.BackColor = System.Drawing.Color.Red;
     ErrorMsgLabel.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     ErrorMsgLabel.ForeColor = System.Drawing.Color.White;
     ErrorMsgLabel.Location = new System.Drawing.Point(138, 487);
     ErrorMsgLabel.Name = "ErrorMsgLabel";
     ErrorMsgLabel.Size = new System.Drawing.Size(132, 18);
     ErrorMsgLabel.TabIndex = 41;
     ErrorMsgLabel.Text = "Skier scored with error";
     ErrorMsgLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // InprogMsgLabel
     //
     InprogMsgLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     InprogMsgLabel.BackColor = System.Drawing.Color.LimeGreen;
     InprogMsgLabel.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     InprogMsgLabel.ForeColor = System.Drawing.Color.White;
     InprogMsgLabel.Location = new System.Drawing.Point(138, 464);
     InprogMsgLabel.Name = "InprogMsgLabel";
     InprogMsgLabel.Size = new System.Drawing.Size(132, 18);
     InprogMsgLabel.TabIndex = 42;
     InprogMsgLabel.Text = "Skier scoring incomplete";
     InprogMsgLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ScoredMsgLabel
     //
     ScoredMsgLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     ScoredMsgLabel.BackColor = System.Drawing.SystemColors.Window;
     ScoredMsgLabel.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     ScoredMsgLabel.ForeColor = System.Drawing.Color.DarkBlue;
     ScoredMsgLabel.Location = new System.Drawing.Point(5, 487);
     ScoredMsgLabel.Name = "ScoredMsgLabel";
     ScoredMsgLabel.Size = new System.Drawing.Size(100, 18);
     ScoredMsgLabel.TabIndex = 39;
     ScoredMsgLabel.Text = "Skier Scored";
     ScoredMsgLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // UnscoredMsgLabel
     //
     UnscoredMsgLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     UnscoredMsgLabel.BackColor = System.Drawing.SystemColors.Window;
     UnscoredMsgLabel.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     UnscoredMsgLabel.Location = new System.Drawing.Point(5, 464);
     UnscoredMsgLabel.Name = "UnscoredMsgLabel";
     UnscoredMsgLabel.Size = new System.Drawing.Size(100, 18);
     UnscoredMsgLabel.TabIndex = 40;
     UnscoredMsgLabel.Text = "Skier unscored";
     UnscoredMsgLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // activeLabel
     //
     activeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     activeLabel.Location = new System.Drawing.Point(53, 50);
     activeLabel.Margin = new System.Windows.Forms.Padding(0);
     activeLabel.Name = "activeLabel";
     activeLabel.Size = new System.Drawing.Size(89, 13);
     activeLabel.TabIndex = 0;
     activeLabel.Text = "Active Round";
     activeLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // roundLabel
     //
     roundLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     roundLabel.Location = new System.Drawing.Point(276, 80);
     roundLabel.Margin = new System.Windows.Forms.Padding(0);
     roundLabel.Name = "roundLabel";
     roundLabel.Size = new System.Drawing.Size(62, 26);
     roundLabel.TabIndex = 0;
     roundLabel.Text = "Skier Round";
     roundLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // TourBoatLabel
     //
     TourBoatLabel.AutoSize = true;
     TourBoatLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     TourBoatLabel.Location = new System.Drawing.Point(299, 297);
     TourBoatLabel.Name = "TourBoatLabel";
     TourBoatLabel.Size = new System.Drawing.Size(37, 13);
     TourBoatLabel.TabIndex = 0;
     TourBoatLabel.Text = "Boat:";
     TourBoatLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ActiveSkierNameLabel
     //
     ActiveSkierNameLabel.AutoSize = true;
     ActiveSkierNameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     ActiveSkierNameLabel.Location = new System.Drawing.Point(276, 63);
     ActiveSkierNameLabel.Name = "ActiveSkierNameLabel";
     ActiveSkierNameLabel.Size = new System.Drawing.Size(80, 13);
     ActiveSkierNameLabel.TabIndex = 62;
     ActiveSkierNameLabel.Text = "Active Skier:";
     ActiveSkierNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // EventGroupLabel
     //
     EventGroupLabel.AutoSize = true;
     EventGroupLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     EventGroupLabel.Location = new System.Drawing.Point(192, 50);
     EventGroupLabel.Margin = new System.Windows.Forms.Padding(0);
     EventGroupLabel.Name = "EventGroupLabel";
     EventGroupLabel.Size = new System.Drawing.Size(78, 13);
     EventGroupLabel.TabIndex = 0;
     EventGroupLabel.Text = "Event Group";
     EventGroupLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // winStatus
     //
     this.winStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.winStatusMsg});
     this.winStatus.Location = new System.Drawing.Point(0, 508);
     this.winStatus.Name = "winStatus";
     this.winStatus.Size = new System.Drawing.Size(1152, 22);
     this.winStatus.TabIndex = 19;
     this.winStatus.Text = "statusStrip1";
     //
     // winStatusMsg
     //
     this.winStatusMsg.Name = "winStatusMsg";
     this.winStatusMsg.Size = new System.Drawing.Size(0, 17);
     //
     // scoreFeetTextBox
     //
     this.scoreFeetTextBox.BackColor = System.Drawing.Color.Maroon;
     this.scoreFeetTextBox.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scoreFeetTextBox.ForeColor = System.Drawing.Color.White;
     this.scoreFeetTextBox.Location = new System.Drawing.Point(276, 264);
     this.scoreFeetTextBox.Name = "scoreFeetTextBox";
     this.scoreFeetTextBox.ReadOnly = true;
     this.scoreFeetTextBox.Size = new System.Drawing.Size(60, 26);
     this.scoreFeetTextBox.TabIndex = 20;
     this.scoreFeetTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // scoreMetersTextBox
     //
     this.scoreMetersTextBox.BackColor = System.Drawing.Color.Maroon;
     this.scoreMetersTextBox.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scoreMetersTextBox.ForeColor = System.Drawing.Color.White;
     this.scoreMetersTextBox.Location = new System.Drawing.Point(357, 264);
     this.scoreMetersTextBox.Name = "scoreMetersTextBox";
     this.scoreMetersTextBox.ReadOnly = true;
     this.scoreMetersTextBox.Size = new System.Drawing.Size(60, 26);
     this.scoreMetersTextBox.TabIndex = 21;
     this.scoreMetersTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // noteTextBox
     //
     this.noteTextBox.Location = new System.Drawing.Point(555, 111);
     this.noteTextBox.Name = "noteTextBox";
     this.noteTextBox.Size = new System.Drawing.Size(362, 20);
     this.noteTextBox.TabIndex = 30;
     //
     // nopsScoreTextBox
     //
     this.nopsScoreTextBox.BackColor = System.Drawing.Color.Maroon;
     this.nopsScoreTextBox.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nopsScoreTextBox.ForeColor = System.Drawing.Color.White;
     this.nopsScoreTextBox.Location = new System.Drawing.Point(438, 264);
     this.nopsScoreTextBox.Name = "nopsScoreTextBox";
     this.nopsScoreTextBox.ReadOnly = true;
     this.nopsScoreTextBox.Size = new System.Drawing.Size(75, 26);
     this.nopsScoreTextBox.TabIndex = 22;
     this.nopsScoreTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // jumpRecapDataGridView
     //
     this.jumpRecapDataGridView.AllowUserToAddRows = false;
     this.jumpRecapDataGridView.AllowUserToDeleteRows = false;
     this.jumpRecapDataGridView.AllowUserToResizeRows = false;
     this.jumpRecapDataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.jumpRecapDataGridView.BackgroundColor = System.Drawing.Color.LightSteelBlue;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.jumpRecapDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.jumpRecapDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.jumpRecapDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.RoundRecap,
     this.PassNumRecap,
     this.BoatSpeedRecap,
     this.ReturnToBaseRecap,
     this.ResultsRecap,
     this.BoatSplitTimeRecap,
     this.BoatSplitTime2Recap,
     this.BoatEndTimeRecap,
     this.Meter1Recap,
     this.Meter2Recap,
     this.Meter3Recap,
     this.Meter4Recap,
     this.Meter5Recap,
     this.Meter6Recap,
     this.ScoreFeetRecap,
     this.ScoreMetersRecap,
     this.TimeInTolRecap,
     this.RerideRecap,
     this.ScoreProtRecap,
     this.ScoreTriangleRecap,
     this.RerideReasonRecap,
     this.SanctionIdRecap,
     this.MemberIdRecap,
     this.RampHeightRecap,
     this.NoteRecap,
     this.PKRecap,
     this.TimeInTolImg,
     this.Updated,
     this.AgeGroupRecap,
     this.Split52TimeTolRecap,
     this.Split82TimeTolRecap,
     this.Split41TimeTolRecap});
     dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle15.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.jumpRecapDataGridView.DefaultCellStyle = dataGridViewCellStyle15;
     this.jumpRecapDataGridView.Location = new System.Drawing.Point(276, 344);
     this.jumpRecapDataGridView.Name = "jumpRecapDataGridView";
     this.jumpRecapDataGridView.RowHeadersVisible = false;
     this.jumpRecapDataGridView.ShowRowErrors = false;
     this.jumpRecapDataGridView.Size = new System.Drawing.Size(868, 159);
     this.jumpRecapDataGridView.TabIndex = 31;
     this.jumpRecapDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.jumpRecapDataGridView_CellContentClick);
     this.jumpRecapDataGridView.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.jumpRecapDataGridView_CellEnter);
     this.jumpRecapDataGridView.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.jumpRecapDataGridView_CellValidated);
     this.jumpRecapDataGridView.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.jumpRecapDataGridView_CellValidating);
     this.jumpRecapDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView_DataError);
     this.jumpRecapDataGridView.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.jumpRecapDataGridView_RowEnter);
     this.jumpRecapDataGridView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.jumpRecapDataGridView_KeyUp);
     this.jumpRecapDataGridView.Leave += new System.EventHandler(this.jumpRecapDataGridView_Leave);
     //
     // RoundRecap
     //
     this.RoundRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.RoundRecap.HeaderText = "Rd";
     this.RoundRecap.Name = "RoundRecap";
     this.RoundRecap.ReadOnly = true;
     this.RoundRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.RoundRecap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.RoundRecap.Width = 35;
     //
     // PassNumRecap
     //
     this.PassNumRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.PassNumRecap.HeaderText = "Pass";
     this.PassNumRecap.Name = "PassNumRecap";
     this.PassNumRecap.ReadOnly = true;
     this.PassNumRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.PassNumRecap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.PassNumRecap.Width = 30;
     //
     // BoatSpeedRecap
     //
     this.BoatSpeedRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.BoatSpeedRecap.HeaderText = "Boat Speed";
     this.BoatSpeedRecap.Name = "BoatSpeedRecap";
     this.BoatSpeedRecap.ReadOnly = true;
     this.BoatSpeedRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.BoatSpeedRecap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.BoatSpeedRecap.Width = 40;
     //
     // ReturnToBaseRecap
     //
     this.ReturnToBaseRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.ReturnToBaseRecap.FalseValue = "N";
     this.ReturnToBaseRecap.HeaderText = "RTB";
     this.ReturnToBaseRecap.Name = "ReturnToBaseRecap";
     this.ReturnToBaseRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.ReturnToBaseRecap.TrueValue = "Y";
     this.ReturnToBaseRecap.Width = 30;
     //
     // ResultsRecap
     //
     this.ResultsRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.ResultsRecap.HeaderText = "Results";
     this.ResultsRecap.Items.AddRange(new object[] {
     "Jump",
     "Fall",
     "Pass"});
     this.ResultsRecap.MaxDropDownItems = 4;
     this.ResultsRecap.Name = "ResultsRecap";
     this.ResultsRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.ResultsRecap.Width = 75;
     //
     // BoatSplitTimeRecap
     //
     this.BoatSplitTimeRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle2.Format = "N2";
     dataGridViewCellStyle2.NullValue = null;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.BoatSplitTimeRecap.DefaultCellStyle = dataGridViewCellStyle2;
     this.BoatSplitTimeRecap.HeaderText = "Split52 Time";
     this.BoatSplitTimeRecap.Name = "BoatSplitTimeRecap";
     this.BoatSplitTimeRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.BoatSplitTimeRecap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.BoatSplitTimeRecap.Width = 40;
     //
     // BoatSplitTime2Recap
     //
     this.BoatSplitTime2Recap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle3.Format = "N2";
     dataGridViewCellStyle3.NullValue = null;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.BoatSplitTime2Recap.DefaultCellStyle = dataGridViewCellStyle3;
     this.BoatSplitTime2Recap.HeaderText = "Split82 Time";
     this.BoatSplitTime2Recap.Name = "BoatSplitTime2Recap";
     this.BoatSplitTime2Recap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.BoatSplitTime2Recap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.BoatSplitTime2Recap.Width = 40;
     //
     // BoatEndTimeRecap
     //
     this.BoatEndTimeRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle4.Format = "N2";
     dataGridViewCellStyle4.NullValue = null;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.BoatEndTimeRecap.DefaultCellStyle = dataGridViewCellStyle4;
     this.BoatEndTimeRecap.HeaderText = "End Time";
     this.BoatEndTimeRecap.Name = "BoatEndTimeRecap";
     this.BoatEndTimeRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.BoatEndTimeRecap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.BoatEndTimeRecap.Width = 40;
     //
     // Meter1Recap
     //
     this.Meter1Recap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle5.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.Format = "N2";
     dataGridViewCellStyle5.NullValue = null;
     dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.Meter1Recap.DefaultCellStyle = dataGridViewCellStyle5;
     this.Meter1Recap.HeaderText = "Meter 1";
     this.Meter1Recap.Name = "Meter1Recap";
     this.Meter1Recap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Meter1Recap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Meter1Recap.Width = 40;
     //
     // Meter2Recap
     //
     this.Meter2Recap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle6.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.Format = "N2";
     dataGridViewCellStyle6.NullValue = null;
     dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.Meter2Recap.DefaultCellStyle = dataGridViewCellStyle6;
     this.Meter2Recap.HeaderText = "Meter 2";
     this.Meter2Recap.Name = "Meter2Recap";
     this.Meter2Recap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Meter2Recap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Meter2Recap.Width = 40;
     //
     // Meter3Recap
     //
     this.Meter3Recap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle7.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle7.Format = "N2";
     dataGridViewCellStyle7.NullValue = null;
     dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.Meter3Recap.DefaultCellStyle = dataGridViewCellStyle7;
     this.Meter3Recap.HeaderText = "Meter 3";
     this.Meter3Recap.Name = "Meter3Recap";
     this.Meter3Recap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Meter3Recap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Meter3Recap.Width = 40;
     //
     // Meter4Recap
     //
     this.Meter4Recap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle8.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle8.Format = "N2";
     dataGridViewCellStyle8.NullValue = null;
     dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.Meter4Recap.DefaultCellStyle = dataGridViewCellStyle8;
     this.Meter4Recap.HeaderText = "Meter 4";
     this.Meter4Recap.Name = "Meter4Recap";
     this.Meter4Recap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Meter4Recap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Meter4Recap.Width = 40;
     //
     // Meter5Recap
     //
     this.Meter5Recap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle9.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle9.Format = "N2";
     dataGridViewCellStyle9.NullValue = null;
     dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.Meter5Recap.DefaultCellStyle = dataGridViewCellStyle9;
     this.Meter5Recap.HeaderText = "Meter 5";
     this.Meter5Recap.Name = "Meter5Recap";
     this.Meter5Recap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Meter5Recap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Meter5Recap.Width = 40;
     //
     // Meter6Recap
     //
     this.Meter6Recap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle10.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle10.Format = "N2";
     dataGridViewCellStyle10.NullValue = null;
     dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.Meter6Recap.DefaultCellStyle = dataGridViewCellStyle10;
     this.Meter6Recap.HeaderText = "Meter 6";
     this.Meter6Recap.Name = "Meter6Recap";
     this.Meter6Recap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Meter6Recap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Meter6Recap.Width = 40;
     //
     // ScoreFeetRecap
     //
     this.ScoreFeetRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle11.Format = "N0";
     dataGridViewCellStyle11.NullValue = null;
     dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.ScoreFeetRecap.DefaultCellStyle = dataGridViewCellStyle11;
     this.ScoreFeetRecap.HeaderText = "Feet";
     this.ScoreFeetRecap.Name = "ScoreFeetRecap";
     this.ScoreFeetRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.ScoreFeetRecap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.ScoreFeetRecap.Width = 40;
     //
     // ScoreMetersRecap
     //
     this.ScoreMetersRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle12.Format = "N1";
     dataGridViewCellStyle12.NullValue = null;
     dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.ScoreMetersRecap.DefaultCellStyle = dataGridViewCellStyle12;
     this.ScoreMetersRecap.HeaderText = "Meters";
     this.ScoreMetersRecap.Name = "ScoreMetersRecap";
     this.ScoreMetersRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.ScoreMetersRecap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.ScoreMetersRecap.Width = 40;
     //
     // TimeInTolRecap
     //
     this.TimeInTolRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.TimeInTolRecap.FalseValue = "N";
     this.TimeInTolRecap.HeaderText = "Time Good";
     this.TimeInTolRecap.Name = "TimeInTolRecap";
     this.TimeInTolRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.TimeInTolRecap.TrueValue = "Y";
     this.TimeInTolRecap.Visible = false;
     this.TimeInTolRecap.Width = 35;
     //
     // RerideRecap
     //
     this.RerideRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.RerideRecap.FalseValue = "N";
     this.RerideRecap.HeaderText = "Re ride?";
     this.RerideRecap.Name = "RerideRecap";
     this.RerideRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.RerideRecap.TrueValue = "Y";
     this.RerideRecap.Width = 30;
     //
     // ScoreProtRecap
     //
     this.ScoreProtRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.ScoreProtRecap.FalseValue = "N";
     this.ScoreProtRecap.HeaderText = "Prot";
     this.ScoreProtRecap.Name = "ScoreProtRecap";
     this.ScoreProtRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.ScoreProtRecap.TrueValue = "Y";
     this.ScoreProtRecap.Width = 30;
     //
     // ScoreTriangleRecap
     //
     this.ScoreTriangleRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle13.Format = "N2";
     dataGridViewCellStyle13.NullValue = null;
     dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.ScoreTriangleRecap.DefaultCellStyle = dataGridViewCellStyle13;
     this.ScoreTriangleRecap.HeaderText = "Score Triangle";
     this.ScoreTriangleRecap.Name = "ScoreTriangleRecap";
     this.ScoreTriangleRecap.ReadOnly = true;
     this.ScoreTriangleRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.ScoreTriangleRecap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.ScoreTriangleRecap.Width = 45;
     //
     // RerideReasonRecap
     //
     this.RerideReasonRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle14.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.RerideReasonRecap.DefaultCellStyle = dataGridViewCellStyle14;
     this.RerideReasonRecap.HeaderText = "RerideReason";
     this.RerideReasonRecap.Name = "RerideReasonRecap";
     this.RerideReasonRecap.ReadOnly = true;
     this.RerideReasonRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.RerideReasonRecap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.RerideReasonRecap.Width = 75;
     //
     // SanctionIdRecap
     //
     this.SanctionIdRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.SanctionIdRecap.HeaderText = "SanctionId";
     this.SanctionIdRecap.Name = "SanctionIdRecap";
     this.SanctionIdRecap.ReadOnly = true;
     this.SanctionIdRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.SanctionIdRecap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.SanctionIdRecap.Visible = false;
     //
     // MemberIdRecap
     //
     this.MemberIdRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.MemberIdRecap.HeaderText = "MemberId";
     this.MemberIdRecap.Name = "MemberIdRecap";
     this.MemberIdRecap.ReadOnly = true;
     this.MemberIdRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.MemberIdRecap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.MemberIdRecap.Visible = false;
     //
     // RampHeightRecap
     //
     this.RampHeightRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.RampHeightRecap.HeaderText = "RampHeight";
     this.RampHeightRecap.Name = "RampHeightRecap";
     this.RampHeightRecap.ReadOnly = true;
     this.RampHeightRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.RampHeightRecap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.RampHeightRecap.Visible = false;
     //
     // NoteRecap
     //
     this.NoteRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.NoteRecap.HeaderText = "Note";
     this.NoteRecap.Name = "NoteRecap";
     this.NoteRecap.ReadOnly = true;
     this.NoteRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.NoteRecap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.NoteRecap.Visible = false;
     //
     // PKRecap
     //
     this.PKRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.PKRecap.HeaderText = "PK";
     this.PKRecap.Name = "PKRecap";
     this.PKRecap.ReadOnly = true;
     this.PKRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.PKRecap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.PKRecap.Visible = false;
     //
     // TimeInTolImg
     //
     this.TimeInTolImg.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.TimeInTolImg.HeaderText = "Time Good";
     this.TimeInTolImg.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
     this.TimeInTolImg.Name = "TimeInTolImg";
     this.TimeInTolImg.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.TimeInTolImg.Width = 35;
     //
     // Updated
     //
     this.Updated.HeaderText = "Updated";
     this.Updated.Name = "Updated";
     this.Updated.ReadOnly = true;
     this.Updated.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Updated.Visible = false;
     this.Updated.Width = 45;
     //
     // AgeGroupRecap
     //
     this.AgeGroupRecap.HeaderText = "Div";
     this.AgeGroupRecap.Name = "AgeGroupRecap";
     this.AgeGroupRecap.Visible = false;
     //
     // Split52TimeTolRecap
     //
     this.Split52TimeTolRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Split52TimeTolRecap.HeaderText = "Split52Tol";
     this.Split52TimeTolRecap.Name = "Split52TimeTolRecap";
     this.Split52TimeTolRecap.ReadOnly = true;
     this.Split52TimeTolRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Split52TimeTolRecap.Visible = false;
     this.Split52TimeTolRecap.Width = 45;
     //
     // Split82TimeTolRecap
     //
     this.Split82TimeTolRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Split82TimeTolRecap.HeaderText = "Split82Tol";
     this.Split82TimeTolRecap.Name = "Split82TimeTolRecap";
     this.Split82TimeTolRecap.ReadOnly = true;
     this.Split82TimeTolRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Split82TimeTolRecap.Visible = false;
     this.Split82TimeTolRecap.Width = 45;
     //
     // Split41TimeTolRecap
     //
     this.Split41TimeTolRecap.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Split41TimeTolRecap.HeaderText = "Split41Tol";
     this.Split41TimeTolRecap.Name = "Split41TimeTolRecap";
     this.Split41TimeTolRecap.ReadOnly = true;
     this.Split41TimeTolRecap.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Split41TimeTolRecap.Visible = false;
     this.Split41TimeTolRecap.Width = 45;
     //
     // deletePassButton
     //
     this.deletePassButton.Location = new System.Drawing.Point(342, 317);
     this.deletePassButton.Name = "deletePassButton";
     this.deletePassButton.Size = new System.Drawing.Size(75, 23);
     this.deletePassButton.TabIndex = 36;
     this.deletePassButton.Text = "Delete Pass";
     this.deletePassButton.UseVisualStyleBackColor = true;
     this.deletePassButton.Click += new System.EventHandler(this.deletePassButton_Click);
     //
     // addPassButton
     //
     this.addPassButton.Location = new System.Drawing.Point(276, 317);
     this.addPassButton.Name = "addPassButton";
     this.addPassButton.Size = new System.Drawing.Size(60, 23);
     this.addPassButton.TabIndex = 35;
     this.addPassButton.Text = "Add Pass";
     this.addPassButton.UseVisualStyleBackColor = true;
     this.addPassButton.Click += new System.EventHandler(this.addPassButton_Click);
     //
     // skierPassMsg
     //
     this.skierPassMsg.AutoEllipsis = true;
     this.skierPassMsg.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.skierPassMsg.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.skierPassMsg.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.skierPassMsg.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.skierPassMsg.ForeColor = System.Drawing.Color.White;
     this.skierPassMsg.Location = new System.Drawing.Point(555, 306);
     this.skierPassMsg.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.skierPassMsg.Name = "skierPassMsg";
     this.skierPassMsg.Size = new System.Drawing.Size(362, 34);
     this.skierPassMsg.TabIndex = 38;
     this.skierPassMsg.Text = "Fast split but good for max speed, slow end time, optional reride with protected " +
     "score. Use RTB slow column if applicable. (See 9.17)";
     //
     // TourEventRegDataGridView
     //
     this.TourEventRegDataGridView.AllowUserToAddRows = false;
     this.TourEventRegDataGridView.AllowUserToDeleteRows = false;
     this.TourEventRegDataGridView.AllowUserToResizeRows = false;
     this.TourEventRegDataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter;
     dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle16.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold);
     dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.TourEventRegDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16;
     this.TourEventRegDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.TourEventRegDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.SkierName,
     this.AgeGroup,
     this.TeamCode,
     this.EventClass,
     this.EventGroup,
     this.Score,
     this.Order,
     this.RankingScore,
     this.RankingRating,
     this.Status,
     this.JumpHeight,
     this.SkiYearAge,
     this.SanctionId,
     this.MemberId,
     this.Event,
     this.PK});
     dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle22.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle22.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle22.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle22.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.TourEventRegDataGridView.DefaultCellStyle = dataGridViewCellStyle22;
     this.TourEventRegDataGridView.Location = new System.Drawing.Point(5, 126);
     this.TourEventRegDataGridView.MultiSelect = false;
     this.TourEventRegDataGridView.Name = "TourEventRegDataGridView";
     this.TourEventRegDataGridView.ReadOnly = true;
     this.TourEventRegDataGridView.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.TourEventRegDataGridView.RowHeadersVisible = false;
     this.TourEventRegDataGridView.RowHeadersWidth = 26;
     this.TourEventRegDataGridView.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.TourEventRegDataGridView.Size = new System.Drawing.Size(265, 335);
     this.TourEventRegDataGridView.TabIndex = 43;
     this.TourEventRegDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView_DataError);
     this.TourEventRegDataGridView.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.tourEventRegDataGridView_RowEnter);
     //
     // SkierName
     //
     this.SkierName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.SkierName.HeaderText = "Skier";
     this.SkierName.Name = "SkierName";
     this.SkierName.ReadOnly = true;
     this.SkierName.Width = 110;
     //
     // AgeGroup
     //
     this.AgeGroup.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.AgeGroup.DefaultCellStyle = dataGridViewCellStyle17;
     this.AgeGroup.HeaderText = "Div";
     this.AgeGroup.Name = "AgeGroup";
     this.AgeGroup.ReadOnly = true;
     this.AgeGroup.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.AgeGroup.ToolTipText = "Federation division";
     this.AgeGroup.Width = 26;
     //
     // TeamCode
     //
     this.TeamCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.TeamCode.HeaderText = "Team";
     this.TeamCode.Name = "TeamCode";
     this.TeamCode.ReadOnly = true;
     this.TeamCode.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.TeamCode.Width = 50;
     //
     // EventClass
     //
     this.EventClass.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.EventClass.DefaultCellStyle = dataGridViewCellStyle18;
     this.EventClass.HeaderText = "Cls";
     this.EventClass.Name = "EventClass";
     this.EventClass.ReadOnly = true;
     this.EventClass.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.EventClass.Width = 26;
     //
     // EventGroup
     //
     this.EventGroup.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.EventGroup.DefaultCellStyle = dataGridViewCellStyle19;
     this.EventGroup.HeaderText = "Grp";
     this.EventGroup.Name = "EventGroup";
     this.EventGroup.ReadOnly = true;
     this.EventGroup.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.EventGroup.Width = 27;
     //
     // Score
     //
     this.Score.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.Score.DefaultCellStyle = dataGridViewCellStyle20;
     this.Score.HeaderText = "Score";
     this.Score.Name = "Score";
     this.Score.ReadOnly = true;
     this.Score.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Score.Width = 40;
     //
     // Order
     //
     this.Order.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.Order.DefaultCellStyle = dataGridViewCellStyle21;
     this.Order.HeaderText = "Ord";
     this.Order.Name = "Order";
     this.Order.ReadOnly = true;
     this.Order.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Order.Width = 26;
     //
     // RankingScore
     //
     this.RankingScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.RankingScore.HeaderText = "Rank";
     this.RankingScore.Name = "RankingScore";
     this.RankingScore.ReadOnly = true;
     this.RankingScore.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.RankingScore.Width = 50;
     //
     // RankingRating
     //
     this.RankingRating.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.RankingRating.HeaderText = "Rating";
     this.RankingRating.Name = "RankingRating";
     this.RankingRating.ReadOnly = true;
     this.RankingRating.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.RankingRating.Width = 50;
     //
     // Status
     //
     this.Status.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Status.HeaderText = "Status";
     this.Status.Name = "Status";
     this.Status.ReadOnly = true;
     this.Status.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Status.Width = 55;
     //
     // JumpHeight
     //
     this.JumpHeight.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.JumpHeight.HeaderText = "Ramp";
     this.JumpHeight.Name = "JumpHeight";
     this.JumpHeight.ReadOnly = true;
     this.JumpHeight.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.JumpHeight.Width = 40;
     //
     // SkiYearAge
     //
     this.SkiYearAge.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.SkiYearAge.HeaderText = "Ski Age";
     this.SkiYearAge.Name = "SkiYearAge";
     this.SkiYearAge.ReadOnly = true;
     this.SkiYearAge.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.SkiYearAge.Visible = false;
     this.SkiYearAge.Width = 35;
     //
     // SanctionId
     //
     this.SanctionId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.SanctionId.HeaderText = "SanctionId";
     this.SanctionId.Name = "SanctionId";
     this.SanctionId.ReadOnly = true;
     this.SanctionId.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.SanctionId.Visible = false;
     this.SanctionId.Width = 50;
     //
     // MemberId
     //
     this.MemberId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.MemberId.HeaderText = "MemberId";
     this.MemberId.Name = "MemberId";
     this.MemberId.ReadOnly = true;
     this.MemberId.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.MemberId.Visible = false;
     this.MemberId.Width = 50;
     //
     // Event
     //
     this.Event.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Event.HeaderText = "Event";
     this.Event.Name = "Event";
     this.Event.ReadOnly = true;
     this.Event.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.Event.Visible = false;
     this.Event.Width = 45;
     //
     // PK
     //
     this.PK.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.PK.HeaderText = "PK";
     this.PK.Name = "PK";
     this.PK.ReadOnly = true;
     this.PK.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.PK.Visible = false;
     this.PK.Width = 50;
     //
     // topMenuNav
     //
     this.topMenuNav.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.navRefresh,
     this.navPrint,
     this.navExport,
     this.navFilter,
     this.navSort,
     this.NavSaveItem,
     this.navScoreboard,
     this.navLiveWeb,
     this.navExportRecord});
     this.topMenuNav.Location = new System.Drawing.Point(0, 0);
     this.topMenuNav.Name = "topMenuNav";
     this.topMenuNav.Size = new System.Drawing.Size(1152, 38);
     this.topMenuNav.TabIndex = 44;
     this.topMenuNav.Text = "toolStrip1";
     //
     // navRefresh
     //
     this.navRefresh.Image = global::WaterskiScoringSystem.Properties.Resources.Terminal;
     this.navRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navRefresh.Name = "navRefresh";
     this.navRefresh.Size = new System.Drawing.Size(50, 35);
     this.navRefresh.Text = "Refresh";
     this.navRefresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navRefresh.Click += new System.EventHandler(this.navRefresh_Click);
     //
     // navPrint
     //
     this.navPrint.Image = global::WaterskiScoringSystem.Properties.Resources.Printer_Network;
     this.navPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navPrint.Name = "navPrint";
     this.navPrint.Size = new System.Drawing.Size(36, 35);
     this.navPrint.Text = "Print";
     this.navPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navPrint.Click += new System.EventHandler(this.navPrintResults_Click);
     //
     // navExport
     //
     this.navExport.Image = ((System.Drawing.Image)(resources.GetObject("navExport.Image")));
     this.navExport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navExport.Name = "navExport";
     this.navExport.Size = new System.Drawing.Size(44, 35);
     this.navExport.Text = "Export";
     this.navExport.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navExport.Click += new System.EventHandler(this.navExport_Click);
     //
     // navFilter
     //
     this.navFilter.Image = ((System.Drawing.Image)(resources.GetObject("navFilter.Image")));
     this.navFilter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navFilter.Name = "navFilter";
     this.navFilter.Size = new System.Drawing.Size(37, 35);
     this.navFilter.Text = "Filter";
     this.navFilter.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navFilter.ToolTipText = "Filter skier list by specified criteria using dialog window";
     this.navFilter.Click += new System.EventHandler(this.navFilter_Click);
     //
     // navSort
     //
     this.navSort.Image = ((System.Drawing.Image)(resources.GetObject("navSort.Image")));
     this.navSort.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navSort.Name = "navSort";
     this.navSort.Size = new System.Drawing.Size(32, 35);
     this.navSort.Text = "Sort";
     this.navSort.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navSort.ToolTipText = "Sort skier list by specified criteria using dialog window";
     this.navSort.Click += new System.EventHandler(this.navSort_Click);
     //
     // NavSaveItem
     //
     this.NavSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("NavSaveItem.Image")));
     this.NavSaveItem.Name = "NavSaveItem";
     this.NavSaveItem.Size = new System.Drawing.Size(35, 35);
     this.NavSaveItem.Text = "Save";
     this.NavSaveItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.NavSaveItem.Click += new System.EventHandler(this.navSaveItem_Click);
     //
     // navScoreboard
     //
     this.navScoreboard.Image = global::WaterskiScoringSystem.Properties.Resources.folder;
     this.navScoreboard.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navScoreboard.Name = "navScoreboard";
     this.navScoreboard.Size = new System.Drawing.Size(71, 35);
     this.navScoreboard.Text = "Scoreboard";
     this.navScoreboard.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navScoreboard.Click += new System.EventHandler(this.navScoreboard_Click);
     //
     // navLiveWeb
     //
     this.navLiveWeb.Image = global::WaterskiScoringSystem.Properties.Resources.uLauncher;
     this.navLiveWeb.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navLiveWeb.Name = "navLiveWeb";
     this.navLiveWeb.Size = new System.Drawing.Size(59, 35);
     this.navLiveWeb.Text = "Live Web";
     this.navLiveWeb.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navLiveWeb.Click += new System.EventHandler(this.navLiveWeb_Click);
     //
     // navExportRecord
     //
     this.navExportRecord.Image = global::WaterskiScoringSystem.Properties.Resources.DVDVR;
     this.navExportRecord.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.navExportRecord.Name = "navExportRecord";
     this.navExportRecord.Size = new System.Drawing.Size(84, 35);
     this.navExportRecord.Text = "Export Record";
     this.navExportRecord.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.navExportRecord.Click += new System.EventHandler(this.navExportRecord_Click);
     //
     // listBoatTimesDataGridView
     //
     this.listBoatTimesDataGridView.AllowUserToAddRows = false;
     this.listBoatTimesDataGridView.AllowUserToDeleteRows = false;
     this.listBoatTimesDataGridView.BackgroundColor = System.Drawing.SystemColors.Info;
     dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter;
     dataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle23.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.listBoatTimesDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle23;
     this.listBoatTimesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.listBoatTimesDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.BoatTimeKey,
     this.ListCodeNum,
     this.FastTimeTol,
     this.ActualTime,
     this.SlowtimeTol,
     this.TimeKeyDesc});
     dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle28.BackColor = System.Drawing.SystemColors.Info;
     dataGridViewCellStyle28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle28.ForeColor = System.Drawing.Color.Green;
     dataGridViewCellStyle28.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle28.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.listBoatTimesDataGridView.DefaultCellStyle = dataGridViewCellStyle28;
     this.listBoatTimesDataGridView.GridColor = System.Drawing.SystemColors.Control;
     this.listBoatTimesDataGridView.Location = new System.Drawing.Point(555, 137);
     this.listBoatTimesDataGridView.MultiSelect = false;
     this.listBoatTimesDataGridView.Name = "listBoatTimesDataGridView";
     this.listBoatTimesDataGridView.ReadOnly = true;
     dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle29.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle29.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle29.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle29.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.listBoatTimesDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle29;
     this.listBoatTimesDataGridView.RowHeadersVisible = false;
     dataGridViewCellStyle30.BackColor = System.Drawing.SystemColors.Info;
     this.listBoatTimesDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle30;
     this.listBoatTimesDataGridView.Size = new System.Drawing.Size(362, 160);
     this.listBoatTimesDataGridView.TabIndex = 46;
     //
     // BoatTimeKey
     //
     this.BoatTimeKey.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.BoatTimeKey.HeaderText = "Key";
     this.BoatTimeKey.Name = "BoatTimeKey";
     this.BoatTimeKey.ReadOnly = true;
     this.BoatTimeKey.Width = 75;
     //
     // ListCodeNum
     //
     this.ListCodeNum.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle24.Format = "N2";
     dataGridViewCellStyle24.NullValue = null;
     this.ListCodeNum.DefaultCellStyle = dataGridViewCellStyle24;
     this.ListCodeNum.HeaderText = "ListCodeNum";
     this.ListCodeNum.Name = "ListCodeNum";
     this.ListCodeNum.ReadOnly = true;
     this.ListCodeNum.Visible = false;
     this.ListCodeNum.Width = 30;
     //
     // FastTimeTol
     //
     this.FastTimeTol.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle25.Format = "N2";
     dataGridViewCellStyle25.NullValue = null;
     this.FastTimeTol.DefaultCellStyle = dataGridViewCellStyle25;
     this.FastTimeTol.HeaderText = "Fast";
     this.FastTimeTol.Name = "FastTimeTol";
     this.FastTimeTol.ReadOnly = true;
     this.FastTimeTol.Width = 40;
     //
     // ActualTime
     //
     this.ActualTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle26.Format = "N2";
     dataGridViewCellStyle26.NullValue = null;
     this.ActualTime.DefaultCellStyle = dataGridViewCellStyle26;
     this.ActualTime.HeaderText = "Ideal";
     this.ActualTime.Name = "ActualTime";
     this.ActualTime.ReadOnly = true;
     this.ActualTime.Width = 35;
     //
     // SlowtimeTol
     //
     this.SlowtimeTol.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle27.Format = "N2";
     dataGridViewCellStyle27.NullValue = null;
     this.SlowtimeTol.DefaultCellStyle = dataGridViewCellStyle27;
     this.SlowtimeTol.HeaderText = "Slow";
     this.SlowtimeTol.Name = "SlowtimeTol";
     this.SlowtimeTol.ReadOnly = true;
     this.SlowtimeTol.Width = 40;
     //
     // TimeKeyDesc
     //
     this.TimeKeyDesc.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.TimeKeyDesc.HeaderText = "Description";
     this.TimeKeyDesc.Name = "TimeKeyDesc";
     this.TimeKeyDesc.ReadOnly = true;
     this.TimeKeyDesc.Width = 165;
     //
     // RampHeightTextBox
     //
     this.RampHeightTextBox.AcceptsReturn = true;
     this.RampHeightTextBox.BackColor = System.Drawing.SystemColors.Control;
     this.RampHeightTextBox.Enabled = false;
     this.RampHeightTextBox.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RampHeightTextBox.ForeColor = System.Drawing.SystemColors.Highlight;
     this.RampHeightTextBox.Location = new System.Drawing.Point(469, 207);
     this.RampHeightTextBox.Name = "RampHeightTextBox";
     this.RampHeightTextBox.Size = new System.Drawing.Size(45, 21);
     this.RampHeightTextBox.TabIndex = 0;
     this.RampHeightTextBox.TabStop = false;
     this.RampHeightTextBox.Text = "zzzz";
     this.RampHeightTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // BoatSpeedTextBox
     //
     this.BoatSpeedTextBox.AcceptsReturn = true;
     this.BoatSpeedTextBox.BackColor = System.Drawing.SystemColors.Control;
     this.BoatSpeedTextBox.Enabled = false;
     this.BoatSpeedTextBox.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BoatSpeedTextBox.ForeColor = System.Drawing.SystemColors.Highlight;
     this.BoatSpeedTextBox.Location = new System.Drawing.Point(504, 207);
     this.BoatSpeedTextBox.Name = "BoatSpeedTextBox";
     this.BoatSpeedTextBox.Size = new System.Drawing.Size(45, 21);
     this.BoatSpeedTextBox.TabIndex = 0;
     this.BoatSpeedTextBox.TabStop = false;
     this.BoatSpeedTextBox.Text = "xxxx";
     this.BoatSpeedTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // JumpCalcMetersCB
     //
     this.JumpCalcMetersCB.AutoSize = true;
     this.JumpCalcMetersCB.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.JumpCalcMetersCB.Location = new System.Drawing.Point(525, 34);
     this.JumpCalcMetersCB.Name = "JumpCalcMetersCB";
     this.JumpCalcMetersCB.Size = new System.Drawing.Size(88, 20);
     this.JumpCalcMetersCB.TabIndex = 0;
     this.JumpCalcMetersCB.TabStop = false;
     this.JumpCalcMetersCB.Text = "Meters In Use";
     this.JumpCalcMetersCB.UseVisualStyleBackColor = true;
     this.JumpCalcMetersCB.CheckedChanged += new System.EventHandler(this.JumpCalcMetersCB_CheckedChanged);
     //
     // JumpCalcVideoCB
     //
     this.JumpCalcVideoCB.AutoSize = true;
     this.JumpCalcVideoCB.Checked = true;
     this.JumpCalcVideoCB.CheckState = System.Windows.Forms.CheckState.Checked;
     this.JumpCalcVideoCB.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.JumpCalcVideoCB.Location = new System.Drawing.Point(435, 34);
     this.JumpCalcVideoCB.Name = "JumpCalcVideoCB";
     this.JumpCalcVideoCB.Size = new System.Drawing.Size(83, 20);
     this.JumpCalcVideoCB.TabIndex = 0;
     this.JumpCalcVideoCB.TabStop = false;
     this.JumpCalcVideoCB.Text = "Video In Use";
     this.JumpCalcVideoCB.UseVisualStyleBackColor = true;
     this.JumpCalcVideoCB.CheckedChanged += new System.EventHandler(this.JumpCalcVideoCB_CheckedChanged);
     //
     // BoatSelectInfoLabel
     //
     this.BoatSelectInfoLabel.AutoSize = true;
     this.BoatSelectInfoLabel.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BoatSelectInfoLabel.Location = new System.Drawing.Point(279, 346);
     this.BoatSelectInfoLabel.Name = "BoatSelectInfoLabel";
     this.BoatSelectInfoLabel.Size = new System.Drawing.Size(359, 16);
     this.BoatSelectInfoLabel.TabIndex = 49;
     this.BoatSelectInfoLabel.Text = "Double click or hit ENTER to select the boat in use";
     this.BoatSelectInfoLabel.Visible = false;
     //
     // listApprovedBoatsDataGridView
     //
     this.listApprovedBoatsDataGridView.AllowUserToAddRows = false;
     this.listApprovedBoatsDataGridView.AllowUserToDeleteRows = false;
     this.listApprovedBoatsDataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.listApprovedBoatsDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCellsExceptHeaders;
     dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter;
     dataGridViewCellStyle31.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle31.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle31.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle31.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle31.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle31.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.listApprovedBoatsDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle31;
     this.listApprovedBoatsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.listApprovedBoatsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.BoatModelApproved,
     this.EngineSpec,
     this.SpeedControl,
     this.HullStatus,
     this.FuelDel,
     this.Transmission,
     this.Prop,
     this.BoatCode});
     dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle39.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle39.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle39.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle39.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle39.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.listApprovedBoatsDataGridView.DefaultCellStyle = dataGridViewCellStyle39;
     this.listApprovedBoatsDataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.listApprovedBoatsDataGridView.Location = new System.Drawing.Point(276, 346);
     this.listApprovedBoatsDataGridView.Name = "listApprovedBoatsDataGridView";
     dataGridViewCellStyle40.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle40.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle40.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle40.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle40.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle40.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.listApprovedBoatsDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle40;
     this.listApprovedBoatsDataGridView.RowHeadersWidth = 21;
     dataGridViewCellStyle41.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.listApprovedBoatsDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle41;
     this.listApprovedBoatsDataGridView.Size = new System.Drawing.Size(612, 159);
     this.listApprovedBoatsDataGridView.TabIndex = 48;
     this.listApprovedBoatsDataGridView.TabStop = false;
     this.listApprovedBoatsDataGridView.Visible = false;
     this.listApprovedBoatsDataGridView.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.listApprovedBoatsDataGridView_CellContentDoubleClick);
     this.listApprovedBoatsDataGridView.RowHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.listApprovedBoatsDataGridView_RowHeaderMouseDoubleClick);
     this.listApprovedBoatsDataGridView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listApprovedBoatsDataGridView_KeyUp);
     //
     // BoatModelApproved
     //
     this.BoatModelApproved.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle32.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.BoatModelApproved.DefaultCellStyle = dataGridViewCellStyle32;
     this.BoatModelApproved.HeaderText = "Boat Model";
     this.BoatModelApproved.Name = "BoatModelApproved";
     this.BoatModelApproved.ReadOnly = true;
     this.BoatModelApproved.Width = 180;
     //
     // EngineSpec
     //
     this.EngineSpec.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle33.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle33.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.EngineSpec.DefaultCellStyle = dataGridViewCellStyle33;
     this.EngineSpec.HeaderText = "Engine Mfr. & Model";
     this.EngineSpec.Name = "EngineSpec";
     this.EngineSpec.ReadOnly = true;
     this.EngineSpec.Width = 180;
     //
     // SpeedControl
     //
     this.SpeedControl.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle34.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.SpeedControl.DefaultCellStyle = dataGridViewCellStyle34;
     this.SpeedControl.HeaderText = "Speed Control";
     this.SpeedControl.Name = "SpeedControl";
     this.SpeedControl.ReadOnly = true;
     this.SpeedControl.Width = 75;
     //
     // HullStatus
     //
     this.HullStatus.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle35.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.HullStatus.DefaultCellStyle = dataGridViewCellStyle35;
     this.HullStatus.HeaderText = "Hull Status";
     this.HullStatus.Name = "HullStatus";
     this.HullStatus.ReadOnly = true;
     this.HullStatus.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.HullStatus.Width = 75;
     //
     // FuelDel
     //
     this.FuelDel.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle36.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.FuelDel.DefaultCellStyle = dataGridViewCellStyle36;
     this.FuelDel.HeaderText = "Fuel Del";
     this.FuelDel.Name = "FuelDel";
     this.FuelDel.ReadOnly = true;
     this.FuelDel.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.FuelDel.Visible = false;
     this.FuelDel.Width = 50;
     //
     // Transmission
     //
     this.Transmission.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle37.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle37.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.Transmission.DefaultCellStyle = dataGridViewCellStyle37;
     this.Transmission.HeaderText = "Trans";
     this.Transmission.Name = "Transmission";
     this.Transmission.ReadOnly = true;
     this.Transmission.Visible = false;
     //
     // Prop
     //
     this.Prop.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle38.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle38.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.Prop.DefaultCellStyle = dataGridViewCellStyle38;
     this.Prop.HeaderText = "Prop";
     this.Prop.Name = "Prop";
     this.Prop.ReadOnly = true;
     this.Prop.Visible = false;
     this.Prop.Width = 150;
     //
     // BoatCode
     //
     this.BoatCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.BoatCode.HeaderText = "Boat Code";
     this.BoatCode.Name = "BoatCode";
     this.BoatCode.ReadOnly = true;
     this.BoatCode.Width = 75;
     //
     // BoatSelectButton
     //
     this.BoatSelectButton.AutoSize = true;
     this.BoatSelectButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BoatSelectButton.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BoatSelectButton.Image = global::WaterskiScoringSystem.Properties.Resources.arrow_down;
     this.BoatSelectButton.Location = new System.Drawing.Point(522, 291);
     this.BoatSelectButton.Name = "BoatSelectButton";
     this.BoatSelectButton.Size = new System.Drawing.Size(22, 25);
     this.BoatSelectButton.TabIndex = 25;
     this.BoatSelectButton.UseVisualStyleBackColor = true;
     this.BoatSelectButton.Click += new System.EventHandler(this.BoatSelectButton_Click);
     //
     // TourBoatTextbox
     //
     this.TourBoatTextbox.BackColor = System.Drawing.Color.FloralWhite;
     this.TourBoatTextbox.Location = new System.Drawing.Point(338, 294);
     this.TourBoatTextbox.Name = "TourBoatTextbox";
     this.TourBoatTextbox.ReadOnly = true;
     this.TourBoatTextbox.Size = new System.Drawing.Size(185, 20);
     this.TourBoatTextbox.TabIndex = 24;
     this.TourBoatTextbox.WordWrap = false;
     //
     // EventDelayReasonLabel
     //
     this.EventDelayReasonLabel.BackColor = System.Drawing.Color.DimGray;
     this.EventDelayReasonLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EventDelayReasonLabel.ForeColor = System.Drawing.Color.White;
     this.EventDelayReasonLabel.Location = new System.Drawing.Point(634, 84);
     this.EventDelayReasonLabel.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.EventDelayReasonLabel.Name = "EventDelayReasonLabel";
     this.EventDelayReasonLabel.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2);
     this.EventDelayReasonLabel.Size = new System.Drawing.Size(313, 16);
     this.EventDelayReasonLabel.TabIndex = 56;
     this.EventDelayReasonLabel.Text = "Event delay reason to be written to log";
     this.EventDelayReasonLabel.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // EventDelayReasonTextBox
     //
     this.EventDelayReasonTextBox.BackColor = System.Drawing.Color.PaleGoldenrod;
     this.EventDelayReasonTextBox.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EventDelayReasonTextBox.ForeColor = System.Drawing.Color.Black;
     this.EventDelayReasonTextBox.Location = new System.Drawing.Point(634, 100);
     this.EventDelayReasonTextBox.MaxLength = 128;
     this.EventDelayReasonTextBox.Name = "EventDelayReasonTextBox";
     this.EventDelayReasonTextBox.Size = new System.Drawing.Size(313, 21);
     this.EventDelayReasonTextBox.TabIndex = 57;
     this.EventDelayReasonTextBox.Text = "Event delay reason to be written to log";
     //
     // StartTimerButton
     //
     this.StartTimerButton.Image = global::WaterskiScoringSystem.Properties.Resources.play;
     this.StartTimerButton.Location = new System.Drawing.Point(777, 67);
     this.StartTimerButton.Name = "StartTimerButton";
     this.StartTimerButton.Size = new System.Drawing.Size(23, 25);
     this.StartTimerButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.StartTimerButton.TabIndex = 59;
     this.StartTimerButton.TabStop = false;
     this.StartTimerButton.Click += new System.EventHandler(this.StartTimerButton_Click);
     //
     // PauseTimerButton
     //
     this.PauseTimerButton.Image = global::WaterskiScoringSystem.Properties.Resources.pause;
     this.PauseTimerButton.Location = new System.Drawing.Point(777, 47);
     this.PauseTimerButton.Name = "PauseTimerButton";
     this.PauseTimerButton.Size = new System.Drawing.Size(23, 25);
     this.PauseTimerButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.PauseTimerButton.TabIndex = 58;
     this.PauseTimerButton.TabStop = false;
     this.PauseTimerButton.Click += new System.EventHandler(this.PauseTimerButton_Click);
     //
     // EventRunInfoData
     //
     this.EventRunInfoData.BackColor = System.Drawing.Color.DimGray;
     this.EventRunInfoData.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EventRunInfoData.ForeColor = System.Drawing.Color.Gold;
     this.EventRunInfoData.Location = new System.Drawing.Point(716, 40);
     this.EventRunInfoData.Name = "EventRunInfoData";
     this.EventRunInfoData.Size = new System.Drawing.Size(60, 40);
     this.EventRunInfoData.TabIndex = 52;
     this.EventRunInfoData.Text = "HH:MM-HH:MM-  000, 000";
     //
     // EventRunPerfData
     //
     this.EventRunPerfData.BackColor = System.Drawing.Color.DimGray;
     this.EventRunPerfData.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EventRunPerfData.ForeColor = System.Drawing.Color.Gold;
     this.EventRunPerfData.Location = new System.Drawing.Point(907, 40);
     this.EventRunPerfData.Name = "EventRunPerfData";
     this.EventRunPerfData.Size = new System.Drawing.Size(40, 40);
     this.EventRunPerfData.TabIndex = 53;
     this.EventRunPerfData.Text = "00:00 \\n 00:00";
     //
     // EventRunPerfLabel
     //
     this.EventRunPerfLabel.BackColor = System.Drawing.Color.DimGray;
     this.EventRunPerfLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EventRunPerfLabel.ForeColor = System.Drawing.Color.Gold;
     this.EventRunPerfLabel.Location = new System.Drawing.Point(802, 40);
     this.EventRunPerfLabel.Name = "EventRunPerfLabel";
     this.EventRunPerfLabel.Size = new System.Drawing.Size(105, 40);
     this.EventRunPerfLabel.TabIndex = 54;
     this.EventRunPerfLabel.Text = "Mins Per Skiers: \\n Mins Per Passes: ";
     this.EventRunPerfLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // EventRunInfoLabel
     //
     this.EventRunInfoLabel.BackColor = System.Drawing.Color.DimGray;
     this.EventRunInfoLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EventRunInfoLabel.ForeColor = System.Drawing.Color.Gold;
     this.EventRunInfoLabel.Location = new System.Drawing.Point(623, 40);
     this.EventRunInfoLabel.Name = "EventRunInfoLabel";
     this.EventRunInfoLabel.Size = new System.Drawing.Size(93, 40);
     this.EventRunInfoLabel.TabIndex = 55;
     this.EventRunInfoLabel.Text = "Event Start: \\n Event Delay: \\n Skier, Passes:";
     this.EventRunInfoLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // RowStatusLabel
     //
     this.RowStatusLabel.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.RowStatusLabel.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RowStatusLabel.Location = new System.Drawing.Point(5, 110);
     this.RowStatusLabel.Name = "RowStatusLabel";
     this.RowStatusLabel.Size = new System.Drawing.Size(265, 14);
     this.RowStatusLabel.TabIndex = 0;
     this.RowStatusLabel.Text = "Row 1 of 9999";
     this.RowStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // activeSkierName
     //
     this.activeSkierName.AutoEllipsis = true;
     this.activeSkierName.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.activeSkierName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.activeSkierName.Location = new System.Drawing.Point(359, 61);
     this.activeSkierName.Name = "activeSkierName";
     this.activeSkierName.Size = new System.Drawing.Size(150, 16);
     this.activeSkierName.TabIndex = 0;
     this.activeSkierName.Text = "Active Skier Name";
     //
     // ForceCompButton
     //
     this.ForceCompButton.AutoSize = true;
     this.ForceCompButton.Location = new System.Drawing.Point(423, 317);
     this.ForceCompButton.Name = "ForceCompButton";
     this.ForceCompButton.Size = new System.Drawing.Size(70, 23);
     this.ForceCompButton.TabIndex = 37;
     this.ForceCompButton.Text = "Skier Done";
     this.ForceCompButton.UseVisualStyleBackColor = true;
     this.ForceCompButton.Click += new System.EventHandler(this.ForceCompButton_Click);
     //
     // RefreshLabel1
     //
     this.RefreshLabel1.AutoSize = true;
     this.RefreshLabel1.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.RefreshLabel1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RefreshLabel1.ForeColor = System.Drawing.Color.Firebrick;
     this.RefreshLabel1.Location = new System.Drawing.Point(5, 34);
     this.RefreshLabel1.Name = "RefreshLabel1";
     this.RefreshLabel1.Size = new System.Drawing.Size(244, 13);
     this.RefreshLabel1.TabIndex = 0;
     this.RefreshLabel1.Text = "Select group, use refresh icon for skier list";
     //
     // EventGroupList
     //
     this.EventGroupList.FormattingEnabled = true;
     this.EventGroupList.Location = new System.Drawing.Point(195, 65);
     this.EventGroupList.Name = "EventGroupList";
     this.EventGroupList.Size = new System.Drawing.Size(75, 21);
     this.EventGroupList.TabIndex = 10;
     this.EventGroupList.SelectedIndexChanged += new System.EventHandler(this.EventGroupList_SelectedIndexChanged);
     //
     // nopsScoreLabel
     //
     this.nopsScoreLabel.AutoSize = true;
     this.nopsScoreLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nopsScoreLabel.Location = new System.Drawing.Point(455, 249);
     this.nopsScoreLabel.Name = "nopsScoreLabel";
     this.nopsScoreLabel.Size = new System.Drawing.Size(41, 13);
     this.nopsScoreLabel.TabIndex = 0;
     this.nopsScoreLabel.Text = "NOPS";
     this.nopsScoreLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // scoreFeetLabel
     //
     this.scoreFeetLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scoreFeetLabel.Location = new System.Drawing.Point(286, 236);
     this.scoreFeetLabel.Name = "scoreFeetLabel";
     this.scoreFeetLabel.Size = new System.Drawing.Size(40, 26);
     this.scoreFeetLabel.TabIndex = 0;
     this.scoreFeetLabel.Text = "Score Feet";
     this.scoreFeetLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // scoreMetersLabel
     //
     this.scoreMetersLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scoreMetersLabel.Location = new System.Drawing.Point(361, 236);
     this.scoreMetersLabel.Name = "scoreMetersLabel";
     this.scoreMetersLabel.Size = new System.Drawing.Size(52, 26);
     this.scoreMetersLabel.TabIndex = 0;
     this.scoreMetersLabel.Text = "Score Meters";
     this.scoreMetersLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // scoreEventClass
     //
     this.scoreEventClass.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scoreEventClass.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.scoreEventClass.FormattingEnabled = true;
     this.scoreEventClass.Location = new System.Drawing.Point(518, 59);
     this.scoreEventClass.MaxLength = 24;
     this.scoreEventClass.Name = "scoreEventClass";
     this.scoreEventClass.Size = new System.Drawing.Size(100, 21);
     this.scoreEventClass.TabIndex = 102;
     this.scoreEventClass.SelectedIndexChanged += new System.EventHandler(this.scoreEventClass_SelectedIndexChanged);
     this.scoreEventClass.Validating += new System.ComponentModel.CancelEventHandler(this.scoreEventClass_Validating);
     //
     // TourBoatCodeTextbox
     //
     this.TourBoatCodeTextbox.AcceptsReturn = true;
     this.TourBoatCodeTextbox.BackColor = System.Drawing.SystemColors.Control;
     this.TourBoatCodeTextbox.Enabled = false;
     this.TourBoatCodeTextbox.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TourBoatCodeTextbox.ForeColor = System.Drawing.SystemColors.Highlight;
     this.TourBoatCodeTextbox.Location = new System.Drawing.Point(499, 320);
     this.TourBoatCodeTextbox.Name = "TourBoatCodeTextbox";
     this.TourBoatCodeTextbox.Size = new System.Drawing.Size(45, 21);
     this.TourBoatCodeTextbox.TabIndex = 103;
     this.TourBoatCodeTextbox.TabStop = false;
     this.TourBoatCodeTextbox.Text = "xxxx";
     this.TourBoatCodeTextbox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // TeamCodeTextBox
     //
     this.TeamCodeTextBox.AcceptsReturn = true;
     this.TeamCodeTextBox.BackColor = System.Drawing.SystemColors.Control;
     this.TeamCodeTextBox.Enabled = false;
     this.TeamCodeTextBox.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TeamCodeTextBox.ForeColor = System.Drawing.SystemColors.Highlight;
     this.TeamCodeTextBox.Location = new System.Drawing.Point(504, 228);
     this.TeamCodeTextBox.Name = "TeamCodeTextBox";
     this.TeamCodeTextBox.Size = new System.Drawing.Size(45, 21);
     this.TeamCodeTextBox.TabIndex = 104;
     this.TeamCodeTextBox.TabStop = false;
     this.TeamCodeTextBox.Text = "yyyy";
     this.TeamCodeTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.TeamCodeTextBox.Visible = false;
     //
     // RampHeightSelect
     //
     this.RampHeightSelect.BackColor = System.Drawing.Color.Silver;
     this.RampHeightSelect.CurrentValue = new decimal(new int[] {
     0,
     0,
     0,
     131072});
     this.RampHeightSelect.Location = new System.Drawing.Point(467, 111);
     this.RampHeightSelect.Name = "RampHeightSelect";
     this.RampHeightSelect.Size = new System.Drawing.Size(81, 90);
     this.RampHeightSelect.TabIndex = 17;
     //
     // JumpSpeedSelect
     //
     this.JumpSpeedSelect.BackColor = System.Drawing.Color.Silver;
     this.JumpSpeedSelect.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.JumpSpeedSelect.CurrentValue = ((short)(0));
     this.JumpSpeedSelect.CurrentValueDesc = "";
     this.JumpSpeedSelect.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.JumpSpeedSelect.Location = new System.Drawing.Point(344, 111);
     this.JumpSpeedSelect.Name = "JumpSpeedSelect";
     this.JumpSpeedSelect.Size = new System.Drawing.Size(120, 125);
     this.JumpSpeedSelect.TabIndex = 16;
     this.JumpSpeedSelect.Tag = "";
     //
     // roundActiveSelect
     //
     this.roundActiveSelect.AutoScroll = true;
     this.roundActiveSelect.BackColor = System.Drawing.Color.Silver;
     this.roundActiveSelect.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.roundActiveSelect.Location = new System.Drawing.Point(5, 65);
     this.roundActiveSelect.Name = "roundActiveSelect";
     this.roundActiveSelect.RoundValue = "";
     this.roundActiveSelect.Size = new System.Drawing.Size(185, 45);
     this.roundActiveSelect.TabIndex = 11;
     this.roundActiveSelect.Tag = "";
     //
     // roundSelect
     //
     this.roundSelect.AutoScroll = true;
     this.roundSelect.BackColor = System.Drawing.Color.Silver;
     this.roundSelect.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.roundSelect.Location = new System.Drawing.Point(274, 109);
     this.roundSelect.Name = "roundSelect";
     this.roundSelect.RoundValue = "";
     this.roundSelect.Size = new System.Drawing.Size(67, 80);
     this.roundSelect.TabIndex = 15;
     this.roundSelect.Tag = "";
     //
     // LiveWebLabel
     //
     this.LiveWebLabel.AutoSize = true;
     this.LiveWebLabel.BackColor = System.Drawing.SystemColors.MenuHighlight;
     this.LiveWebLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LiveWebLabel.ForeColor = System.Drawing.Color.Gold;
     this.LiveWebLabel.Location = new System.Drawing.Point(283, 34);
     this.LiveWebLabel.Name = "LiveWebLabel";
     this.LiveWebLabel.Size = new System.Drawing.Size(86, 13);
     this.LiveWebLabel.TabIndex = 105;
     this.LiveWebLabel.Text = "Live Web Active";
     this.LiveWebLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.LiveWebLabel.Visible = false;
     //
     // ResizeNarrow
     //
     this.ResizeNarrow.AutoSize = true;
     this.ResizeNarrow.BackColor = System.Drawing.Color.WhiteSmoke;
     this.ResizeNarrow.Font = new System.Drawing.Font("Wingdings", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.ResizeNarrow.ForeColor = System.Drawing.Color.Navy;
     this.ResizeNarrow.Location = new System.Drawing.Point(220, 105);
     this.ResizeNarrow.Name = "ResizeNarrow";
     this.ResizeNarrow.Size = new System.Drawing.Size(22, 17);
     this.ResizeNarrow.TabIndex = 106;
     this.ResizeNarrow.Text = "×";
     this.ResizeNarrow.Click += new System.EventHandler(this.ResizeNarrow_Click);
     //
     // ResizeWide
     //
     this.ResizeWide.AutoSize = true;
     this.ResizeWide.BackColor = System.Drawing.Color.WhiteSmoke;
     this.ResizeWide.Font = new System.Drawing.Font("Wingdings", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.ResizeWide.ForeColor = System.Drawing.Color.Navy;
     this.ResizeWide.Location = new System.Drawing.Point(246, 105);
     this.ResizeWide.Name = "ResizeWide";
     this.ResizeWide.Size = new System.Drawing.Size(22, 17);
     this.ResizeWide.TabIndex = 107;
     this.ResizeWide.Text = "Ø";
     this.ResizeWide.Click += new System.EventHandler(this.ResizeWide_Click);
     //
     // ScoreEntrySeg3
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
     this.ClientSize = new System.Drawing.Size(1152, 530);
     this.Controls.Add(this.TourEventRegDataGridView);
     this.Controls.Add(this.ResizeNarrow);
     this.Controls.Add(this.ResizeWide);
     this.Controls.Add(this.LiveWebLabel);
     this.Controls.Add(this.TeamCodeTextBox);
     this.Controls.Add(this.TourBoatCodeTextbox);
     this.Controls.Add(this.scoreEventClass);
     this.Controls.Add(this.ForceCompButton);
     this.Controls.Add(this.RefreshLabel1);
     this.Controls.Add(EventGroupLabel);
     this.Controls.Add(this.EventGroupList);
     this.Controls.Add(ActiveSkierNameLabel);
     this.Controls.Add(this.activeSkierName);
     this.Controls.Add(this.RowStatusLabel);
     this.Controls.Add(this.EventDelayReasonLabel);
     this.Controls.Add(this.EventDelayReasonTextBox);
     this.Controls.Add(this.StartTimerButton);
     this.Controls.Add(this.PauseTimerButton);
     this.Controls.Add(this.EventRunInfoData);
     this.Controls.Add(this.EventRunPerfData);
     this.Controls.Add(this.EventRunPerfLabel);
     this.Controls.Add(this.EventRunInfoLabel);
     this.Controls.Add(this.BoatSelectInfoLabel);
     this.Controls.Add(this.listApprovedBoatsDataGridView);
     this.Controls.Add(this.BoatSelectButton);
     this.Controls.Add(TourBoatLabel);
     this.Controls.Add(this.TourBoatTextbox);
     this.Controls.Add(this.JumpCalcMetersCB);
     this.Controls.Add(this.JumpCalcVideoCB);
     this.Controls.Add(this.BoatSpeedTextBox);
     this.Controls.Add(this.RampHeightTextBox);
     this.Controls.Add(this.listBoatTimesDataGridView);
     this.Controls.Add(this.topMenuNav);
     this.Controls.Add(ErrorMsgLabel);
     this.Controls.Add(InprogMsgLabel);
     this.Controls.Add(ScoredMsgLabel);
     this.Controls.Add(UnscoredMsgLabel);
     this.Controls.Add(this.deletePassButton);
     this.Controls.Add(this.addPassButton);
     this.Controls.Add(RampHeightLabel);
     this.Controls.Add(this.RampHeightSelect);
     this.Controls.Add(this.skierPassMsg);
     this.Controls.Add(this.jumpRecapDataGridView);
     this.Controls.Add(this.JumpSpeedSelect);
     this.Controls.Add(startSpeedLabel);
     this.Controls.Add(this.scoreFeetLabel);
     this.Controls.Add(this.scoreFeetTextBox);
     this.Controls.Add(this.scoreMetersLabel);
     this.Controls.Add(this.scoreMetersTextBox);
     this.Controls.Add(noteLabel);
     this.Controls.Add(this.noteTextBox);
     this.Controls.Add(this.nopsScoreTextBox);
     this.Controls.Add(this.winStatus);
     this.Controls.Add(this.nopsScoreLabel);
     this.Controls.Add(activeLabel);
     this.Controls.Add(this.roundActiveSelect);
     this.Controls.Add(this.roundSelect);
     this.Controls.Add(roundLabel);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "ScoreEntrySeg3";
     this.Text = "Jump Score Entry - 3 Segment Timing";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ScoreEntry_FormClosing);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ScoreEntry_FormClosed);
     this.Load += new System.EventHandler(this.ScoreEntry_Load);
     this.winStatus.ResumeLayout(false);
     this.winStatus.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.jumpRecapDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TourEventRegDataGridView)).EndInit();
     this.topMenuNav.ResumeLayout(false);
     this.topMenuNav.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listBoatTimesDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listApprovedBoatsDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.StartTimerButton)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PauseTimerButton)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #33
0
        /// <summary>
        /// Initializes a new instance of the <see cref="PurchaseOrderDetailDataGridViewBase"/> class.
        /// </summary>
        public PurchaseOrderDetailDataGridViewBase()
        {
            this.components = new System.ComponentModel.Container();

            this.uxPurchaseOrderDetailDataGridView         = new System.Windows.Forms.DataGridView();
            this.uxPurchaseOrderDetailBindingSource        = new System.Windows.Forms.BindingSource(this.components);
            this.uxPurchaseOrderDetailErrorProvider        = new System.Windows.Forms.ErrorProvider(this.components);
            this.uxPurchaseOrderIdDataGridViewColumn       = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxPurchaseOrderDetailIdDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxDueDateDataGridViewColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxOrderQtyDataGridViewColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxProductIdDataGridViewColumn    = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxUnitPriceDataGridViewColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxLineTotalDataGridViewColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxReceivedQtyDataGridViewColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxRejectedQtyDataGridViewColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxStockedQtyDataGridViewColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxModifiedDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            //this.uxProductIdBindingSource = new ProductBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxProductIdBindingSource)).BeginInit();
            //this.uxPurchaseOrderIdBindingSource = new PurchaseOrderHeaderBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxPurchaseOrderIdBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxPurchaseOrderDetailDataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxPurchaseOrderDetailBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxPurchaseOrderDetailErrorProvider)).BeginInit();
            this.SuspendLayout();

            //
            // uxPurchaseOrderDetailErrorProvider
            //
            this.uxPurchaseOrderDetailErrorProvider.ContainerControl = this;
            this.uxPurchaseOrderDetailErrorProvider.DataSource       = this.uxPurchaseOrderDetailBindingSource;
            //
            // uxPurchaseOrderDetailDataGridView
            //
            this.uxPurchaseOrderDetailDataGridView.AutoGenerateColumns         = false;
            this.uxPurchaseOrderDetailDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.uxPurchaseOrderDetailDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.uxPurchaseOrderIdDataGridViewColumn,
                this.uxPurchaseOrderDetailIdDataGridViewColumn,
                this.uxDueDateDataGridViewColumn,
                this.uxOrderQtyDataGridViewColumn,
                this.uxProductIdDataGridViewColumn,
                this.uxUnitPriceDataGridViewColumn,
                this.uxLineTotalDataGridViewColumn,
                this.uxReceivedQtyDataGridViewColumn,
                this.uxRejectedQtyDataGridViewColumn,
                this.uxStockedQtyDataGridViewColumn,
                this.uxModifiedDateDataGridViewColumn
            });
            this.uxPurchaseOrderDetailDataGridView.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.uxPurchaseOrderDetailDataGridView.Location                  = new System.Drawing.Point(0, 0);
            this.uxPurchaseOrderDetailDataGridView.Name                      = "uxPurchaseOrderDetailDataGridView";
            this.uxPurchaseOrderDetailDataGridView.Size                      = new System.Drawing.Size(470, 300);
            this.uxPurchaseOrderDetailDataGridView.TabIndex                  = 0;
            this.uxPurchaseOrderDetailDataGridView.BackgroundColor           = System.Drawing.Color.WhiteSmoke;
            this.uxPurchaseOrderDetailDataGridView.EnableHeadersVisualStyles = false;
            this.uxPurchaseOrderDetailDataGridView.DataError                += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnPurchaseOrderDetailDataGridViewDataError);
            this.uxPurchaseOrderDetailDataGridView.CellValueNeeded          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnPurchaseOrderDetailDataGridViewCellValueNeeded);
            this.uxPurchaseOrderDetailDataGridView.CellValuePushed          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnPurchaseOrderDetailDataGridViewCellValuePushed);

            //
            // uxPurchaseOrderIdDataGridViewColumn
            //
            this.uxPurchaseOrderIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxPurchaseOrderIdDataGridViewColumn.DataPropertyName = "PurchaseOrderId";
            this.uxPurchaseOrderIdDataGridViewColumn.HeaderText       = "PurchaseOrderId";
            this.uxPurchaseOrderIdDataGridViewColumn.Name             = "uxPurchaseOrderIdDataGridViewColumn";
            this.uxPurchaseOrderIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxPurchaseOrderIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxPurchaseOrderIdDataGridViewColumn.ReadOnly         = false;
            //
            // uxPurchaseOrderDetailIdDataGridViewColumn
            //
            this.uxPurchaseOrderDetailIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxPurchaseOrderDetailIdDataGridViewColumn.DataPropertyName = "PurchaseOrderDetailId";
            this.uxPurchaseOrderDetailIdDataGridViewColumn.HeaderText       = "PurchaseOrderDetailId";
            this.uxPurchaseOrderDetailIdDataGridViewColumn.Name             = "uxPurchaseOrderDetailIdDataGridViewColumn";
            this.uxPurchaseOrderDetailIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxPurchaseOrderDetailIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxPurchaseOrderDetailIdDataGridViewColumn.ReadOnly         = true;
            //
            // uxDueDateDataGridViewColumn
            //
            this.uxDueDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxDueDateDataGridViewColumn.DataPropertyName = "DueDate";
            this.uxDueDateDataGridViewColumn.HeaderText       = "DueDate";
            this.uxDueDateDataGridViewColumn.Name             = "uxDueDateDataGridViewColumn";
            this.uxDueDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxDueDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxDueDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxOrderQtyDataGridViewColumn
            //
            this.uxOrderQtyDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxOrderQtyDataGridViewColumn.DataPropertyName = "OrderQty";
            this.uxOrderQtyDataGridViewColumn.HeaderText       = "OrderQty";
            this.uxOrderQtyDataGridViewColumn.Name             = "uxOrderQtyDataGridViewColumn";
            this.uxOrderQtyDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxOrderQtyDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxOrderQtyDataGridViewColumn.ReadOnly         = false;
            //
            // uxProductIdDataGridViewColumn
            //
            this.uxProductIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxProductIdDataGridViewColumn.DataPropertyName = "ProductId";
            this.uxProductIdDataGridViewColumn.HeaderText       = "ProductId";
            this.uxProductIdDataGridViewColumn.Name             = "uxProductIdDataGridViewColumn";
            this.uxProductIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxProductIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxProductIdDataGridViewColumn.ReadOnly         = false;
            //
            // uxUnitPriceDataGridViewColumn
            //
            this.uxUnitPriceDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxUnitPriceDataGridViewColumn.DataPropertyName = "UnitPrice";
            this.uxUnitPriceDataGridViewColumn.HeaderText       = "UnitPrice";
            this.uxUnitPriceDataGridViewColumn.Name             = "uxUnitPriceDataGridViewColumn";
            this.uxUnitPriceDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxUnitPriceDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxUnitPriceDataGridViewColumn.ReadOnly         = false;
            //
            // uxLineTotalDataGridViewColumn
            //
            this.uxLineTotalDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxLineTotalDataGridViewColumn.DataPropertyName = "LineTotal";
            this.uxLineTotalDataGridViewColumn.HeaderText       = "LineTotal";
            this.uxLineTotalDataGridViewColumn.Name             = "uxLineTotalDataGridViewColumn";
            this.uxLineTotalDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxLineTotalDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxLineTotalDataGridViewColumn.ReadOnly         = true;
            //
            // uxReceivedQtyDataGridViewColumn
            //
            this.uxReceivedQtyDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxReceivedQtyDataGridViewColumn.DataPropertyName = "ReceivedQty";
            this.uxReceivedQtyDataGridViewColumn.HeaderText       = "ReceivedQty";
            this.uxReceivedQtyDataGridViewColumn.Name             = "uxReceivedQtyDataGridViewColumn";
            this.uxReceivedQtyDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxReceivedQtyDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxReceivedQtyDataGridViewColumn.ReadOnly         = false;
            //
            // uxRejectedQtyDataGridViewColumn
            //
            this.uxRejectedQtyDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxRejectedQtyDataGridViewColumn.DataPropertyName = "RejectedQty";
            this.uxRejectedQtyDataGridViewColumn.HeaderText       = "RejectedQty";
            this.uxRejectedQtyDataGridViewColumn.Name             = "uxRejectedQtyDataGridViewColumn";
            this.uxRejectedQtyDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxRejectedQtyDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxRejectedQtyDataGridViewColumn.ReadOnly         = false;
            //
            // uxStockedQtyDataGridViewColumn
            //
            this.uxStockedQtyDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxStockedQtyDataGridViewColumn.DataPropertyName = "StockedQty";
            this.uxStockedQtyDataGridViewColumn.HeaderText       = "StockedQty";
            this.uxStockedQtyDataGridViewColumn.Name             = "uxStockedQtyDataGridViewColumn";
            this.uxStockedQtyDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxStockedQtyDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxStockedQtyDataGridViewColumn.ReadOnly         = true;
            //
            // uxModifiedDateDataGridViewColumn
            //
            this.uxModifiedDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxModifiedDateDataGridViewColumn.DataPropertyName = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.HeaderText       = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.Name             = "uxModifiedDateDataGridViewColumn";
            this.uxModifiedDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxModifiedDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxModifiedDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxProductIdDataGridViewColumn
            //
            this.uxProductIdDataGridViewColumn.DisplayMember = "Name";
            this.uxProductIdDataGridViewColumn.ValueMember   = "ProductId";
            this.uxProductIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxProductIdDataGridViewColumn.DataSource = uxProductIdBindingSource;

            //
            // uxPurchaseOrderIdDataGridViewColumn
            //
            this.uxPurchaseOrderIdDataGridViewColumn.DisplayMember = "RevisionNumber";
            this.uxPurchaseOrderIdDataGridViewColumn.ValueMember   = "PurchaseOrderId";
            this.uxPurchaseOrderIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxPurchaseOrderIdDataGridViewColumn.DataSource = uxPurchaseOrderIdBindingSource;


            // this
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.uxPurchaseOrderDetailDataGridView);
            this.Name = "PurchaseOrderDetailDataGridView";
            this.Size = new System.Drawing.Size(470, 300);
            //((System.ComponentModel.ISupportInitialize)(this.uxProductIdBindingSource)).EndInit();
            //((System.ComponentModel.ISupportInitialize)(this.uxPurchaseOrderIdBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxPurchaseOrderDetailErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxPurchaseOrderDetailDataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxPurchaseOrderDetailBindingSource)).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.templateNameLabel = new System.Windows.Forms.Label();
     this.nameTextBox = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.titleTextBox = new System.Windows.Forms.TextBox();
     this.descriptionTextBox = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.headerSplitContainer = new System.Windows.Forms.SplitContainer();
     this.modelObjectComboBox = new System.Windows.Forms.ComboBox();
     this.shapeComboBox = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.templateShapeLabel = new System.Windows.Forms.Label();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.shapePropertiesTab = new System.Windows.Forms.TabPage();
     this.shapePropertyGrid = new System.Windows.Forms.PropertyGrid();
     this.modelPropertiesTab = new System.Windows.Forms.TabPage();
     this.modelPropertyGrid = new System.Windows.Forms.PropertyGrid();
     this.controlPointsTab = new System.Windows.Forms.TabPage();
     this.controlPointMappingGrid = new System.Windows.Forms.DataGridView();
     this.ControlPointColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TerminalColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.propertyMappingTab = new System.Windows.Forms.TabPage();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.propertyMappingGrid = new System.Windows.Forms.DataGridView();
     this.modelPropertyColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.shapePropertyColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.label1 = new System.Windows.Forms.Label();
     this.valueMappingGrid = new System.Windows.Forms.DataGridView();
     this.modelValueColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.shapeValueColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.label2 = new System.Windows.Forms.Label();
     this.previewPanel = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.propertyController = new Dataweb.NShape.Controllers.PropertyController();
     this.propertyPresenter = new Dataweb.NShape.WinFormsUI.PropertyPresenter();
     this.headerSplitContainer.Panel1.SuspendLayout();
     this.headerSplitContainer.Panel2.SuspendLayout();
     this.headerSplitContainer.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.shapePropertiesTab.SuspendLayout();
     this.modelPropertiesTab.SuspendLayout();
     this.controlPointsTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.controlPointMappingGrid)).BeginInit();
     this.propertyMappingTab.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.propertyMappingGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.valueMappingGrid)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // templateNameLabel
     //
     this.templateNameLabel.AutoSize = true;
     this.templateNameLabel.Location = new System.Drawing.Point(3, 60);
     this.templateNameLabel.Name = "templateNameLabel";
     this.templateNameLabel.Size = new System.Drawing.Size(38, 13);
     this.templateNameLabel.TabIndex = 0;
     this.templateNameLabel.Text = "Name:";
     //
     // nameTextBox
     //
     this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                     | System.Windows.Forms.AnchorStyles.Right)));
     this.nameTextBox.Location = new System.Drawing.Point(50, 57);
     this.nameTextBox.Name = "nameTextBox";
     this.nameTextBox.Size = new System.Drawing.Size(309, 20);
     this.nameTextBox.TabIndex = 2;
     this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(3, 86);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(30, 13);
     this.label4.TabIndex = 5;
     this.label4.Text = "Title:";
     //
     // titleTextBox
     //
     this.titleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                     | System.Windows.Forms.AnchorStyles.Right)));
     this.titleTextBox.Location = new System.Drawing.Point(50, 83);
     this.titleTextBox.Name = "titleTextBox";
     this.titleTextBox.Size = new System.Drawing.Size(309, 20);
     this.titleTextBox.TabIndex = 3;
     this.titleTextBox.TextChanged += new System.EventHandler(this.titleTextBox_TextChanged);
     //
     // descriptionTextBox
     //
     this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                     | System.Windows.Forms.AnchorStyles.Right)));
     this.descriptionTextBox.Location = new System.Drawing.Point(6, 22);
     this.descriptionTextBox.Multiline = true;
     this.descriptionTextBox.Name = "descriptionTextBox";
     this.descriptionTextBox.Size = new System.Drawing.Size(355, 81);
     this.descriptionTextBox.TabIndex = 4;
     this.descriptionTextBox.TextChanged += new System.EventHandler(this.descriptionTextBox_TextChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(3, 6);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(63, 13);
     this.label5.TabIndex = 7;
     this.label5.Text = "Description:";
     //
     // headerSplitContainer
     //
     this.headerSplitContainer.Dock = System.Windows.Forms.DockStyle.Top;
     this.headerSplitContainer.Location = new System.Drawing.Point(0, 0);
     this.headerSplitContainer.Name = "headerSplitContainer";
     //
     // headerSplitContainer.Panel1
     //
     this.headerSplitContainer.Panel1.Controls.Add(this.titleTextBox);
     this.headerSplitContainer.Panel1.Controls.Add(this.label4);
     this.headerSplitContainer.Panel1.Controls.Add(this.modelObjectComboBox);
     this.headerSplitContainer.Panel1.Controls.Add(this.shapeComboBox);
     this.headerSplitContainer.Panel1.Controls.Add(this.templateNameLabel);
     this.headerSplitContainer.Panel1.Controls.Add(this.nameTextBox);
     this.headerSplitContainer.Panel1.Controls.Add(this.label3);
     this.headerSplitContainer.Panel1.Controls.Add(this.templateShapeLabel);
     //
     // headerSplitContainer.Panel2
     //
     this.headerSplitContainer.Panel2.Controls.Add(this.label5);
     this.headerSplitContainer.Panel2.Controls.Add(this.descriptionTextBox);
     this.headerSplitContainer.Size = new System.Drawing.Size(731, 111);
     this.headerSplitContainer.SplitterDistance = 362;
     this.headerSplitContainer.TabIndex = 4;
     this.headerSplitContainer.TabStop = false;
     //
     // modelObjectComboBox
     //
     this.modelObjectComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                     | System.Windows.Forms.AnchorStyles.Right)));
     this.modelObjectComboBox.FormattingEnabled = true;
     this.modelObjectComboBox.Location = new System.Drawing.Point(50, 30);
     this.modelObjectComboBox.Name = "modelObjectComboBox";
     this.modelObjectComboBox.Size = new System.Drawing.Size(309, 21);
     this.modelObjectComboBox.TabIndex = 1;
     this.modelObjectComboBox.SelectedIndexChanged += new System.EventHandler(this.modelObjectComboBox_SelectedIndexChanged);
     //
     // shapeComboBox
     //
     this.shapeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                     | System.Windows.Forms.AnchorStyles.Right)));
     this.shapeComboBox.FormattingEnabled = true;
     this.shapeComboBox.Location = new System.Drawing.Point(50, 3);
     this.shapeComboBox.MaxDropDownItems = 15;
     this.shapeComboBox.Name = "shapeComboBox";
     this.shapeComboBox.Size = new System.Drawing.Size(309, 21);
     this.shapeComboBox.TabIndex = 0;
     this.shapeComboBox.SelectedIndexChanged += new System.EventHandler(this.shapesComboBox_SelectedIndexChanged);
     this.shapeComboBox.Click += new System.EventHandler(this.shapesComboBox_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(3, 33);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(39, 13);
     this.label3.TabIndex = 0;
     this.label3.Text = "Model:";
     //
     // templateShapeLabel
     //
     this.templateShapeLabel.AutoSize = true;
     this.templateShapeLabel.Location = new System.Drawing.Point(3, 6);
     this.templateShapeLabel.Name = "templateShapeLabel";
     this.templateShapeLabel.Size = new System.Drawing.Size(41, 13);
     this.templateShapeLabel.TabIndex = 2;
     this.templateShapeLabel.Text = "Shape:";
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.shapePropertiesTab);
     this.tabControl.Controls.Add(this.modelPropertiesTab);
     this.tabControl.Controls.Add(this.controlPointsTab);
     this.tabControl.Controls.Add(this.propertyMappingTab);
     this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location = new System.Drawing.Point(0, 0);
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size = new System.Drawing.Size(365, 396);
     this.tabControl.TabIndex = 11;
     this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
     //
     // shapePropertiesTab
     //
     this.shapePropertiesTab.Controls.Add(this.shapePropertyGrid);
     this.shapePropertiesTab.Location = new System.Drawing.Point(4, 22);
     this.shapePropertiesTab.Name = "shapePropertiesTab";
     this.shapePropertiesTab.Padding = new System.Windows.Forms.Padding(3);
     this.shapePropertiesTab.Size = new System.Drawing.Size(357, 370);
     this.shapePropertiesTab.TabIndex = 0;
     this.shapePropertiesTab.Text = "Presentation";
     this.shapePropertiesTab.UseVisualStyleBackColor = true;
     //
     // shapePropertyGrid
     //
     this.shapePropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.shapePropertyGrid.Location = new System.Drawing.Point(3, 3);
     this.shapePropertyGrid.Name = "shapePropertyGrid";
     this.shapePropertyGrid.Size = new System.Drawing.Size(351, 364);
     this.shapePropertyGrid.TabIndex = 6;
     //
     // modelPropertiesTab
     //
     this.modelPropertiesTab.Controls.Add(this.modelPropertyGrid);
     this.modelPropertiesTab.Location = new System.Drawing.Point(4, 22);
     this.modelPropertiesTab.Name = "modelPropertiesTab";
     this.modelPropertiesTab.Padding = new System.Windows.Forms.Padding(3);
     this.modelPropertiesTab.Size = new System.Drawing.Size(357, 370);
     this.modelPropertiesTab.TabIndex = 3;
     this.modelPropertiesTab.Text = "Model";
     this.modelPropertiesTab.UseVisualStyleBackColor = true;
     //
     // modelPropertyGrid
     //
     this.modelPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.modelPropertyGrid.Location = new System.Drawing.Point(3, 3);
     this.modelPropertyGrid.Name = "modelPropertyGrid";
     this.modelPropertyGrid.Size = new System.Drawing.Size(351, 364);
     this.modelPropertyGrid.TabIndex = 8;
     //
     // controlPointsTab
     //
     this.controlPointsTab.Controls.Add(this.controlPointMappingGrid);
     this.controlPointsTab.Location = new System.Drawing.Point(4, 22);
     this.controlPointsTab.Name = "controlPointsTab";
     this.controlPointsTab.Padding = new System.Windows.Forms.Padding(3);
     this.controlPointsTab.Size = new System.Drawing.Size(357, 370);
     this.controlPointsTab.TabIndex = 1;
     this.controlPointsTab.Text = "Connection Points";
     this.controlPointsTab.UseVisualStyleBackColor = true;
     //
     // controlPointMappingGrid
     //
     this.controlPointMappingGrid.AllowUserToAddRows = false;
     this.controlPointMappingGrid.AllowUserToDeleteRows = false;
     this.controlPointMappingGrid.AllowUserToResizeRows = false;
     this.controlPointMappingGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.controlPointMappingGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ControlPointColumn,
     this.TerminalColumn});
     this.controlPointMappingGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.controlPointMappingGrid.Location = new System.Drawing.Point(3, 3);
     this.controlPointMappingGrid.Name = "controlPointMappingGrid";
     this.controlPointMappingGrid.RowHeadersVisible = false;
     this.controlPointMappingGrid.Size = new System.Drawing.Size(351, 364);
     this.controlPointMappingGrid.TabIndex = 10;
     this.controlPointMappingGrid.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.controlPointMappingGrid_CellValueChanged);
     this.controlPointMappingGrid.Resize += new System.EventHandler(this.dataGridView_Resize);
     //
     // ControlPointColumn
     //
     this.ControlPointColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.ControlPointColumn.HeaderText = "Control Point";
     this.ControlPointColumn.Name = "ControlPointColumn";
     this.ControlPointColumn.ReadOnly = true;
     this.ControlPointColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.ControlPointColumn.Width = 148;
     //
     // TerminalColumn
     //
     this.TerminalColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.TerminalColumn.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
     this.TerminalColumn.HeaderText = "Terminal";
     this.TerminalColumn.Name = "TerminalColumn";
     this.TerminalColumn.Width = 200;
     //
     // propertyMappingTab
     //
     this.propertyMappingTab.Controls.Add(this.splitContainer2);
     this.propertyMappingTab.Location = new System.Drawing.Point(4, 22);
     this.propertyMappingTab.Name = "propertyMappingTab";
     this.propertyMappingTab.Padding = new System.Windows.Forms.Padding(3);
     this.propertyMappingTab.Size = new System.Drawing.Size(357, 370);
     this.propertyMappingTab.TabIndex = 2;
     this.propertyMappingTab.Text = "Model Visualization";
     this.propertyMappingTab.UseVisualStyleBackColor = true;
     //
     // splitContainer2
     //
     this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(3, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.propertyMappingGrid);
     this.splitContainer2.Panel1.Controls.Add(this.label1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.valueMappingGrid);
     this.splitContainer2.Panel2.Controls.Add(this.label2);
     this.splitContainer2.Size = new System.Drawing.Size(351, 364);
     this.splitContainer2.SplitterDistance = 175;
     this.splitContainer2.TabIndex = 2;
     //
     // propertyMappingGrid
     //
     this.propertyMappingGrid.AllowUserToAddRows = false;
     this.propertyMappingGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.propertyMappingGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.modelPropertyColumn,
     this.shapePropertyColumn});
     this.propertyMappingGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertyMappingGrid.Location = new System.Drawing.Point(0, 17);
     this.propertyMappingGrid.Name = "propertyMappingGrid";
     this.propertyMappingGrid.RowHeadersVisible = false;
     this.propertyMappingGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.propertyMappingGrid.Size = new System.Drawing.Size(349, 156);
     this.propertyMappingGrid.TabIndex = 12;
     this.propertyMappingGrid.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.propertyMappingGrid_CellValueChanged);
     this.propertyMappingGrid.Resize += new System.EventHandler(this.dataGridView_Resize);
     this.propertyMappingGrid.SelectionChanged += new System.EventHandler(this.propertyMappingGrid_SelectionChanged);
     //
     // modelPropertyColumn
     //
     this.modelPropertyColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.modelPropertyColumn.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
     this.modelPropertyColumn.HeaderText = "Model Property";
     this.modelPropertyColumn.Name = "modelPropertyColumn";
     this.modelPropertyColumn.Sorted = true;
     this.modelPropertyColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.modelPropertyColumn.Width = 173;
     //
     // shapePropertyColumn
     //
     this.shapePropertyColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.shapePropertyColumn.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
     this.shapePropertyColumn.HeaderText = "Shape Property";
     this.shapePropertyColumn.Items.AddRange(new object[] {
     "Color",
     "StrikeThrough",
     "Value"});
     this.shapePropertyColumn.Name = "shapePropertyColumn";
     this.shapePropertyColumn.Sorted = true;
     this.shapePropertyColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.shapePropertyColumn.Width = 173;
     //
     // label1
     //
     this.label1.Dock = System.Windows.Forms.DockStyle.Top;
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(349, 17);
     this.label1.TabIndex = 3;
     this.label1.Text = "Property Mapping";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // valueMappingGrid
     //
     this.valueMappingGrid.AllowUserToAddRows = false;
     this.valueMappingGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.valueMappingGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.modelValueColumn,
     this.shapeValueColumn});
     this.valueMappingGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.valueMappingGrid.Location = new System.Drawing.Point(0, 17);
     this.valueMappingGrid.Name = "valueMappingGrid";
     this.valueMappingGrid.RowHeadersVisible = false;
     this.valueMappingGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.valueMappingGrid.Size = new System.Drawing.Size(349, 166);
     this.valueMappingGrid.TabIndex = 13;
     this.valueMappingGrid.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.valueMappingGrid_CellValueChanged);
     this.valueMappingGrid.Resize += new System.EventHandler(this.dataGridView_Resize);
     //
     // modelValueColumn
     //
     this.modelValueColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.modelValueColumn.HeaderText = "Model Value";
     this.modelValueColumn.Name = "modelValueColumn";
     this.modelValueColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.modelValueColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // shapeValueColumn
     //
     this.shapeValueColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.shapeValueColumn.HeaderText = "Shape Value";
     this.shapeValueColumn.Name = "shapeValueColumn";
     this.shapeValueColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.shapeValueColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // label2
     //
     this.label2.Dock = System.Windows.Forms.DockStyle.Top;
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(349, 17);
     this.label2.TabIndex = 0;
     this.label2.Text = "Value Mapping";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // previewPanel
     //
     this.previewPanel.BackColor = System.Drawing.SystemColors.Control;
     this.previewPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.previewPanel.Location = new System.Drawing.Point(0, 0);
     this.previewPanel.Name = "previewPanel";
     this.previewPanel.Size = new System.Drawing.Size(362, 396);
     this.previewPanel.TabIndex = 9;
     this.previewPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.previewPanel_Paint);
     this.previewPanel.Resize += new System.EventHandler(this.previewPanel_Resize);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 111);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.previewPanel);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabControl);
     this.splitContainer1.Size = new System.Drawing.Size(731, 396);
     this.splitContainer1.SplitterDistance = 362;
     this.splitContainer1.TabIndex = 0;
     this.splitContainer1.TabStop = false;
     //
     // propertyController
     //
     this.propertyController.Project = null;
     this.propertyController.PropertyChanged += new System.EventHandler<Dataweb.NShape.Controllers.PropertyControllerPropertyChangedEventArgs>(this.propertyController_PropertyChanged);
     //
     // propertyPresenter
     //
     this.propertyPresenter.PrimaryPropertyGrid = this.shapePropertyGrid;
     this.propertyPresenter.PropertyController = this.propertyController;
     this.propertyPresenter.SecondaryPropertyGrid = this.modelPropertyGrid;
     //
     // TemplatePresenter
     //
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.headerSplitContainer);
     this.Name = "TemplatePresenter";
     this.Size = new System.Drawing.Size(731, 507);
     this.headerSplitContainer.Panel1.ResumeLayout(false);
     this.headerSplitContainer.Panel1.PerformLayout();
     this.headerSplitContainer.Panel2.ResumeLayout(false);
     this.headerSplitContainer.Panel2.PerformLayout();
     this.headerSplitContainer.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.shapePropertiesTab.ResumeLayout(false);
     this.modelPropertiesTab.ResumeLayout(false);
     this.controlPointsTab.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.controlPointMappingGrid)).EndInit();
     this.propertyMappingTab.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.propertyMappingGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.valueMappingGrid)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     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.cancelButton = new System.Windows.Forms.Button();
     this.okButton = new System.Windows.Forms.Button();
     this.dataGridView = new System.Windows.Forms.DataGridView();
     this.winMenu = new System.Windows.Forms.MenuStrip();
     this.menuInsert = new System.Windows.Forms.ToolStripMenuItem();
     this.menuDelete = new System.Windows.Forms.ToolStripMenuItem();
     this.Connector = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.ColumnName = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Operator = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.FilterValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
     this.winMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // cancelButton
     //
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location = new System.Drawing.Point(252, 259);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex = 6;
     this.cancelButton.Text = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // okButton
     //
     this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.okButton.Location = new System.Drawing.Point(169, 259);
     this.okButton.Name = "okButton";
     this.okButton.Size = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex = 5;
     this.okButton.Text = "OK";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // dataGridView
     //
     this.dataGridView.AllowUserToResizeRows = false;
     this.dataGridView.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.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
     this.dataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
     this.dataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Connector,
     this.ColumnName,
     this.Operator,
     this.FilterValue});
     this.dataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dataGridView.Location = new System.Drawing.Point(10, 30);
     this.dataGridView.Name = "dataGridView";
     this.dataGridView.Size = new System.Drawing.Size(470, 215);
     this.dataGridView.TabIndex = 4;
     //
     // winMenu
     //
     this.winMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuInsert,
     this.menuDelete});
     this.winMenu.Location = new System.Drawing.Point(0, 0);
     this.winMenu.Name = "winMenu";
     this.winMenu.Size = new System.Drawing.Size(506, 24);
     this.winMenu.TabIndex = 7;
     this.winMenu.Text = "Window Menu";
     //
     // menuInsert
     //
     this.menuInsert.AutoToolTip = true;
     this.menuInsert.Image = global::WaterskiScoringSystem.Properties.Resources.small_plus;
     this.menuInsert.Name = "menuInsert";
     this.menuInsert.Size = new System.Drawing.Size(64, 20);
     this.menuInsert.Text = "Insert";
     this.menuInsert.ToolTipText = "Insert new line";
     this.menuInsert.Click += new System.EventHandler(this.menuInsert_Click);
     //
     // menuDelete
     //
     this.menuDelete.Image = global::WaterskiScoringSystem.Properties.Resources.minus_sign;
     this.menuDelete.Name = "menuDelete";
     this.menuDelete.Size = new System.Drawing.Size(66, 20);
     this.menuDelete.Text = "Delete";
     this.menuDelete.Click += new System.EventHandler(this.menuDelete_Click);
     //
     // Connector
     //
     this.Connector.FalseValue = "OR";
     this.Connector.HeaderText = "And";
     this.Connector.IndeterminateValue = "OR";
     this.Connector.Name = "Connector";
     this.Connector.ToolTipText = "Compound condition connector";
     this.Connector.TrueValue = "AND";
     this.Connector.Width = 32;
     //
     // ColumnName
     //
     this.ColumnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.ColumnName.HeaderText = "Column to Filter";
     this.ColumnName.MinimumWidth = 125;
     this.ColumnName.Name = "ColumnName";
     this.ColumnName.ToolTipText = "Column name to filter ";
     this.ColumnName.Width = 125;
     //
     // Operator
     //
     this.Operator.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.Operator.HeaderText = "Operator";
     this.Operator.MaxDropDownItems = 6;
     this.Operator.MinimumWidth = 175;
     this.Operator.Name = "Operator";
     this.Operator.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Operator.ToolTipText = "Filter operation";
     this.Operator.Width = 175;
     //
     // FilterValue
     //
     this.FilterValue.HeaderText = "Value";
     this.FilterValue.MaxInputLength = 128;
     this.FilterValue.MinimumWidth = 100;
     this.FilterValue.Name = "FilterValue";
     //
     // FilterDialogForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(506, 294);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.dataGridView);
     this.Controls.Add(this.winMenu);
     this.Name = "FilterDialogForm";
     this.Text = "FilterDialogForm";
     this.Load += new System.EventHandler(this.FilterDialogForm_Load_1);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
     this.winMenu.ResumeLayout(false);
     this.winMenu.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     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.codigoBusca = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.dependenteGridView = new System.Windows.Forms.DataGridView();
     this.depParentesco = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.depNome = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.depIndCadastro = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.depObservacao = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.groupBox10 = new System.Windows.Forms.GroupBox();
     this.contatoGridView = new System.Windows.Forms.DataGridView();
     this.conTipoContato = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.conContato = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.conObservacao = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.pispasep4 = new System.Windows.Forms.TextBox();
     this.label38 = new System.Windows.Forms.Label();
     this.pispasep3 = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.pispasep2 = new System.Windows.Forms.TextBox();
     this.label42 = new System.Windows.Forms.Label();
     this.label44 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.pispasep1 = new System.Windows.Forms.TextBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.nit4 = new System.Windows.Forms.TextBox();
     this.label39 = new System.Windows.Forms.Label();
     this.nit3 = new System.Windows.Forms.TextBox();
     this.label41 = new System.Windows.Forms.Label();
     this.nit2 = new System.Windows.Forms.TextBox();
     this.label43 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.nit1 = new System.Windows.Forms.TextBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.ctpsSerie5 = new System.Windows.Forms.TextBox();
     this.label34 = new System.Windows.Forms.Label();
     this.ctps5 = new System.Windows.Forms.TextBox();
     this.label35 = new System.Windows.Forms.Label();
     this.ctpsSerie4 = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.ctps4 = new System.Windows.Forms.TextBox();
     this.label33 = new System.Windows.Forms.Label();
     this.ctpsSerie3 = new System.Windows.Forms.TextBox();
     this.label30 = new System.Windows.Forms.Label();
     this.ctps3 = new System.Windows.Forms.TextBox();
     this.label31 = new System.Windows.Forms.Label();
     this.ctpsSerie2 = new System.Windows.Forms.TextBox();
     this.label29 = new System.Windows.Forms.Label();
     this.ctps2 = new System.Windows.Forms.TextBox();
     this.label28 = new System.Windows.Forms.Label();
     this.ctpsSerie1 = new System.Windows.Forms.TextBox();
     this.label27 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.ctps1 = new System.Windows.Forms.TextBox();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.enderecoCEP = new System.Windows.Forms.MaskedTextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.enderecoUF = new System.Windows.Forms.ComboBox();
     this.label16 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.dataFalecimento = new System.Windows.Forms.MaskedTextBox();
     this.nome = new System.Windows.Forms.TextBox();
     this.naturalidade = new System.Windows.Forms.TextBox();
     this.enderecoCidade = new System.Windows.Forms.TextBox();
     this.nacionalidade = new System.Windows.Forms.TextBox();
     this.enderecoBairro = new System.Windows.Forms.TextBox();
     this.enderecoComplemento = new System.Windows.Forms.TextBox();
     this.profissao = new System.Windows.Forms.TextBox();
     this.enderecoNumero = new System.Windows.Forms.TextBox();
     this.endereco = new System.Windows.Forms.TextBox();
     this.nomeMae = new System.Windows.Forms.TextBox();
     this.nomePai = new System.Windows.Forms.TextBox();
     this.indFalecido = new System.Windows.Forms.CheckBox();
     this.label10 = 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.label15 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.estadoCivil = new System.Windows.Forms.ComboBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.dataNascimento = new System.Windows.Forms.MaskedTextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.groupBox12 = new System.Windows.Forms.GroupBox();
     this.rbPessoaJuridica = new System.Windows.Forms.RadioButton();
     this.rbPessoaFisica = new System.Windows.Forms.RadioButton();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.pnlCPF = new System.Windows.Forms.Panel();
     this.cpf = new System.Windows.Forms.MaskedTextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.pnlRG = new System.Windows.Forms.Panel();
     this.rg = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.pnlOrgaoExpedidor = new System.Windows.Forms.Panel();
     this.orgaoExpedidorRG = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.pnlDataEmissao = new System.Windows.Forms.Panel();
     this.dataEmissaoRG = new System.Windows.Forms.MaskedTextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.pnlTituloEleitor = new System.Windows.Forms.Panel();
     this.tituloEleitor = new System.Windows.Forms.TextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.pnlZona = new System.Windows.Forms.Panel();
     this.zonaEleitoral = new System.Windows.Forms.TextBox();
     this.label23 = new System.Windows.Forms.Label();
     this.pnlSecao = new System.Windows.Forms.Panel();
     this.secaoEleitoral = new System.Windows.Forms.TextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.pnlCNPJ = new System.Windows.Forms.Panel();
     this.cnpj = new System.Windows.Forms.MaskedTextBox();
     this.label37 = new System.Windows.Forms.Label();
     this.codigo = new System.Windows.Forms.TextBox();
     this.label67 = new System.Windows.Forms.Label();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.beneficiosGridView = new System.Windows.Forms.DataGridView();
     this.benTipoBeneficio = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.benNumero = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benDIB = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benSSCC = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benDivisor = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benMedia = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benFP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benSB = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benCC = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benRMI = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benTS = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPage6 = new System.Windows.Forms.TabPage();
     this.grupoGridView = new System.Windows.Forms.DataGridView();
     this.grpNome = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.tabPage7 = new System.Windows.Forms.TabPage();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.colorComboBox1 = new VisaoControles.ColorComboBox();
     this.buttonBar = new TXTextControl.ButtonBar();
     this.txtAtendimento = new TXTextControl.TextControl();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.groupBox11 = new System.Windows.Forms.GroupBox();
     this.btnSair = new System.Windows.Forms.Button();
     this.btnCancelar = new System.Windows.Forms.Button();
     this.btnSalvar = new System.Windows.Forms.Button();
     this.btnPesquisar = new System.Windows.Forms.Button();
     this.btnLimpar = new System.Windows.Forms.Button();
     this.btnNovo = new System.Windows.Forms.Button();
     this.btnExcluir = new System.Windows.Forms.Button();
     this.btnPDF = new System.Windows.Forms.Button();
     this.menuGridView = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.removerLinhaContextButton = new System.Windows.Forms.ToolStripMenuItem();
     this.tabPage4.SuspendLayout();
     this.groupBox9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dependenteGridView)).BeginInit();
     this.tabPage3.SuspendLayout();
     this.groupBox10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.contatoGridView)).BeginInit();
     this.tabPage2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox12.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.pnlCPF.SuspendLayout();
     this.pnlRG.SuspendLayout();
     this.pnlOrgaoExpedidor.SuspendLayout();
     this.pnlDataEmissao.SuspendLayout();
     this.pnlTituloEleitor.SuspendLayout();
     this.pnlZona.SuspendLayout();
     this.pnlSecao.SuspendLayout();
     this.pnlCNPJ.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.groupBox8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.beneficiosGridView)).BeginInit();
     this.tabPage6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grupoGridView)).BeginInit();
     this.tabPage7.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox11.SuspendLayout();
     this.menuGridView.SuspendLayout();
     this.SuspendLayout();
     //
     // codigoBusca
     //
     this.codigoBusca.Location = new System.Drawing.Point(760, 29);
     this.codigoBusca.Name = "codigoBusca";
     this.codigoBusca.Size = new System.Drawing.Size(136, 20);
     this.codigoBusca.TabIndex = 0;
     this.codigoBusca.Visible = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(648, 32);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(108, 15);
     this.label1.TabIndex = 0;
     this.label1.Text = "Código do Cliente:";
     this.label1.Visible = false;
     //
     // tabPage4
     //
     this.tabPage4.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage4.Controls.Add(this.groupBox9);
     this.tabPage4.Location = new System.Drawing.Point(4, 25);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size = new System.Drawing.Size(1142, 517);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "Dependentes";
     //
     // groupBox9
     //
     this.groupBox9.Controls.Add(this.dependenteGridView);
     this.groupBox9.Location = new System.Drawing.Point(7, 6);
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.Size = new System.Drawing.Size(1005, 508);
     this.groupBox9.TabIndex = 48;
     this.groupBox9.TabStop = false;
     //
     // dependenteGridView
     //
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.dependenteGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dependenteGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dependenteGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.depParentesco,
     this.depNome,
     this.depIndCadastro,
     this.depObservacao});
     this.dependenteGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dependenteGridView.Location = new System.Drawing.Point(6, 19);
     this.dependenteGridView.Name = "dependenteGridView";
     this.dependenteGridView.Size = new System.Drawing.Size(990, 483);
     this.dependenteGridView.TabIndex = 7;
     //
     // depParentesco
     //
     this.depParentesco.DataPropertyName = "GrauParentesco";
     this.depParentesco.HeaderText = "Parentesco";
     this.depParentesco.Name = "depParentesco";
     this.depParentesco.Width = 150;
     //
     // depNome
     //
     this.depNome.DataPropertyName = "Nome";
     this.depNome.HeaderText = "Nome";
     this.depNome.MinimumWidth = 350;
     this.depNome.Name = "depNome";
     this.depNome.Width = 350;
     //
     // depIndCadastro
     //
     this.depIndCadastro.DataPropertyName = "IndCadastro";
     this.depIndCadastro.HeaderText = "Cadastro";
     this.depIndCadastro.Name = "depIndCadastro";
     //
     // depObservacao
     //
     this.depObservacao.DataPropertyName = "Observacao";
     this.depObservacao.HeaderText = "Observação";
     this.depObservacao.MinimumWidth = 409;
     this.depObservacao.Name = "depObservacao";
     this.depObservacao.Width = 409;
     //
     // tabPage3
     //
     this.tabPage3.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage3.Controls.Add(this.groupBox10);
     this.tabPage3.Location = new System.Drawing.Point(4, 25);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size = new System.Drawing.Size(1142, 517);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "Contatos";
     //
     // groupBox10
     //
     this.groupBox10.Controls.Add(this.contatoGridView);
     this.groupBox10.Location = new System.Drawing.Point(7, 6);
     this.groupBox10.Name = "groupBox10";
     this.groupBox10.Size = new System.Drawing.Size(1002, 508);
     this.groupBox10.TabIndex = 99;
     this.groupBox10.TabStop = false;
     //
     // contatoGridView
     //
     dataGridViewCellStyle2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.contatoGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
     this.contatoGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.contatoGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.conTipoContato,
     this.conContato,
     this.conObservacao});
     this.contatoGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.contatoGridView.Location = new System.Drawing.Point(6, 19);
     this.contatoGridView.Name = "contatoGridView";
     this.contatoGridView.Size = new System.Drawing.Size(986, 483);
     this.contatoGridView.TabIndex = 98;
     //
     // conTipoContato
     //
     this.conTipoContato.DataPropertyName = "TipoContato";
     this.conTipoContato.HeaderText = "Tipo";
     this.conTipoContato.Items.AddRange(new object[] {
     "Telefone Residencial",
     "Telefone Celular",
     "Telefone Comercial",
     "E-Mail",
     "Fax",
     "Website"});
     this.conTipoContato.MinimumWidth = 160;
     this.conTipoContato.Name = "conTipoContato";
     this.conTipoContato.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.conTipoContato.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.conTipoContato.Width = 160;
     //
     // conContato
     //
     this.conContato.DataPropertyName = "Contato";
     this.conContato.HeaderText = "Telefone, E-Mail, etc";
     this.conContato.MinimumWidth = 200;
     this.conContato.Name = "conContato";
     this.conContato.Width = 200;
     //
     // conObservacao
     //
     this.conObservacao.DataPropertyName = "Observacao";
     this.conObservacao.HeaderText = "Observação";
     this.conObservacao.MinimumWidth = 490;
     this.conObservacao.Name = "conObservacao";
     this.conObservacao.Width = 490;
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage2.Controls.Add(this.groupBox4);
     this.tabPage2.Controls.Add(this.groupBox3);
     this.tabPage2.Controls.Add(this.groupBox2);
     this.tabPage2.Location = new System.Drawing.Point(4, 25);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(1142, 517);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Documentos Adicionais";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.pispasep4);
     this.groupBox4.Controls.Add(this.label38);
     this.groupBox4.Controls.Add(this.pispasep3);
     this.groupBox4.Controls.Add(this.label40);
     this.groupBox4.Controls.Add(this.pispasep2);
     this.groupBox4.Controls.Add(this.label42);
     this.groupBox4.Controls.Add(this.label44);
     this.groupBox4.Controls.Add(this.label47);
     this.groupBox4.Controls.Add(this.pispasep1);
     this.groupBox4.Location = new System.Drawing.Point(568, 85);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(185, 188);
     this.groupBox4.TabIndex = 74;
     this.groupBox4.TabStop = false;
     //
     // pispasep4
     //
     this.pispasep4.Location = new System.Drawing.Point(38, 128);
     this.pispasep4.MaxLength = 12;
     this.pispasep4.Name = "pispasep4";
     this.pispasep4.Size = new System.Drawing.Size(113, 20);
     this.pispasep4.TabIndex = 63;
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label38.Location = new System.Drawing.Point(10, 131);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(25, 13);
     this.label38.TabIndex = 62;
     this.label38.Text = "4 >";
     //
     // pispasep3
     //
     this.pispasep3.Location = new System.Drawing.Point(38, 102);
     this.pispasep3.MaxLength = 12;
     this.pispasep3.Name = "pispasep3";
     this.pispasep3.Size = new System.Drawing.Size(113, 20);
     this.pispasep3.TabIndex = 59;
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.Location = new System.Drawing.Point(10, 105);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(25, 13);
     this.label40.TabIndex = 58;
     this.label40.Text = "3 >";
     //
     // pispasep2
     //
     this.pispasep2.Location = new System.Drawing.Point(38, 76);
     this.pispasep2.MaxLength = 12;
     this.pispasep2.Name = "pispasep2";
     this.pispasep2.Size = new System.Drawing.Size(113, 20);
     this.pispasep2.TabIndex = 55;
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label42.Location = new System.Drawing.Point(10, 79);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(25, 13);
     this.label42.TabIndex = 54;
     this.label42.Text = "2 >";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label44.Location = new System.Drawing.Point(10, 50);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(25, 13);
     this.label44.TabIndex = 51;
     this.label44.Text = "1 >";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label47.Location = new System.Drawing.Point(35, 16);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(81, 13);
     this.label47.TabIndex = 50;
     this.label47.Text = "PIS / PASEP";
     //
     // pispasep1
     //
     this.pispasep1.Location = new System.Drawing.Point(38, 47);
     this.pispasep1.MaxLength = 12;
     this.pispasep1.Name = "pispasep1";
     this.pispasep1.Size = new System.Drawing.Size(113, 20);
     this.pispasep1.TabIndex = 50;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.nit4);
     this.groupBox3.Controls.Add(this.label39);
     this.groupBox3.Controls.Add(this.nit3);
     this.groupBox3.Controls.Add(this.label41);
     this.groupBox3.Controls.Add(this.nit2);
     this.groupBox3.Controls.Add(this.label43);
     this.groupBox3.Controls.Add(this.label45);
     this.groupBox3.Controls.Add(this.label46);
     this.groupBox3.Controls.Add(this.nit1);
     this.groupBox3.Location = new System.Drawing.Point(349, 85);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(211, 188);
     this.groupBox3.TabIndex = 73;
     this.groupBox3.TabStop = false;
     //
     // nit4
     //
     this.nit4.Location = new System.Drawing.Point(38, 128);
     this.nit4.MaxLength = 12;
     this.nit4.Name = "nit4";
     this.nit4.Size = new System.Drawing.Size(141, 20);
     this.nit4.TabIndex = 63;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.Location = new System.Drawing.Point(10, 131);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(25, 13);
     this.label39.TabIndex = 62;
     this.label39.Text = "4 >";
     //
     // nit3
     //
     this.nit3.Location = new System.Drawing.Point(38, 102);
     this.nit3.MaxLength = 12;
     this.nit3.Name = "nit3";
     this.nit3.Size = new System.Drawing.Size(141, 20);
     this.nit3.TabIndex = 59;
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label41.Location = new System.Drawing.Point(10, 105);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(25, 13);
     this.label41.TabIndex = 58;
     this.label41.Text = "3 >";
     //
     // nit2
     //
     this.nit2.Location = new System.Drawing.Point(38, 76);
     this.nit2.MaxLength = 12;
     this.nit2.Name = "nit2";
     this.nit2.Size = new System.Drawing.Size(141, 20);
     this.nit2.TabIndex = 55;
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label43.Location = new System.Drawing.Point(10, 79);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(25, 13);
     this.label43.TabIndex = 54;
     this.label43.Text = "2 >";
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label45.Location = new System.Drawing.Point(10, 50);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(25, 13);
     this.label45.TabIndex = 51;
     this.label45.Text = "1 >";
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label46.Location = new System.Drawing.Point(35, 16);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(28, 13);
     this.label46.TabIndex = 50;
     this.label46.Text = "NIT";
     //
     // nit1
     //
     this.nit1.Location = new System.Drawing.Point(38, 47);
     this.nit1.MaxLength = 12;
     this.nit1.Name = "nit1";
     this.nit1.Size = new System.Drawing.Size(141, 20);
     this.nit1.TabIndex = 50;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ctpsSerie5);
     this.groupBox2.Controls.Add(this.label34);
     this.groupBox2.Controls.Add(this.ctps5);
     this.groupBox2.Controls.Add(this.label35);
     this.groupBox2.Controls.Add(this.ctpsSerie4);
     this.groupBox2.Controls.Add(this.label32);
     this.groupBox2.Controls.Add(this.ctps4);
     this.groupBox2.Controls.Add(this.label33);
     this.groupBox2.Controls.Add(this.ctpsSerie3);
     this.groupBox2.Controls.Add(this.label30);
     this.groupBox2.Controls.Add(this.ctps3);
     this.groupBox2.Controls.Add(this.label31);
     this.groupBox2.Controls.Add(this.ctpsSerie2);
     this.groupBox2.Controls.Add(this.label29);
     this.groupBox2.Controls.Add(this.ctps2);
     this.groupBox2.Controls.Add(this.label28);
     this.groupBox2.Controls.Add(this.ctpsSerie1);
     this.groupBox2.Controls.Add(this.label27);
     this.groupBox2.Controls.Add(this.label26);
     this.groupBox2.Controls.Add(this.label25);
     this.groupBox2.Controls.Add(this.ctps1);
     this.groupBox2.Location = new System.Drawing.Point(57, 85);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(283, 188);
     this.groupBox2.TabIndex = 72;
     this.groupBox2.TabStop = false;
     //
     // ctpsSerie5
     //
     this.ctpsSerie5.Location = new System.Drawing.Point(172, 154);
     this.ctpsSerie5.MaxLength = 12;
     this.ctpsSerie5.Name = "ctpsSerie5";
     this.ctpsSerie5.Size = new System.Drawing.Size(79, 20);
     this.ctpsSerie5.TabIndex = 69;
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label34.Location = new System.Drawing.Point(157, 157);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(13, 13);
     this.label34.TabIndex = 68;
     this.label34.Text = "/";
     //
     // ctps5
     //
     this.ctps5.Location = new System.Drawing.Point(38, 154);
     this.ctps5.MaxLength = 12;
     this.ctps5.Name = "ctps5";
     this.ctps5.Size = new System.Drawing.Size(113, 20);
     this.ctps5.TabIndex = 67;
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.Location = new System.Drawing.Point(10, 157);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(25, 13);
     this.label35.TabIndex = 66;
     this.label35.Text = "5 >";
     //
     // ctpsSerie4
     //
     this.ctpsSerie4.Location = new System.Drawing.Point(172, 128);
     this.ctpsSerie4.MaxLength = 12;
     this.ctpsSerie4.Name = "ctpsSerie4";
     this.ctpsSerie4.Size = new System.Drawing.Size(79, 20);
     this.ctpsSerie4.TabIndex = 65;
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label32.Location = new System.Drawing.Point(157, 131);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(13, 13);
     this.label32.TabIndex = 64;
     this.label32.Text = "/";
     //
     // ctps4
     //
     this.ctps4.Location = new System.Drawing.Point(38, 128);
     this.ctps4.MaxLength = 12;
     this.ctps4.Name = "ctps4";
     this.ctps4.Size = new System.Drawing.Size(113, 20);
     this.ctps4.TabIndex = 63;
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.Location = new System.Drawing.Point(10, 131);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(25, 13);
     this.label33.TabIndex = 62;
     this.label33.Text = "4 >";
     //
     // ctpsSerie3
     //
     this.ctpsSerie3.Location = new System.Drawing.Point(172, 102);
     this.ctpsSerie3.MaxLength = 12;
     this.ctpsSerie3.Name = "ctpsSerie3";
     this.ctpsSerie3.Size = new System.Drawing.Size(79, 20);
     this.ctpsSerie3.TabIndex = 61;
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.Location = new System.Drawing.Point(157, 105);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(13, 13);
     this.label30.TabIndex = 60;
     this.label30.Text = "/";
     //
     // ctps3
     //
     this.ctps3.Location = new System.Drawing.Point(38, 102);
     this.ctps3.MaxLength = 12;
     this.ctps3.Name = "ctps3";
     this.ctps3.Size = new System.Drawing.Size(113, 20);
     this.ctps3.TabIndex = 59;
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.Location = new System.Drawing.Point(10, 105);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(25, 13);
     this.label31.TabIndex = 58;
     this.label31.Text = "3 >";
     //
     // ctpsSerie2
     //
     this.ctpsSerie2.Location = new System.Drawing.Point(172, 76);
     this.ctpsSerie2.MaxLength = 12;
     this.ctpsSerie2.Name = "ctpsSerie2";
     this.ctpsSerie2.Size = new System.Drawing.Size(79, 20);
     this.ctpsSerie2.TabIndex = 57;
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.Location = new System.Drawing.Point(157, 79);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(13, 13);
     this.label29.TabIndex = 56;
     this.label29.Text = "/";
     //
     // ctps2
     //
     this.ctps2.Location = new System.Drawing.Point(38, 76);
     this.ctps2.MaxLength = 12;
     this.ctps2.Name = "ctps2";
     this.ctps2.Size = new System.Drawing.Size(113, 20);
     this.ctps2.TabIndex = 55;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(10, 79);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(25, 13);
     this.label28.TabIndex = 54;
     this.label28.Text = "2 >";
     //
     // ctpsSerie1
     //
     this.ctpsSerie1.Location = new System.Drawing.Point(172, 47);
     this.ctpsSerie1.MaxLength = 12;
     this.ctpsSerie1.Name = "ctpsSerie1";
     this.ctpsSerie1.Size = new System.Drawing.Size(79, 20);
     this.ctpsSerie1.TabIndex = 53;
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label27.Location = new System.Drawing.Point(157, 50);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(13, 13);
     this.label27.TabIndex = 52;
     this.label27.Text = "/";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label26.Location = new System.Drawing.Point(10, 50);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(25, 13);
     this.label26.TabIndex = 51;
     this.label26.Text = "1 >";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label25.Location = new System.Drawing.Point(35, 16);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(90, 13);
     this.label25.TabIndex = 50;
     this.label25.Text = "CTPS / SÉRIE";
     //
     // ctps1
     //
     this.ctps1.Location = new System.Drawing.Point(38, 47);
     this.ctps1.MaxLength = 12;
     this.ctps1.Name = "ctps1";
     this.ctps1.Size = new System.Drawing.Size(113, 20);
     this.ctps1.TabIndex = 50;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage1.Controls.Add(this.enderecoCEP);
     this.tabPage1.Controls.Add(this.label17);
     this.tabPage1.Controls.Add(this.enderecoUF);
     this.tabPage1.Controls.Add(this.label16);
     this.tabPage1.Controls.Add(this.label8);
     this.tabPage1.Controls.Add(this.dataFalecimento);
     this.tabPage1.Controls.Add(this.nome);
     this.tabPage1.Controls.Add(this.naturalidade);
     this.tabPage1.Controls.Add(this.enderecoCidade);
     this.tabPage1.Controls.Add(this.nacionalidade);
     this.tabPage1.Controls.Add(this.enderecoBairro);
     this.tabPage1.Controls.Add(this.enderecoComplemento);
     this.tabPage1.Controls.Add(this.profissao);
     this.tabPage1.Controls.Add(this.enderecoNumero);
     this.tabPage1.Controls.Add(this.endereco);
     this.tabPage1.Controls.Add(this.nomeMae);
     this.tabPage1.Controls.Add(this.nomePai);
     this.tabPage1.Controls.Add(this.indFalecido);
     this.tabPage1.Controls.Add(this.label10);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.label4);
     this.tabPage1.Controls.Add(this.label15);
     this.tabPage1.Controls.Add(this.label5);
     this.tabPage1.Controls.Add(this.label14);
     this.tabPage1.Controls.Add(this.estadoCivil);
     this.tabPage1.Controls.Add(this.label6);
     this.tabPage1.Controls.Add(this.label13);
     this.tabPage1.Controls.Add(this.label7);
     this.tabPage1.Controls.Add(this.label12);
     this.tabPage1.Controls.Add(this.dataNascimento);
     this.tabPage1.Controls.Add(this.label11);
     this.tabPage1.Controls.Add(this.label9);
     this.tabPage1.Controls.Add(this.groupBox5);
     this.tabPage1.Location = new System.Drawing.Point(4, 25);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(1142, 517);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Dados";
     //
     // enderecoCEP
     //
     this.enderecoCEP.Location = new System.Drawing.Point(866, 230);
     this.enderecoCEP.Mask = "00000-999";
     this.enderecoCEP.Name = "enderecoCEP";
     this.enderecoCEP.Size = new System.Drawing.Size(67, 20);
     this.enderecoCEP.TabIndex = 16;
     this.enderecoCEP.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(866, 214);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(28, 13);
     this.label17.TabIndex = 217;
     this.label17.Text = "CEP";
     //
     // enderecoUF
     //
     this.enderecoUF.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.enderecoUF.FormattingEnabled = true;
     this.enderecoUF.Items.AddRange(new object[] {
     "AC",
     "AL",
     "AM",
     "AP",
     "BA",
     "CE",
     "DF",
     "ES",
     "GO",
     "MA",
     "MG",
     "MS",
     "MT",
     "PA",
     "PB",
     "PE",
     "PI",
     "PR",
     "RJ",
     "RN",
     "RO",
     "RR",
     "RS",
     "SC",
     "SE",
     "SP",
     "TO"});
     this.enderecoUF.Location = new System.Drawing.Point(956, 229);
     this.enderecoUF.Name = "enderecoUF";
     this.enderecoUF.Size = new System.Drawing.Size(46, 21);
     this.enderecoUF.TabIndex = 17;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(953, 214);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(21, 13);
     this.label16.TabIndex = 215;
     this.label16.Text = "UF";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(707, 62);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(90, 13);
     this.label8.TabIndex = 213;
     this.label8.Text = "Data Falecimento";
     //
     // dataFalecimento
     //
     this.dataFalecimento.Enabled = false;
     this.dataFalecimento.Location = new System.Drawing.Point(711, 78);
     this.dataFalecimento.Mask = "00/00/0000";
     this.dataFalecimento.Name = "dataFalecimento";
     this.dataFalecimento.Size = new System.Drawing.Size(73, 20);
     this.dataFalecimento.TabIndex = 3;
     this.dataFalecimento.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     this.dataFalecimento.ValidatingType = typeof(System.DateTime);
     //
     // nome
     //
     this.nome.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.nome.Location = new System.Drawing.Point(13, 82);
     this.nome.Name = "nome";
     this.nome.Size = new System.Drawing.Size(493, 20);
     this.nome.TabIndex = 1;
     //
     // naturalidade
     //
     this.naturalidade.Location = new System.Drawing.Point(13, 127);
     this.naturalidade.Name = "naturalidade";
     this.naturalidade.Size = new System.Drawing.Size(167, 20);
     this.naturalidade.TabIndex = 4;
     //
     // enderecoCidade
     //
     this.enderecoCidade.Location = new System.Drawing.Point(737, 230);
     this.enderecoCidade.Name = "enderecoCidade";
     this.enderecoCidade.Size = new System.Drawing.Size(109, 20);
     this.enderecoCidade.TabIndex = 15;
     //
     // nacionalidade
     //
     this.nacionalidade.Location = new System.Drawing.Point(200, 127);
     this.nacionalidade.Name = "nacionalidade";
     this.nacionalidade.Size = new System.Drawing.Size(167, 20);
     this.nacionalidade.TabIndex = 5;
     //
     // enderecoBairro
     //
     this.enderecoBairro.Location = new System.Drawing.Point(593, 230);
     this.enderecoBairro.Name = "enderecoBairro";
     this.enderecoBairro.Size = new System.Drawing.Size(124, 20);
     this.enderecoBairro.TabIndex = 14;
     //
     // enderecoComplemento
     //
     this.enderecoComplemento.Location = new System.Drawing.Point(465, 230);
     this.enderecoComplemento.Name = "enderecoComplemento";
     this.enderecoComplemento.Size = new System.Drawing.Size(109, 20);
     this.enderecoComplemento.TabIndex = 13;
     //
     // profissao
     //
     this.profissao.Location = new System.Drawing.Point(525, 126);
     this.profissao.Name = "profissao";
     this.profissao.Size = new System.Drawing.Size(167, 20);
     this.profissao.TabIndex = 7;
     //
     // enderecoNumero
     //
     this.enderecoNumero.Location = new System.Drawing.Point(385, 230);
     this.enderecoNumero.MaxLength = 6;
     this.enderecoNumero.Name = "enderecoNumero";
     this.enderecoNumero.Size = new System.Drawing.Size(59, 20);
     this.enderecoNumero.TabIndex = 12;
     //
     // endereco
     //
     this.endereco.Location = new System.Drawing.Point(13, 230);
     this.endereco.Name = "endereco";
     this.endereco.Size = new System.Drawing.Size(354, 20);
     this.endereco.TabIndex = 11;
     //
     // nomeMae
     //
     this.nomeMae.Location = new System.Drawing.Point(385, 176);
     this.nomeMae.Name = "nomeMae";
     this.nomeMae.Size = new System.Drawing.Size(354, 20);
     this.nomeMae.TabIndex = 10;
     //
     // nomePai
     //
     this.nomePai.Location = new System.Drawing.Point(13, 176);
     this.nomePai.Name = "nomePai";
     this.nomePai.Size = new System.Drawing.Size(354, 20);
     this.nomePai.TabIndex = 9;
     //
     // indFalecido
     //
     this.indFalecido.AutoSize = true;
     this.indFalecido.Location = new System.Drawing.Point(564, 82);
     this.indFalecido.Name = "indFalecido";
     this.indFalecido.Size = new System.Drawing.Size(75, 17);
     this.indFalecido.TabIndex = 2;
     this.indFalecido.Text = "Falecido ?";
     this.indFalecido.UseVisualStyleBackColor = true;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(391, 160);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(28, 13);
     this.label10.TabIndex = 187;
     this.label10.Text = "Mãe";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 65);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(35, 13);
     this.label2.TabIndex = 173;
     this.label2.Text = "Nome";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 111);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(67, 13);
     this.label3.TabIndex = 175;
     this.label3.Text = "Naturalidade";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(197, 111);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(75, 13);
     this.label4.TabIndex = 177;
     this.label4.Text = "Nacionalidade";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(734, 214);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(40, 13);
     this.label15.TabIndex = 197;
     this.label15.Text = "Cidade";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(382, 111);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(62, 13);
     this.label5.TabIndex = 179;
     this.label5.Text = "Estado Civil";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(591, 214);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(34, 13);
     this.label14.TabIndex = 195;
     this.label14.Text = "Bairro";
     //
     // estadoCivil
     //
     this.estadoCivil.FormattingEnabled = true;
     this.estadoCivil.Location = new System.Drawing.Point(385, 126);
     this.estadoCivil.Name = "estadoCivil";
     this.estadoCivil.Size = new System.Drawing.Size(121, 21);
     this.estadoCivil.TabIndex = 6;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(524, 111);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(50, 13);
     this.label6.TabIndex = 181;
     this.label6.Text = "Profissão";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(462, 214);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(71, 13);
     this.label13.TabIndex = 193;
     this.label13.Text = "Complemento";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(708, 111);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(89, 13);
     this.label7.TabIndex = 183;
     this.label7.Text = "Data Nascimento";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(382, 214);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(44, 13);
     this.label12.TabIndex = 191;
     this.label12.Text = "Número";
     //
     // dataNascimento
     //
     this.dataNascimento.Location = new System.Drawing.Point(711, 126);
     this.dataNascimento.Mask = "00/00/0000";
     this.dataNascimento.Name = "dataNascimento";
     this.dataNascimento.Size = new System.Drawing.Size(73, 20);
     this.dataNascimento.TabIndex = 8;
     this.dataNascimento.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     this.dataNascimento.ValidatingType = typeof(System.DateTime);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(10, 214);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(53, 13);
     this.label11.TabIndex = 189;
     this.label11.Text = "Endereço";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(10, 160);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(22, 13);
     this.label9.TabIndex = 185;
     this.label9.Text = "Pai";
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.groupBox12);
     this.groupBox5.Controls.Add(this.codigo);
     this.groupBox5.Controls.Add(this.label67);
     this.groupBox5.Location = new System.Drawing.Point(7, 12);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(1004, 380);
     this.groupBox5.TabIndex = 1000;
     this.groupBox5.TabStop = false;
     //
     // groupBox12
     //
     this.groupBox12.Controls.Add(this.rbPessoaJuridica);
     this.groupBox12.Controls.Add(this.rbPessoaFisica);
     this.groupBox12.Controls.Add(this.flowLayoutPanel1);
     this.groupBox12.Location = new System.Drawing.Point(7, 244);
     this.groupBox12.Name = "groupBox12";
     this.groupBox12.Size = new System.Drawing.Size(988, 130);
     this.groupBox12.TabIndex = 18;
     this.groupBox12.TabStop = false;
     this.groupBox12.Text = "Tipo de Cliente";
     //
     // rbPessoaJuridica
     //
     this.rbPessoaJuridica.AutoSize = true;
     this.rbPessoaJuridica.Location = new System.Drawing.Point(130, 31);
     this.rbPessoaJuridica.Name = "rbPessoaJuridica";
     this.rbPessoaJuridica.Size = new System.Drawing.Size(101, 17);
     this.rbPessoaJuridica.TabIndex = 215;
     this.rbPessoaJuridica.TabStop = true;
     this.rbPessoaJuridica.Text = "Pessoa Jurídica";
     this.rbPessoaJuridica.UseVisualStyleBackColor = true;
     this.rbPessoaJuridica.CheckedChanged += new System.EventHandler(this.rbPessoaJuridica_CheckedChanged);
     //
     // rbPessoaFisica
     //
     this.rbPessoaFisica.AutoSize = true;
     this.rbPessoaFisica.Checked = true;
     this.rbPessoaFisica.Location = new System.Drawing.Point(12, 31);
     this.rbPessoaFisica.Name = "rbPessoaFisica";
     this.rbPessoaFisica.Size = new System.Drawing.Size(92, 17);
     this.rbPessoaFisica.TabIndex = 214;
     this.rbPessoaFisica.TabStop = true;
     this.rbPessoaFisica.Text = "Pessoa Física";
     this.rbPessoaFisica.UseVisualStyleBackColor = true;
     this.rbPessoaFisica.CheckedChanged += new System.EventHandler(this.rbPessoaFisica_CheckedChanged);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.pnlCPF);
     this.flowLayoutPanel1.Controls.Add(this.pnlRG);
     this.flowLayoutPanel1.Controls.Add(this.pnlOrgaoExpedidor);
     this.flowLayoutPanel1.Controls.Add(this.pnlDataEmissao);
     this.flowLayoutPanel1.Controls.Add(this.pnlTituloEleitor);
     this.flowLayoutPanel1.Controls.Add(this.pnlZona);
     this.flowLayoutPanel1.Controls.Add(this.pnlSecao);
     this.flowLayoutPanel1.Controls.Add(this.pnlCNPJ);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(9, 63);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(988, 61);
     this.flowLayoutPanel1.TabIndex = 213;
     //
     // pnlCPF
     //
     this.pnlCPF.Controls.Add(this.cpf);
     this.pnlCPF.Controls.Add(this.label18);
     this.pnlCPF.Location = new System.Drawing.Point(3, 3);
     this.pnlCPF.Name = "pnlCPF";
     this.pnlCPF.Size = new System.Drawing.Size(117, 49);
     this.pnlCPF.TabIndex = 0;
     //
     // cpf
     //
     this.cpf.Location = new System.Drawing.Point(13, 26);
     this.cpf.Mask = "999\\.999\\.999-99";
     this.cpf.Name = "cpf";
     this.cpf.Size = new System.Drawing.Size(94, 20);
     this.cpf.TabIndex = 18;
     this.cpf.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(10, 10);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(27, 13);
     this.label18.TabIndex = 199;
     this.label18.Text = "CPF";
     //
     // pnlRG
     //
     this.pnlRG.Controls.Add(this.rg);
     this.pnlRG.Controls.Add(this.label19);
     this.pnlRG.Location = new System.Drawing.Point(126, 3);
     this.pnlRG.Name = "pnlRG";
     this.pnlRG.Size = new System.Drawing.Size(117, 49);
     this.pnlRG.TabIndex = 1;
     //
     // rg
     //
     this.rg.Location = new System.Drawing.Point(12, 26);
     this.rg.Name = "rg";
     this.rg.Size = new System.Drawing.Size(100, 20);
     this.rg.TabIndex = 19;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(9, 10);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(23, 13);
     this.label19.TabIndex = 201;
     this.label19.Text = "RG";
     //
     // pnlOrgaoExpedidor
     //
     this.pnlOrgaoExpedidor.Controls.Add(this.orgaoExpedidorRG);
     this.pnlOrgaoExpedidor.Controls.Add(this.label20);
     this.pnlOrgaoExpedidor.Location = new System.Drawing.Point(249, 3);
     this.pnlOrgaoExpedidor.Name = "pnlOrgaoExpedidor";
     this.pnlOrgaoExpedidor.Size = new System.Drawing.Size(82, 49);
     this.pnlOrgaoExpedidor.TabIndex = 2;
     //
     // orgaoExpedidorRG
     //
     this.orgaoExpedidorRG.Location = new System.Drawing.Point(14, 26);
     this.orgaoExpedidorRG.MaxLength = 8;
     this.orgaoExpedidorRG.Name = "orgaoExpedidorRG";
     this.orgaoExpedidorRG.Size = new System.Drawing.Size(59, 20);
     this.orgaoExpedidorRG.TabIndex = 20;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(11, 10);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(60, 13);
     this.label20.TabIndex = 203;
     this.label20.Text = "Orgão Exp.";
     //
     // pnlDataEmissao
     //
     this.pnlDataEmissao.Controls.Add(this.dataEmissaoRG);
     this.pnlDataEmissao.Controls.Add(this.label21);
     this.pnlDataEmissao.Location = new System.Drawing.Point(337, 3);
     this.pnlDataEmissao.Name = "pnlDataEmissao";
     this.pnlDataEmissao.Size = new System.Drawing.Size(84, 49);
     this.pnlDataEmissao.TabIndex = 3;
     //
     // dataEmissaoRG
     //
     this.dataEmissaoRG.Location = new System.Drawing.Point(6, 26);
     this.dataEmissaoRG.Mask = "00/00/0000";
     this.dataEmissaoRG.Name = "dataEmissaoRG";
     this.dataEmissaoRG.Size = new System.Drawing.Size(69, 20);
     this.dataEmissaoRG.TabIndex = 21;
     this.dataEmissaoRG.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     this.dataEmissaoRG.ValidatingType = typeof(System.DateTime);
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(3, 10);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(72, 13);
     this.label21.TabIndex = 205;
     this.label21.Text = "Data Emissão";
     //
     // pnlTituloEleitor
     //
     this.pnlTituloEleitor.Controls.Add(this.tituloEleitor);
     this.pnlTituloEleitor.Controls.Add(this.label22);
     this.pnlTituloEleitor.Location = new System.Drawing.Point(427, 3);
     this.pnlTituloEleitor.Name = "pnlTituloEleitor";
     this.pnlTituloEleitor.Size = new System.Drawing.Size(133, 49);
     this.pnlTituloEleitor.TabIndex = 4;
     //
     // tituloEleitor
     //
     this.tituloEleitor.Location = new System.Drawing.Point(4, 26);
     this.tituloEleitor.MaxLength = 15;
     this.tituloEleitor.Name = "tituloEleitor";
     this.tituloEleitor.Size = new System.Drawing.Size(113, 20);
     this.tituloEleitor.TabIndex = 22;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(1, 10);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(67, 13);
     this.label22.TabIndex = 207;
     this.label22.Text = "Título Eleitor";
     //
     // pnlZona
     //
     this.pnlZona.Controls.Add(this.zonaEleitoral);
     this.pnlZona.Controls.Add(this.label23);
     this.pnlZona.Location = new System.Drawing.Point(566, 3);
     this.pnlZona.Name = "pnlZona";
     this.pnlZona.Size = new System.Drawing.Size(80, 49);
     this.pnlZona.TabIndex = 5;
     //
     // zonaEleitoral
     //
     this.zonaEleitoral.Location = new System.Drawing.Point(3, 26);
     this.zonaEleitoral.MaxLength = 5;
     this.zonaEleitoral.Name = "zonaEleitoral";
     this.zonaEleitoral.Size = new System.Drawing.Size(66, 20);
     this.zonaEleitoral.TabIndex = 23;
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(1, 10);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(32, 13);
     this.label23.TabIndex = 209;
     this.label23.Text = "Zona";
     //
     // pnlSecao
     //
     this.pnlSecao.Controls.Add(this.secaoEleitoral);
     this.pnlSecao.Controls.Add(this.label24);
     this.pnlSecao.Location = new System.Drawing.Point(652, 3);
     this.pnlSecao.Name = "pnlSecao";
     this.pnlSecao.Size = new System.Drawing.Size(83, 49);
     this.pnlSecao.TabIndex = 6;
     //
     // secaoEleitoral
     //
     this.secaoEleitoral.Location = new System.Drawing.Point(5, 26);
     this.secaoEleitoral.MaxLength = 7;
     this.secaoEleitoral.Name = "secaoEleitoral";
     this.secaoEleitoral.Size = new System.Drawing.Size(68, 20);
     this.secaoEleitoral.TabIndex = 24;
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Location = new System.Drawing.Point(2, 10);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(38, 13);
     this.label24.TabIndex = 211;
     this.label24.Text = "Seção";
     //
     // pnlCNPJ
     //
     this.pnlCNPJ.Controls.Add(this.cnpj);
     this.pnlCNPJ.Controls.Add(this.label37);
     this.pnlCNPJ.Location = new System.Drawing.Point(741, 3);
     this.pnlCNPJ.Name = "pnlCNPJ";
     this.pnlCNPJ.Size = new System.Drawing.Size(139, 49);
     this.pnlCNPJ.TabIndex = 7;
     //
     // cnpj
     //
     this.cnpj.Location = new System.Drawing.Point(13, 22);
     this.cnpj.Mask = "99\\.999\\.999/9999-99";
     this.cnpj.Name = "cnpj";
     this.cnpj.Size = new System.Drawing.Size(108, 20);
     this.cnpj.TabIndex = 25;
     this.cnpj.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Location = new System.Drawing.Point(10, 6);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(34, 13);
     this.label37.TabIndex = 201;
     this.label37.Text = "CNPJ";
     //
     // codigo
     //
     this.codigo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.codigo.Location = new System.Drawing.Point(7, 30);
     this.codigo.Name = "codigo";
     this.codigo.ReadOnly = true;
     this.codigo.Size = new System.Drawing.Size(74, 20);
     this.codigo.TabIndex = 1;
     this.codigo.TabStop = false;
     //
     // label67
     //
     this.label67.AutoSize = true;
     this.label67.Location = new System.Drawing.Point(4, 13);
     this.label67.Name = "label67";
     this.label67.Size = new System.Drawing.Size(40, 13);
     this.label67.TabIndex = 175;
     this.label67.Text = "Codigo";
     //
     // tabControl1
     //
     this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Controls.Add(this.tabPage6);
     this.tabControl1.Controls.Add(this.tabPage7);
     this.tabControl1.Location = new System.Drawing.Point(26, 89);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(1150, 546);
     this.tabControl1.TabIndex = 0;
     //
     // tabPage5
     //
     this.tabPage5.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage5.Controls.Add(this.groupBox8);
     this.tabPage5.Location = new System.Drawing.Point(4, 25);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size = new System.Drawing.Size(1142, 517);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text = "Benefícios";
     //
     // groupBox8
     //
     this.groupBox8.Controls.Add(this.beneficiosGridView);
     this.groupBox8.Location = new System.Drawing.Point(7, 6);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new System.Drawing.Size(1129, 508);
     this.groupBox8.TabIndex = 49;
     this.groupBox8.TabStop = false;
     //
     // beneficiosGridView
     //
     dataGridViewCellStyle3.BackColor = System.Drawing.Color.WhiteSmoke;
     this.beneficiosGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
     this.beneficiosGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.beneficiosGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.benTipoBeneficio,
     this.benNumero,
     this.benDIB,
     this.benSSCC,
     this.benDivisor,
     this.benMedia,
     this.benFP,
     this.benSB,
     this.benCC,
     this.benRMI,
     this.benTS});
     this.beneficiosGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.beneficiosGridView.Location = new System.Drawing.Point(6, 19);
     this.beneficiosGridView.Name = "beneficiosGridView";
     this.beneficiosGridView.Size = new System.Drawing.Size(1117, 483);
     this.beneficiosGridView.TabIndex = 22;
     //
     // benTipoBeneficio
     //
     this.benTipoBeneficio.DataPropertyName = "TipoBeneficio";
     this.benTipoBeneficio.HeaderText = "Tipo de Beneficio";
     this.benTipoBeneficio.Name = "benTipoBeneficio";
     this.benTipoBeneficio.Width = 125;
     //
     // benNumero
     //
     this.benNumero.DataPropertyName = "Numero";
     this.benNumero.HeaderText = "Nº Benefício";
     this.benNumero.Name = "benNumero";
     this.benNumero.Width = 85;
     //
     // benDIB
     //
     this.benDIB.DataPropertyName = "InicioBeneficio";
     this.benDIB.HeaderText = "DIB";
     this.benDIB.Name = "benDIB";
     this.benDIB.Width = 80;
     //
     // benSSCC
     //
     this.benSSCC.DataPropertyName = "SomaSalariosContribuicao";
     this.benSSCC.HeaderText = "SSCC";
     this.benSSCC.Name = "benSSCC";
     this.benSSCC.Width = 95;
     //
     // benDivisor
     //
     this.benDivisor.DataPropertyName = "Divisor";
     this.benDivisor.HeaderText = "Divisor";
     this.benDivisor.Name = "benDivisor";
     this.benDivisor.Width = 90;
     //
     // benMedia
     //
     this.benMedia.DataPropertyName = "Media";
     this.benMedia.HeaderText = "Média";
     this.benMedia.Name = "benMedia";
     //
     // benFP
     //
     this.benFP.DataPropertyName = "FatorPrevidenciario";
     this.benFP.HeaderText = "FP";
     this.benFP.Name = "benFP";
     //
     // benSB
     //
     this.benSB.DataPropertyName = "SalarioBeneficio";
     this.benSB.HeaderText = "SB";
     this.benSB.Name = "benSB";
     //
     // benCC
     //
     this.benCC.DataPropertyName = "CoeficienteCalculo";
     this.benCC.HeaderText = "CC";
     this.benCC.Name = "benCC";
     //
     // benRMI
     //
     this.benRMI.DataPropertyName = "RendaMensalInicial";
     this.benRMI.HeaderText = "RMI";
     this.benRMI.Name = "benRMI";
     //
     // benTS
     //
     this.benTS.DataPropertyName = "TempoContribuicao";
     this.benTS.HeaderText = "TS";
     this.benTS.Name = "benTS";
     //
     // tabPage6
     //
     this.tabPage6.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage6.Controls.Add(this.grupoGridView);
     this.tabPage6.Controls.Add(this.groupBox7);
     this.tabPage6.Location = new System.Drawing.Point(4, 25);
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage6.Size = new System.Drawing.Size(1142, 517);
     this.tabPage6.TabIndex = 5;
     this.tabPage6.Text = "Grupo";
     //
     // grupoGridView
     //
     this.grupoGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grupoGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.grpNome});
     this.grupoGridView.Location = new System.Drawing.Point(18, 25);
     this.grupoGridView.Name = "grupoGridView";
     this.grupoGridView.Size = new System.Drawing.Size(397, 269);
     this.grupoGridView.TabIndex = 1;
     //
     // grpNome
     //
     this.grpNome.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.grpNome.DataPropertyName = "GrupoDiferencial";
     this.grpNome.HeaderText = "Nome do Grupo";
     this.grpNome.Name = "grpNome";
     //
     // groupBox7
     //
     this.groupBox7.Location = new System.Drawing.Point(7, 6);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(419, 294);
     this.groupBox7.TabIndex = 46;
     this.groupBox7.TabStop = false;
     //
     // tabPage7
     //
     this.tabPage7.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage7.Controls.Add(this.groupBox1);
     this.tabPage7.Controls.Add(this.groupBox6);
     this.tabPage7.Location = new System.Drawing.Point(4, 25);
     this.tabPage7.Name = "tabPage7";
     this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage7.Size = new System.Drawing.Size(1142, 517);
     this.tabPage7.TabIndex = 6;
     this.tabPage7.Text = "Histórico de Atendimento";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.colorComboBox1);
     this.groupBox1.Controls.Add(this.buttonBar);
     this.groupBox1.Controls.Add(this.txtAtendimento);
     this.groupBox1.Location = new System.Drawing.Point(13, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(1117, 496);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Atendimento";
     //
     // colorComboBox1
     //
     this.colorComboBox1.DisplayMember = "Name";
     this.colorComboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.colorComboBox1.FormattingEnabled = true;
     this.colorComboBox1.Items.AddRange(new object[] {
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen"});
     this.colorComboBox1.Location = new System.Drawing.Point(815, 21);
     this.colorComboBox1.Name = "colorComboBox1";
     this.colorComboBox1.SelectedColor = System.Drawing.Color.Black;
     this.colorComboBox1.Size = new System.Drawing.Size(194, 21);
     this.colorComboBox1.TabIndex = 7;
     this.colorComboBox1.ValueMember = "Color";
     //
     // buttonBar
     //
     this.buttonBar.Location = new System.Drawing.Point(9, 20);
     this.buttonBar.Name = "buttonBar";
     this.buttonBar.Size = new System.Drawing.Size(813, 28);
     this.buttonBar.TabIndex = 5;
     this.buttonBar.Text = "buttonBar1";
     //
     // txtAtendimento
     //
     this.txtAtendimento.ButtonBar = this.buttonBar;
     this.txtAtendimento.Font = new System.Drawing.Font("Arial", 10F);
     this.txtAtendimento.HideSelection = false;
     this.txtAtendimento.Location = new System.Drawing.Point(9, 48);
     this.txtAtendimento.Name = "txtAtendimento";
     this.txtAtendimento.Size = new System.Drawing.Size(1102, 442);
     this.txtAtendimento.TabIndex = 4;
     //
     // groupBox6
     //
     this.groupBox6.Location = new System.Drawing.Point(7, 4);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(1129, 510);
     this.groupBox6.TabIndex = 3;
     this.groupBox6.TabStop = false;
     //
     // groupBox11
     //
     this.groupBox11.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox11.Controls.Add(this.btnSair);
     this.groupBox11.Controls.Add(this.label1);
     this.groupBox11.Controls.Add(this.btnCancelar);
     this.groupBox11.Controls.Add(this.codigoBusca);
     this.groupBox11.Controls.Add(this.btnSalvar);
     this.groupBox11.Controls.Add(this.btnPesquisar);
     this.groupBox11.Controls.Add(this.btnLimpar);
     this.groupBox11.Controls.Add(this.btnNovo);
     this.groupBox11.Controls.Add(this.btnExcluir);
     this.groupBox11.Controls.Add(this.btnPDF);
     this.groupBox11.Location = new System.Drawing.Point(12, 12);
     this.groupBox11.Name = "groupBox11";
     this.groupBox11.Size = new System.Drawing.Size(1176, 636);
     this.groupBox11.TabIndex = 0;
     this.groupBox11.TabStop = false;
     this.groupBox11.Text = "Cadastro de Cliente";
     //
     // btnSair
     //
     this.btnSair.Image = global::Visao.Properties.Resources.sair24;
     this.btnSair.Location = new System.Drawing.Point(264, 25);
     this.btnSair.Name = "btnSair";
     this.btnSair.Size = new System.Drawing.Size(35, 28);
     this.btnSair.TabIndex = 9;
     this.btnSair.UseVisualStyleBackColor = true;
     this.btnSair.Click += new System.EventHandler(this.button9_Click);
     //
     // btnCancelar
     //
     this.btnCancelar.Image = global::Visao.Properties.Resources.canc24;
     this.btnCancelar.Location = new System.Drawing.Point(223, 25);
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(35, 28);
     this.btnCancelar.TabIndex = 8;
     this.btnCancelar.UseVisualStyleBackColor = true;
     //
     // btnSalvar
     //
     this.btnSalvar.Image = global::Visao.Properties.Resources.conf24;
     this.btnSalvar.Location = new System.Drawing.Point(182, 25);
     this.btnSalvar.Name = "btnSalvar";
     this.btnSalvar.Size = new System.Drawing.Size(35, 28);
     this.btnSalvar.TabIndex = 7;
     this.btnSalvar.UseVisualStyleBackColor = true;
     //
     // btnPesquisar
     //
     this.btnPesquisar.Image = global::Visao.Properties.Resources.search_24x24;
     this.btnPesquisar.Location = new System.Drawing.Point(909, 25);
     this.btnPesquisar.Name = "btnPesquisar";
     this.btnPesquisar.Size = new System.Drawing.Size(35, 28);
     this.btnPesquisar.TabIndex = 2;
     this.btnPesquisar.UseVisualStyleBackColor = true;
     this.btnPesquisar.Visible = false;
     //
     // btnLimpar
     //
     this.btnLimpar.Image = global::Visao.Properties.Resources.limpar;
     this.btnLimpar.Location = new System.Drawing.Point(141, 25);
     this.btnLimpar.Name = "btnLimpar";
     this.btnLimpar.Size = new System.Drawing.Size(35, 28);
     this.btnLimpar.TabIndex = 6;
     this.btnLimpar.UseVisualStyleBackColor = true;
     //
     // btnNovo
     //
     this.btnNovo.Image = global::Visao.Properties.Resources.add24;
     this.btnNovo.Location = new System.Drawing.Point(18, 25);
     this.btnNovo.Name = "btnNovo";
     this.btnNovo.Size = new System.Drawing.Size(35, 28);
     this.btnNovo.TabIndex = 3;
     this.btnNovo.UseVisualStyleBackColor = true;
     //
     // btnExcluir
     //
     this.btnExcluir.Image = global::Visao.Properties.Resources.SairPrograma24x24;
     this.btnExcluir.Location = new System.Drawing.Point(100, 25);
     this.btnExcluir.Name = "btnExcluir";
     this.btnExcluir.Size = new System.Drawing.Size(35, 28);
     this.btnExcluir.TabIndex = 5;
     this.btnExcluir.UseVisualStyleBackColor = true;
     //
     // btnPDF
     //
     this.btnPDF.Image = global::Visao.Properties.Resources.pdf_24x24;
     this.btnPDF.Location = new System.Drawing.Point(59, 25);
     this.btnPDF.Name = "btnPDF";
     this.btnPDF.Size = new System.Drawing.Size(35, 28);
     this.btnPDF.TabIndex = 4;
     this.btnPDF.UseVisualStyleBackColor = true;
     //
     // menuGridView
     //
     this.menuGridView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.removerLinhaContextButton});
     this.menuGridView.Name = "menuGridView";
     this.menuGridView.Size = new System.Drawing.Size(154, 26);
     //
     // removerLinhaContextButton
     //
     this.removerLinhaContextButton.Name = "removerLinhaContextButton";
     this.removerLinhaContextButton.Size = new System.Drawing.Size(153, 22);
     this.removerLinhaContextButton.Text = "&Remover Linha";
     //
     // CadastroCliente
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.WhiteSmoke;
     this.ClientSize = new System.Drawing.Size(1200, 722);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.groupBox11);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "CadastroCliente";
     this.ShowIcon = false;
     this.Text = "Cadastro de Clientes";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Form1_Load);
     this.tabPage4.ResumeLayout(false);
     this.groupBox9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dependenteGridView)).EndInit();
     this.tabPage3.ResumeLayout(false);
     this.groupBox10.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.contatoGridView)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox12.ResumeLayout(false);
     this.groupBox12.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.pnlCPF.ResumeLayout(false);
     this.pnlCPF.PerformLayout();
     this.pnlRG.ResumeLayout(false);
     this.pnlRG.PerformLayout();
     this.pnlOrgaoExpedidor.ResumeLayout(false);
     this.pnlOrgaoExpedidor.PerformLayout();
     this.pnlDataEmissao.ResumeLayout(false);
     this.pnlDataEmissao.PerformLayout();
     this.pnlTituloEleitor.ResumeLayout(false);
     this.pnlTituloEleitor.PerformLayout();
     this.pnlZona.ResumeLayout(false);
     this.pnlZona.PerformLayout();
     this.pnlSecao.ResumeLayout(false);
     this.pnlSecao.PerformLayout();
     this.pnlCNPJ.ResumeLayout(false);
     this.pnlCNPJ.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage5.ResumeLayout(false);
     this.groupBox8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.beneficiosGridView)).EndInit();
     this.tabPage6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grupoGridView)).EndInit();
     this.tabPage7.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox11.ResumeLayout(false);
     this.groupBox11.PerformLayout();
     this.menuGridView.ResumeLayout(false);
     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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRoutesInScreenSetting));
            this.dataGridViewSource = new System.Windows.Forms.DataGridView();
            this.NameRoute = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Begin = new DataGridViewNumericUpDownElements.DataGridViewNumericUpDownColumn();
            this.Finish = new DataGridViewNumericUpDownElements.DataGridViewNumericUpDownColumn();
            this.dataGridViewSel = new System.Windows.Forms.DataGridView();
            this.buttonAdd = new System.Windows.Forms.Button();
            this.buttonDel = new System.Windows.Forms.Button();
            this.buttonOk = new System.Windows.Forms.Button();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewNumericUpDownColumn1 = new DataGridViewNumericUpDownElements.DataGridViewNumericUpDownColumn();
            this.dataGridViewNumericUpDownColumn2 = new DataGridViewNumericUpDownElements.DataGridViewNumericUpDownColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.buttonSave = new System.Windows.Forms.Button();
            this.NameOfSelRoute = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.VisibleRoute = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.RouteColor = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TextColor = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EllSize = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.ShowLines = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSel)).BeginInit();
            this.SuspendLayout();
            //
            // dataGridViewSource
            //
            this.dataGridViewSource.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridViewSource.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewSource.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.NameRoute,
            this.Begin,
            this.Finish});
            this.dataGridViewSource.Location = new System.Drawing.Point(4, 7);
            this.dataGridViewSource.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.dataGridViewSource.Name = "dataGridViewSource";
            this.dataGridViewSource.Size = new System.Drawing.Size(350, 375);
            this.dataGridViewSource.TabIndex = 0;
            //
            // NameRoute
            //
            this.NameRoute.HeaderText = "Имя";
            this.NameRoute.Name = "NameRoute";
            //
            // Begin
            //
            this.Begin.HeaderText = "Начало Диапазона";
            this.Begin.Name = "Begin";
            //
            // Finish
            //
            this.Finish.HeaderText = "Конец Диапазона";
            this.Finish.Name = "Finish";
            //
            // dataGridViewSel
            //
            this.dataGridViewSel.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.dataGridViewSel.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridViewSel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewSel.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.NameOfSelRoute,
            this.VisibleRoute,
            this.RouteColor,
            this.TextColor,
            this.EllSize,
            this.ShowLines});
            this.dataGridViewSel.Location = new System.Drawing.Point(519, 7);
            this.dataGridViewSel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.dataGridViewSel.Name = "dataGridViewSel";
            this.dataGridViewSel.Size = new System.Drawing.Size(854, 375);
            this.dataGridViewSel.TabIndex = 1;
            this.dataGridViewSel.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.OnCellClick);
            //
            // buttonAdd
            //
            this.buttonAdd.Location = new System.Drawing.Point(370, 12);
            this.buttonAdd.Name = "buttonAdd";
            this.buttonAdd.Size = new System.Drawing.Size(132, 48);
            this.buttonAdd.TabIndex = 2;
            this.buttonAdd.Text = "Добавить->";
            this.buttonAdd.UseVisualStyleBackColor = true;
            this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
            //
            // buttonDel
            //
            this.buttonDel.Location = new System.Drawing.Point(370, 87);
            this.buttonDel.Name = "buttonDel";
            this.buttonDel.Size = new System.Drawing.Size(132, 48);
            this.buttonDel.TabIndex = 3;
            this.buttonDel.Text = "<-Удалить";
            this.buttonDel.UseVisualStyleBackColor = true;
            this.buttonDel.Click += new System.EventHandler(this.buttonDel_Click);
            //
            // buttonOk
            //
            this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.buttonOk.Location = new System.Drawing.Point(370, 302);
            this.buttonOk.Name = "buttonOk";
            this.buttonOk.Size = new System.Drawing.Size(132, 48);
            this.buttonOk.TabIndex = 4;
            this.buttonOk.Text = "Готово";
            this.buttonOk.UseVisualStyleBackColor = true;
            //
            // dataGridViewTextBoxColumn1
            //
            this.dataGridViewTextBoxColumn1.HeaderText = "Имя";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
            this.dataGridViewTextBoxColumn1.Width = 102;
            //
            // dataGridViewNumericUpDownColumn1
            //
            this.dataGridViewNumericUpDownColumn1.HeaderText = "Начало Диапазона";
            this.dataGridViewNumericUpDownColumn1.Name = "dataGridViewNumericUpDownColumn1";
            this.dataGridViewNumericUpDownColumn1.Width = 103;
            //
            // dataGridViewNumericUpDownColumn2
            //
            this.dataGridViewNumericUpDownColumn2.HeaderText = "Конец Диапазона";
            this.dataGridViewNumericUpDownColumn2.Name = "dataGridViewNumericUpDownColumn2";
            this.dataGridViewNumericUpDownColumn2.Width = 102;
            //
            // dataGridViewTextBoxColumn2
            //
            this.dataGridViewTextBoxColumn2.HeaderText = "Выбранный участок";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            this.dataGridViewTextBoxColumn2.ReadOnly = true;
            this.dataGridViewTextBoxColumn2.Width = 272;
            //
            // buttonSave
            //
            this.buttonSave.Location = new System.Drawing.Point(370, 165);
            this.buttonSave.Name = "buttonSave";
            this.buttonSave.Size = new System.Drawing.Size(132, 50);
            this.buttonSave.TabIndex = 5;
            this.buttonSave.Text = "Запомнить ";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // NameOfSelRoute
            //
            this.NameOfSelRoute.HeaderText = "Выбранный участок";
            this.NameOfSelRoute.Name = "NameOfSelRoute";
            //
            // VisibleRoute
            //
            this.VisibleRoute.HeaderText = "Видимый";
            this.VisibleRoute.Name = "VisibleRoute";
            this.VisibleRoute.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.VisibleRoute.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            //
            // RouteColor
            //
            this.RouteColor.HeaderText = "Цвет маршрута";
            this.RouteColor.Name = "RouteColor";
            //
            // TextColor
            //
            this.TextColor.HeaderText = "Цвет текста";
            this.TextColor.Name = "TextColor";
            this.TextColor.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            //
            // EllSize
            //
            this.EllSize.HeaderText = "Размер значка";

            this.EllSize.Items.AddRange(new object[] {
            "20",
            "25",
            "30",
            "35",
            "40",
            "45",
            "50",
            "55",
            "60",
            "65",
            "70",
            "75",
            "80",
            "85",
            "90",
            "95",
            "100"});
            this.EllSize.Name = "EllSize";
            this.EllSize.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.EllSize.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            //
            // ShowLines
            //
            this.ShowLines.HeaderText = "Связь значков";
            this.ShowLines.Name = "ShowLines";
            this.ShowLines.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.ShowLines.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            //
            // FormRoutesInScreenSetting
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1374, 396);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonOk);
            this.Controls.Add(this.buttonDel);
            this.Controls.Add(this.buttonAdd);
            this.Controls.Add(this.dataGridViewSel);
            this.Controls.Add(this.dataGridViewSource);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.Name = "FormRoutesInScreenSetting";
            this.Text = "Настроить отображение маршрутов";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSel)).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()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(formPassengersEdit));
     this.panel1 = new System.Windows.Forms.Panel();
     this.plStudent = new System.Windows.Forms.Panel();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.textBox7 = new System.Windows.Forms.TextBox();
     this.textBox6 = new System.Windows.Forms.TextBox();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.comboBox4 = new System.Windows.Forms.ComboBox();
     this.comboBox3 = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.dgvPassenger = new System.Windows.Forms.DataGridView();
     this.passenger_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.passenger_type_name = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.passenger_id_type_name = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.card_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.mobile_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.status = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel3 = new System.Windows.Forms.Panel();
     this.btnAdd = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.cboIDType = new System.Windows.Forms.ComboBox();
     this.txtIDCode = new System.Windows.Forms.TextBox();
     this.txtMobileNO = new System.Windows.Forms.TextBox();
     this.cboTicketType = new System.Windows.Forms.ComboBox();
     this.txtPassengerName = new System.Windows.Forms.TextBox();
     this.label30 = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label33 = new System.Windows.Forms.Label();
     this.label34 = new System.Windows.Forms.Label();
     this.label35 = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.plStudent.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPassenger)).BeginInit();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.plStudent);
     this.panel1.Controls.Add(this.dgvPassenger);
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Padding = new System.Windows.Forms.Padding(10);
     this.panel1.Size = new System.Drawing.Size(816, 427);
     this.panel1.TabIndex = 0;
     //
     // plStudent
     //
     this.plStudent.BackColor = System.Drawing.Color.White;
     this.plStudent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.plStudent.Controls.Add(this.textBox8);
     this.plStudent.Controls.Add(this.textBox7);
     this.plStudent.Controls.Add(this.textBox6);
     this.plStudent.Controls.Add(this.textBox5);
     this.plStudent.Controls.Add(this.textBox1);
     this.plStudent.Controls.Add(this.textBox4);
     this.plStudent.Controls.Add(this.textBox3);
     this.plStudent.Controls.Add(this.textBox2);
     this.plStudent.Controls.Add(this.comboBox4);
     this.plStudent.Controls.Add(this.comboBox3);
     this.plStudent.Controls.Add(this.label1);
     this.plStudent.Controls.Add(this.label2);
     this.plStudent.Controls.Add(this.label7);
     this.plStudent.Controls.Add(this.label3);
     this.plStudent.Controls.Add(this.label6);
     this.plStudent.Controls.Add(this.label10);
     this.plStudent.Controls.Add(this.label9);
     this.plStudent.Controls.Add(this.label8);
     this.plStudent.Controls.Add(this.label4);
     this.plStudent.Controls.Add(this.label5);
     this.plStudent.Location = new System.Drawing.Point(10, 350);
     this.plStudent.Name = "plStudent";
     this.plStudent.Size = new System.Drawing.Size(793, 67);
     this.plStudent.TabIndex = 39;
     this.plStudent.Visible = false;
     //
     // textBox8
     //
     this.textBox8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.textBox8.Location = new System.Drawing.Point(221, 9);
     this.textBox8.MaxLength = 11;
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new System.Drawing.Size(135, 21);
     this.textBox8.TabIndex = 28;
     //
     // textBox7
     //
     this.textBox7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.textBox7.Location = new System.Drawing.Point(92, 9);
     this.textBox7.MaxLength = 11;
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new System.Drawing.Size(85, 21);
     this.textBox7.TabIndex = 27;
     //
     // textBox6
     //
     this.textBox6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.textBox6.Location = new System.Drawing.Point(690, 34);
     this.textBox6.MaxLength = 11;
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new System.Drawing.Size(85, 21);
     this.textBox6.TabIndex = 26;
     //
     // textBox5
     //
     this.textBox5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.textBox5.Location = new System.Drawing.Point(570, 34);
     this.textBox5.MaxLength = 11;
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new System.Drawing.Size(79, 21);
     this.textBox5.TabIndex = 25;
     //
     // textBox1
     //
     this.textBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.textBox1.Location = new System.Drawing.Point(404, 8);
     this.textBox1.MaxLength = 18;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(123, 21);
     this.textBox1.TabIndex = 23;
     //
     // textBox4
     //
     this.textBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.textBox4.Location = new System.Drawing.Point(404, 34);
     this.textBox4.MaxLength = 11;
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(99, 21);
     this.textBox4.TabIndex = 22;
     //
     // textBox3
     //
     this.textBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.textBox3.Location = new System.Drawing.Point(41, 35);
     this.textBox3.MaxLength = 11;
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(77, 21);
     this.textBox3.TabIndex = 22;
     //
     // textBox2
     //
     this.textBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.textBox2.Location = new System.Drawing.Point(570, 8);
     this.textBox2.MaxLength = 11;
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(206, 21);
     this.textBox2.TabIndex = 22;
     //
     // comboBox4
     //
     this.comboBox4.Enabled = false;
     this.comboBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.comboBox4.FormattingEnabled = true;
     this.comboBox4.Location = new System.Drawing.Point(288, 35);
     this.comboBox4.Name = "comboBox4";
     this.comboBox4.Size = new System.Drawing.Size(56, 20);
     this.comboBox4.TabIndex = 19;
     //
     // comboBox3
     //
     this.comboBox3.Enabled = false;
     this.comboBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.comboBox3.FormattingEnabled = true;
     this.comboBox3.Items.AddRange(new object[] {
     "1",
     "2",
     "3",
     "4",
     "5",
     "6",
     "7",
     "8",
     "9"});
     this.comboBox3.Location = new System.Drawing.Point(157, 36);
     this.comboBox3.Name = "comboBox3";
     this.comboBox3.Size = new System.Drawing.Size(56, 20);
     this.comboBox3.TabIndex = 19;
     this.comboBox3.Text = "4";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label1.Location = new System.Drawing.Point(10, 13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 12);
     this.label1.TabIndex = 17;
     this.label1.Text = "学校所在省份";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(539, 12);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 16;
     this.label2.Text = "班级";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label7.Location = new System.Drawing.Point(232, 39);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(53, 12);
     this.label7.TabIndex = 13;
     this.label7.Text = "入学年份";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(372, 13);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 14;
     this.label3.Text = "院系";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label6.Location = new System.Drawing.Point(123, 40);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(29, 12);
     this.label6.TabIndex = 13;
     this.label6.Text = "学制";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label10.Location = new System.Drawing.Point(661, 38);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(17, 12);
     this.label10.TabIndex = 12;
     this.label10.Text = "至";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label9.Location = new System.Drawing.Point(514, 39);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(53, 12);
     this.label9.TabIndex = 12;
     this.label9.Text = "优惠区间";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label8.Location = new System.Drawing.Point(349, 38);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(53, 12);
     this.label8.TabIndex = 12;
     this.label8.Text = "优惠卡号";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(189, 13);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(29, 12);
     this.label4.TabIndex = 13;
     this.label4.Text = "学校";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label5.Location = new System.Drawing.Point(10, 39);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(29, 12);
     this.label5.TabIndex = 12;
     this.label5.Text = "学号";
     //
     // dgvPassenger
     //
     this.dgvPassenger.AllowUserToAddRows = false;
     this.dgvPassenger.AllowUserToDeleteRows = false;
     this.dgvPassenger.AllowUserToResizeRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.dgvPassenger.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvPassenger.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvPassenger.BackgroundColor = System.Drawing.Color.White;
     this.dgvPassenger.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvPassenger.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvPassenger.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvPassenger.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.passenger_name,
     this.passenger_type_name,
     this.passenger_id_type_name,
     this.card_no,
     this.mobile_no,
     this.status});
     this.dgvPassenger.GridColor = System.Drawing.Color.Silver;
     this.dgvPassenger.Location = new System.Drawing.Point(10, 59);
     this.dgvPassenger.MultiSelect = false;
     this.dgvPassenger.Name = "dgvPassenger";
     this.dgvPassenger.ReadOnly = true;
     this.dgvPassenger.RowHeadersVisible = false;
     dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.dgvPassenger.RowsDefaultCellStyle = dataGridViewCellStyle9;
     this.dgvPassenger.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.dgvPassenger.RowTemplate.Height = 21;
     this.dgvPassenger.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvPassenger.Size = new System.Drawing.Size(793, 358);
     this.dgvPassenger.TabIndex = 38;
     this.dgvPassenger.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPassenger_CellClick);
     this.dgvPassenger.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPassenger_CellMouseEnter);
     this.dgvPassenger.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dgvPassenger_CellPainting);
     this.dgvPassenger.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvPassenger_RowPostPaint);
     this.dgvPassenger.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvPassenger_RowPrePaint);
     this.dgvPassenger.Paint += new System.Windows.Forms.PaintEventHandler(this.dgvPassenger_Paint);
     //
     // passenger_name
     //
     this.passenger_name.DataPropertyName = "passenger_name";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this.passenger_name.DefaultCellStyle = dataGridViewCellStyle3;
     this.passenger_name.FillWeight = 89.54314F;
     this.passenger_name.HeaderText = "姓名";
     this.passenger_name.MaxInputLength = 10;
     this.passenger_name.Name = "passenger_name";
     this.passenger_name.ReadOnly = true;
     //
     // passenger_type_name
     //
     this.passenger_type_name.DataPropertyName = "passenger_type_name";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this.passenger_type_name.DefaultCellStyle = dataGridViewCellStyle4;
     this.passenger_type_name.FillWeight = 89.54314F;
     this.passenger_type_name.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.passenger_type_name.HeaderText = "票种";
     this.passenger_type_name.Items.AddRange(new object[] {
     "成人",
     "儿童",
     "学生",
     "残军"});
     this.passenger_type_name.Name = "passenger_type_name";
     this.passenger_type_name.ReadOnly = true;
     //
     // passenger_id_type_name
     //
     this.passenger_id_type_name.DataPropertyName = "passenger_id_type_name";
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this.passenger_id_type_name.DefaultCellStyle = dataGridViewCellStyle5;
     this.passenger_id_type_name.FillWeight = 89.54314F;
     this.passenger_id_type_name.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.passenger_id_type_name.HeaderText = "证件类型";
     this.passenger_id_type_name.Items.AddRange(new object[] {
     "二代身份证",
     "一代身份证",
     "港澳通行证",
     "台湾通行证",
     "护照"});
     this.passenger_id_type_name.Name = "passenger_id_type_name";
     this.passenger_id_type_name.ReadOnly = true;
     //
     // card_no
     //
     this.card_no.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.card_no.DataPropertyName = "passenger_id_no";
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this.card_no.DefaultCellStyle = dataGridViewCellStyle6;
     this.card_no.FillWeight = 89.54314F;
     this.card_no.HeaderText = "证件号";
     this.card_no.MaxInputLength = 18;
     this.card_no.Name = "card_no";
     this.card_no.ReadOnly = true;
     //
     // mobile_no
     //
     this.mobile_no.DataPropertyName = "mobile_no";
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this.mobile_no.DefaultCellStyle = dataGridViewCellStyle7;
     this.mobile_no.FillWeight = 89.54314F;
     this.mobile_no.HeaderText = "手机号";
     this.mobile_no.MaxInputLength = 11;
     this.mobile_no.Name = "mobile_no";
     this.mobile_no.ReadOnly = true;
     //
     // status
     //
     this.status.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.status.DataPropertyName = "Status";
     dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this.status.DefaultCellStyle = dataGridViewCellStyle8;
     this.status.FillWeight = 152.2843F;
     this.status.HeaderText = "校验状态";
     this.status.Name = "status";
     this.status.ReadOnly = true;
     this.status.Width = 120;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.btnAdd);
     this.panel3.Controls.Add(this.btnSave);
     this.panel3.Controls.Add(this.cboIDType);
     this.panel3.Controls.Add(this.txtIDCode);
     this.panel3.Controls.Add(this.txtMobileNO);
     this.panel3.Controls.Add(this.cboTicketType);
     this.panel3.Controls.Add(this.txtPassengerName);
     this.panel3.Controls.Add(this.label30);
     this.panel3.Controls.Add(this.label31);
     this.panel3.Controls.Add(this.label33);
     this.panel3.Controls.Add(this.label34);
     this.panel3.Controls.Add(this.label35);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(10, 10);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(796, 43);
     this.panel3.TabIndex = 7;
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.btnAdd.Location = new System.Drawing.Point(724, 10);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(58, 23);
     this.btnAdd.TabIndex = 6;
     this.btnAdd.Text = "添加";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.btnSave.Location = new System.Drawing.Point(662, 10);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(58, 23);
     this.btnSave.TabIndex = 5;
     this.btnSave.Text = "保存";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // cboIDType
     //
     this.cboIDType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.cboIDType.FormattingEnabled = true;
     this.cboIDType.Items.AddRange(new object[] {
     "二代身份证",
     "一代身份证",
     "港澳通行证",
     "台湾通行证",
     "护照"});
     this.cboIDType.Location = new System.Drawing.Point(270, 11);
     this.cboIDType.Name = "cboIDType";
     this.cboIDType.Size = new System.Drawing.Size(84, 20);
     this.cboIDType.TabIndex = 2;
     this.cboIDType.Text = "二代身份证";
     //
     // txtIDCode
     //
     this.txtIDCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.txtIDCode.Location = new System.Drawing.Point(400, 11);
     this.txtIDCode.MaxLength = 18;
     this.txtIDCode.Name = "txtIDCode";
     this.txtIDCode.Size = new System.Drawing.Size(123, 21);
     this.txtIDCode.TabIndex = 3;
     //
     // txtMobileNO
     //
     this.txtMobileNO.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.txtMobileNO.Location = new System.Drawing.Point(569, 11);
     this.txtMobileNO.MaxLength = 11;
     this.txtMobileNO.Name = "txtMobileNO";
     this.txtMobileNO.Size = new System.Drawing.Size(80, 21);
     this.txtMobileNO.TabIndex = 4;
     //
     // cboTicketType
     //
     this.cboTicketType.Enabled = false;
     this.cboTicketType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.cboTicketType.FormattingEnabled = true;
     this.cboTicketType.Items.AddRange(new object[] {
     "成人",
     "儿童",
     "学生",
     "残军"});
     this.cboTicketType.Location = new System.Drawing.Point(155, 11);
     this.cboTicketType.Name = "cboTicketType";
     this.cboTicketType.Size = new System.Drawing.Size(56, 20);
     this.cboTicketType.TabIndex = 1;
     this.cboTicketType.Text = "成人";
     //
     // txtPassengerName
     //
     this.txtPassengerName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.txtPassengerName.Location = new System.Drawing.Point(42, 11);
     this.txtPassengerName.MaxLength = 20;
     this.txtPassengerName.Name = "txtPassengerName";
     this.txtPassengerName.Size = new System.Drawing.Size(77, 21);
     this.txtPassengerName.TabIndex = 0;
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label30.Location = new System.Drawing.Point(11, 16);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(29, 12);
     this.label30.TabIndex = 17;
     this.label30.Text = "姓名";
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Location = new System.Drawing.Point(527, 15);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(41, 12);
     this.label31.TabIndex = 16;
     this.label31.Text = "手机号";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label33.Location = new System.Drawing.Point(357, 15);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(41, 12);
     this.label33.TabIndex = 14;
     this.label33.Text = "证件号";
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label34.Location = new System.Drawing.Point(214, 15);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(53, 12);
     this.label34.TabIndex = 13;
     this.label34.Text = "证件类型";
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label35.Location = new System.Drawing.Point(123, 16);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(29, 12);
     this.label35.TabIndex = 12;
     this.label35.Text = "票种";
     //
     // formPassengersEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     this.ClientSize = new System.Drawing.Size(816, 427);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "formPassengersEdit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "编辑联系人";
     this.Load += new System.EventHandler(this.formPassengersEdit_Load);
     this.panel1.ResumeLayout(false);
     this.plStudent.ResumeLayout(false);
     this.plStudent.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPassenger)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.ResumeLayout(false);
 }
Example #39
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.propertiesDataGridView = new System.Windows.Forms.DataGridView();
     this.Property          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Action            = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.ReferenceNodeType = new BrowserTypeColumn();
     ((System.ComponentModel.ISupportInitialize)(this.propertiesDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // infoPanel
     //
     this.infoPanel.Size = new System.Drawing.Size(713, 319);
     //
     // propertiesDataGridView
     //
     this.propertiesDataGridView.AllowUserToAddRows          = false;
     this.propertiesDataGridView.AllowUserToDeleteRows       = false;
     this.propertiesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.propertiesDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Property,
         this.Action,
         this.ReferenceNodeType
     });
     this.propertiesDataGridView.Location = new System.Drawing.Point(19, 18);
     this.propertiesDataGridView.Name     = "propertiesDataGridView";
     this.propertiesDataGridView.Size     = new System.Drawing.Size(680, 254);
     this.propertiesDataGridView.TabIndex = 2;
     //
     // Property
     //
     this.Property.DataPropertyName = "Property";
     this.Property.HeaderText       = "Property";
     this.Property.Name             = "Property";
     this.Property.ReadOnly         = true;
     this.Property.Width            = 130;
     //
     // Action
     //
     this.Action.DataPropertyName = "Action";
     this.Action.HeaderText       = "Action";
     this.Action.Name             = "Action";
     //
     // ReferenceNodeType
     //
     this.ReferenceNodeType.DataPropertyName = "ReferenceNodeType";
     this.ReferenceNodeType.HeaderText       = "Reference Node Type";
     this.ReferenceNodeType.Name             = "ReferenceNodeType";
     this.ReferenceNodeType.Width            = 300;
     //
     // DesignTimePropertiesPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.propertiesDataGridView);
     this.Name = "DesignTimePropertiesPage";
     this.Size = new System.Drawing.Size(713, 469);
     this.Controls.SetChildIndex(this.propertiesDataGridView, 0);
     this.Controls.SetChildIndex(this.infoPanel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.propertiesDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.dgvData = new System.Windows.Forms.DataGridView();
     this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnRowAdd = new System.Windows.Forms.Button();
     this.btnColumnAdd = new System.Windows.Forms.Button();
     this.btnDataFileLoad = new System.Windows.Forms.Button();
     this.grpDataType = new System.Windows.Forms.GroupBox();
     this.radDataTypeOrd = new System.Windows.Forms.RadioButton();
     this.radDataTypeInt = new System.Windows.Forms.RadioButton();
     this.radDataTypeFre = new System.Windows.Forms.RadioButton();
     this.btnRun = new System.Windows.Forms.Button();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.dgvStatMeasure = new System.Windows.Forms.DataGridView();
     this.colStatMeasure = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colOrder = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.colUse = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.smiDeleteSelCol = new System.Windows.Forms.ToolStripMenuItem();
     this.smiDeleteSelRow = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.cmsDataCells = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.smiRenameHeader = new System.Windows.Forms.ToolStripMenuItem();
     this.txtRenameHeader = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.smiRenameColumn = new System.Windows.Forms.ToolStripMenuItem();
     this.smiRenameRow = new System.Windows.Forms.ToolStripMenuItem();
     this.smiRenameTopLeftCell = new System.Windows.Forms.ToolStripMenuItem();
     this.menInputAndSelection = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.aboutStatisticalAnalyzerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.grpDataType.SuspendLayout();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvStatMeasure)).BeginInit();
     this.cmsDataCells.SuspendLayout();
     this.menInputAndSelection.SuspendLayout();
     this.SuspendLayout();
     //
     // dgvData
     //
     this.dgvData.AllowUserToResizeColumns = false;
     this.dgvData.AllowUserToResizeRows = false;
     this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Column1});
     this.dgvData.Location = new System.Drawing.Point(0, 90);
     this.dgvData.Name = "dgvData";
     this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
     this.dgvData.Size = new System.Drawing.Size(596, 365);
     this.dgvData.TabIndex = 0;
     this.dgvData.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvData_CellEndEdit);
     this.dgvData.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvData_CellMouseClick);
     this.dgvData.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvData_CellMouseUp);
     this.dgvData.ColumnAdded += new System.Windows.Forms.DataGridViewColumnEventHandler(this.dgvData_ColumnAdded);
     this.dgvData.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_ColumnHeaderMouseClick);
     this.dgvData.ColumnHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_ColumnHeaderMouseDoubleClick);
     this.dgvData.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvData_DefaultValuesNeeded);
     //
     // Column1
     //
     this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.Column1.HeaderText = "Column1";
     this.Column1.Name = "Column1";
     this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Column1.Width = 54;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnRowAdd);
     this.groupBox1.Controls.Add(this.btnColumnAdd);
     this.groupBox1.Controls.Add(this.btnDataFileLoad);
     this.groupBox1.Controls.Add(this.dgvData);
     this.groupBox1.Location = new System.Drawing.Point(12, 26);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(596, 461);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Input and Select Data";
     //
     // btnRowAdd
     //
     this.btnRowAdd.Location = new System.Drawing.Point(91, 67);
     this.btnRowAdd.Name = "btnRowAdd";
     this.btnRowAdd.Size = new System.Drawing.Size(79, 21);
     this.btnRowAdd.TabIndex = 9;
     this.btnRowAdd.Text = "Add Ro&w";
     this.btnRowAdd.UseVisualStyleBackColor = true;
     this.btnRowAdd.Click += new System.EventHandler(this.btnRowAdd_Click);
     //
     // btnColumnAdd
     //
     this.btnColumnAdd.Location = new System.Drawing.Point(6, 67);
     this.btnColumnAdd.Name = "btnColumnAdd";
     this.btnColumnAdd.Size = new System.Drawing.Size(79, 21);
     this.btnColumnAdd.TabIndex = 2;
     this.btnColumnAdd.Text = "Add &Column";
     this.btnColumnAdd.UseVisualStyleBackColor = true;
     this.btnColumnAdd.Click += new System.EventHandler(this.btnColumnAdd_Click);
     //
     // btnDataFileLoad
     //
     this.btnDataFileLoad.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDataFileLoad.Location = new System.Drawing.Point(6, 19);
     this.btnDataFileLoad.Name = "btnDataFileLoad";
     this.btnDataFileLoad.Size = new System.Drawing.Size(115, 32);
     this.btnDataFileLoad.TabIndex = 1;
     this.btnDataFileLoad.Text = "&Load Data File";
     this.btnDataFileLoad.UseVisualStyleBackColor = true;
     this.btnDataFileLoad.Click += new System.EventHandler(this.btnDataFileLoad_Click);
     //
     // grpDataType
     //
     this.grpDataType.Controls.Add(this.radDataTypeOrd);
     this.grpDataType.Controls.Add(this.radDataTypeInt);
     this.grpDataType.Controls.Add(this.radDataTypeFre);
     this.grpDataType.Location = new System.Drawing.Point(521, 26);
     this.grpDataType.Name = "grpDataType";
     this.grpDataType.Size = new System.Drawing.Size(87, 88);
     this.grpDataType.TabIndex = 2;
     this.grpDataType.TabStop = false;
     this.grpDataType.Text = "Data Type";
     //
     // radDataTypeOrd
     //
     this.radDataTypeOrd.AutoSize = true;
     this.radDataTypeOrd.Location = new System.Drawing.Point(6, 67);
     this.radDataTypeOrd.Name = "radDataTypeOrd";
     this.radDataTypeOrd.Size = new System.Drawing.Size(58, 17);
     this.radDataTypeOrd.TabIndex = 2;
     this.radDataTypeOrd.TabStop = true;
     this.radDataTypeOrd.Text = "Or&dinal";
     this.radDataTypeOrd.UseVisualStyleBackColor = true;
     this.radDataTypeOrd.CheckedChanged += new System.EventHandler(this.grpDataType_CheckedChanged);
     //
     // radDataTypeInt
     //
     this.radDataTypeInt.AutoSize = true;
     this.radDataTypeInt.Location = new System.Drawing.Point(6, 43);
     this.radDataTypeInt.Name = "radDataTypeInt";
     this.radDataTypeInt.Size = new System.Drawing.Size(60, 17);
     this.radDataTypeInt.TabIndex = 1;
     this.radDataTypeInt.TabStop = true;
     this.radDataTypeInt.Text = "&Interval";
     this.radDataTypeInt.UseVisualStyleBackColor = true;
     this.radDataTypeInt.CheckedChanged += new System.EventHandler(this.grpDataType_CheckedChanged);
     //
     // radDataTypeFre
     //
     this.radDataTypeFre.AutoSize = true;
     this.radDataTypeFre.Location = new System.Drawing.Point(6, 19);
     this.radDataTypeFre.Name = "radDataTypeFre";
     this.radDataTypeFre.Size = new System.Drawing.Size(75, 17);
     this.radDataTypeFre.TabIndex = 0;
     this.radDataTypeFre.TabStop = true;
     this.radDataTypeFre.Text = "F&requency";
     this.radDataTypeFre.UseVisualStyleBackColor = true;
     this.radDataTypeFre.CheckedChanged += new System.EventHandler(this.grpDataType_CheckedChanged);
     //
     // btnRun
     //
     this.btnRun.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRun.Location = new System.Drawing.Point(633, 446);
     this.btnRun.Name = "btnRun";
     this.btnRun.Size = new System.Drawing.Size(312, 35);
     this.btnRun.TabIndex = 1;
     this.btnRun.Text = "R&un";
     this.btnRun.UseVisualStyleBackColor = true;
     this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.dgvStatMeasure);
     this.groupBox5.Location = new System.Drawing.Point(633, 26);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(312, 410);
     this.groupBox5.TabIndex = 13;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Select Statistical Measure(s)";
     //
     // dgvStatMeasure
     //
     this.dgvStatMeasure.AllowUserToAddRows = false;
     this.dgvStatMeasure.AllowUserToResizeColumns = false;
     this.dgvStatMeasure.AllowUserToResizeRows = false;
     this.dgvStatMeasure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvStatMeasure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colStatMeasure,
     this.colOrder,
     this.colUse});
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ControlLight;
     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.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvStatMeasure.DefaultCellStyle = dataGridViewCellStyle2;
     this.dgvStatMeasure.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dgvStatMeasure.Location = new System.Drawing.Point(0, 19);
     this.dgvStatMeasure.Name = "dgvStatMeasure";
     this.dgvStatMeasure.RowHeadersVisible = false;
     this.dgvStatMeasure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dgvStatMeasure.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.dgvStatMeasure.Size = new System.Drawing.Size(312, 391);
     this.dgvStatMeasure.TabIndex = 15;
     this.dgvStatMeasure.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStatMeasure_CellMouseUp);
     this.dgvStatMeasure.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStatMeasure_CellValueChanged);
     //
     // colStatMeasure
     //
     this.colStatMeasure.HeaderText = "Statistical Measure";
     this.colStatMeasure.Name = "colStatMeasure";
     this.colStatMeasure.ReadOnly = true;
     this.colStatMeasure.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.colStatMeasure.Width = 172;
     //
     // colOrder
     //
     this.colOrder.HeaderText = "Series Order";
     this.colOrder.Name = "colOrder";
     this.colOrder.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.colOrder.Width = 90;
     //
     // colUse
     //
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.NullValue = false;
     dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(0, 0, 25, 0);
     this.colUse.DefaultCellStyle = dataGridViewCellStyle1;
     this.colUse.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.colUse.HeaderText = "Use";
     this.colUse.Name = "colUse";
     this.colUse.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.colUse.Width = 47;
     //
     // smiDeleteSelCol
     //
     this.smiDeleteSelCol.Name = "smiDeleteSelCol";
     this.smiDeleteSelCol.Size = new System.Drawing.Size(180, 22);
     this.smiDeleteSelCol.Text = "Delete Selected Columns";
     this.smiDeleteSelCol.Click += new System.EventHandler(this.smiDeleteSelCol_Click);
     //
     // smiDeleteSelRow
     //
     this.smiDeleteSelRow.Name = "smiDeleteSelRow";
     this.smiDeleteSelRow.Size = new System.Drawing.Size(180, 22);
     this.smiDeleteSelRow.Text = "Delete Selected Rows";
     this.smiDeleteSelRow.Click += new System.EventHandler(this.smiDeleteSelRow_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
     //
     // cmsDataCells
     //
     this.cmsDataCells.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.smiDeleteSelCol,
     this.smiDeleteSelRow,
     this.toolStripSeparator1,
     this.smiRenameHeader});
     this.cmsDataCells.Name = "contextMenuStrip1";
     this.cmsDataCells.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.cmsDataCells.ShowImageMargin = false;
     this.cmsDataCells.Size = new System.Drawing.Size(181, 76);
     this.cmsDataCells.Opening += new System.ComponentModel.CancelEventHandler(this.cmsDataCells_Opening);
     //
     // smiRenameHeader
     //
     this.smiRenameHeader.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.txtRenameHeader,
     this.toolStripSeparator2,
     this.smiRenameColumn,
     this.smiRenameRow,
     this.smiRenameTopLeftCell});
     this.smiRenameHeader.Name = "smiRenameHeader";
     this.smiRenameHeader.Size = new System.Drawing.Size(180, 22);
     this.smiRenameHeader.Text = "Rename Header";
     //
     // txtRenameHeader
     //
     this.txtRenameHeader.Name = "txtRenameHeader";
     this.txtRenameHeader.Size = new System.Drawing.Size(150, 23);
     this.txtRenameHeader.ToolTipText = "Type new name here";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(220, 6);
     //
     // smiRenameColumn
     //
     this.smiRenameColumn.Name = "smiRenameColumn";
     this.smiRenameColumn.Size = new System.Drawing.Size(223, 22);
     this.smiRenameColumn.Text = "Rename Selected Column(s)";
     this.smiRenameColumn.Click += new System.EventHandler(this.smiRenameColumn_Click);
     //
     // smiRenameRow
     //
     this.smiRenameRow.Name = "smiRenameRow";
     this.smiRenameRow.Size = new System.Drawing.Size(223, 22);
     this.smiRenameRow.Text = "Rename Selected Row(s)";
     this.smiRenameRow.Click += new System.EventHandler(this.smiRenameRow_Click);
     //
     // smiRenameTopLeftCell
     //
     this.smiRenameTopLeftCell.Name = "smiRenameTopLeftCell";
     this.smiRenameTopLeftCell.Size = new System.Drawing.Size(223, 22);
     this.smiRenameTopLeftCell.Text = "Rename Top-left Cell";
     this.smiRenameTopLeftCell.Click += new System.EventHandler(this.smiRenameTopLeftCell_Click);
     //
     // menInputAndSelection
     //
     this.menInputAndSelection.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menInputAndSelection.Location = new System.Drawing.Point(0, 0);
     this.menInputAndSelection.Name = "menInputAndSelection";
     this.menInputAndSelection.Size = new System.Drawing.Size(963, 24);
     this.menInputAndSelection.TabIndex = 14;
     this.menInputAndSelection.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.openToolStripMenuItem,
     this.toolStripSeparator3,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F)));
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name = "openToolStripMenuItem";
     this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.openToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
     this.openToolStripMenuItem.Text = "&Open...";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(152, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
     this.exitToolStripMenuItem.Text = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.viewHelpToolStripMenuItem,
     this.toolStripSeparator4,
     this.aboutStatisticalAnalyzerToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.H)));
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // viewHelpToolStripMenuItem
     //
     this.viewHelpToolStripMenuItem.Name = "viewHelpToolStripMenuItem";
     this.viewHelpToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
     this.viewHelpToolStripMenuItem.Size = new System.Drawing.Size(217, 22);
     this.viewHelpToolStripMenuItem.Text = "&View Help...";
     this.viewHelpToolStripMenuItem.Click += new System.EventHandler(this.viewHelpToolStripMenuItem_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(214, 6);
     //
     // aboutStatisticalAnalyzerToolStripMenuItem
     //
     this.aboutStatisticalAnalyzerToolStripMenuItem.Name = "aboutStatisticalAnalyzerToolStripMenuItem";
     this.aboutStatisticalAnalyzerToolStripMenuItem.Size = new System.Drawing.Size(217, 22);
     this.aboutStatisticalAnalyzerToolStripMenuItem.Text = "&About Statistical Analyzer...";
     this.aboutStatisticalAnalyzerToolStripMenuItem.Click += new System.EventHandler(this.aboutStatisticalAnalyzerToolStripMenuItem_Click);
     //
     // InputAndSelectionForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(963, 489);
     this.Controls.Add(this.menInputAndSelection);
     this.Controls.Add(this.grpDataType);
     this.Controls.Add(this.btnRun);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.groupBox1);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MainMenuStrip = this.menInputAndSelection;
     this.MaximizeBox = false;
     this.Name = "InputAndSelectionForm";
     this.Text = "Statistical Analyzer";
     this.Load += new System.EventHandler(this.InputAndSelectionForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.grpDataType.ResumeLayout(false);
     this.grpDataType.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvStatMeasure)).EndInit();
     this.cmsDataCells.ResumeLayout(false);
     this.menInputAndSelection.ResumeLayout(false);
     this.menInputAndSelection.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = 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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPhysicalStock));
     this.btnClose = new System.Windows.Forms.Button();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnClear = new System.Windows.Forms.Button();
     this.txtTotalAmount = new System.Windows.Forms.TextBox();
     this.lblTotalAmount = new System.Windows.Forms.Label();
     this.lnklblRemove = new System.Windows.Forms.LinkLabel();
     this.txtNarration = new System.Windows.Forms.TextBox();
     this.lblNarration = new System.Windows.Forms.Label();
     this.txtVoucherNo = new System.Windows.Forms.TextBox();
     this.lblVoucherNo = new System.Windows.Forms.Label();
     this.dgvPhysicalStock = new One_Account.dgv.DataGridViewEnter();
     this.dgvtxtSlNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvtxtCheck = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvtxtvoucherNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvtxtInvoiceNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvtxtPhysicalStockDetailId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvtxtBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvtxtProductCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvtxtProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvtxtQty = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvcmbUnit = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.dgvcmbGodown = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.dgvcmbRack = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.dgvcmbBatch = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.dgvtxtRate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvcmbCurrency = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.dgvtxtAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lblDate = new System.Windows.Forms.Label();
     this.cbxPrint = new System.Windows.Forms.CheckBox();
     this.dtpDate = new System.Windows.Forms.DateTimePicker();
     this.txtDate = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPhysicalStock)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.BackColor = System.Drawing.Color.LightSteelBlue;
     this.btnClose.FlatAppearance.BorderSize = 0;
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnClose.ForeColor = System.Drawing.Color.Black;
     this.btnClose.Location = new System.Drawing.Point(697, 560);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(85, 27);
     this.btnClose.TabIndex = 8;
     this.btnClose.Text = "Close";
     this.btnClose.UseVisualStyleBackColor = false;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     this.btnClose.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btnClose_KeyDown);
     //
     // btnDelete
     //
     this.btnDelete.BackColor = System.Drawing.Color.Salmon;
     this.btnDelete.Enabled = false;
     this.btnDelete.FlatAppearance.BorderSize = 0;
     this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnDelete.ForeColor = System.Drawing.Color.Black;
     this.btnDelete.Location = new System.Drawing.Point(606, 560);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(85, 27);
     this.btnDelete.TabIndex = 7;
     this.btnDelete.Text = "Delete";
     this.btnDelete.UseVisualStyleBackColor = false;
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     this.btnDelete.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btnDelete_KeyDown);
     //
     // btnSave
     //
     this.btnSave.BackColor = System.Drawing.Color.LightSteelBlue;
     this.btnSave.FlatAppearance.BorderSize = 0;
     this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSave.ForeColor = System.Drawing.Color.Black;
     this.btnSave.Location = new System.Drawing.Point(424, 560);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(85, 27);
     this.btnSave.TabIndex = 5;
     this.btnSave.Text = "Save";
     this.btnSave.UseVisualStyleBackColor = false;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     this.btnSave.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btnSave_KeyDown);
     //
     // btnClear
     //
     this.btnClear.BackColor = System.Drawing.Color.LightSteelBlue;
     this.btnClear.FlatAppearance.BorderSize = 0;
     this.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnClear.ForeColor = System.Drawing.Color.Black;
     this.btnClear.Location = new System.Drawing.Point(515, 560);
     this.btnClear.Name = "btnClear";
     this.btnClear.Size = new System.Drawing.Size(85, 27);
     this.btnClear.TabIndex = 6;
     this.btnClear.Text = "Clear";
     this.btnClear.UseVisualStyleBackColor = false;
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     this.btnClear.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btnClear_KeyDown);
     //
     // txtTotalAmount
     //
     this.txtTotalAmount.Location = new System.Drawing.Point(582, 528);
     this.txtTotalAmount.Margin = new System.Windows.Forms.Padding(5);
     this.txtTotalAmount.Name = "txtTotalAmount";
     this.txtTotalAmount.ReadOnly = true;
     this.txtTotalAmount.Size = new System.Drawing.Size(200, 20);
     this.txtTotalAmount.TabIndex = 663;
     this.txtTotalAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtTotalAmount.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtTotalAmount_KeyDown);
     //
     // lblTotalAmount
     //
     this.lblTotalAmount.AutoSize = true;
     this.lblTotalAmount.BackColor = System.Drawing.Color.Transparent;
     this.lblTotalAmount.ForeColor = System.Drawing.Color.Black;
     this.lblTotalAmount.Location = new System.Drawing.Point(485, 532);
     this.lblTotalAmount.Margin = new System.Windows.Forms.Padding(5, 5, 5, 0);
     this.lblTotalAmount.Name = "lblTotalAmount";
     this.lblTotalAmount.Size = new System.Drawing.Size(70, 13);
     this.lblTotalAmount.TabIndex = 662;
     this.lblTotalAmount.Text = "Total Amount";
     //
     // lnklblRemove
     //
     this.lnklblRemove.ActiveLinkColor = System.Drawing.Color.Brown;
     this.lnklblRemove.AutoSize = true;
     this.lnklblRemove.LinkColor = System.Drawing.Color.Brown;
     this.lnklblRemove.Location = new System.Drawing.Point(733, 461);
     this.lnklblRemove.Margin = new System.Windows.Forms.Padding(5);
     this.lnklblRemove.Name = "lnklblRemove";
     this.lnklblRemove.Size = new System.Drawing.Size(47, 13);
     this.lnklblRemove.TabIndex = 5685;
     this.lnklblRemove.TabStop = true;
     this.lnklblRemove.Text = "Remove";
     this.lnklblRemove.VisitedLinkColor = System.Drawing.Color.Brown;
     this.lnklblRemove.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnklblRemove_LinkClicked);
     //
     // txtNarration
     //
     this.txtNarration.Location = new System.Drawing.Point(115, 472);
     this.txtNarration.Margin = new System.Windows.Forms.Padding(5);
     this.txtNarration.MaxLength = 5000;
     this.txtNarration.Multiline = true;
     this.txtNarration.Name = "txtNarration";
     this.txtNarration.Size = new System.Drawing.Size(209, 65);
     this.txtNarration.TabIndex = 3;
     this.txtNarration.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNarration_KeyDown);
     this.txtNarration.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNarration_KeyPress);
     //
     // lblNarration
     //
     this.lblNarration.AutoSize = true;
     this.lblNarration.BackColor = System.Drawing.Color.Transparent;
     this.lblNarration.ForeColor = System.Drawing.Color.Black;
     this.lblNarration.Location = new System.Drawing.Point(14, 472);
     this.lblNarration.Margin = new System.Windows.Forms.Padding(5, 5, 5, 0);
     this.lblNarration.Name = "lblNarration";
     this.lblNarration.Size = new System.Drawing.Size(50, 13);
     this.lblNarration.TabIndex = 659;
     this.lblNarration.Text = "Narration";
     //
     // txtVoucherNo
     //
     this.txtVoucherNo.Location = new System.Drawing.Point(115, 15);
     this.txtVoucherNo.Margin = new System.Windows.Forms.Padding(5);
     this.txtVoucherNo.Name = "txtVoucherNo";
     this.txtVoucherNo.Size = new System.Drawing.Size(200, 20);
     this.txtVoucherNo.TabIndex = 0;
     //
     // lblVoucherNo
     //
     this.lblVoucherNo.AutoSize = true;
     this.lblVoucherNo.BackColor = System.Drawing.Color.Transparent;
     this.lblVoucherNo.ForeColor = System.Drawing.Color.Black;
     this.lblVoucherNo.Location = new System.Drawing.Point(20, 19);
     this.lblVoucherNo.Margin = new System.Windows.Forms.Padding(5, 5, 5, 0);
     this.lblVoucherNo.Name = "lblVoucherNo";
     this.lblVoucherNo.Size = new System.Drawing.Size(67, 13);
     this.lblVoucherNo.TabIndex = 653;
     this.lblVoucherNo.Text = "Voucher No.";
     //
     // dgvPhysicalStock
     //
     this.dgvPhysicalStock.AllowUserToResizeRows = false;
     this.dgvPhysicalStock.BackgroundColor = System.Drawing.Color.White;
     this.dgvPhysicalStock.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.DimGray;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Silver;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvPhysicalStock.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvPhysicalStock.ColumnHeadersHeight = 35;
     this.dgvPhysicalStock.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dgvPhysicalStock.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dgvtxtSlNo,
     this.dgvtxtCheck,
     this.dgvtxtvoucherNo,
     this.dgvtxtInvoiceNo,
     this.dgvtxtPhysicalStockDetailId,
     this.dgvtxtBarcode,
     this.dgvtxtProductCode,
     this.dgvtxtProductName,
     this.dgvtxtQty,
     this.dgvcmbUnit,
     this.dgvcmbGodown,
     this.dgvcmbRack,
     this.dgvcmbBatch,
     this.dgvtxtRate,
     this.dgvcmbCurrency,
     this.dgvtxtAmount});
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkGray;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvPhysicalStock.DefaultCellStyle = dataGridViewCellStyle5;
     this.dgvPhysicalStock.EnableHeadersVisualStyles = false;
     this.dgvPhysicalStock.GridColor = System.Drawing.Color.DimGray;
     this.dgvPhysicalStock.Location = new System.Drawing.Point(18, 43);
     this.dgvPhysicalStock.Margin = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.dgvPhysicalStock.Name = "dgvPhysicalStock";
     this.dgvPhysicalStock.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor = System.Drawing.Color.DimGray;
     dataGridViewCellStyle6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.Silver;
     dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvPhysicalStock.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
     this.dgvPhysicalStock.Size = new System.Drawing.Size(764, 414);
     this.dgvPhysicalStock.TabIndex = 2;
     this.dgvPhysicalStock.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPhysicalStock_CellEndEdit);
     this.dgvPhysicalStock.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPhysicalStock_CellEnter);
     this.dgvPhysicalStock.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPhysicalStock_CellLeave);
     this.dgvPhysicalStock.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dgvPhysicalStock_DataBindingComplete);
     this.dgvPhysicalStock.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvPhysicalStock_DataError);
     this.dgvPhysicalStock.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvPhysicalStock_EditingControlShowing);
     this.dgvPhysicalStock.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvPhysicalStock_RowsAdded);
     this.dgvPhysicalStock.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvPhysicalStock_KeyDown);
     //
     // dgvtxtSlNo
     //
     this.dgvtxtSlNo.DataPropertyName = "slno";
     this.dgvtxtSlNo.FillWeight = 60F;
     this.dgvtxtSlNo.HeaderText = "Sl No";
     this.dgvtxtSlNo.Name = "dgvtxtSlNo";
     this.dgvtxtSlNo.ReadOnly = true;
     this.dgvtxtSlNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dgvtxtSlNo.Width = 80;
     //
     // dgvtxtCheck
     //
     this.dgvtxtCheck.HeaderText = "Check";
     this.dgvtxtCheck.Name = "dgvtxtCheck";
     this.dgvtxtCheck.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dgvtxtCheck.Visible = false;
     //
     // dgvtxtvoucherNo
     //
     this.dgvtxtvoucherNo.DataPropertyName = "voucherNo";
     this.dgvtxtvoucherNo.HeaderText = "VoucherNo";
     this.dgvtxtvoucherNo.Name = "dgvtxtvoucherNo";
     this.dgvtxtvoucherNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dgvtxtvoucherNo.Visible = false;
     //
     // dgvtxtInvoiceNo
     //
     this.dgvtxtInvoiceNo.DataPropertyName = "invoiceNo";
     this.dgvtxtInvoiceNo.HeaderText = "Invoice Number";
     this.dgvtxtInvoiceNo.Name = "dgvtxtInvoiceNo";
     this.dgvtxtInvoiceNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dgvtxtInvoiceNo.Visible = false;
     //
     // dgvtxtPhysicalStockDetailId
     //
     this.dgvtxtPhysicalStockDetailId.HeaderText = "PhysicalStockDetailsId";
     this.dgvtxtPhysicalStockDetailId.Name = "dgvtxtPhysicalStockDetailId";
     this.dgvtxtPhysicalStockDetailId.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dgvtxtPhysicalStockDetailId.Visible = false;
     //
     // dgvtxtBarcode
     //
     this.dgvtxtBarcode.DataPropertyName = "barcode";
     this.dgvtxtBarcode.FillWeight = 93.24873F;
     this.dgvtxtBarcode.HeaderText = "Barcode";
     this.dgvtxtBarcode.Name = "dgvtxtBarcode";
     this.dgvtxtBarcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // dgvtxtProductCode
     //
     this.dgvtxtProductCode.DataPropertyName = "productCode";
     this.dgvtxtProductCode.FillWeight = 120F;
     this.dgvtxtProductCode.HeaderText = "Product Code";
     this.dgvtxtProductCode.Name = "dgvtxtProductCode";
     this.dgvtxtProductCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // dgvtxtProductName
     //
     this.dgvtxtProductName.DataPropertyName = "productName";
     this.dgvtxtProductName.FillWeight = 120F;
     this.dgvtxtProductName.HeaderText = "Product Name";
     this.dgvtxtProductName.Name = "dgvtxtProductName";
     this.dgvtxtProductName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dgvtxtProductName.Width = 200;
     //
     // dgvtxtQty
     //
     this.dgvtxtQty.DataPropertyName = "qty";
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.dgvtxtQty.DefaultCellStyle = dataGridViewCellStyle2;
     this.dgvtxtQty.FillWeight = 93.24873F;
     this.dgvtxtQty.HeaderText = "Qty";
     this.dgvtxtQty.MaxInputLength = 8;
     this.dgvtxtQty.Name = "dgvtxtQty";
     this.dgvtxtQty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dgvtxtQty.Width = 155;
     //
     // dgvcmbUnit
     //
     this.dgvcmbUnit.DataPropertyName = "unitName";
     this.dgvcmbUnit.FillWeight = 93.24873F;
     this.dgvcmbUnit.HeaderText = "Unit";
     this.dgvcmbUnit.Name = "dgvcmbUnit";
     this.dgvcmbUnit.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     //
     // dgvcmbGodown
     //
     this.dgvcmbGodown.FillWeight = 93.24873F;
     this.dgvcmbGodown.HeaderText = "Godown";
     this.dgvcmbGodown.Name = "dgvcmbGodown";
     //
     // dgvcmbRack
     //
     this.dgvcmbRack.FillWeight = 93.24873F;
     this.dgvcmbRack.HeaderText = "Rack";
     this.dgvcmbRack.Name = "dgvcmbRack";
     //
     // dgvcmbBatch
     //
     this.dgvcmbBatch.FillWeight = 93.24873F;
     this.dgvcmbBatch.HeaderText = "Batch";
     this.dgvcmbBatch.Name = "dgvcmbBatch";
     //
     // dgvtxtRate
     //
     this.dgvtxtRate.DataPropertyName = "rate";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.dgvtxtRate.DefaultCellStyle = dataGridViewCellStyle3;
     this.dgvtxtRate.FillWeight = 93.24873F;
     this.dgvtxtRate.HeaderText = "Rate";
     this.dgvtxtRate.MaxInputLength = 9;
     this.dgvtxtRate.Name = "dgvtxtRate";
     this.dgvtxtRate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dgvtxtRate.Width = 155;
     //
     // dgvcmbCurrency
     //
     this.dgvcmbCurrency.DataPropertyName = "currencyName";
     this.dgvcmbCurrency.HeaderText = "Currency";
     this.dgvcmbCurrency.Name = "dgvcmbCurrency";
     this.dgvcmbCurrency.ReadOnly = true;
     this.dgvcmbCurrency.Visible = false;
     //
     // dgvtxtAmount
     //
     this.dgvtxtAmount.DataPropertyName = "amount";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.dgvtxtAmount.DefaultCellStyle = dataGridViewCellStyle4;
     this.dgvtxtAmount.FillWeight = 93.24873F;
     this.dgvtxtAmount.HeaderText = "Amount";
     this.dgvtxtAmount.Name = "dgvtxtAmount";
     this.dgvtxtAmount.ReadOnly = true;
     this.dgvtxtAmount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dgvtxtAmount.Width = 155;
     //
     // lblDate
     //
     this.lblDate.AutoSize = true;
     this.lblDate.BackColor = System.Drawing.Color.Transparent;
     this.lblDate.ForeColor = System.Drawing.Color.Black;
     this.lblDate.Location = new System.Drawing.Point(525, 19);
     this.lblDate.Margin = new System.Windows.Forms.Padding(5, 5, 5, 0);
     this.lblDate.Name = "lblDate";
     this.lblDate.Size = new System.Drawing.Size(30, 13);
     this.lblDate.TabIndex = 650;
     this.lblDate.Text = "Date";
     //
     // cbxPrint
     //
     this.cbxPrint.AutoSize = true;
     this.cbxPrint.BackColor = System.Drawing.Color.Transparent;
     this.cbxPrint.ForeColor = System.Drawing.Color.Black;
     this.cbxPrint.Location = new System.Drawing.Point(20, 568);
     this.cbxPrint.Margin = new System.Windows.Forms.Padding(5);
     this.cbxPrint.Name = "cbxPrint";
     this.cbxPrint.Size = new System.Drawing.Size(97, 17);
     this.cbxPrint.TabIndex = 4;
     this.cbxPrint.Text = "Print after save";
     this.cbxPrint.UseVisualStyleBackColor = false;
     //
     // dtpDate
     //
     this.dtpDate.CustomFormat = "dd-MMM-yyyy";
     this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpDate.Location = new System.Drawing.Point(763, 15);
     this.dtpDate.Name = "dtpDate";
     this.dtpDate.Size = new System.Drawing.Size(19, 20);
     this.dtpDate.TabIndex = 1094;
     this.dtpDate.ValueChanged += new System.EventHandler(this.dtpDate_ValueChanged);
     //
     // txtDate
     //
     this.txtDate.Location = new System.Drawing.Point(606, 15);
     this.txtDate.Margin = new System.Windows.Forms.Padding(5);
     this.txtDate.Name = "txtDate";
     this.txtDate.Size = new System.Drawing.Size(157, 20);
     this.txtDate.TabIndex = 1;
     this.txtDate.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDate_KeyDown);
     this.txtDate.Leave += new System.EventHandler(this.txtDate_Leave);
     //
     // frmPhysicalStock
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Gainsboro;
     this.ClientSize = new System.Drawing.Size(800, 600);
     this.Controls.Add(this.dtpDate);
     this.Controls.Add(this.txtDate);
     this.Controls.Add(this.cbxPrint);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.txtTotalAmount);
     this.Controls.Add(this.lblTotalAmount);
     this.Controls.Add(this.lnklblRemove);
     this.Controls.Add(this.txtNarration);
     this.Controls.Add(this.lblNarration);
     this.Controls.Add(this.txtVoucherNo);
     this.Controls.Add(this.lblVoucherNo);
     this.Controls.Add(this.dgvPhysicalStock);
     this.Controls.Add(this.lblDate);
     this.ForeColor = System.Drawing.Color.Black;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "frmPhysicalStock";
     this.Opacity = 0.85D;
     this.Padding = new System.Windows.Forms.Padding(15, 10, 15, 10);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Physical Stock";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPhysicalStock_FormClosing);
     this.Load += new System.EventHandler(this.frmPhysicalStock_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmPhysicalStock_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.dgvPhysicalStock)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }