This commit is contained in:
Arin(asus)
2023-10-03 22:38:19 +09:00
parent d6655d54a8
commit c14b6e5cc1
53 changed files with 2220 additions and 226371 deletions

75
Epole/dialogForm/fExtractZip.Designer.vb generated Normal file
View File

@@ -0,0 +1,75 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class fExtractZip
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.components = New System.ComponentModel.Container()
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
Me.lbFileName = New System.Windows.Forms.Label()
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.SuspendLayout()
'
'ProgressBar1
'
Me.ProgressBar1.Dock = System.Windows.Forms.DockStyle.Bottom
Me.ProgressBar1.Location = New System.Drawing.Point(5, 71)
Me.ProgressBar1.Name = "ProgressBar1"
Me.ProgressBar1.Size = New System.Drawing.Size(1063, 65)
Me.ProgressBar1.TabIndex = 0
'
'lbFileName
'
Me.lbFileName.Dock = System.Windows.Forms.DockStyle.Fill
Me.lbFileName.Font = New System.Drawing.Font("맑은 고딕", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.lbFileName.Location = New System.Drawing.Point(5, 5)
Me.lbFileName.Name = "lbFileName"
Me.lbFileName.Size = New System.Drawing.Size(1063, 66)
Me.lbFileName.TabIndex = 1
Me.lbFileName.Text = "Label1"
Me.lbFileName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Timer1
'
Me.Timer1.Interval = 1
'
'fExtractZip
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 18.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1073, 141)
Me.ControlBox = False
Me.Controls.Add(Me.lbFileName)
Me.Controls.Add(Me.ProgressBar1)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "fExtractZip"
Me.Padding = New System.Windows.Forms.Padding(5)
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "fExtractZip"
Me.ResumeLayout(False)
End Sub
Friend WithEvents ProgressBar1 As ProgressBar
Friend WithEvents lbFileName As Label
Friend WithEvents Timer1 As Timer
End Class