72 lines
2.8 KiB
VB.net
72 lines
2.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class fPassword
|
|
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
|
|
|
|
'Windows Form 디자이너에 필요합니다.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
|
|
'수정하려면 Windows Form 디자이너를 사용하십시오.
|
|
'코드 편집기에서는 수정하지 마세요.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.TextBox1.Location = New System.Drawing.Point(10, 10)
|
|
Me.TextBox1.Margin = New System.Windows.Forms.Padding(5, 7, 5, 7)
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.Size = New System.Drawing.Size(576, 34)
|
|
Me.TextBox1.TabIndex = 0
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Button1.Location = New System.Drawing.Point(10, 51)
|
|
Me.Button1.Margin = New System.Windows.Forms.Padding(5, 7, 5, 7)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(576, 65)
|
|
Me.Button1.TabIndex = 1
|
|
Me.Button1.Text = "확인"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'fPassword
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(11.0!, 28.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(596, 126)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.TextBox1)
|
|
Me.Font = New System.Drawing.Font("맑은 고딕", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Margin = New System.Windows.Forms.Padding(5, 7, 5, 7)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "fPassword"
|
|
Me.Padding = New System.Windows.Forms.Padding(10)
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "암호 입력"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents TextBox1 As TextBox
|
|
Friend WithEvents Button1 As Button
|
|
End Class
|