94 lines
3.6 KiB
VB.net
94 lines
3.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
<Global.System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1726")> _
|
|
Partial Class LoginForm1
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
|
|
<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
|
|
Friend WithEvents PasswordLabel As System.Windows.Forms.Label
|
|
Friend WithEvents tbPass As System.Windows.Forms.TextBox
|
|
Friend WithEvents OK As System.Windows.Forms.Button
|
|
Friend WithEvents Cancel As System.Windows.Forms.Button
|
|
|
|
'Windows Form 디자이너에 필요합니다.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
|
|
'수정하려면 Windows Form 디자이너를 사용하십시오.
|
|
'코드 편집기를 사용하여 수정하지 마십시오.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.PasswordLabel = New System.Windows.Forms.Label()
|
|
Me.tbPass = New System.Windows.Forms.TextBox()
|
|
Me.OK = New System.Windows.Forms.Button()
|
|
Me.Cancel = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'PasswordLabel
|
|
'
|
|
Me.PasswordLabel.Location = New System.Drawing.Point(10, 11)
|
|
Me.PasswordLabel.Name = "PasswordLabel"
|
|
Me.PasswordLabel.Size = New System.Drawing.Size(220, 23)
|
|
Me.PasswordLabel.TabIndex = 2
|
|
Me.PasswordLabel.Text = "암호(&P)"
|
|
Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
'
|
|
'tbPass
|
|
'
|
|
Me.tbPass.Location = New System.Drawing.Point(12, 31)
|
|
Me.tbPass.Name = "tbPass"
|
|
Me.tbPass.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
|
|
Me.tbPass.Size = New System.Drawing.Size(220, 21)
|
|
Me.tbPass.TabIndex = 3
|
|
'
|
|
'OK
|
|
'
|
|
Me.OK.Location = New System.Drawing.Point(12, 61)
|
|
Me.OK.Name = "OK"
|
|
Me.OK.Size = New System.Drawing.Size(94, 23)
|
|
Me.OK.TabIndex = 4
|
|
Me.OK.Text = "확인(&O)"
|
|
'
|
|
'Cancel
|
|
'
|
|
Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.Cancel.Location = New System.Drawing.Point(138, 61)
|
|
Me.Cancel.Name = "Cancel"
|
|
Me.Cancel.Size = New System.Drawing.Size(94, 23)
|
|
Me.Cancel.TabIndex = 5
|
|
Me.Cancel.Text = "취소(&C)"
|
|
'
|
|
'LoginForm1
|
|
'
|
|
Me.AcceptButton = Me.OK
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.CancelButton = Me.Cancel
|
|
Me.ClientSize = New System.Drawing.Size(239, 100)
|
|
Me.Controls.Add(Me.Cancel)
|
|
Me.Controls.Add(Me.OK)
|
|
Me.Controls.Add(Me.tbPass)
|
|
Me.Controls.Add(Me.PasswordLabel)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "LoginForm1"
|
|
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "Login"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
End Class
|