_ Partial Class fAuth Inherits System.Windows.Forms.Form 'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다. _ 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 디자이너를 사용하십시오. '코드 편집기를 사용하여 수정하지 마십시오. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(fAuth)) Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.LinkLabel1 = New System.Windows.Forms.LinkLabel() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Panel1 = New System.Windows.Forms.Panel() Me.Panel2 = New System.Windows.Forms.Panel() Me.Panel1.SuspendLayout() Me.Panel2.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' Me.Label1.Dock = System.Windows.Forms.DockStyle.Top Me.Label1.Font = New System.Drawing.Font("맑은 고딕", 17.0!, System.Drawing.FontStyle.Bold) Me.Label1.Location = New System.Drawing.Point(10, 10) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(595, 71) Me.Label1.TabIndex = 0 Me.Label1.Text = "현재 남은 사용 횟수는 {0} 회 입니다." Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label2 ' Me.Label2.Dock = System.Windows.Forms.DockStyle.Top Me.Label2.Font = New System.Drawing.Font("맑은 고딕", 13.0!, System.Drawing.FontStyle.Bold) Me.Label2.Location = New System.Drawing.Point(10, 81) Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(595, 35) Me.Label2.TabIndex = 1 Me.Label2.Text = "프로그램을 영구 사용하려면 인증키를 입력하세요." ' 'Label3 ' Me.Label3.Dock = System.Windows.Forms.DockStyle.Top Me.Label3.Font = New System.Drawing.Font("맑은 고딕", 13.0!, System.Drawing.FontStyle.Bold) Me.Label3.ForeColor = System.Drawing.Color.Red Me.Label3.Location = New System.Drawing.Point(10, 116) Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(595, 35) Me.Label3.TabIndex = 1 Me.Label3.Text = "지정 횟수를 초과하면 더 이상 프로그램을 사용할 수 없습니다." ' 'TextBox1 ' Me.TextBox1.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox1.Font = New System.Drawing.Font("굴림", 20.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox1.Location = New System.Drawing.Point(0, 5) Me.TextBox1.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(508, 38) Me.TextBox1.TabIndex = 1 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Dock = System.Windows.Forms.DockStyle.Left Me.Label4.Location = New System.Drawing.Point(0, 0) Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(52, 21) Me.Label4.TabIndex = 3 Me.Label4.Text = "문의 :" ' 'LinkLabel1 ' Me.LinkLabel1.AutoSize = True Me.LinkLabel1.Dock = System.Windows.Forms.DockStyle.Left Me.LinkLabel1.Font = New System.Drawing.Font("맑은 고딕", 10.0!, System.Drawing.FontStyle.Bold) Me.LinkLabel1.Location = New System.Drawing.Point(52, 0) Me.LinkLabel1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.LinkLabel1.Name = "LinkLabel1" Me.LinkLabel1.Size = New System.Drawing.Size(342, 19) Me.LinkLabel1.TabIndex = 4 Me.LinkLabel1.TabStop = True Me.LinkLabel1.Text = "해광기획 (http://hawgwang.co.kr) / 062-381-0411" ' 'Button1 ' Me.Button1.Dock = System.Windows.Forms.DockStyle.Right Me.Button1.Location = New System.Drawing.Point(508, 5) Me.Button1.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(87, 39) Me.Button1.TabIndex = 2 Me.Button1.Text = "인증" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Dock = System.Windows.Forms.DockStyle.Bottom Me.Button2.Location = New System.Drawing.Point(10, 235) Me.Button2.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(595, 50) Me.Button2.TabIndex = 0 Me.Button2.Text = "테스트 사용" Me.Button2.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.Controls.Add(Me.TextBox1) Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel1.Location = New System.Drawing.Point(10, 186) Me.Panel1.Name = "Panel1" Me.Panel1.Padding = New System.Windows.Forms.Padding(0, 5, 0, 5) Me.Panel1.Size = New System.Drawing.Size(595, 49) Me.Panel1.TabIndex = 5 ' 'Panel2 ' Me.Panel2.Controls.Add(Me.LinkLabel1) Me.Panel2.Controls.Add(Me.Label4) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top Me.Panel2.Location = New System.Drawing.Point(10, 151) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(595, 26) Me.Panel2.TabIndex = 6 ' 'fAuth ' Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 21.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(615, 295) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label1) Me.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "fAuth" Me.Padding = New System.Windows.Forms.Padding(10) Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "인증하기" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Panel1 As Panel Friend WithEvents Panel2 As Panel End Class