_ Partial Class FrmUmbral Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmUmbral)) Me.BTSalir = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.DTPFinal = New System.Windows.Forms.DateTimePicker() Me.DTPInicial = New System.Windows.Forms.DateTimePicker() Me.GRDMasterRep = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.Label2 = New System.Windows.Forms.Label() Me.BTExportar = New System.Windows.Forms.Button() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Label3 = New System.Windows.Forms.Label() Me.cmbCliente = New System.Windows.Forms.ComboBox() Me.BTEjecutar = New System.Windows.Forms.Button() Me.LblNumReg = New System.Windows.Forms.Label() CType(Me.GRDMasterRep, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'BTSalir ' Me.BTSalir.Location = New System.Drawing.Point(764, 21) Me.BTSalir.Name = "BTSalir" Me.BTSalir.Size = New System.Drawing.Size(59, 31) Me.BTSalir.TabIndex = 22 Me.BTSalir.Text = "Cerrar" Me.BTSalir.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue Me.Label1.Location = New System.Drawing.Point(290, 25) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(92, 16) Me.Label1.TabIndex = 21 Me.Label1.Text = "Mes y Año Final:" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'DTPFinal ' Me.DTPFinal.CalendarFont = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.DTPFinal.CalendarTitleBackColor = System.Drawing.Color.DarkBlue Me.DTPFinal.CalendarTitleForeColor = System.Drawing.SystemColors.ButtonHighlight Me.DTPFinal.CustomFormat = "MMMM/ yyyy" Me.DTPFinal.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.DTPFinal.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DTPFinal.Location = New System.Drawing.Point(386, 23) Me.DTPFinal.Name = "DTPFinal" Me.DTPFinal.Size = New System.Drawing.Size(151, 22) Me.DTPFinal.TabIndex = 20 ' 'DTPInicial ' Me.DTPInicial.CalendarFont = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.DTPInicial.CalendarTitleBackColor = System.Drawing.Color.DarkBlue Me.DTPInicial.CalendarTitleForeColor = System.Drawing.SystemColors.ButtonHighlight Me.DTPInicial.CustomFormat = "MMMM/ yyyy" Me.DTPInicial.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.DTPInicial.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DTPInicial.Location = New System.Drawing.Point(121, 23) Me.DTPInicial.Name = "DTPInicial" Me.DTPInicial.Size = New System.Drawing.Size(149, 22) Me.DTPInicial.TabIndex = 18 ' 'GRDMasterRep ' Me.GRDMasterRep.AllowUpdate = False Me.GRDMasterRep.FilterBar = True Me.GRDMasterRep.GroupByCaption = "AGRUPAR" Me.GRDMasterRep.Images.Add(CType(resources.GetObject("GRDMasterRep.Images"), System.Drawing.Image)) Me.GRDMasterRep.Location = New System.Drawing.Point(12, 105) Me.GRDMasterRep.Name = "GRDMasterRep" Me.GRDMasterRep.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.GRDMasterRep.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.GRDMasterRep.PreviewInfo.ZoomFactor = 75.0R Me.GRDMasterRep.PrintInfo.PageSettings = CType(resources.GetObject("GRDMasterRep.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.GRDMasterRep.Size = New System.Drawing.Size(852, 293) Me.GRDMasterRep.TabIndex = 5 Me.GRDMasterRep.Text = "C1TrueDBGrid1" Me.GRDMasterRep.PropBag = resources.GetString("GRDMasterRep.PropBag") ' 'Label2 ' Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue Me.Label2.Location = New System.Drawing.Point(24, 26) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(97, 16) Me.Label2.TabIndex = 19 Me.Label2.Text = "Mes y Año Inicial:" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'BTExportar ' Me.BTExportar.Location = New System.Drawing.Point(676, 21) Me.BTExportar.Name = "BTExportar" Me.BTExportar.Size = New System.Drawing.Size(81, 31) Me.BTExportar.TabIndex = 14 Me.BTExportar.Text = "Exportar" Me.BTExportar.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.cmbCliente) Me.GroupBox1.Controls.Add(Me.BTSalir) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.DTPFinal) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.DTPInicial) Me.GroupBox1.Controls.Add(Me.BTExportar) Me.GroupBox1.Controls.Add(Me.BTEjecutar) Me.GroupBox1.Location = New System.Drawing.Point(12, 11) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(852, 85) Me.GroupBox1.TabIndex = 4 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Parámetros" ' 'Label3 ' Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue Me.Label3.Location = New System.Drawing.Point(15, 55) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(50, 20) Me.Label3.TabIndex = 24 Me.Label3.Text = "Cliente:" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'cmbCliente ' Me.cmbCliente.DropDownWidth = 490 Me.cmbCliente.Location = New System.Drawing.Point(75, 55) Me.cmbCliente.Name = "cmbCliente" Me.cmbCliente.Size = New System.Drawing.Size(462, 21) Me.cmbCliente.TabIndex = 23 ' 'BTEjecutar ' Me.BTEjecutar.Location = New System.Drawing.Point(589, 21) Me.BTEjecutar.Name = "BTEjecutar" Me.BTEjecutar.Size = New System.Drawing.Size(81, 31) Me.BTEjecutar.TabIndex = 13 Me.BTEjecutar.Text = "Buscar" Me.BTEjecutar.UseVisualStyleBackColor = True ' 'LblNumReg ' Me.LblNumReg.AutoSize = True Me.LblNumReg.ForeColor = System.Drawing.Color.MidnightBlue Me.LblNumReg.Location = New System.Drawing.Point(765, 411) Me.LblNumReg.Name = "LblNumReg" Me.LblNumReg.Size = New System.Drawing.Size(99, 13) Me.LblNumReg.TabIndex = 6 Me.LblNumReg.Text = "Num. de Elementos" ' 'FrmUmbral ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(877, 433) Me.Controls.Add(Me.LblNumReg) Me.Controls.Add(Me.GRDMasterRep) Me.Controls.Add(Me.GroupBox1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "FrmUmbral" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Umbrales" CType(Me.GRDMasterRep, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents BTSalir As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents DTPFinal As System.Windows.Forms.DateTimePicker Friend WithEvents DTPInicial As System.Windows.Forms.DateTimePicker Friend WithEvents GRDMasterRep As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents BTExportar As System.Windows.Forms.Button Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents BTEjecutar As System.Windows.Forms.Button Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents cmbCliente As System.Windows.Forms.ComboBox Friend WithEvents LblNumReg As System.Windows.Forms.Label End Class