initial commit

스타일 숨김/표시 처리 기능 추가됨
This commit is contained in:
Chikyun
2019-02-23 23:53:40 +09:00
commit 59db93a1be
45 changed files with 11466 additions and 0 deletions

135
Frm_ConvertINI.Designer.vb generated Normal file
View File

@@ -0,0 +1,135 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Frm_ConvertINI
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.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Button1 = New System.Windows.Forms.Button
Me.pb = New System.Windows.Forms.ProgressBar
Me.Label5 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(31, 23)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(453, 12)
Me.Label1.TabIndex = 0
Me.Label1.Text = "2009년 03월 수정판 전주번호찰에서는 기존의 스타일 및 패턴을 사용할 수 없습니다"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(31, 48)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(449, 12)
Me.Label2.TabIndex = 1
Me.Label2.Text = "이 프로그램은 구 스타일 및 패턴을 사용이 가능하도록 변환해주는 프로그램입니다"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(31, 75)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(321, 12)
Me.Label3.TabIndex = 2
Me.Label3.Text = "프로그램내에 존재하는 모든 구 스타일 파일을 변환합니다."
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(31, 99)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(197, 12)
Me.Label4.TabIndex = 3
Me.Label4.Text = "변환을 시작하려면 시작을 누르세요"
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(33, 128)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(463, 33)
Me.Button1.TabIndex = 4
Me.Button1.Text = "변환시작"
Me.Button1.UseVisualStyleBackColor = True
'
'pb
'
Me.pb.Dock = System.Windows.Forms.DockStyle.Bottom
Me.pb.Location = New System.Drawing.Point(0, 256)
Me.pb.Name = "pb"
Me.pb.Size = New System.Drawing.Size(532, 23)
Me.pb.TabIndex = 5
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(31, 173)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(93, 12)
Me.Label5.TabIndex = 6
Me.Label5.Text = "전체대상 파일수"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(31, 198)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(109, 12)
Me.Label6.TabIndex = 7
Me.Label6.Text = "현재 변환중인 파일"
'
'Frm_ConvertINI
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(532, 279)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.pb)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "Frm_ConvertINI"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "스타일 및 패턴 파일 변환"
Me.ResumeLayout(False)
Me.PerformLayout()
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 Label4 As System.Windows.Forms.Label
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents pb As System.Windows.Forms.ProgressBar
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
End Class