client/PopUp.Designer.vb

92 lines
3.8 KiB
VB.net
Raw Normal View History

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class PopUp
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()
Me.BTDocum = New System.Windows.Forms.Button
Me.BTExp = New System.Windows.Forms.Button
Me.TXTDocum = New System.Windows.Forms.Label
Me.TXTExp = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'BTDocum
'
Me.BTDocum.Location = New System.Drawing.Point(598, 17)
Me.BTDocum.Name = "BTDocum"
Me.BTDocum.Size = New System.Drawing.Size(75, 23)
Me.BTDocum.TabIndex = 2
Me.BTDocum.Text = "Ir..."
Me.BTDocum.UseVisualStyleBackColor = True
'
'BTExp
'
Me.BTExp.Location = New System.Drawing.Point(598, 54)
Me.BTExp.Name = "BTExp"
Me.BTExp.Size = New System.Drawing.Size(75, 23)
Me.BTExp.TabIndex = 3
Me.BTExp.Text = "Ir..."
Me.BTExp.UseVisualStyleBackColor = True
'
'TXTDocum
'
Me.TXTDocum.BackColor = System.Drawing.Color.White
Me.TXTDocum.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.TXTDocum.Cursor = System.Windows.Forms.Cursors.Hand
Me.TXTDocum.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TXTDocum.ForeColor = System.Drawing.Color.MidnightBlue
Me.TXTDocum.Location = New System.Drawing.Point(19, 12)
Me.TXTDocum.Name = "TXTDocum"
Me.TXTDocum.Size = New System.Drawing.Size(568, 32)
Me.TXTDocum.TabIndex = 7
Me.TXTDocum.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TXTExp
'
Me.TXTExp.BackColor = System.Drawing.Color.White
Me.TXTExp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.TXTExp.Cursor = System.Windows.Forms.Cursors.Hand
Me.TXTExp.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TXTExp.ForeColor = System.Drawing.Color.MidnightBlue
Me.TXTExp.Location = New System.Drawing.Point(19, 51)
Me.TXTExp.Name = "TXTExp"
Me.TXTExp.Size = New System.Drawing.Size(568, 32)
Me.TXTExp.TabIndex = 8
Me.TXTExp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'PopUp
'
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(686, 103)
Me.Controls.Add(Me.TXTExp)
Me.Controls.Add(Me.TXTDocum)
Me.Controls.Add(Me.BTExp)
Me.Controls.Add(Me.BTDocum)
Me.Name = "PopUp"
Me.Text = "Alertas !!"
Me.ResumeLayout(False)
End Sub
Friend WithEvents BTDocum As System.Windows.Forms.Button
Friend WithEvents BTExp As System.Windows.Forms.Button
Friend WithEvents TXTDocum As System.Windows.Forms.Label
Friend WithEvents TXTExp As System.Windows.Forms.Label
End Class