Example #1
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InfGra60));
     System.Configuration.AppSettingsReader         configurationAppSettings = new System.Configuration.AppSettingsReader();
     this.panel1            = new System.Windows.Forms.Panel();
     this.btnVistaPrevia    = new Soluciones2000.Tools.WinLib.tbBtn();
     this.buscaBtn1         = new Soluciones2000.Tools.WinLib.BuscaBtn();
     this.dsGra601          = new LancNeo.dsGra60();
     this.chbTodos          = new System.Windows.Forms.CheckBox();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.rbColada          = new System.Windows.Forms.RadioButton();
     this.radioButton1      = new System.Windows.Forms.RadioButton();
     this.chbLab            = new System.Windows.Forms.CheckBox();
     this.chbFormato        = new System.Windows.Forms.CheckBox();
     this.chbLeyenda        = new System.Windows.Forms.CheckBox();
     this.chbDuplicado      = new System.Windows.Forms.CheckBox();
     this.txtFolio          = new System.Windows.Forms.TextBox();
     this.label6            = new System.Windows.Forms.Label();
     this.txtRenglon        = new System.Windows.Forms.TextBox();
     this.cmbUnidad         = new System.Windows.Forms.ComboBox();
     this.dsUnidad1         = new LancNeo.dsUnidad();
     this.label5            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.cmbIdObra         = new System.Windows.Forms.ComboBox();
     this.dsBusObra1        = new LancNeo.dsBusObra();
     this.label1            = new System.Windows.Forms.Label();
     this.Fecha             = new System.Windows.Forms.Label();
     this.txtIdobra         = new System.Windows.Forms.TextBox();
     this.chbLab1           = new System.Windows.Forms.CheckBox();
     this.sqlDAInfGra60     = new System.Data.SqlClient.SqlDataAdapter();
     this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
     this.sqlConn           = new System.Data.SqlClient.SqlConnection();
     this.sqlDAUnidad       = new System.Data.SqlClient.SqlDataAdapter();
     this.sqlCommand2       = new System.Data.SqlClient.SqlCommand();
     this.sqlDAFirmas       = new System.Data.SqlClient.SqlDataAdapter();
     this.sqlSelectCommand7 = new System.Data.SqlClient.SqlCommand();
     this.dsFirmas1         = new LancNeo.dsFirmas();
     this.sqlDABusObra      = new System.Data.SqlClient.SqlDataAdapter();
     this.sqlCommand1       = new System.Data.SqlClient.SqlCommand();
     this.sqlDAGra60Mdor    = new System.Data.SqlClient.SqlDataAdapter();
     this.sqlSelectCommand2 = new System.Data.SqlClient.SqlCommand();
     this.crvInfAcero       = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.dsInfGra601       = new LancNeo.dsInfGra60();
     this.cryRepGra601      = new LancNeo.CryRepGra60();
     this.sqlDANorma        = new System.Data.SqlClient.SqlDataAdapter();
     this.sqlSelectCommand3 = new System.Data.SqlClient.SqlCommand();
     this.cryRepGra60O1     = new LancNeo.CryRepGra60O();
     this.chbRespaldo       = new System.Windows.Forms.CheckBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsGra601)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsUnidad1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsBusObra1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsFirmas1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsInfGra601)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.SystemColors.Highlight;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.btnVistaPrevia);
     this.panel1.Controls.Add(this.buscaBtn1);
     this.panel1.Controls.Add(this.chbRespaldo);
     this.panel1.Controls.Add(this.chbTodos);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.chbLab);
     this.panel1.Controls.Add(this.chbFormato);
     this.panel1.Controls.Add(this.chbLeyenda);
     this.panel1.Controls.Add(this.chbDuplicado);
     this.panel1.Controls.Add(this.txtFolio);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.txtRenglon);
     this.panel1.Controls.Add(this.cmbUnidad);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.cmbIdObra);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.Fecha);
     this.panel1.Controls.Add(this.txtIdobra);
     this.panel1.Controls.Add(this.chbLab1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(922, 104);
     this.panel1.TabIndex = 12;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // btnVistaPrevia
     //
     this.btnVistaPrevia.BackColor = System.Drawing.Color.Transparent;
     this.btnVistaPrevia.Icon      = ((System.Drawing.Icon)(resources.GetObject("btnVistaPrevia.Icon")));
     this.btnVistaPrevia.Location  = new System.Drawing.Point(783, 0);
     this.btnVistaPrevia.Name      = "btnVistaPrevia";
     this.btnVistaPrevia.Size      = new System.Drawing.Size(64, 63);
     this.btnVistaPrevia.TabIndex  = 11;
     this.btnVistaPrevia.Visible   = false;
     this.btnVistaPrevia.Load     += new System.EventHandler(this.btnVistaPrevia_Load);
     this.btnVistaPrevia.Click    += new System.EventHandler(this.btnVistaPrevia_Click);
     //
     // buscaBtn1
     //
     this.buscaBtn1.AnchoColTit  = true;
     this.buscaBtn1.AnchoDlgBusq = 650;
     this.buscaBtn1.BackColor    = System.Drawing.Color.Transparent;
     this.buscaBtn1.Datos        = this.dsGra601.Gra60Mdor;
     this.buscaBtn1.Icon         = ((System.Drawing.Icon)(resources.GetObject("buscaBtn1.Icon")));
     this.buscaBtn1.Location     = new System.Drawing.Point(412, 7);
     this.buscaBtn1.Name         = "buscaBtn1";
     this.buscaBtn1.Size         = new System.Drawing.Size(64, 63);
     this.buscaBtn1.TabIndex     = 2;
     this.buscaBtn1.Visible      = false;
     this.buscaBtn1.Click       += new System.EventHandler(this.buscaBtn1_Click);
     //
     // dsGra601
     //
     this.dsGra601.DataSetName             = "dsGra60";
     this.dsGra601.Locale                  = new System.Globalization.CultureInfo("es-MX");
     this.dsGra601.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // chbTodos
     //
     this.chbTodos.ForeColor = System.Drawing.Color.White;
     this.chbTodos.Location  = new System.Drawing.Point(694, 73);
     this.chbTodos.Name      = "chbTodos";
     this.chbTodos.Size      = new System.Drawing.Size(114, 24);
     this.chbTodos.TabIndex  = 44;
     this.chbTodos.Text      = "Todos los informes";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.rbColada);
     this.groupBox1.Controls.Add(this.radioButton1);
     this.groupBox1.ForeColor = System.Drawing.Color.White;
     this.groupBox1.Location  = new System.Drawing.Point(600, 3);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(171, 67);
     this.groupBox1.TabIndex  = 43;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Formato";
     this.groupBox1.Enter    += new System.EventHandler(this.groupBox1_Enter);
     //
     // rbColada
     //
     this.rbColada.AutoSize  = true;
     this.rbColada.Checked   = true;
     this.rbColada.ForeColor = System.Drawing.Color.White;
     this.rbColada.Location  = new System.Drawing.Point(7, 43);
     this.rbColada.Name      = "rbColada";
     this.rbColada.Size      = new System.Drawing.Size(98, 17);
     this.rbColada.TabIndex  = 1;
     this.rbColada.TabStop   = true;
     this.rbColada.Text      = "Colada, remesa";
     this.rbColada.UseVisualStyleBackColor = true;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize  = true;
     this.radioButton1.ForeColor = System.Drawing.Color.White;
     this.radioButton1.Location  = new System.Drawing.Point(7, 19);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(96, 17);
     this.radioButton1.TabIndex  = 0;
     this.radioButton1.Text      = "Características";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // chbLab
     //
     this.chbLab.Checked    = true;
     this.chbLab.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chbLab.ForeColor  = System.Drawing.Color.White;
     this.chbLab.Location   = new System.Drawing.Point(377, 73);
     this.chbLab.Name       = "chbLab";
     this.chbLab.Size       = new System.Drawing.Size(116, 24);
     this.chbLab.TabIndex   = 42;
     this.chbLab.Text       = "Incluye laboratorio";
     //
     // chbFormato
     //
     this.chbFormato.ForeColor = System.Drawing.Color.White;
     this.chbFormato.Location  = new System.Drawing.Point(511, 73);
     this.chbFormato.Name      = "chbFormato";
     this.chbFormato.Size      = new System.Drawing.Size(184, 24);
     this.chbFormato.TabIndex  = 33;
     this.chbFormato.Text      = "Incluye imagen de acreditación";
     //
     // chbLeyenda
     //
     this.chbLeyenda.Checked    = true;
     this.chbLeyenda.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chbLeyenda.ForeColor  = System.Drawing.Color.White;
     this.chbLeyenda.Location   = new System.Drawing.Point(251, 73);
     this.chbLeyenda.Name       = "chbLeyenda";
     this.chbLeyenda.Size       = new System.Drawing.Size(115, 24);
     this.chbLeyenda.TabIndex   = 32;
     this.chbLeyenda.Text       = "Formato leyenda";
     //
     // chbDuplicado
     //
     this.chbDuplicado.ForeColor = System.Drawing.Color.White;
     this.chbDuplicado.Location  = new System.Drawing.Point(139, 73);
     this.chbDuplicado.Name      = "chbDuplicado";
     this.chbDuplicado.Size      = new System.Drawing.Size(88, 24);
     this.chbDuplicado.TabIndex  = 30;
     this.chbDuplicado.Text      = "¿Duplicado?";
     //
     // txtFolio
     //
     this.txtFolio.Location = new System.Drawing.Point(522, 6);
     this.txtFolio.Name     = "txtFolio";
     this.txtFolio.Size     = new System.Drawing.Size(56, 20);
     this.txtFolio.TabIndex = 27;
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location  = new System.Drawing.Point(480, 31);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(61, 13);
     this.label6.TabIndex  = 26;
     this.label6.Text      = "Renglones:";
     //
     // txtRenglon
     //
     this.txtRenglon.Location  = new System.Drawing.Point(555, 29);
     this.txtRenglon.MaxLength = 2;
     this.txtRenglon.Name      = "txtRenglon";
     this.txtRenglon.Size      = new System.Drawing.Size(24, 20);
     this.txtRenglon.TabIndex  = 25;
     this.txtRenglon.Text      = "20";
     this.txtRenglon.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // cmbUnidad
     //
     this.cmbUnidad.DataSource    = this.dsUnidad1.Unidad;
     this.cmbUnidad.DisplayMember = "Undescr";
     this.cmbUnidad.Location      = new System.Drawing.Point(324, 32);
     this.cmbUnidad.Name          = "cmbUnidad";
     this.cmbUnidad.Size          = new System.Drawing.Size(80, 21);
     this.cmbUnidad.TabIndex      = 23;
     this.cmbUnidad.ValueMember   = "IdUnidad";
     //
     // dsUnidad1
     //
     this.dsUnidad1.DataSetName             = "dsUnidad";
     this.dsUnidad1.Locale                  = new System.Globalization.CultureInfo("es-MX");
     this.dsUnidad1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(281, 32);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(44, 13);
     this.label5.TabIndex  = 24;
     this.label5.Text      = "Unidad:";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(292, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(33, 13);
     this.label2.TabIndex  = 8;
     this.label2.Text      = "Obra:";
     //
     // cmbIdObra
     //
     this.cmbIdObra.DataSource            = this.dsBusObra1.Obra;
     this.cmbIdObra.DisplayMember         = "Idobra";
     this.cmbIdObra.Location              = new System.Drawing.Point(324, 8);
     this.cmbIdObra.Name                  = "cmbIdObra";
     this.cmbIdObra.Size                  = new System.Drawing.Size(80, 21);
     this.cmbIdObra.TabIndex              = 1;
     this.cmbIdObra.ValueMember           = "IdObra";
     this.cmbIdObra.SelectedIndexChanged += new System.EventHandler(this.cmbIdObra_SelectedIndexChanged);
     //
     // dsBusObra1
     //
     this.dsBusObra1.DataSetName             = "dsBusObra";
     this.dsBusObra1.Locale                  = new System.Globalization.CultureInfo("es-MX");
     this.dsBusObra1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(8, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(272, 66);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Informe de verificación de calidad de varilla de refuerzo grado  60";
     //
     // Fecha
     //
     this.Fecha.AutoSize = true;
     this.Fecha.Location = new System.Drawing.Point(482, 6);
     this.Fecha.Name     = "Fecha";
     this.Fecha.Size     = new System.Drawing.Size(32, 13);
     this.Fecha.TabIndex = 4;
     this.Fecha.Text     = "Folio:";
     //
     // txtIdobra
     //
     this.txtIdobra.Location = new System.Drawing.Point(412, 32);
     this.txtIdobra.Name     = "txtIdobra";
     this.txtIdobra.ReadOnly = true;
     this.txtIdobra.Size     = new System.Drawing.Size(48, 20);
     this.txtIdobra.TabIndex = 2;
     this.txtIdobra.Visible  = false;
     //
     // chbLab1
     //
     this.chbLab1.Checked    = true;
     this.chbLab1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chbLab1.ForeColor  = System.Drawing.Color.White;
     this.chbLab1.Location   = new System.Drawing.Point(12, 73);
     this.chbLab1.Name       = "chbLab1";
     this.chbLab1.Size       = new System.Drawing.Size(131, 24);
     this.chbLab1.TabIndex   = 41;
     this.chbLab1.Text       = "Incluye laboratorista";
     //
     // sqlDAInfGra60
     //
     this.sqlDAInfGra60.SelectCommand = this.sqlSelectCommand1;
     this.sqlDAInfGra60.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Gra60Rep", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("Folio", "Folio"),
             new System.Data.Common.DataColumnMapping("IdObra", "IdObra"),
             new System.Data.Common.DataColumnMapping("ConsObra", "ConsObra"),
             new System.Data.Common.DataColumnMapping("FMuestreo", "FMuestreo"),
             new System.Data.Common.DataColumnMapping("FEnsaye", "FEnsaye"),
             new System.Data.Common.DataColumnMapping("Finforme", "Finforme"),
             new System.Data.Common.DataColumnMapping("Lab", "Lab"),
             new System.Data.Common.DataColumnMapping("Anos", "Anos"),
             new System.Data.Common.DataColumnMapping("Semana", "Semana"),
             new System.Data.Common.DataColumnMapping("Hoja", "Hoja"),
             new System.Data.Common.DataColumnMapping("MuesEn", "MuesEn"),
             new System.Data.Common.DataColumnMapping("Observac", "Observac"),
             new System.Data.Common.DataColumnMapping("Especifica", "Especifica"),
             new System.Data.Common.DataColumnMapping("Numero", "Numero"),
             new System.Data.Common.DataColumnMapping("Grado", "Grado"),
             new System.Data.Common.DataColumnMapping("Masa", "Masa"),
             new System.Data.Common.DataColumnMapping("EsfLE", "EsfLE"),
             new System.Data.Common.DataColumnMapping("EsfMAX", "EsfMAX"),
             new System.Data.Common.DataColumnMapping("Alarga", "Alarga"),
             new System.Data.Common.DataColumnMapping("Espacia", "Espacia"),
             new System.Data.Common.DataColumnMapping("AltMinCen", "AltMinCen"),
             new System.Data.Common.DataColumnMapping("AltMinCua", "AltMinCua"),
             new System.Data.Common.DataColumnMapping("Ancho", "Ancho"),
             new System.Data.Common.DataColumnMapping("Costilla", "Costilla"),
             new System.Data.Common.DataColumnMapping("Suma", "Suma"),
             new System.Data.Common.DataColumnMapping("Angulo", "Angulo"),
             new System.Data.Common.DataColumnMapping("Coeficiente", "Coeficiente"),
             new System.Data.Common.DataColumnMapping("Doblado", "Doblado"),
             new System.Data.Common.DataColumnMapping("Muestra", "Muestra"),
             new System.Data.Common.DataColumnMapping("Marca", "Marca"),
             new System.Data.Common.DataColumnMapping("Diametro", "Diametro"),
             new System.Data.Common.DataColumnMapping("MasaR", "MasaR"),
             new System.Data.Common.DataColumnMapping("Area", "Area"),
             new System.Data.Common.DataColumnMapping("CargaLE", "CargaLE"),
             new System.Data.Common.DataColumnMapping("CargaMax", "CargaMax"),
             new System.Data.Common.DataColumnMapping("EsfLER", "EsfLER"),
             new System.Data.Common.DataColumnMapping("EsfMAXR", "EsfMAXR"),
             new System.Data.Common.DataColumnMapping("AlargaR", "AlargaR"),
             new System.Data.Common.DataColumnMapping("EspaciaR", "EspaciaR"),
             new System.Data.Common.DataColumnMapping("AltMinCenR", "AltMinCenR"),
             new System.Data.Common.DataColumnMapping("AltMinCuaR", "AltMinCuaR"),
             new System.Data.Common.DataColumnMapping("AnchoR", "AnchoR"),
             new System.Data.Common.DataColumnMapping("CostillaR", "CostillaR"),
             new System.Data.Common.DataColumnMapping("SumaR", "SumaR"),
             new System.Data.Common.DataColumnMapping("AnguloR", "AnguloR"),
             new System.Data.Common.DataColumnMapping("CoeficienteR", "CoeficienteR"),
             new System.Data.Common.DataColumnMapping("DobladoR", "DobladoR"),
             new System.Data.Common.DataColumnMapping("Observa", "Observa"),
             new System.Data.Common.DataColumnMapping("Observa1", "Observa1"),
             new System.Data.Common.DataColumnMapping("Nota", "Nota"),
             new System.Data.Common.DataColumnMapping("Nota1", "Nota1"),
             new System.Data.Common.DataColumnMapping("Razonsocial", "Razonsocial"),
             new System.Data.Common.DataColumnMapping("Ubicacion", "Ubicacion"),
             new System.Data.Common.DataColumnMapping("Colonia", "Colonia"),
             new System.Data.Common.DataColumnMapping("Nominal", "Nominal"),
             new System.Data.Common.DataColumnMapping("Milimetros", "Milimetros"),
             new System.Data.Common.DataColumnMapping("Zona", "Zona"),
             new System.Data.Common.DataColumnMapping("Colada", "Colada"),
             new System.Data.Common.DataColumnMapping("Remesa", "Remesa")
         })
     });
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText = "[Gra60Rep]";
     this.sqlSelectCommand1.CommandType = System.Data.CommandType.StoredProcedure;
     this.sqlSelectCommand1.Connection  = this.sqlConn;
     this.sqlSelectCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, null),
         new System.Data.SqlClient.SqlParameter("@IdObra", System.Data.SqlDbType.NVarChar, 6),
         new System.Data.SqlClient.SqlParameter("@Folio1", System.Data.SqlDbType.Char, 10),
         new System.Data.SqlClient.SqlParameter("@FolioFin", System.Data.SqlDbType.Char, 10),
         new System.Data.SqlClient.SqlParameter("@IdUnidad", System.Data.SqlDbType.SmallInt, 2),
         new System.Data.SqlClient.SqlParameter("@Numren", System.Data.SqlDbType.SmallInt, 2)
     });
     //
     // sqlConn
     //
     this.sqlConn.ConnectionString = ((string)(configurationAppSettings.GetValue("sqlConn.ConnectionString", typeof(string))));
     this.sqlConn.FireInfoMessageEventOnUserErrors = false;
     //
     // sqlDAUnidad
     //
     this.sqlDAUnidad.SelectCommand = this.sqlCommand2;
     this.sqlDAUnidad.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Unidad", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("IdUnidad", "IdUnidad"),
             new System.Data.Common.DataColumnMapping("Factor", "Factor"),
             new System.Data.Common.DataColumnMapping("Undescr", "Undescr"),
             new System.Data.Common.DataColumnMapping("MaxagrUn", "MaxagrUn"),
             new System.Data.Common.DataColumnMapping("RevenUn", "RevenUn")
         })
     });
     //
     // sqlCommand2
     //
     this.sqlCommand2.CommandText = "SELECT IdUnidad, Factor, Undescr, MaxagrUn, RevenUn FROM Unidad";
     this.sqlCommand2.Connection  = this.sqlConn;
     //
     // sqlDAFirmas
     //
     this.sqlDAFirmas.SelectCommand = this.sqlSelectCommand7;
     this.sqlDAFirmas.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Firmas", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("IdFirma", "IdFirma"),
             new System.Data.Common.DataColumnMapping("Nombre", "Nombre"),
             new System.Data.Common.DataColumnMapping("Cargo", "Cargo"),
             new System.Data.Common.DataColumnMapping("Imprime", "Imprime")
         })
     });
     //
     // sqlSelectCommand7
     //
     this.sqlSelectCommand7.CommandText = "SELECT     IdFirma, Nombre, Cargo, Imprime\r\nFROM         Firmas\r\nWHERE     (Impri" +
                                          "me = 1) AND (Grados < 6)\r\nORDER BY Grados";
     this.sqlSelectCommand7.Connection = this.sqlConn;
     //
     // dsFirmas1
     //
     this.dsFirmas1.DataSetName             = "dsFirmas";
     this.dsFirmas1.Locale                  = new System.Globalization.CultureInfo("es-MX");
     this.dsFirmas1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // sqlDABusObra
     //
     this.sqlDABusObra.SelectCommand = this.sqlCommand1;
     this.sqlDABusObra.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Obra", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("Idobra", "Idobra"),
             new System.Data.Common.DataColumnMapping("Ubicacion", "Ubicacion"),
             new System.Data.Common.DataColumnMapping("RFC", "RFC"),
             new System.Data.Common.DataColumnMapping("Facturar", "Facturar")
         })
     });
     //
     // sqlCommand1
     //
     this.sqlCommand1.CommandText = resources.GetString("sqlCommand1.CommandText");
     this.sqlCommand1.Connection  = this.sqlConn;
     //
     // sqlDAGra60Mdor
     //
     this.sqlDAGra60Mdor.SelectCommand = this.sqlSelectCommand2;
     this.sqlDAGra60Mdor.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "ConecMdor", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("FOLIO", "FOLIO"),
             new System.Data.Common.DataColumnMapping("IdObra", "IdObra"),
             new System.Data.Common.DataColumnMapping("ConsObra", "ConsObra"),
             new System.Data.Common.DataColumnMapping("FMuestreo", "FMuestreo"),
             new System.Data.Common.DataColumnMapping("Fensaye", "Fensaye"),
             new System.Data.Common.DataColumnMapping("Finforme", "Finforme"),
             new System.Data.Common.DataColumnMapping("NoEco", "NoEco"),
             new System.Data.Common.DataColumnMapping("Semana", "Semana"),
             new System.Data.Common.DataColumnMapping("MuestreadasEn", "MuestreadasEn"),
             new System.Data.Common.DataColumnMapping("Observaciones", "Observaciones")
         })
     });
     //
     // sqlSelectCommand2
     //
     this.sqlSelectCommand2.CommandText = "SELECT FOLIO, IdObra, ConsObra, FMuestreo, FEnsaye, FInforme, NoEco, Semana, Mues" +
                                          "treadasEn, Observaciones FROM Gra60Mdor WHERE (IdObra = @IdObra) ORDER BY FOLIO " +
                                          "DESC";
     this.sqlSelectCommand2.Connection = this.sqlConn;
     this.sqlSelectCommand2.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@IdObra", System.Data.SqlDbType.NVarChar, 50, "IdObra")
     });
     //
     // crvInfAcero
     //
     this.crvInfAcero.ActiveViewIndex     = -1;
     this.crvInfAcero.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.crvInfAcero.Cursor              = System.Windows.Forms.Cursors.Default;
     this.crvInfAcero.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.crvInfAcero.EnableRefresh       = false;
     this.crvInfAcero.Location            = new System.Drawing.Point(0, 104);
     this.crvInfAcero.Name                = "crvInfAcero";
     this.crvInfAcero.ShowCloseButton     = false;
     this.crvInfAcero.ShowGroupTreeButton = false;
     this.crvInfAcero.ShowLogo            = false;
     this.crvInfAcero.Size                = new System.Drawing.Size(922, 420);
     this.crvInfAcero.TabIndex            = 13;
     this.crvInfAcero.ToolPanelView       = CrystalDecisions.Windows.Forms.ToolPanelViewType.None;
     //
     // dsInfGra601
     //
     this.dsInfGra601.DataSetName             = "dsInfGra60";
     this.dsInfGra601.Locale                  = new System.Globalization.CultureInfo("es-MX");
     this.dsInfGra601.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // sqlDANorma
     //
     this.sqlDANorma.SelectCommand = this.sqlSelectCommand3;
     this.sqlDANorma.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Normas", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("IdNorma", "IdNorma"),
             new System.Data.Common.DataColumnMapping("Informe", "Informe"),
             new System.Data.Common.DataColumnMapping("Normas", "Normas"),
             new System.Data.Common.DataColumnMapping("Titulo", "Titulo"),
             new System.Data.Common.DataColumnMapping("IdInforme", "IdInforme"),
             new System.Data.Common.DataColumnMapping("Norma1", "Norma1"),
             new System.Data.Common.DataColumnMapping("Norma2", "Norma2"),
             new System.Data.Common.DataColumnMapping("Norma3", "Norma3"),
             new System.Data.Common.DataColumnMapping("Norma4", "Norma4"),
             new System.Data.Common.DataColumnMapping("Norma5", "Norma5")
         })
     });
     //
     // sqlSelectCommand3
     //
     this.sqlSelectCommand3.CommandText = "SELECT IdNorma, Informe, Normas, Titulo, IdInforme, Norma1, Norma2, Norma3, Norma" +
                                          "4, Norma5 FROM Normas WHERE (IdNorma = @IdNorma) ORDER BY IdNorma";
     this.sqlSelectCommand3.Connection = this.sqlConn;
     this.sqlSelectCommand3.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@IdNorma", System.Data.SqlDbType.SmallInt, 2, "IdNorma")
     });
     //
     // chbRespaldo
     //
     this.chbRespaldo.ForeColor = System.Drawing.Color.White;
     this.chbRespaldo.Location  = new System.Drawing.Point(819, 72);
     this.chbRespaldo.Name      = "chbRespaldo";
     this.chbRespaldo.Size      = new System.Drawing.Size(90, 24);
     this.chbRespaldo.TabIndex  = 84;
     this.chbRespaldo.Text      = "Respaldo";
     //
     // InfGra60
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(922, 524);
     this.Controls.Add(this.crvInfAcero);
     this.Controls.Add(this.panel1);
     this.ForeColor   = System.Drawing.Color.White;
     this.Name        = "InfGra60";
     this.Text        = "InfGra60";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.InfGra60_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsGra601)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsUnidad1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsBusObra1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsFirmas1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsInfGra601)).EndInit();
     this.ResumeLayout(false);
 }