106 lines
4.5 KiB
VB.net
106 lines
4.5 KiB
VB.net
<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.pnlMain = New System.Windows.Forms.Panel()
|
|
Me.lblTitle = New System.Windows.Forms.Label()
|
|
Me.pnlMain.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ProgressBar1
|
|
'
|
|
Me.ProgressBar1.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.ProgressBar1.Location = New System.Drawing.Point(0, 137)
|
|
Me.ProgressBar1.Name = "ProgressBar1"
|
|
Me.ProgressBar1.Size = New System.Drawing.Size(598, 21)
|
|
Me.ProgressBar1.TabIndex = 0
|
|
'
|
|
'lbFileName
|
|
'
|
|
Me.lbFileName.AutoEllipsis = True
|
|
Me.lbFileName.Font = New System.Drawing.Font("맑은 고딕", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbFileName.ForeColor = System.Drawing.Color.DimGray
|
|
Me.lbFileName.Location = New System.Drawing.Point(26, 75)
|
|
Me.lbFileName.Name = "lbFileName"
|
|
Me.lbFileName.Size = New System.Drawing.Size(543, 44)
|
|
Me.lbFileName.TabIndex = 1
|
|
Me.lbFileName.Text = "준비 중..."
|
|
Me.lbFileName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
'
|
|
'Timer1
|
|
'
|
|
'
|
|
'pnlMain
|
|
'
|
|
Me.pnlMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnlMain.Controls.Add(Me.ProgressBar1)
|
|
Me.pnlMain.Controls.Add(Me.lblTitle)
|
|
Me.pnlMain.Controls.Add(Me.lbFileName)
|
|
Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnlMain.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnlMain.Name = "pnlMain"
|
|
Me.pnlMain.Size = New System.Drawing.Size(600, 160)
|
|
Me.pnlMain.TabIndex = 2
|
|
'
|
|
'lblTitle
|
|
'
|
|
Me.lblTitle.AutoSize = True
|
|
Me.lblTitle.Font = New System.Drawing.Font("맑은 고딕", 14.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lblTitle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
Me.lblTitle.Location = New System.Drawing.Point(24, 25)
|
|
Me.lblTitle.Name = "lblTitle"
|
|
Me.lblTitle.Size = New System.Drawing.Size(181, 25)
|
|
Me.lblTitle.TabIndex = 0
|
|
Me.lblTitle.Text = "스타일 팩 적용 중..."
|
|
'
|
|
'fExtractZip
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(600, 160)
|
|
Me.ControlBox = False
|
|
Me.Controls.Add(Me.pnlMain)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "fExtractZip"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "fExtractZip"
|
|
Me.pnlMain.ResumeLayout(False)
|
|
Me.pnlMain.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
|
|
Friend WithEvents lbFileName As System.Windows.Forms.Label
|
|
Friend WithEvents Timer1 As System.Windows.Forms.Timer
|
|
Friend WithEvents pnlMain As System.Windows.Forms.Panel
|
|
Friend WithEvents lblTitle As System.Windows.Forms.Label
|
|
End Class
|