_ Partial Class FrmNewInsuales Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) 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(FrmNewInsuales)) Me.Label1 = New System.Windows.Forms.Label() Me.CMBProducto = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.DTMFecha1 = New System.Windows.Forms.DateTimePicker() Me.DTMFecha2 = New System.Windows.Forms.DateTimePicker() Me.BTConsultar = New System.Windows.Forms.Button() Me.BTLimpiar = New System.Windows.Forms.Button() Me.CHKCap = New System.Windows.Forms.CheckBox() Me.GridCentral = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.Label6 = New System.Windows.Forms.Label() Me.BntSalie = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.BtnConsultar = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.CMBCliente = New System.Windows.Forms.ComboBox() Me.cmbCuenta = New System.Windows.Forms.ComboBox() Me.BtnExpor = New System.Windows.Forms.Button() Me.panel2 = New System.Windows.Forms.Panel() Me.Img_logoCabecera = New System.Windows.Forms.PictureBox() Me.Label7 = New System.Windows.Forms.Label() Me.panel3 = New System.Windows.Forms.Panel() Me.lblFooter = New System.Windows.Forms.Label() CType(Me.GridCentral, System.ComponentModel.ISupportInitialize).BeginInit() Me.panel2.SuspendLayout() CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit() Me.panel3.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue Me.Label1.Location = New System.Drawing.Point(10, 74) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(50, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Producto" ' 'CMBProducto ' Me.CMBProducto.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CMBProducto.FormattingEnabled = True Me.CMBProducto.Location = New System.Drawing.Point(12, 90) Me.CMBProducto.Name = "CMBProducto" Me.CMBProducto.Size = New System.Drawing.Size(207, 21) Me.CMBProducto.TabIndex = 1 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue Me.Label2.Location = New System.Drawing.Point(235, 71) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(39, 13) Me.Label2.TabIndex = 2 Me.Label2.Text = "Cliente" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue Me.Label3.Location = New System.Drawing.Point(800, 75) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(41, 13) Me.Label3.TabIndex = 4 Me.Label3.Text = "Cuenta" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue Me.Label4.Location = New System.Drawing.Point(13, 121) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(67, 13) Me.Label4.TabIndex = 6 Me.Label4.Text = "Fecha Inicial" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.MidnightBlue Me.Label5.Location = New System.Drawing.Point(238, 122) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(62, 13) Me.Label5.TabIndex = 7 Me.Label5.Text = "Fecha Final" ' 'DTMFecha1 ' Me.DTMFecha1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DTMFecha1.Location = New System.Drawing.Point(14, 136) Me.DTMFecha1.Name = "DTMFecha1" Me.DTMFecha1.Size = New System.Drawing.Size(205, 20) Me.DTMFecha1.TabIndex = 8 ' 'DTMFecha2 ' Me.DTMFecha2.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DTMFecha2.Location = New System.Drawing.Point(237, 137) Me.DTMFecha2.Name = "DTMFecha2" Me.DTMFecha2.Size = New System.Drawing.Size(203, 20) Me.DTMFecha2.TabIndex = 9 ' 'BTConsultar ' Me.BTConsultar.BackColor = System.Drawing.Color.Black Me.BTConsultar.ForeColor = System.Drawing.Color.White Me.BTConsultar.Location = New System.Drawing.Point(651, 130) Me.BTConsultar.Name = "BTConsultar" Me.BTConsultar.Size = New System.Drawing.Size(83, 25) Me.BTConsultar.TabIndex = 10 Me.BTConsultar.Text = "Consultar" Me.BTConsultar.UseVisualStyleBackColor = False Me.BTConsultar.Visible = False ' 'BTLimpiar ' Me.BTLimpiar.BackColor = System.Drawing.Color.Black Me.BTLimpiar.ForeColor = System.Drawing.Color.White Me.BTLimpiar.Location = New System.Drawing.Point(747, 131) Me.BTLimpiar.Name = "BTLimpiar" Me.BTLimpiar.Size = New System.Drawing.Size(83, 25) Me.BTLimpiar.TabIndex = 11 Me.BTLimpiar.Text = "Limpiar" Me.BTLimpiar.UseVisualStyleBackColor = False Me.BTLimpiar.Visible = False ' 'CHKCap ' Me.CHKCap.AutoSize = True Me.CHKCap.ForeColor = System.Drawing.Color.MidnightBlue Me.CHKCap.Location = New System.Drawing.Point(465, 138) Me.CHKCap.Name = "CHKCap" Me.CHKCap.Size = New System.Drawing.Size(80, 17) Me.CHKCap.TabIndex = 12 Me.CHKCap.Text = "Capturadas" Me.CHKCap.UseVisualStyleBackColor = True Me.CHKCap.Visible = False ' 'GridCentral ' Me.GridCentral.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GridCentral.FilterBar = True Me.GridCentral.GroupByCaption = "AGRUPAR" Me.GridCentral.Images.Add(CType(resources.GetObject("GridCentral.Images"), System.Drawing.Image)) Me.GridCentral.Location = New System.Drawing.Point(12, 163) Me.GridCentral.Name = "GridCentral" Me.GridCentral.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.GridCentral.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.GridCentral.PreviewInfo.ZoomFactor = 75.0R Me.GridCentral.PrintInfo.PageSettings = CType(resources.GetObject("GridCentral.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.GridCentral.Size = New System.Drawing.Size(981, 248) Me.GridCentral.TabIndex = 1 Me.GridCentral.Text = "Resultados" Me.GridCentral.PropBag = resources.GetString("GridCentral.PropBag") ' 'Label6 ' Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label6.AutoSize = True Me.Label6.ForeColor = System.Drawing.Color.MidnightBlue Me.Label6.Location = New System.Drawing.Point(227, 414) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(39, 13) Me.Label6.TabIndex = 14 Me.Label6.Text = "Label6" Me.Label6.Visible = False ' 'BntSalie ' Me.BntSalie.BackColor = System.Drawing.Color.Black Me.BntSalie.Cursor = System.Windows.Forms.Cursors.Hand Me.BntSalie.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BntSalie.ForeColor = System.Drawing.Color.White Me.BntSalie.Location = New System.Drawing.Point(1014, 378) Me.BntSalie.Name = "BntSalie" Me.BntSalie.Size = New System.Drawing.Size(150, 33) Me.BntSalie.TabIndex = 106 Me.BntSalie.Text = "Cerrar" Me.BntSalie.UseVisualStyleBackColor = False ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.Black Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.Location = New System.Drawing.Point(1014, 339) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(150, 33) Me.Button1.TabIndex = 104 Me.Button1.Text = "Limpiar" Me.Button1.UseVisualStyleBackColor = False ' 'BtnConsultar ' Me.BtnConsultar.BackColor = System.Drawing.Color.Black Me.BtnConsultar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) Me.BtnConsultar.ForeColor = System.Drawing.Color.White Me.BtnConsultar.Location = New System.Drawing.Point(1014, 261) Me.BtnConsultar.Name = "BtnConsultar" Me.BtnConsultar.Size = New System.Drawing.Size(150, 33) Me.BtnConsultar.TabIndex = 103 Me.BtnConsultar.Text = "Buscar" Me.BtnConsultar.UseVisualStyleBackColor = False ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.Black Me.Button2.Cursor = System.Windows.Forms.Cursors.Hand Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.ForeColor = System.Drawing.Color.White Me.Button2.Location = New System.Drawing.Point(1014, 166) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(150, 35) Me.Button2.TabIndex = 107 Me.Button2.Text = "Busqueda por Nombre..." Me.Button2.UseVisualStyleBackColor = False Me.Button2.Visible = False ' 'CMBCliente ' Me.CMBCliente.DropDownWidth = 700 Me.CMBCliente.Location = New System.Drawing.Point(238, 89) Me.CMBCliente.Name = "CMBCliente" Me.CMBCliente.Size = New System.Drawing.Size(559, 21) Me.CMBCliente.TabIndex = 108 ' 'cmbCuenta ' Me.cmbCuenta.Location = New System.Drawing.Point(803, 89) Me.cmbCuenta.Name = "cmbCuenta" Me.cmbCuenta.Size = New System.Drawing.Size(190, 21) Me.cmbCuenta.TabIndex = 109 ' 'BtnExpor ' Me.BtnExpor.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.BtnExpor.BackColor = System.Drawing.Color.Black Me.BtnExpor.Cursor = System.Windows.Forms.Cursors.Hand Me.BtnExpor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BtnExpor.ForeColor = System.Drawing.Color.White Me.BtnExpor.Location = New System.Drawing.Point(1014, 300) Me.BtnExpor.Name = "BtnExpor" Me.BtnExpor.Size = New System.Drawing.Size(150, 33) Me.BtnExpor.TabIndex = 153 Me.BtnExpor.Text = "&Exportar" Me.BtnExpor.UseVisualStyleBackColor = False ' 'panel2 ' Me.panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.panel2.BackColor = System.Drawing.Color.Black Me.panel2.Controls.Add(Me.Img_logoCabecera) Me.panel2.Controls.Add(Me.Label7) Me.panel2.ForeColor = System.Drawing.Color.Navy Me.panel2.Location = New System.Drawing.Point(-1, -1) Me.panel2.Name = "panel2" Me.panel2.Size = New System.Drawing.Size(1182, 46) Me.panel2.TabIndex = 184 ' 'Img_logoCabecera ' Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo Me.Img_logoCabecera.Location = New System.Drawing.Point(847, -4) Me.Img_logoCabecera.Name = "Img_logoCabecera" Me.Img_logoCabecera.Size = New System.Drawing.Size(117, 50) Me.Img_logoCabecera.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.Img_logoCabecera.TabIndex = 361 Me.Img_logoCabecera.TabStop = False ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.BackColor = System.Drawing.Color.Transparent Me.Label7.Font = New System.Drawing.Font("Century Gothic", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.ForeColor = System.Drawing.SystemColors.Window Me.Label7.Location = New System.Drawing.Point(21, 11) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(347, 23) Me.Label7.TabIndex = 2 Me.Label7.Text = "Captura de operaciones inusuales" ' 'panel3 ' Me.panel3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.panel3.BackColor = System.Drawing.Color.Black Me.panel3.Controls.Add(Me.lblFooter) Me.panel3.ForeColor = System.Drawing.Color.Navy Me.panel3.Location = New System.Drawing.Point(-1, 438) Me.panel3.Name = "panel3" Me.panel3.Size = New System.Drawing.Size(1178, 38) Me.panel3.TabIndex = 401 ' 'lblFooter ' Me.lblFooter.AutoSize = True Me.lblFooter.BackColor = System.Drawing.Color.Transparent Me.lblFooter.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblFooter.ForeColor = System.Drawing.SystemColors.Window Me.lblFooter.Location = New System.Drawing.Point(899, 7) Me.lblFooter.Name = "lblFooter" Me.lblFooter.Size = New System.Drawing.Size(42, 17) Me.lblFooter.TabIndex = 2 Me.lblFooter.Text = "Minds" ' 'FrmNewInsuales ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(1176, 470) Me.Controls.Add(Me.panel3) Me.Controls.Add(Me.panel2) Me.Controls.Add(Me.BtnExpor) Me.Controls.Add(Me.GridCentral) Me.Controls.Add(Me.cmbCuenta) Me.Controls.Add(Me.CMBCliente) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.BntSalie) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.BtnConsultar) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.CHKCap) Me.Controls.Add(Me.BTLimpiar) Me.Controls.Add(Me.BTConsultar) Me.Controls.Add(Me.DTMFecha2) Me.Controls.Add(Me.DTMFecha1) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.CMBProducto) Me.Controls.Add(Me.Label1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "FrmNewInsuales" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Captura de operaciones inusuales" CType(Me.GridCentral, System.ComponentModel.ISupportInitialize).EndInit() Me.panel2.ResumeLayout(False) Me.panel2.PerformLayout() CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).EndInit() Me.panel3.ResumeLayout(False) Me.panel3.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents CMBProducto As System.Windows.Forms.ComboBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents DTMFecha1 As System.Windows.Forms.DateTimePicker Friend WithEvents DTMFecha2 As System.Windows.Forms.DateTimePicker Friend WithEvents BTConsultar As System.Windows.Forms.Button Friend WithEvents BTLimpiar As System.Windows.Forms.Button Friend WithEvents CHKCap As System.Windows.Forms.CheckBox Friend WithEvents GridCentral As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents BntSalie As System.Windows.Forms.Button Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents BtnConsultar As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents CMBCliente As System.Windows.Forms.ComboBox Friend WithEvents cmbCuenta As System.Windows.Forms.ComboBox Friend WithEvents BtnExpor As Button Private WithEvents panel2 As Panel Private WithEvents Img_logoCabecera As PictureBox Friend WithEvents Label7 As Label Private WithEvents panel3 As Panel Friend WithEvents lblFooter As Label End Class