96 lines
4.7 KiB
VB.net
96 lines
4.7 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class FrmBuscaListas
|
|
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)
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmBuscaListas))
|
|
Me.BtnCerrar = New System.Windows.Forms.Button()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.GridMaster = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'BtnCerrar
|
|
'
|
|
Me.BtnCerrar.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.BtnCerrar.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.BtnCerrar.Image = Global.CLIENTE.My.Resources.Resources.botonExit
|
|
Me.BtnCerrar.Location = New System.Drawing.Point(724, 231)
|
|
Me.BtnCerrar.Name = "BtnCerrar"
|
|
Me.BtnCerrar.Size = New System.Drawing.Size(106, 33)
|
|
Me.BtnCerrar.TabIndex = 10
|
|
Me.BtnCerrar.Text = "&Cerrar"
|
|
Me.BtnCerrar.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.BtnCerrar.UseVisualStyleBackColor = True
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.PictureBox1.ErrorImage = Global.CLIENTE.My.Resources.Resources.Logo_Empresa
|
|
Me.PictureBox1.Image = Global.CLIENTE.My.Resources.Resources.Logo_Empresa
|
|
Me.PictureBox1.Location = New System.Drawing.Point(2, 1)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(142, 43)
|
|
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.PictureBox1.TabIndex = 92
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'GridMaster
|
|
'
|
|
Me.GridMaster.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
Me.GridMaster.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.GridMaster.GroupByCaption = "AGRUPAR"
|
|
Me.GridMaster.Images.Add(CType(resources.GetObject("GridMaster.Images"), System.Drawing.Image))
|
|
Me.GridMaster.Location = New System.Drawing.Point(2, 50)
|
|
Me.GridMaster.Name = "GridMaster"
|
|
Me.GridMaster.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|
Me.GridMaster.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|
Me.GridMaster.PreviewInfo.ZoomFactor = 75.0R
|
|
Me.GridMaster.PrintInfo.PageSettings = CType(resources.GetObject("GridMaster.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|
Me.GridMaster.Size = New System.Drawing.Size(716, 214)
|
|
Me.GridMaster.TabIndex = 93
|
|
Me.GridMaster.Text = "C1TrueDBGrid1"
|
|
Me.GridMaster.PropBag = resources.GetString("GridMaster.PropBag")
|
|
'
|
|
'FrmBuscaListas
|
|
'
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(834, 270)
|
|
Me.Controls.Add(Me.GridMaster)
|
|
Me.Controls.Add(Me.PictureBox1)
|
|
Me.Controls.Add(Me.BtnCerrar)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "FrmBuscaListas"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Coincidencias en Listas restringidas"
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents BtnCerrar As System.Windows.Forms.Button
|
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents GridMaster As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
End Class
|