85 lines
3.8 KiB
VB.net
85 lines
3.8 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
|
Partial Class frmclientes
|
||
|
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(frmclientes))
|
||
|
Me.GRDClientes = New System.Windows.Forms.DataGrid
|
||
|
Me.BTCerrar = New System.Windows.Forms.Button
|
||
|
Me.LblClientes = New System.Windows.Forms.Label
|
||
|
CType(Me.GRDClientes, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
|
Me.SuspendLayout()
|
||
|
'
|
||
|
'GRDClientes
|
||
|
'
|
||
|
Me.GRDClientes.BackColor = System.Drawing.Color.AliceBlue
|
||
|
Me.GRDClientes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||
|
Me.GRDClientes.DataMember = ""
|
||
|
Me.GRDClientes.FlatMode = True
|
||
|
Me.GRDClientes.HeaderBackColor = System.Drawing.Color.WhiteSmoke
|
||
|
Me.GRDClientes.HeaderForeColor = System.Drawing.SystemColors.ControlText
|
||
|
Me.GRDClientes.Location = New System.Drawing.Point(12, 78)
|
||
|
Me.GRDClientes.Name = "GRDClientes"
|
||
|
Me.GRDClientes.PreferredColumnWidth = 200
|
||
|
Me.GRDClientes.Size = New System.Drawing.Size(643, 219)
|
||
|
Me.GRDClientes.TabIndex = 87
|
||
|
'
|
||
|
'BTCerrar
|
||
|
'
|
||
|
Me.BTCerrar.Location = New System.Drawing.Point(559, 303)
|
||
|
Me.BTCerrar.Name = "BTCerrar"
|
||
|
Me.BTCerrar.Size = New System.Drawing.Size(96, 41)
|
||
|
Me.BTCerrar.TabIndex = 88
|
||
|
Me.BTCerrar.Text = "Cerrar"
|
||
|
Me.BTCerrar.UseVisualStyleBackColor = True
|
||
|
'
|
||
|
'LblClientes
|
||
|
'
|
||
|
Me.LblClientes.BackColor = System.Drawing.Color.White
|
||
|
Me.LblClientes.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
||
|
Me.LblClientes.Cursor = System.Windows.Forms.Cursors.Hand
|
||
|
Me.LblClientes.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
|
Me.LblClientes.ForeColor = System.Drawing.Color.MidnightBlue
|
||
|
Me.LblClientes.Location = New System.Drawing.Point(-3, -3)
|
||
|
Me.LblClientes.Name = "LblClientes"
|
||
|
Me.LblClientes.Size = New System.Drawing.Size(668, 40)
|
||
|
Me.LblClientes.TabIndex = 89
|
||
|
Me.LblClientes.Text = "Clientes SIN KYC"
|
||
|
Me.LblClientes.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
|
'
|
||
|
'frmclientes
|
||
|
'
|
||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
|
Me.ClientSize = New System.Drawing.Size(664, 356)
|
||
|
Me.Controls.Add(Me.LblClientes)
|
||
|
Me.Controls.Add(Me.BTCerrar)
|
||
|
Me.Controls.Add(Me.GRDClientes)
|
||
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
|
Me.Name = "frmclientes"
|
||
|
Me.Text = "Clientes sin KYC"
|
||
|
CType(Me.GRDClientes, System.ComponentModel.ISupportInitialize).EndInit()
|
||
|
Me.ResumeLayout(False)
|
||
|
|
||
|
End Sub
|
||
|
Friend WithEvents GRDClientes As System.Windows.Forms.DataGrid
|
||
|
Friend WithEvents BTCerrar As System.Windows.Forms.Button
|
||
|
Friend WithEvents LblClientes As System.Windows.Forms.Label
|
||
|
End Class
|