130 lines
5.3 KiB
VB.net
130 lines
5.3 KiB
VB.net
![]() |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
<Global.System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1726")> _
|
|||
|
Partial Class ManagerLogin
|
|||
|
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 LogoPictureBox As System.Windows.Forms.PictureBox
|
|||
|
Friend WithEvents lbManagerID As System.Windows.Forms.Label
|
|||
|
Friend WithEvents lbManagerPW As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txbManagerID As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents txbManagerPW 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.lbManagerID = New System.Windows.Forms.Label()
|
|||
|
Me.lbManagerPW = New System.Windows.Forms.Label()
|
|||
|
Me.txbManagerID = New System.Windows.Forms.TextBox()
|
|||
|
Me.txbManagerPW = New System.Windows.Forms.TextBox()
|
|||
|
Me.OK = New System.Windows.Forms.Button()
|
|||
|
Me.Cancel = New System.Windows.Forms.Button()
|
|||
|
Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
|
|||
|
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'lbManagerID
|
|||
|
'
|
|||
|
Me.lbManagerID.Location = New System.Drawing.Point(172, 24)
|
|||
|
Me.lbManagerID.Name = "lbManagerID"
|
|||
|
Me.lbManagerID.Size = New System.Drawing.Size(220, 23)
|
|||
|
Me.lbManagerID.TabIndex = 0
|
|||
|
Me.lbManagerID.Text = "관리자 아이디(&I)"
|
|||
|
Me.lbManagerID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|||
|
'
|
|||
|
'lbManagerPW
|
|||
|
'
|
|||
|
Me.lbManagerPW.Location = New System.Drawing.Point(172, 81)
|
|||
|
Me.lbManagerPW.Name = "lbManagerPW"
|
|||
|
Me.lbManagerPW.Size = New System.Drawing.Size(220, 23)
|
|||
|
Me.lbManagerPW.TabIndex = 2
|
|||
|
Me.lbManagerPW.Text = "암호(&P)"
|
|||
|
Me.lbManagerPW.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|||
|
'
|
|||
|
'txbManagerID
|
|||
|
'
|
|||
|
Me.txbManagerID.Location = New System.Drawing.Point(174, 44)
|
|||
|
Me.txbManagerID.Name = "txbManagerID"
|
|||
|
Me.txbManagerID.Size = New System.Drawing.Size(220, 21)
|
|||
|
Me.txbManagerID.TabIndex = 1
|
|||
|
'
|
|||
|
'txbManagerPW
|
|||
|
'
|
|||
|
Me.txbManagerPW.Location = New System.Drawing.Point(174, 101)
|
|||
|
Me.txbManagerPW.Name = "txbManagerPW"
|
|||
|
Me.txbManagerPW.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
|
|||
|
Me.txbManagerPW.Size = New System.Drawing.Size(220, 21)
|
|||
|
Me.txbManagerPW.TabIndex = 3
|
|||
|
'
|
|||
|
'OK
|
|||
|
'
|
|||
|
Me.OK.Location = New System.Drawing.Point(197, 161)
|
|||
|
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(300, 161)
|
|||
|
Me.Cancel.Name = "Cancel"
|
|||
|
Me.Cancel.Size = New System.Drawing.Size(94, 23)
|
|||
|
Me.Cancel.TabIndex = 5
|
|||
|
Me.Cancel.Text = "취소(&C)"
|
|||
|
'
|
|||
|
'LogoPictureBox
|
|||
|
'
|
|||
|
Me.LogoPictureBox.Image = Global._12.DUALSONIC_Cartridge_Film_Pressing.My.Resources.Resources.JOMT_아이콘_PNG
|
|||
|
Me.LogoPictureBox.Location = New System.Drawing.Point(0, 0)
|
|||
|
Me.LogoPictureBox.Name = "LogoPictureBox"
|
|||
|
Me.LogoPictureBox.Size = New System.Drawing.Size(165, 193)
|
|||
|
Me.LogoPictureBox.TabIndex = 0
|
|||
|
Me.LogoPictureBox.TabStop = False
|
|||
|
'
|
|||
|
'ManagerLogin
|
|||
|
'
|
|||
|
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(401, 192)
|
|||
|
Me.Controls.Add(Me.Cancel)
|
|||
|
Me.Controls.Add(Me.OK)
|
|||
|
Me.Controls.Add(Me.txbManagerPW)
|
|||
|
Me.Controls.Add(Me.txbManagerID)
|
|||
|
Me.Controls.Add(Me.lbManagerPW)
|
|||
|
Me.Controls.Add(Me.lbManagerID)
|
|||
|
Me.Controls.Add(Me.LogoPictureBox)
|
|||
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|||
|
Me.MaximizeBox = False
|
|||
|
Me.MinimizeBox = False
|
|||
|
Me.Name = "ManagerLogin"
|
|||
|
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
|||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|||
|
Me.Text = "ManagerLogin"
|
|||
|
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.ResumeLayout(False)
|
|||
|
Me.PerformLayout()
|
|||
|
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|