Files
LimitEditor/V3/Form1.Designer.vb
2020-05-24 21:23:29 +09:00

214 lines
8.3 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Windows Form 디자이너에 필요합니다.
Private components As System.ComponentModel.IContainer
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
'수정하려면 Windows Form 디자이너를 사용하십시오.
'코드 편집기를 사용하여 수정하지 마십시오.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.Button2 = New System.Windows.Forms.Button
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker
Me.tb_key1 = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.CheckBox3 = New System.Windows.Forms.CheckBox
Me.CheckBox2 = New System.Windows.Forms.CheckBox
Me.CheckBox1 = New System.Windows.Forms.CheckBox
Me.chk1 = New System.Windows.Forms.CheckBox
Me.Button1 = New System.Windows.Forms.Button
Me.tb_key2 = New System.Windows.Forms.TextBox
Me.tb_ip = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.SuspendLayout()
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(295, 26)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(181, 20)
Me.Button2.TabIndex = 4
Me.Button2.Text = "인증번호1생성 ->"
Me.Button2.UseVisualStyleBackColor = True
'
'DateTimePicker1
'
Me.DateTimePicker1.Location = New System.Drawing.Point(89, 18)
Me.DateTimePicker1.Name = "DateTimePicker1"
Me.DateTimePicker1.Size = New System.Drawing.Size(200, 21)
Me.DateTimePicker1.TabIndex = 1
'
'tb_key1
'
Me.tb_key1.Location = New System.Drawing.Point(482, 27)
Me.tb_key1.Name = "tb_key1"
Me.tb_key1.Size = New System.Drawing.Size(195, 21)
Me.tb_key1.TabIndex = 5
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(16, 20)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(68, 17)
Me.Label1.TabIndex = 1
Me.Label1.Text = "만기일"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.tb_ip)
Me.GroupBox1.Controls.Add(Me.Button2)
Me.GroupBox1.Controls.Add(Me.DateTimePicker1)
Me.GroupBox1.Controls.Add(Me.tb_key1)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Location = New System.Drawing.Point(9, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(694, 67)
Me.GroupBox1.TabIndex = 6
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "인증번호1(사용기한설정)"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.CheckBox3)
Me.GroupBox2.Controls.Add(Me.CheckBox2)
Me.GroupBox2.Controls.Add(Me.CheckBox1)
Me.GroupBox2.Controls.Add(Me.chk1)
Me.GroupBox2.Controls.Add(Me.Button1)
Me.GroupBox2.Controls.Add(Me.tb_key2)
Me.GroupBox2.Location = New System.Drawing.Point(9, 85)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(694, 67)
Me.GroupBox2.TabIndex = 6
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "인증번호2(사용권한설정)"
'
'CheckBox3
'
Me.CheckBox3.AutoSize = True
Me.CheckBox3.Location = New System.Drawing.Point(119, 43)
Me.CheckBox3.Name = "CheckBox3"
Me.CheckBox3.Size = New System.Drawing.Size(88, 16)
Me.CheckBox3.TabIndex = 8
Me.CheckBox3.Tag = "D"
Me.CheckBox3.Text = "SK네트웍스"
Me.CheckBox3.UseVisualStyleBackColor = True
'
'CheckBox2
'
Me.CheckBox2.AutoSize = True
Me.CheckBox2.Location = New System.Drawing.Point(17, 43)
Me.CheckBox2.Name = "CheckBox2"
Me.CheckBox2.Size = New System.Drawing.Size(60, 16)
Me.CheckBox2.TabIndex = 8
Me.CheckBox2.Tag = "C"
Me.CheckBox2.Text = "정액등"
Me.CheckBox2.UseVisualStyleBackColor = True
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Location = New System.Drawing.Point(119, 21)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(60, 16)
Me.CheckBox1.TabIndex = 8
Me.CheckBox1.Tag = "B"
Me.CheckBox1.Text = "가로등"
Me.CheckBox1.UseVisualStyleBackColor = True
'
'chk1
'
Me.chk1.AutoSize = True
Me.chk1.Location = New System.Drawing.Point(17, 21)
Me.chk1.Name = "chk1"
Me.chk1.Size = New System.Drawing.Size(96, 16)
Me.chk1.TabIndex = 8
Me.chk1.Tag = "A"
Me.chk1.Text = "통신주번호찰"
Me.chk1.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(297, 29)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(181, 20)
Me.Button1.TabIndex = 6
Me.Button1.Text = "인증번호2생성 ->"
Me.Button1.UseVisualStyleBackColor = True
'
'tb_key2
'
Me.tb_key2.Location = New System.Drawing.Point(484, 30)
Me.tb_key2.Name = "tb_key2"
Me.tb_key2.Size = New System.Drawing.Size(195, 21)
Me.tb_key2.TabIndex = 7
'
'tb_ip
'
Me.tb_ip.Location = New System.Drawing.Point(89, 42)
Me.tb_ip.Name = "tb_ip"
Me.tb_ip.Size = New System.Drawing.Size(200, 21)
Me.tb_ip.TabIndex = 6
Me.tb_ip.Text = "192.168.0.1"
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(16, 44)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(68, 17)
Me.Label2.TabIndex = 7
Me.Label2.Text = "아이피(IP)"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(715, 161)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "Form1"
Me.Text = "통합 번호찰 관리프로그램 인증키 생성 V3 (tindevil@nate.com)"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
Friend WithEvents tb_key1 As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents tb_key2 As System.Windows.Forms.TextBox
Friend WithEvents chk1 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents tb_ip As System.Windows.Forms.TextBox
End Class