메뉴얼 파일 압축 해제 관련 기능 추가
This commit is contained in:
92
ArinWarev1/Forms_Basic/Frm_WwwrootExtract.Designer.vb
generated
Normal file
92
ArinWarev1/Forms_Basic/Frm_WwwrootExtract.Designer.vb
generated
Normal file
@@ -0,0 +1,92 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class Frm_WwwrootExtract
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Form overrides dispose to clean up the component list.
|
||||
<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
|
||||
|
||||
'Required by the Windows Form Designer
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'NOTE: The following procedure is required by the Windows Form Designer
|
||||
'It can be modified using the Windows Form Designer.
|
||||
'Do not modify it using the code editor.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.lblStatus = New System.Windows.Forms.Label()
|
||||
Me.progressBar = New System.Windows.Forms.ProgressBar()
|
||||
Me.lblPercentage = New System.Windows.Forms.Label()
|
||||
Me.lblTitle = New System.Windows.Forms.Label()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'lblStatus
|
||||
'
|
||||
Me.lblStatus.AutoSize = True
|
||||
Me.lblStatus.Location = New System.Drawing.Point(30, 90)
|
||||
Me.lblStatus.Name = "lblStatus"
|
||||
Me.lblStatus.Size = New System.Drawing.Size(113, 12)
|
||||
Me.lblStatus.TabIndex = 0
|
||||
Me.lblStatus.Text = "압축 해제 준비 중..."
|
||||
'
|
||||
'progressBar
|
||||
'
|
||||
Me.progressBar.Location = New System.Drawing.Point(30, 110)
|
||||
Me.progressBar.Name = "progressBar"
|
||||
Me.progressBar.Size = New System.Drawing.Size(440, 30)
|
||||
Me.progressBar.TabIndex = 1
|
||||
'
|
||||
'lblPercentage
|
||||
'
|
||||
Me.lblPercentage.AutoSize = True
|
||||
Me.lblPercentage.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.lblPercentage.Location = New System.Drawing.Point(30, 150)
|
||||
Me.lblPercentage.Name = "lblPercentage"
|
||||
Me.lblPercentage.Size = New System.Drawing.Size(23, 12)
|
||||
Me.lblPercentage.TabIndex = 2
|
||||
Me.lblPercentage.Text = "0%"
|
||||
'
|
||||
'lblTitle
|
||||
'
|
||||
Me.lblTitle.AutoSize = True
|
||||
Me.lblTitle.Font = New System.Drawing.Font("굴림", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.lblTitle.Location = New System.Drawing.Point(30, 30)
|
||||
Me.lblTitle.Name = "lblTitle"
|
||||
Me.lblTitle.Size = New System.Drawing.Size(239, 15)
|
||||
Me.lblTitle.TabIndex = 3
|
||||
Me.lblTitle.Text = "매뉴얼 파일 압축 해제 중입니다"
|
||||
'
|
||||
'Frm_WwwrootExtract
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(500, 200)
|
||||
Me.Controls.Add(Me.lblTitle)
|
||||
Me.Controls.Add(Me.lblPercentage)
|
||||
Me.Controls.Add(Me.progressBar)
|
||||
Me.Controls.Add(Me.lblStatus)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "Frm_WwwrootExtract"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "압축 해제 중"
|
||||
Me.TopMost = True
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents lblStatus As Label
|
||||
Friend WithEvents progressBar As ProgressBar
|
||||
Friend WithEvents lblPercentage As Label
|
||||
Friend WithEvents lblTitle As Label
|
||||
End Class
|
||||
Reference in New Issue
Block a user