174 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			VB.net
		
	
	
	
	
	
			
		
		
	
	
			174 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			VB.net
		
	
	
	
	
	
| <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
 | |
| Partial Class Frm_Import
 | |
|     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()
 | |
|         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Frm_Import))
 | |
|         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.Panel1 = New System.Windows.Forms.Panel()
 | |
|         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()
 | |
|         '
 | |
|         'chk_deldata
 | |
|         '
 | |
|         resources.ApplyResources(Me.chk_deldata, "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.Name = "chk_deldata"
 | |
|         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
 | |
|         resources.ApplyResources(Me.ListView1, "ListView1")
 | |
|         Me.ListView1.Name = "ListView1"
 | |
|         Me.ListView1.UseCompatibleStateImageBehavior = False
 | |
|         Me.ListView1.View = System.Windows.Forms.View.Details
 | |
|         '
 | |
|         'ColumnHeader1
 | |
|         '
 | |
|         resources.ApplyResources(Me.ColumnHeader1, "ColumnHeader1")
 | |
|         '
 | |
|         'ColumnHeader2
 | |
|         '
 | |
|         resources.ApplyResources(Me.ColumnHeader2, "ColumnHeader2")
 | |
|         '
 | |
|         'ColumnHeader3
 | |
|         '
 | |
|         resources.ApplyResources(Me.ColumnHeader3, "ColumnHeader3")
 | |
|         '
 | |
|         '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))
 | |
|         resources.ApplyResources(Me.tb_file, "tb_file")
 | |
|         Me.tb_file.Name = "tb_file"
 | |
|         '
 | |
|         'rado
 | |
|         '
 | |
|         resources.ApplyResources(Me.rado, "rado")
 | |
|         Me.rado.BackColor = System.Drawing.Color.Transparent
 | |
|         Me.rado.Checked = True
 | |
|         Me.rado.Name = "rado"
 | |
|         Me.rado.TabStop = True
 | |
|         Me.rado.UseVisualStyleBackColor = False
 | |
|         '
 | |
|         'radi
 | |
|         '
 | |
|         resources.ApplyResources(Me.radi, "radi")
 | |
|         Me.radi.BackColor = System.Drawing.Color.Transparent
 | |
|         Me.radi.Name = "radi"
 | |
|         Me.radi.UseVisualStyleBackColor = False
 | |
|         '
 | |
|         'Button2
 | |
|         '
 | |
|         resources.ApplyResources(Me.Button2, "Button2")
 | |
|         Me.Button2.Name = "Button2"
 | |
|         Me.Button2.UseVisualStyleBackColor = True
 | |
|         '
 | |
|         'Button1
 | |
|         '
 | |
|         resources.ApplyResources(Me.Button1, "Button1")
 | |
|         Me.Button1.Name = "Button1"
 | |
|         Me.Button1.UseVisualStyleBackColor = True
 | |
|         '
 | |
|         'Panel1
 | |
|         '
 | |
|         Me.Panel1.BackColor = System.Drawing.Color.Transparent
 | |
|         resources.ApplyResources(Me.Panel1, "Panel1")
 | |
|         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.Name = "Panel1"
 | |
|         '
 | |
|         'Label2
 | |
|         '
 | |
|         resources.ApplyResources(Me.Label2, "Label2")
 | |
|         Me.Label2.Name = "Label2"
 | |
|         '
 | |
|         'Label1
 | |
|         '
 | |
|         resources.ApplyResources(Me.Label1, "Label1")
 | |
|         Me.Label1.Name = "Label1"
 | |
|         '
 | |
|         'PictureBox1
 | |
|         '
 | |
|         resources.ApplyResources(Me.PictureBox1, "PictureBox1")
 | |
|         Me.PictureBox1.Name = "PictureBox1"
 | |
|         Me.PictureBox1.TabStop = False
 | |
|         '
 | |
|         'Frm_Import
 | |
|         '
 | |
|         resources.ApplyResources(Me, "$this")
 | |
|         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
 | |
|         Me.BackColor = System.Drawing.SystemColors.AppWorkspace
 | |
|         Me.Controls.Add(Me.Panel1)
 | |
|         Me.Name = "Frm_Import"
 | |
|         Me.Panel1.ResumeLayout(False)
 | |
|         Me.Panel1.PerformLayout()
 | |
|         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
 | |
|         Me.ResumeLayout(False)
 | |
| 
 | |
|     End Sub
 | |
|     Friend WithEvents chk_deldata As System.Windows.Forms.CheckBox
 | |
|     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 tb_file As System.Windows.Forms.TextBox
 | |
|     Friend WithEvents rado As System.Windows.Forms.RadioButton
 | |
|     Friend WithEvents radi As System.Windows.Forms.RadioButton
 | |
|     Friend WithEvents Button2 As System.Windows.Forms.Button
 | |
|     Friend WithEvents Button1 As System.Windows.Forms.Button
 | |
|     Friend WithEvents Panel1 As System.Windows.Forms.Panel
 | |
|     Friend WithEvents Label2 As System.Windows.Forms.Label
 | |
|     Friend WithEvents Label1 As System.Windows.Forms.Label
 | |
|     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
 | |
| End Class
 | 
