190 lines
8.2 KiB
VB.net
190 lines
8.2 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Frm_import2
|
|
Inherits CForm
|
|
|
|
'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.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.chk_deldata = New System.Windows.Forms.CheckBox()
|
|
Me.ListView1 = New System.Windows.Forms.ListView()
|
|
Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
|
Me.ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
|
Me.ColumnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
|
Me.tb_file = New System.Windows.Forms.TextBox()
|
|
Me.rado = New System.Windows.Forms.RadioButton()
|
|
Me.radi = New System.Windows.Forms.RadioButton()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.Panel1.SuspendLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BackColor = System.Drawing.Color.Transparent
|
|
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Panel1.Controls.Add(Me.chk_deldata)
|
|
Me.Panel1.Controls.Add(Me.ListView1)
|
|
Me.Panel1.Controls.Add(Me.tb_file)
|
|
Me.Panel1.Controls.Add(Me.rado)
|
|
Me.Panel1.Controls.Add(Me.radi)
|
|
Me.Panel1.Controls.Add(Me.Button2)
|
|
Me.Panel1.Controls.Add(Me.Button1)
|
|
Me.Panel1.Controls.Add(Me.Label2)
|
|
Me.Panel1.Controls.Add(Me.Label1)
|
|
Me.Panel1.Controls.Add(Me.PictureBox1)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(637, 361)
|
|
Me.Panel1.TabIndex = 0
|
|
'
|
|
'chk_deldata
|
|
'
|
|
Me.chk_deldata.Checked = True
|
|
Me.chk_deldata.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.chk_deldata.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
Me.chk_deldata.Location = New System.Drawing.Point(404, 92)
|
|
Me.chk_deldata.Name = "chk_deldata"
|
|
Me.chk_deldata.Size = New System.Drawing.Size(104, 24)
|
|
Me.chk_deldata.TabIndex = 0
|
|
Me.chk_deldata.UseVisualStyleBackColor = True
|
|
'
|
|
'ListView1
|
|
'
|
|
Me.ListView1.Activation = System.Windows.Forms.ItemActivation.OneClick
|
|
Me.ListView1.CheckBoxes = True
|
|
Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3})
|
|
Me.ListView1.FullRowSelect = True
|
|
Me.ListView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None
|
|
Me.ListView1.HotTracking = True
|
|
Me.ListView1.HoverSelection = True
|
|
Me.ListView1.Location = New System.Drawing.Point(296, 174)
|
|
Me.ListView1.Name = "ListView1"
|
|
Me.ListView1.Size = New System.Drawing.Size(121, 97)
|
|
Me.ListView1.TabIndex = 1
|
|
Me.ListView1.UseCompatibleStateImageBehavior = False
|
|
Me.ListView1.View = System.Windows.Forms.View.Details
|
|
'
|
|
'tb_file
|
|
'
|
|
Me.tb_file.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
|
Me.tb_file.Location = New System.Drawing.Point(230, 120)
|
|
Me.tb_file.Name = "tb_file"
|
|
Me.tb_file.Size = New System.Drawing.Size(100, 21)
|
|
Me.tb_file.TabIndex = 2
|
|
'
|
|
'rado
|
|
'
|
|
Me.rado.BackColor = System.Drawing.Color.Transparent
|
|
Me.rado.Checked = True
|
|
Me.rado.Location = New System.Drawing.Point(156, 46)
|
|
Me.rado.Name = "rado"
|
|
Me.rado.Size = New System.Drawing.Size(104, 24)
|
|
Me.rado.TabIndex = 3
|
|
Me.rado.TabStop = True
|
|
Me.rado.UseVisualStyleBackColor = False
|
|
'
|
|
'radi
|
|
'
|
|
Me.radi.BackColor = System.Drawing.Color.Transparent
|
|
Me.radi.Location = New System.Drawing.Point(60, 104)
|
|
Me.radi.Name = "radi"
|
|
Me.radi.Size = New System.Drawing.Size(104, 24)
|
|
Me.radi.TabIndex = 4
|
|
Me.radi.UseVisualStyleBackColor = False
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Location = New System.Drawing.Point(296, 46)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button2.TabIndex = 5
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(43, 47)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 6
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.Location = New System.Drawing.Point(0, 0)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(100, 23)
|
|
Me.Label2.TabIndex = 7
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(100, 23)
|
|
Me.Label1.TabIndex = 8
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.Location = New System.Drawing.Point(74, 162)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(100, 50)
|
|
Me.PictureBox1.TabIndex = 9
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'Frm_import2
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.SystemColors.AppWorkspace
|
|
Me.ClientSize = New System.Drawing.Size(637, 361)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
|
Me.KeyPreview = True
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "Frm_import2"
|
|
Me.TransparencyKey = System.Drawing.SystemColors.AppWorkspace
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents rado As System.Windows.Forms.RadioButton
|
|
Friend WithEvents radi As System.Windows.Forms.RadioButton
|
|
Friend WithEvents tb_file As System.Windows.Forms.TextBox
|
|
Friend WithEvents ListView1 As System.Windows.Forms.ListView
|
|
Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
|
|
Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
|
|
Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
|
|
Friend WithEvents chk_deldata As System.Windows.Forms.CheckBox
|
|
End Class
|