client/ProcesoHIT/frmConfigHit.Designer.vb

69 lines
2.8 KiB
VB.net
Raw Normal View History

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmConfigHit
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(frmConfigHit))
Me.txtRutaHit = New System.Windows.Forms.TextBox()
Me.cmdGuradar = New System.Windows.Forms.Button()
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
Me.SuspendLayout()
'
'txtRutaHit
'
Me.txtRutaHit.Location = New System.Drawing.Point(12, 12)
Me.txtRutaHit.Name = "txtRutaHit"
Me.txtRutaHit.Size = New System.Drawing.Size(325, 20)
Me.txtRutaHit.TabIndex = 0
'
'cmdGuradar
'
Me.cmdGuradar.Location = New System.Drawing.Point(354, 10)
Me.cmdGuradar.Name = "cmdGuradar"
Me.cmdGuradar.Size = New System.Drawing.Size(75, 23)
Me.cmdGuradar.TabIndex = 1
Me.cmdGuradar.Text = "Explorar"
Me.cmdGuradar.UseVisualStyleBackColor = True
'
'frmConfigHit
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(437, 42)
Me.Controls.Add(Me.cmdGuradar)
Me.Controls.Add(Me.txtRutaHit)
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 = "frmConfigHit"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Configuración Hit"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents txtRutaHit As System.Windows.Forms.TextBox
Friend WithEvents cmdGuradar As System.Windows.Forms.Button
Friend WithEvents FolderBrowserDialog1 As System.Windows.Forms.FolderBrowserDialog
End Class