254 lines
12 KiB
VB.net
254 lines
12 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
Partial Class FRAlarmasKYC
|
|||
|
Inherits System.Windows.Forms.Form
|
|||
|
|
|||
|
'Form overrides dispose to clean up the component list.
|
|||
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|||
|
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.
|
|||
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|||
|
Private Sub InitializeComponent()
|
|||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FRAlarmasKYC))
|
|||
|
Me.GRDMasterRep = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
|||
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|||
|
Me.Label2 = New System.Windows.Forms.Label()
|
|||
|
Me.DTPPerfilT = New System.Windows.Forms.DateTimePicker()
|
|||
|
Me.BTExportar = New System.Windows.Forms.Button()
|
|||
|
Me.BTEjecutar = New System.Windows.Forms.Button()
|
|||
|
Me.Label1 = New System.Windows.Forms.Label()
|
|||
|
Me.CMBTipoReporte = New System.Windows.Forms.ComboBox()
|
|||
|
Me.panel2 = New System.Windows.Forms.Panel()
|
|||
|
Me.Img_logoCabecera = New System.Windows.Forms.PictureBox()
|
|||
|
Me.label4 = New System.Windows.Forms.Label()
|
|||
|
Me.panel3 = New System.Windows.Forms.Panel()
|
|||
|
Me.Label3 = New System.Windows.Forms.Label()
|
|||
|
Me.lblFooter = New System.Windows.Forms.Label()
|
|||
|
CType(Me.GRDMasterRep, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.GroupBox1.SuspendLayout()
|
|||
|
Me.panel2.SuspendLayout()
|
|||
|
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.panel3.SuspendLayout()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'GRDMasterRep
|
|||
|
'
|
|||
|
Me.GRDMasterRep.AllowUpdate = False
|
|||
|
Me.GRDMasterRep.BackColor = System.Drawing.Color.White
|
|||
|
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, 151)
|
|||
|
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(779, 293)
|
|||
|
Me.GRDMasterRep.TabIndex = 3
|
|||
|
Me.GRDMasterRep.Text = "C1TrueDBGrid1"
|
|||
|
Me.GRDMasterRep.PropBag = resources.GetString("GRDMasterRep.PropBag")
|
|||
|
'
|
|||
|
'GroupBox1
|
|||
|
'
|
|||
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
|||
|
Me.GroupBox1.Controls.Add(Me.DTPPerfilT)
|
|||
|
Me.GroupBox1.Controls.Add(Me.BTExportar)
|
|||
|
Me.GroupBox1.Controls.Add(Me.BTEjecutar)
|
|||
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|||
|
Me.GroupBox1.Controls.Add(Me.CMBTipoReporte)
|
|||
|
Me.GroupBox1.Location = New System.Drawing.Point(12, 57)
|
|||
|
Me.GroupBox1.Name = "GroupBox1"
|
|||
|
Me.GroupBox1.Size = New System.Drawing.Size(780, 85)
|
|||
|
Me.GroupBox1.TabIndex = 2
|
|||
|
Me.GroupBox1.TabStop = False
|
|||
|
Me.GroupBox1.Text = "Par<EFBFBD>metros"
|
|||
|
'
|
|||
|
'Label2
|
|||
|
'
|
|||
|
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label2.Location = New System.Drawing.Point(358, 26)
|
|||
|
Me.Label2.Name = "Label2"
|
|||
|
Me.Label2.Size = New System.Drawing.Size(70, 16)
|
|||
|
Me.Label2.TabIndex = 19
|
|||
|
Me.Label2.Text = "Fecha"
|
|||
|
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|||
|
'
|
|||
|
'DTPPerfilT
|
|||
|
'
|
|||
|
Me.DTPPerfilT.CalendarFont = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.DTPPerfilT.CalendarTitleBackColor = System.Drawing.Color.DarkBlue
|
|||
|
Me.DTPPerfilT.CalendarTitleForeColor = System.Drawing.SystemColors.ButtonHighlight
|
|||
|
Me.DTPPerfilT.CustomFormat = "MMMM/ yyyy"
|
|||
|
Me.DTPPerfilT.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.DTPPerfilT.Format = System.Windows.Forms.DateTimePickerFormat.Custom
|
|||
|
Me.DTPPerfilT.Location = New System.Drawing.Point(391, 45)
|
|||
|
Me.DTPPerfilT.Name = "DTPPerfilT"
|
|||
|
Me.DTPPerfilT.Size = New System.Drawing.Size(203, 22)
|
|||
|
Me.DTPPerfilT.TabIndex = 18
|
|||
|
'
|
|||
|
'BTExportar
|
|||
|
'
|
|||
|
Me.BTExportar.BackColor = System.Drawing.Color.Black
|
|||
|
Me.BTExportar.ForeColor = System.Drawing.Color.White
|
|||
|
Me.BTExportar.Location = New System.Drawing.Point(695, 38)
|
|||
|
Me.BTExportar.Name = "BTExportar"
|
|||
|
Me.BTExportar.Size = New System.Drawing.Size(81, 31)
|
|||
|
Me.BTExportar.TabIndex = 14
|
|||
|
Me.BTExportar.Text = "Exportar"
|
|||
|
Me.BTExportar.UseVisualStyleBackColor = False
|
|||
|
'
|
|||
|
'BTEjecutar
|
|||
|
'
|
|||
|
Me.BTEjecutar.BackColor = System.Drawing.Color.Black
|
|||
|
Me.BTEjecutar.ForeColor = System.Drawing.Color.White
|
|||
|
Me.BTEjecutar.Location = New System.Drawing.Point(608, 38)
|
|||
|
Me.BTEjecutar.Name = "BTEjecutar"
|
|||
|
Me.BTEjecutar.Size = New System.Drawing.Size(81, 31)
|
|||
|
Me.BTEjecutar.TabIndex = 13
|
|||
|
Me.BTEjecutar.Text = "Buscar"
|
|||
|
Me.BTEjecutar.UseVisualStyleBackColor = False
|
|||
|
'
|
|||
|
'Label1
|
|||
|
'
|
|||
|
Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label1.Location = New System.Drawing.Point(-5, 26)
|
|||
|
Me.Label1.Name = "Label1"
|
|||
|
Me.Label1.Size = New System.Drawing.Size(70, 16)
|
|||
|
Me.Label1.TabIndex = 12
|
|||
|
Me.Label1.Text = "Tipo Alarma"
|
|||
|
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|||
|
'
|
|||
|
'CMBTipoReporte
|
|||
|
'
|
|||
|
Me.CMBTipoReporte.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
Me.CMBTipoReporte.FormattingEnabled = True
|
|||
|
Me.CMBTipoReporte.Location = New System.Drawing.Point(2, 45)
|
|||
|
Me.CMBTipoReporte.Name = "CMBTipoReporte"
|
|||
|
Me.CMBTipoReporte.Size = New System.Drawing.Size(377, 21)
|
|||
|
Me.CMBTipoReporte.TabIndex = 11
|
|||
|
'
|
|||
|
'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.label4)
|
|||
|
Me.panel2.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.panel2.Location = New System.Drawing.Point(-2, 0)
|
|||
|
Me.panel2.Name = "panel2"
|
|||
|
Me.panel2.Size = New System.Drawing.Size(803, 51)
|
|||
|
Me.panel2.TabIndex = 160
|
|||
|
'
|
|||
|
'Img_logoCabecera
|
|||
|
'
|
|||
|
Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
|
|||
|
Me.Img_logoCabecera.Location = New System.Drawing.Point(683, 3)
|
|||
|
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 = 360
|
|||
|
Me.Img_logoCabecera.TabStop = False
|
|||
|
'
|
|||
|
'label4
|
|||
|
'
|
|||
|
Me.label4.AutoSize = True
|
|||
|
Me.label4.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.label4.Font = New System.Drawing.Font("Century Gothic", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.label4.ForeColor = System.Drawing.SystemColors.Window
|
|||
|
Me.label4.Location = New System.Drawing.Point(21, 8)
|
|||
|
Me.label4.Name = "label4"
|
|||
|
Me.label4.Size = New System.Drawing.Size(261, 22)
|
|||
|
Me.label4.TabIndex = 2
|
|||
|
Me.label4.Text = "Alarmas Perfil Transaccional"
|
|||
|
'
|
|||
|
'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.Label3)
|
|||
|
Me.panel3.Controls.Add(Me.lblFooter)
|
|||
|
Me.panel3.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.panel3.Location = New System.Drawing.Point(-2, 450)
|
|||
|
Me.panel3.Name = "panel3"
|
|||
|
Me.panel3.Size = New System.Drawing.Size(803, 33)
|
|||
|
Me.panel3.TabIndex = 361
|
|||
|
'
|
|||
|
'Label3
|
|||
|
'
|
|||
|
Me.Label3.AutoSize = True
|
|||
|
Me.Label3.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.Label3.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.Label3.ForeColor = System.Drawing.SystemColors.Window
|
|||
|
Me.Label3.Location = New System.Drawing.Point(748, 0)
|
|||
|
Me.Label3.Name = "Label3"
|
|||
|
Me.Label3.Size = New System.Drawing.Size(42, 17)
|
|||
|
Me.Label3.TabIndex = 3
|
|||
|
Me.Label3.Text = "Minds"
|
|||
|
'
|
|||
|
'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(1019, 7)
|
|||
|
Me.lblFooter.Name = "lblFooter"
|
|||
|
Me.lblFooter.Size = New System.Drawing.Size(42, 17)
|
|||
|
Me.lblFooter.TabIndex = 2
|
|||
|
Me.lblFooter.Text = "Minds"
|
|||
|
'
|
|||
|
'FRAlarmasKYC
|
|||
|
'
|
|||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
Me.BackColor = System.Drawing.Color.White
|
|||
|
Me.ClientSize = New System.Drawing.Size(795, 481)
|
|||
|
Me.Controls.Add(Me.panel3)
|
|||
|
Me.Controls.Add(Me.panel2)
|
|||
|
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 = "FRAlarmasKYC"
|
|||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|||
|
Me.Text = "Alarmas Perfil Transaccional"
|
|||
|
CType(Me.GRDMasterRep, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.GroupBox1.ResumeLayout(False)
|
|||
|
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)
|
|||
|
|
|||
|
End Sub
|
|||
|
Friend WithEvents GRDMasterRep As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|||
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents BTEjecutar As System.Windows.Forms.Button
|
|||
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|||
|
Friend WithEvents CMBTipoReporte As System.Windows.Forms.ComboBox
|
|||
|
Friend WithEvents BTExportar As System.Windows.Forms.Button
|
|||
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|||
|
Friend WithEvents DTPPerfilT As System.Windows.Forms.DateTimePicker
|
|||
|
Private WithEvents panel2 As Panel
|
|||
|
Private WithEvents Img_logoCabecera As PictureBox
|
|||
|
Friend WithEvents label4 As Label
|
|||
|
Private WithEvents panel3 As Panel
|
|||
|
Friend WithEvents Label3 As Label
|
|||
|
Friend WithEvents lblFooter As Label
|
|||
|
End Class
|