176 lines
7.7 KiB
VB.net
176 lines
7.7 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Frm_Intro
|
|
Inherits CForm
|
|
|
|
'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
|
|
|
|
'Windows Form 디자이너에 필요합니다.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
|
|
'수정하려면 Windows Form 디자이너를 사용하십시오.
|
|
'코드 편집기를 사용하여 수정하지 마십시오.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.tb_id = New System.Windows.Forms.TextBox()
|
|
Me.tb_pw = New System.Windows.Forms.TextBox()
|
|
Me.chk_id = New System.Windows.Forms.CheckBox()
|
|
Me.chk_pass = New System.Windows.Forms.CheckBox()
|
|
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.lbl_ip = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.StatusStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.BackColor = System.Drawing.Color.White
|
|
Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
Me.Button1.Location = New System.Drawing.Point(404, 25)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(61, 63)
|
|
Me.Button1.TabIndex = 11
|
|
Me.Button1.Text = "LOGIN"
|
|
Me.Button1.UseVisualStyleBackColor = False
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.BackColor = System.Drawing.Color.White
|
|
Me.Label3.Font = New System.Drawing.Font("돋움", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(42, 64)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(117, 19)
|
|
Me.Label3.TabIndex = 12
|
|
Me.Label3.Text = "PASSWORD :"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.BackColor = System.Drawing.Color.White
|
|
Me.Label2.Font = New System.Drawing.Font("돋움", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(42, 30)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(36, 19)
|
|
Me.Label2.TabIndex = 12
|
|
Me.Label2.Text = "ID :"
|
|
'
|
|
'tb_id
|
|
'
|
|
Me.tb_id.BackColor = System.Drawing.Color.White
|
|
Me.tb_id.Font = New System.Drawing.Font("돋움", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.tb_id.Location = New System.Drawing.Point(165, 25)
|
|
Me.tb_id.MaxLength = 10
|
|
Me.tb_id.Name = "tb_id"
|
|
Me.tb_id.Size = New System.Drawing.Size(233, 29)
|
|
Me.tb_id.TabIndex = 1
|
|
Me.tb_id.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.ToolTip1.SetToolTip(Me.tb_id, "ID를 입력하세요")
|
|
'
|
|
'tb_pw
|
|
'
|
|
Me.tb_pw.BackColor = System.Drawing.Color.White
|
|
Me.tb_pw.Font = New System.Drawing.Font("돋움", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.tb_pw.Location = New System.Drawing.Point(165, 59)
|
|
Me.tb_pw.MaxLength = 10
|
|
Me.tb_pw.Name = "tb_pw"
|
|
Me.tb_pw.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
|
|
Me.tb_pw.Size = New System.Drawing.Size(233, 29)
|
|
Me.tb_pw.TabIndex = 3
|
|
Me.tb_pw.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.ToolTip1.SetToolTip(Me.tb_pw, "암호를 입력하세요")
|
|
'
|
|
'chk_id
|
|
'
|
|
Me.chk_id.AutoSize = True
|
|
Me.chk_id.BackColor = System.Drawing.Color.Transparent
|
|
Me.chk_id.Location = New System.Drawing.Point(21, 32)
|
|
Me.chk_id.Name = "chk_id"
|
|
Me.chk_id.Size = New System.Drawing.Size(15, 14)
|
|
Me.chk_id.TabIndex = 7
|
|
Me.ToolTip1.SetToolTip(Me.chk_id, "사용자 ID를 저장합니다")
|
|
Me.chk_id.UseVisualStyleBackColor = False
|
|
'
|
|
'chk_pass
|
|
'
|
|
Me.chk_pass.AutoSize = True
|
|
Me.chk_pass.BackColor = System.Drawing.Color.Transparent
|
|
Me.chk_pass.Location = New System.Drawing.Point(21, 66)
|
|
Me.chk_pass.Name = "chk_pass"
|
|
Me.chk_pass.Size = New System.Drawing.Size(15, 14)
|
|
Me.chk_pass.TabIndex = 8
|
|
Me.ToolTip1.SetToolTip(Me.chk_pass, "사용자 암호를 저장합니다")
|
|
Me.chk_pass.UseVisualStyleBackColor = False
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lbl_ip})
|
|
Me.StatusStrip1.Location = New System.Drawing.Point(0, 98)
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
Me.StatusStrip1.Size = New System.Drawing.Size(478, 22)
|
|
Me.StatusStrip1.TabIndex = 16
|
|
Me.StatusStrip1.Text = "StatusStrip1"
|
|
'
|
|
'lbl_ip
|
|
'
|
|
Me.lbl_ip.BackColor = System.Drawing.Color.Transparent
|
|
Me.lbl_ip.Name = "lbl_ip"
|
|
Me.lbl_ip.Size = New System.Drawing.Size(25, 17)
|
|
Me.lbl_ip.Text = "[IP]"
|
|
'
|
|
'Frm_Intro
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(478, 120)
|
|
Me.Controls.Add(Me.StatusStrip1)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.tb_id)
|
|
Me.Controls.Add(Me.tb_pw)
|
|
Me.Controls.Add(Me.chk_pass)
|
|
Me.Controls.Add(Me.chk_id)
|
|
Me.Font = New System.Drawing.Font("돋움", 8.999999!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "Frm_Intro"
|
|
Me.ShowIcon = False
|
|
Me.ShowInTaskbar = False
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "사용자확인"
|
|
Me.TransparencyKey = System.Drawing.SystemColors.AppWorkspace
|
|
Me.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents chk_id As System.Windows.Forms.CheckBox
|
|
Friend WithEvents chk_pass As System.Windows.Forms.CheckBox
|
|
Friend WithEvents tb_id As System.Windows.Forms.TextBox
|
|
Friend WithEvents tb_pw As System.Windows.Forms.TextBox
|
|
Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
|
|
Friend WithEvents lbl_ip As System.Windows.Forms.ToolStripStatusLabel
|
|
End Class
|