Files
FileManager/DriveInfo/fFtpPath.Designer.vb
2019-08-04 20:13:56 +09:00

302 lines
13 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class fFtpPath
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.lv_ftpde = New System.Windows.Forms.ListView()
Me.columnHeader18 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.columnHeader21 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.columnHeader19 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.columnHeader20 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.Panel2 = New System.Windows.Forms.Panel()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.chk_ftputf8 = New System.Windows.Forms.CheckBox()
Me.chk_ftpPassive = New System.Windows.Forms.CheckBox()
Me.tb_ftpserver = New System.Windows.Forms.TextBox()
Me.tb_ftpport = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.tb_ftppass = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.tb_ftpid = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.Button2 = New System.Windows.Forms.Button()
Me.btFtpSearch = New System.Windows.Forms.Button()
Me.tb_ftppath = New System.Windows.Forms.TextBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.Panel2.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'lv_ftpde
'
Me.lv_ftpde.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.columnHeader18, Me.columnHeader21, Me.columnHeader19, Me.columnHeader20})
Me.lv_ftpde.Dock = System.Windows.Forms.DockStyle.Fill
Me.lv_ftpde.FullRowSelect = True
Me.lv_ftpde.GridLines = True
Me.lv_ftpde.Location = New System.Drawing.Point(0, 106)
Me.lv_ftpde.Name = "lv_ftpde"
Me.lv_ftpde.Size = New System.Drawing.Size(542, 410)
Me.lv_ftpde.TabIndex = 17
Me.lv_ftpde.UseCompatibleStateImageBehavior = False
Me.lv_ftpde.View = System.Windows.Forms.View.Details
'
'columnHeader18
'
Me.columnHeader18.Text = "FileName"
Me.columnHeader18.Width = 207
'
'columnHeader21
'
Me.columnHeader21.Text = "Ext"
Me.columnHeader21.Width = 69
'
'columnHeader19
'
Me.columnHeader19.Text = "Size"
Me.columnHeader19.Width = 132
'
'columnHeader20
'
Me.columnHeader20.Text = "Time"
Me.columnHeader20.Width = 127
'
'Panel2
'
Me.Panel2.Controls.Add(Me.Panel1)
Me.Panel2.Controls.Add(Me.Button2)
Me.Panel2.Controls.Add(Me.btFtpSearch)
Me.Panel2.Controls.Add(Me.tb_ftppath)
Me.Panel2.Controls.Add(Me.Label5)
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel2.Location = New System.Drawing.Point(0, 0)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(542, 106)
Me.Panel2.TabIndex = 16
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.Color.Gainsboro
Me.Panel1.Controls.Add(Me.chk_ftputf8)
Me.Panel1.Controls.Add(Me.chk_ftpPassive)
Me.Panel1.Controls.Add(Me.tb_ftpserver)
Me.Panel1.Controls.Add(Me.tb_ftpport)
Me.Panel1.Controls.Add(Me.Label2)
Me.Panel1.Controls.Add(Me.tb_ftppass)
Me.Panel1.Controls.Add(Me.Label3)
Me.Panel1.Controls.Add(Me.tb_ftpid)
Me.Panel1.Controls.Add(Me.Label4)
Me.Panel1.Controls.Add(Me.Label6)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(542, 61)
Me.Panel1.TabIndex = 8
'
'chk_ftputf8
'
Me.chk_ftputf8.AutoSize = True
Me.chk_ftputf8.Location = New System.Drawing.Point(12, 34)
Me.chk_ftputf8.Name = "chk_ftputf8"
Me.chk_ftputf8.Size = New System.Drawing.Size(59, 16)
Me.chk_ftputf8.TabIndex = 12
Me.chk_ftputf8.Text = "UTF-8"
Me.chk_ftputf8.UseVisualStyleBackColor = True
'
'chk_ftpPassive
'
Me.chk_ftpPassive.AutoSize = True
Me.chk_ftpPassive.Location = New System.Drawing.Point(12, 11)
Me.chk_ftpPassive.Name = "chk_ftpPassive"
Me.chk_ftpPassive.Size = New System.Drawing.Size(69, 16)
Me.chk_ftpPassive.TabIndex = 11
Me.chk_ftpPassive.Text = "Passive"
Me.chk_ftpPassive.UseVisualStyleBackColor = True
'
'tb_ftpserver
'
Me.tb_ftpserver.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.tb_ftpserver.Location = New System.Drawing.Point(149, 9)
Me.tb_ftpserver.Name = "tb_ftpserver"
Me.tb_ftpserver.Size = New System.Drawing.Size(201, 21)
Me.tb_ftpserver.TabIndex = 4
Me.tb_ftpserver.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'tb_ftpport
'
Me.tb_ftpport.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.tb_ftpport.Location = New System.Drawing.Point(394, 32)
Me.tb_ftpport.Name = "tb_ftpport"
Me.tb_ftpport.Size = New System.Drawing.Size(139, 21)
Me.tb_ftpport.TabIndex = 10
Me.tb_ftpport.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(87, 13)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(56, 12)
Me.Label2.TabIndex = 3
Me.Label2.Text = "Server IP"
'
'tb_ftppass
'
Me.tb_ftppass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.tb_ftppass.Location = New System.Drawing.Point(149, 32)
Me.tb_ftppass.Name = "tb_ftppass"
Me.tb_ftppass.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.tb_ftppass.Size = New System.Drawing.Size(201, 21)
Me.tb_ftppass.TabIndex = 8
Me.tb_ftppass.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(374, 13)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(16, 12)
Me.Label3.TabIndex = 5
Me.Label3.Text = "ID"
'
'tb_ftpid
'
Me.tb_ftpid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.tb_ftpid.Location = New System.Drawing.Point(394, 9)
Me.tb_ftpid.Name = "tb_ftpid"
Me.tb_ftpid.Size = New System.Drawing.Size(139, 21)
Me.tb_ftpid.TabIndex = 6
Me.tb_ftpid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(81, 36)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(62, 12)
Me.Label4.TabIndex = 7
Me.Label4.Text = "Password"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(363, 36)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(27, 12)
Me.Label6.TabIndex = 9
Me.Label6.Text = "Port"
'
'Button2
'
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button2.Location = New System.Drawing.Point(456, 68)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(74, 29)
Me.Button2.TabIndex = 7
Me.Button2.Text = "선택"
Me.Button2.UseVisualStyleBackColor = True
'
'btFtpSearch
'
Me.btFtpSearch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btFtpSearch.Location = New System.Drawing.Point(391, 68)
Me.btFtpSearch.Name = "btFtpSearch"
Me.btFtpSearch.Size = New System.Drawing.Size(61, 29)
Me.btFtpSearch.TabIndex = 5
Me.btFtpSearch.Text = "조회"
Me.btFtpSearch.UseVisualStyleBackColor = True
'
'tb_ftppath
'
Me.tb_ftppath.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.tb_ftppath.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.tb_ftppath.Location = New System.Drawing.Point(79, 68)
Me.tb_ftppath.Name = "tb_ftppath"
Me.tb_ftppath.Size = New System.Drawing.Size(304, 29)
Me.tb_ftppath.TabIndex = 4
Me.tb_ftppath.Text = "/"
Me.tb_ftppath.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'Label5
'
Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(14, 76)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(56, 12)
Me.Label5.TabIndex = 3
Me.Label5.Text = "FTP 경로"
'
'Label1
'
Me.Label1.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Label1.Location = New System.Drawing.Point(0, 516)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(542, 46)
Me.Label1.TabIndex = 18
Me.Label1.Text = "원본으로 사용할 폴더를 선택하세요." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "폴더를 더블클릭할 경우 서브폴더로 이동됩니다." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "폴더를 선택했다면 우측 상단의 ""선택""을 클릭하세요"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'fFtpPath
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(542, 562)
Me.Controls.Add(Me.lv_ftpde)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Panel2)
Me.Name = "fFtpPath"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "(원본) FTP 경로 선택"
Me.Panel2.ResumeLayout(False)
Me.Panel2.PerformLayout()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Private WithEvents lv_ftpde As System.Windows.Forms.ListView
Private WithEvents columnHeader18 As System.Windows.Forms.ColumnHeader
Private WithEvents columnHeader21 As System.Windows.Forms.ColumnHeader
Private WithEvents columnHeader19 As System.Windows.Forms.ColumnHeader
Private WithEvents columnHeader20 As System.Windows.Forms.ColumnHeader
Friend WithEvents Panel2 As System.Windows.Forms.Panel
Friend WithEvents btFtpSearch As System.Windows.Forms.Button
Friend WithEvents tb_ftppath As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents chk_ftputf8 As System.Windows.Forms.CheckBox
Friend WithEvents chk_ftpPassive As System.Windows.Forms.CheckBox
Friend WithEvents tb_ftpserver As System.Windows.Forms.TextBox
Friend WithEvents tb_ftpport As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents tb_ftppass As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents tb_ftpid As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
End Class