|
|
Imports System.Windows.Forms |
|
|
|
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> |
|
|
Partial Class FormTextBoxInput |
|
|
Inherits System.Windows.Forms.Form |
|
|
|
|
|
|
|
|
<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 |
|
|
|
|
|
|
|
|
Private components As System.ComponentModel.IContainer |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<System.Diagnostics.DebuggerStepThrough()> _ |
|
|
Private Sub InitializeComponent() |
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FormTextBoxInput)) |
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox() |
|
|
Me.SuspendLayout() |
|
|
|
|
|
|
|
|
|
|
|
resources.ApplyResources(Me.TextBox1, "TextBox1") |
|
|
Me.TextBox1.Name = "TextBox1" |
|
|
|
|
|
|
|
|
|
|
|
resources.ApplyResources(Me, "$this") |
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi |
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(96, 96) |
|
|
Me.Controls.Add(Me.TextBox1) |
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow |
|
|
Me.MaximizeBox = False |
|
|
Me.MinimizeBox = False |
|
|
Me.Name = "FormTextBox" |
|
|
Me.ShowIcon = False |
|
|
Me.ResumeLayout(False) |
|
|
Me.PerformLayout() |
|
|
|
|
|
End Sub |
|
|
|
|
|
Public WithEvents TextBox1 As TextBox |
|
|
End Class |
|
|
|