_ Partial Class XLSImport Inherits System.Windows.Forms.Form 'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Windows Form 디자이너에 필요합니다. Private components As System.ComponentModel.IContainer '참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다. '수정하려면 Windows Form 디자이너를 사용하십시오. '코드 편집기를 사용하여 수정하지 마십시오. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(XLSImport)) Dim TipAppearance1 As FarPoint.Win.Spread.TipAppearance = New FarPoint.Win.Spread.TipAppearance Dim TipAppearance2 As FarPoint.Win.Spread.TipAppearance = New FarPoint.Win.Spread.TipAppearance Me.StatusStrip1 = New System.Windows.Forms.StatusStrip Me.lb_cnt = New System.Windows.Forms.ToolStripStatusLabel Me.LB_DB = New System.Windows.Forms.ToolStripStatusLabel Me.lb_file = New System.Windows.Forms.ToolStripStatusLabel Me.lb_reccnt = New System.Windows.Forms.ToolStripStatusLabel Me.lb_msg = New System.Windows.Forms.ToolStripStatusLabel Me.ToolStrip2 = New System.Windows.Forms.ToolStrip Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel Me.tb_scnt = New System.Windows.Forms.ToolStripTextBox Me.tb_ecnt = New System.Windows.Forms.ToolStripTextBox Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.lStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem Me.gsdfolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem Me.htrtripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.gfdsolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem Me.olStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem Me.jytripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel Me.CustFP1 = New ArinNewFp.NewFp Me.ToolStrip1 = New System.Windows.Forms.ToolStrip Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel Me.CustFP2 = New ArinNewFp.NewFp Me.IreaDataSet = New EpoleNetv3.ireaDataSet Me.ta = New EpoleNetv3.ireaDataSetTableAdapters.Detail_tongsinTableAdapter Me.CustFP1_Sheet1 = New FarPoint.Win.Spread.SheetView Me.ImpCtl2 = New NewControlGroup.NewImpCnt2 Me.ImpCtl3 = New NewControlGroup.NewImpCnt2 Me.ImpCtl4 = New NewControlGroup.NewImpCnt2 Me.ImpCtl5 = New NewControlGroup.NewImpCnt2 Me.ImpCtl6 = New NewControlGroup.NewImpCnt2 Me.ImpCtl7 = New NewControlGroup.NewImpCnt2 Me.ImpCtl8 = New NewControlGroup.NewImpCnt2 Me.ImpCtl9 = New NewControlGroup.NewImpCnt2 Me.ImpCtl10 = New NewControlGroup.NewImpCnt2 Me.ImpCtl11 = New NewControlGroup.NewImpCnt2 Me.ImpCtl12 = New NewControlGroup.NewImpCnt2 Me.ImpCtl13 = New NewControlGroup.NewImpCnt2 Me.ImpCtl14 = New NewControlGroup.NewImpCnt2 Me.ImpCtl15 = New NewControlGroup.NewImpCnt2 Me.ImpCtl16 = New NewControlGroup.NewImpCnt2 Me.ImpCtl17 = New NewControlGroup.NewImpCnt2 Me.ImpCtl18 = New NewControlGroup.NewImpCnt2 Me.ImpCtl19 = New NewControlGroup.NewImpCnt2 Me.ImpCtl20 = New NewControlGroup.NewImpCnt2 Me.CustFP2_Sheet1 = New FarPoint.Win.Spread.SheetView Me.StatusStrip1.SuspendLayout() Me.ToolStrip2.SuspendLayout() Me.ContextMenuStrip2.SuspendLayout() Me.TableLayoutPanel1.SuspendLayout() CType(Me.CustFP1, System.ComponentModel.ISupportInitialize).BeginInit() Me.ToolStrip1.SuspendLayout() Me.TableLayoutPanel3.SuspendLayout() CType(Me.CustFP2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.IreaDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.CustFP1_Sheet1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.CustFP2_Sheet1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'StatusStrip1 ' Me.StatusStrip1.BackColor = System.Drawing.SystemColors.Control Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lb_cnt, Me.LB_DB, Me.lb_file, Me.lb_reccnt, Me.lb_msg}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 663) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(1001, 22) Me.StatusStrip1.TabIndex = 1 Me.StatusStrip1.Text = "StatusStrip1" ' 'lb_cnt ' Me.lb_cnt.Name = "lb_cnt" Me.lb_cnt.Size = New System.Drawing.Size(23, 17) Me.lb_cnt.Text = "0/0" ' 'LB_DB ' Me.LB_DB.Name = "LB_DB" Me.LB_DB.Size = New System.Drawing.Size(17, 17) Me.LB_DB.Text = "○" Me.LB_DB.ToolTipText = "데이터베이스 연결상태" ' 'lb_file ' Me.lb_file.Name = "lb_file" Me.lb_file.Size = New System.Drawing.Size(17, 17) Me.lb_file.Text = "★" ' 'lb_reccnt ' Me.lb_reccnt.Name = "lb_reccnt" Me.lb_reccnt.Size = New System.Drawing.Size(33, 17) Me.lb_reccnt.Text = "(0/0)" ' 'lb_msg ' Me.lb_msg.Name = "lb_msg" Me.lb_msg.Size = New System.Drawing.Size(17, 17) Me.lb_msg.Text = "▶" ' 'ToolStrip2 ' Me.ToolStrip2.ImageScalingSize = New System.Drawing.Size(32, 32) Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1, Me.ToolStripSeparator5, Me.ToolStripLabel2, Me.tb_scnt, Me.tb_ecnt, Me.ToolStripSeparator1, Me.ToolStripButton3}) Me.ToolStrip2.Location = New System.Drawing.Point(0, 0) Me.ToolStrip2.Name = "ToolStrip2" Me.ToolStrip2.Size = New System.Drawing.Size(1001, 39) Me.ToolStrip2.TabIndex = 12 Me.ToolStrip2.Text = "ToolStrip2" ' 'ToolStripButton1 ' Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image) Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(131, 36) Me.ToolStripButton1.Text = "파일불러오기(&R)" Me.ToolStripButton1.ToolTipText = "이전에 사용한 파일을 다시 불러옵니다" ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 39) ' 'ToolStripLabel2 ' Me.ToolStripLabel2.Name = "ToolStripLabel2" Me.ToolStripLabel2.Size = New System.Drawing.Size(53, 36) Me.ToolStripLabel2.Text = "범위선택" Me.ToolStripLabel2.ToolTipText = "우측의 칸에 가져올 범위에 해당하는 숫자를 입력하세요" ' 'tb_scnt ' Me.tb_scnt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.tb_scnt.Name = "tb_scnt" Me.tb_scnt.Size = New System.Drawing.Size(40, 39) Me.tb_scnt.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.tb_scnt.ToolTipText = "시작 범위" ' 'tb_ecnt ' Me.tb_ecnt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.tb_ecnt.Name = "tb_ecnt" Me.tb_ecnt.Size = New System.Drawing.Size(40, 39) Me.tb_ecnt.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.tb_ecnt.ToolTipText = "종료 범위(0은 마지막까지를의미합니다)" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 39) ' 'ToolStripButton3 ' Me.ToolStripButton3.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripButton3.BackColor = System.Drawing.Color.Transparent Me.ToolStripButton3.Checked = True Me.ToolStripButton3.CheckState = System.Windows.Forms.CheckState.Checked Me.ToolStripButton3.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ToolStripButton3.Image = Global.EpoleNetv3.My.Resources.Resources.stop_32 Me.ToolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton3.Name = "ToolStripButton3" Me.ToolStripButton3.Size = New System.Drawing.Size(88, 36) Me.ToolStripButton3.Text = "닫기(&X)" Me.ToolStripButton3.ToolTipText = "현재 창을 닫습니다" ' 'ToolTip1 ' Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.ToolTip1.ToolTipTitle = "간편 도움말" ' 'ContextMenuStrip2 ' Me.ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lStripMenuItem1, Me.gsdfolStripMenuItem1, Me.htrtripMenuItem, Me.gfdsolStripMenuItem1, Me.olStripMenuItem1, Me.jytripMenuItem1}) Me.ContextMenuStrip2.Name = "ContextMenuStrip2" Me.ContextMenuStrip2.Size = New System.Drawing.Size(137, 136) ' 'lStripMenuItem1 ' Me.lStripMenuItem1.Name = "lStripMenuItem1" Me.lStripMenuItem1.Size = New System.Drawing.Size(136, 22) Me.lStripMenuItem1.Text = "선택반전" ' 'gsdfolStripMenuItem1 ' Me.gsdfolStripMenuItem1.Name = "gsdfolStripMenuItem1" Me.gsdfolStripMenuItem1.Size = New System.Drawing.Size(136, 22) Me.gsdfolStripMenuItem1.Text = "전체선택" ' 'htrtripMenuItem ' Me.htrtripMenuItem.Name = "htrtripMenuItem" Me.htrtripMenuItem.Size = New System.Drawing.Size(136, 22) Me.htrtripMenuItem.Text = "선택해제" ' 'gfdsolStripMenuItem1 ' Me.gfdsolStripMenuItem1.Name = "gfdsolStripMenuItem1" Me.gfdsolStripMenuItem1.Size = New System.Drawing.Size(136, 22) Me.gfdsolStripMenuItem1.Text = "전체삭제" ' 'olStripMenuItem1 ' Me.olStripMenuItem1.Name = "olStripMenuItem1" Me.olStripMenuItem1.Size = New System.Drawing.Size(136, 22) Me.olStripMenuItem1.Text = "선택삭제" ' 'jytripMenuItem1 ' Me.jytripMenuItem1.Name = "jytripMenuItem1" Me.jytripMenuItem1.Size = New System.Drawing.Size(136, 22) Me.jytripMenuItem1.Text = "파일로저장" ' 'TableLayoutPanel1 ' Me.TableLayoutPanel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset Me.TableLayoutPanel1.ColumnCount = 1 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.TableLayoutPanel1.Controls.Add(Me.CustFP1, 0, 0) Me.TableLayoutPanel1.Controls.Add(Me.ToolStrip1, 0, 2) Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel3, 0, 1) Me.TableLayoutPanel1.Controls.Add(Me.CustFP2, 0, 3) Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 42) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 4 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 160.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60.0!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(1001, 616) Me.TableLayoutPanel1.TabIndex = 17 ' 'CustFP1 ' Me.CustFP1.AAutoAddrowInLast = Nothing Me.CustFP1.About = "3.0.2003.2005" Me.CustFP1.AccessibleDescription = "CustFP1, Sheet1, Row 0, Column 0, " Me.CustFP1.ACellImeLabel = Nothing Me.CustFP1.ACellposLabel = Nothing Me.CustFP1.ACheckBox_ColIndex = CType(-1, Short) Me.CustFP1.ADeleteCell = False Me.CustFP1.ADeleteRow = False Me.CustFP1.AEditFromSpace = True Me.CustFP1.AEditStatusLabel = Nothing Me.CustFP1.AFirstColumn_Index = 0 Me.CustFP1.AMessageLabel = Nothing Me.CustFP1.ANextRow_ColIndex = -1 Me.CustFP1.ASameRowheight = True Me.CustFP1.BackColor = System.Drawing.SystemColors.Control Me.CustFP1.BorderStyle = System.Windows.Forms.BorderStyle.None Me.CustFP1.Dock = System.Windows.Forms.DockStyle.Fill Me.CustFP1.Location = New System.Drawing.Point(2, 2) Me.CustFP1.Margin = New System.Windows.Forms.Padding(0) Me.CustFP1.Name = "CustFP1" Me.CustFP1.RightToLeft = System.Windows.Forms.RightToLeft.No Me.CustFP1.Sheets.AddRange(New FarPoint.Win.Spread.SheetView() {Me.CustFP1_Sheet1}) Me.CustFP1.Size = New System.Drawing.Size(997, 162) Me.CustFP1.TabIndex = 22 TipAppearance1.BackColor = System.Drawing.SystemColors.Info TipAppearance1.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) TipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText Me.CustFP1.TextTipAppearance = TipAppearance1 ' 'ToolStrip1 ' Me.ToolStrip1.Dock = System.Windows.Forms.DockStyle.Fill Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(32, 32) Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton2, Me.ToolStripSeparator2, Me.ToolStripButton6, Me.ToolStripButton5}) Me.ToolStrip1.Location = New System.Drawing.Point(2, 328) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(997, 40) Me.ToolStrip1.TabIndex = 19 Me.ToolStrip1.Text = "ToolStrip1" ' 'ToolStripButton2 ' Me.ToolStripButton2.Image = Global.EpoleNetv3.My.Resources.Resources.prefs_32 Me.ToolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton2.Name = "ToolStripButton2" Me.ToolStripButton2.Size = New System.Drawing.Size(107, 37) Me.ToolStripButton2.Text = "미리보기(&V)" Me.ToolStripButton2.ToolTipText = "클릭하면 위의 뷰 내용중 선택된 항목들을 데이터베이스 입력합니다" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 40) ' 'ToolStripButton6 ' Me.ToolStripButton6.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripButton6.Image = Global.EpoleNetv3.My.Resources.Resources.edit_32 Me.ToolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton6.Name = "ToolStripButton6" Me.ToolStripButton6.Size = New System.Drawing.Size(129, 37) Me.ToolStripButton6.Text = "삭제후 추가하기" Me.ToolStripButton6.ToolTipText = "기존의 데이터를 모두 삭제하고 새롭게 추가합니다" ' 'ToolStripButton5 ' Me.ToolStripButton5.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripButton5.Image = Global.EpoleNetv3.My.Resources.Resources.redo_32 Me.ToolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton5.Name = "ToolStripButton5" Me.ToolStripButton5.Size = New System.Drawing.Size(107, 37) Me.ToolStripButton5.Text = "추가하기(&A)" Me.ToolStripButton5.ToolTipText = "기존의 데이터뒤에 새롭게 추가합니다" ' 'TableLayoutPanel3 ' Me.TableLayoutPanel3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TableLayoutPanel3.ColumnCount = 19 Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.262715!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.266925!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.266925!)) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl2, 0, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl3, 1, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl4, 2, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl5, 3, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl6, 4, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl7, 5, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl8, 6, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl9, 7, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl10, 8, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl11, 9, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl12, 10, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl13, 11, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl14, 12, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl15, 13, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl16, 14, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl17, 15, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl18, 16, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl19, 17, 0) Me.TableLayoutPanel3.Controls.Add(Me.ImpCtl20, 18, 0) Me.TableLayoutPanel3.Location = New System.Drawing.Point(2, 166) Me.TableLayoutPanel3.Margin = New System.Windows.Forms.Padding(0) Me.TableLayoutPanel3.Name = "TableLayoutPanel3" Me.TableLayoutPanel3.RowCount = 1 Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.TableLayoutPanel3.Size = New System.Drawing.Size(997, 160) Me.TableLayoutPanel3.TabIndex = 21 ' 'CustFP2 ' Me.CustFP2.AAutoAddrowInLast = Nothing Me.CustFP2.About = "3.0.2003.2005" Me.CustFP2.AccessibleDescription = "CustFP2, Sheet1, Row 0, Column 0, " Me.CustFP2.ACellImeLabel = Nothing Me.CustFP2.ACellposLabel = Nothing Me.CustFP2.ACheckBox_ColIndex = CType(-1, Short) Me.CustFP2.ADeleteCell = False Me.CustFP2.ADeleteRow = False Me.CustFP2.AEditFromSpace = True Me.CustFP2.AEditStatusLabel = Nothing Me.CustFP2.AFirstColumn_Index = 0 Me.CustFP2.AMessageLabel = Nothing Me.CustFP2.ANextRow_ColIndex = -1 Me.CustFP2.ASameRowheight = True Me.CustFP2.BackColor = System.Drawing.SystemColors.Control Me.CustFP2.BorderStyle = System.Windows.Forms.BorderStyle.None Me.CustFP2.Dock = System.Windows.Forms.DockStyle.Fill Me.CustFP2.Location = New System.Drawing.Point(2, 370) Me.CustFP2.Margin = New System.Windows.Forms.Padding(0) Me.CustFP2.Name = "CustFP2" Me.CustFP2.RightToLeft = System.Windows.Forms.RightToLeft.No Me.CustFP2.Sheets.AddRange(New FarPoint.Win.Spread.SheetView() {Me.CustFP2_Sheet1}) Me.CustFP2.Size = New System.Drawing.Size(997, 244) Me.CustFP2.TabIndex = 23 TipAppearance2.BackColor = System.Drawing.SystemColors.Info TipAppearance2.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) TipAppearance2.ForeColor = System.Drawing.SystemColors.InfoText Me.CustFP2.TextTipAppearance = TipAppearance2 ' 'IreaDataSet ' Me.IreaDataSet.DataSetName = "ireaDataSet" Me.IreaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'ta ' Me.ta.ClearBeforeFill = True ' 'CustFP1_Sheet1 ' Me.CustFP1_Sheet1.Reset() Me.CustFP1_Sheet1.SheetName = "Sheet1" 'Formulas and custom names must be loaded with R1C1 reference style Me.CustFP1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1 Me.CustFP1_Sheet1.ColumnCount = 1 Me.CustFP1_Sheet1.RowCount = 0 Me.CustFP1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "불러오기로 파일을 불러오세요" Me.CustFP1_Sheet1.ColumnHeader.Rows.Get(0).Height = 33.0! Me.CustFP1_Sheet1.Columns.Get(0).Label = "불러오기로 파일을 불러오세요" Me.CustFP1_Sheet1.Columns.Get(0).Width = 412.0! Me.CustFP1_Sheet1.RowHeader.Columns.Default.Resizable = True Me.CustFP1_Sheet1.RowHeader.Columns.Get(0).Width = 39.0! Me.CustFP1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1 Me.CustFP1.SetActiveViewport(0, 1, 0) ' 'ImpCtl2 ' Me.ImpCtl2.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl2.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl2.enable = False Me.ImpCtl2.Location = New System.Drawing.Point(0, 0) Me.ImpCtl2.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl2.Name = "ImpCtl2" Me.ImpCtl2.Size = New System.Drawing.Size(52, 160) Me.ImpCtl2.TabIndex = 0 Me.ImpCtl2.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl2.Visible = False Me.ImpCtl2.기본키 = False Me.ImpCtl2.문자열자르기 = "" Me.ImpCtl2.빈값체크 = False Me.ImpCtl2.열번호 = "" Me.ImpCtl2.제목 = "*" Me.ImpCtl2.포맷마스크 = "" Me.ImpCtl2.필드명 = Nothing ' 'ImpCtl3 ' Me.ImpCtl3.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl3.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl3.enable = False Me.ImpCtl3.Location = New System.Drawing.Point(52, 0) Me.ImpCtl3.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl3.Name = "ImpCtl3" Me.ImpCtl3.Size = New System.Drawing.Size(52, 160) Me.ImpCtl3.TabIndex = 1 Me.ImpCtl3.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl3.Visible = False Me.ImpCtl3.기본키 = False Me.ImpCtl3.문자열자르기 = "" Me.ImpCtl3.빈값체크 = False Me.ImpCtl3.열번호 = "" Me.ImpCtl3.제목 = "*" Me.ImpCtl3.포맷마스크 = "" Me.ImpCtl3.필드명 = Nothing ' 'ImpCtl4 ' Me.ImpCtl4.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl4.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl4.enable = False Me.ImpCtl4.Location = New System.Drawing.Point(104, 0) Me.ImpCtl4.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl4.Name = "ImpCtl4" Me.ImpCtl4.Size = New System.Drawing.Size(52, 160) Me.ImpCtl4.TabIndex = 2 Me.ImpCtl4.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl4.Visible = False Me.ImpCtl4.기본키 = False Me.ImpCtl4.문자열자르기 = "" Me.ImpCtl4.빈값체크 = False Me.ImpCtl4.열번호 = "" Me.ImpCtl4.제목 = "*" Me.ImpCtl4.포맷마스크 = "" Me.ImpCtl4.필드명 = Nothing ' 'ImpCtl5 ' Me.ImpCtl5.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl5.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl5.enable = False Me.ImpCtl5.Location = New System.Drawing.Point(156, 0) Me.ImpCtl5.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl5.Name = "ImpCtl5" Me.ImpCtl5.Size = New System.Drawing.Size(52, 160) Me.ImpCtl5.TabIndex = 3 Me.ImpCtl5.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl5.Visible = False Me.ImpCtl5.기본키 = False Me.ImpCtl5.문자열자르기 = "" Me.ImpCtl5.빈값체크 = False Me.ImpCtl5.열번호 = "" Me.ImpCtl5.제목 = "*" Me.ImpCtl5.포맷마스크 = "" Me.ImpCtl5.필드명 = Nothing ' 'ImpCtl6 ' Me.ImpCtl6.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl6.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl6.enable = False Me.ImpCtl6.Location = New System.Drawing.Point(208, 0) Me.ImpCtl6.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl6.Name = "ImpCtl6" Me.ImpCtl6.Size = New System.Drawing.Size(52, 160) Me.ImpCtl6.TabIndex = 4 Me.ImpCtl6.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl6.Visible = False Me.ImpCtl6.기본키 = False Me.ImpCtl6.문자열자르기 = "" Me.ImpCtl6.빈값체크 = False Me.ImpCtl6.열번호 = "" Me.ImpCtl6.제목 = "*" Me.ImpCtl6.포맷마스크 = "" Me.ImpCtl6.필드명 = Nothing ' 'ImpCtl7 ' Me.ImpCtl7.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl7.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl7.enable = False Me.ImpCtl7.Location = New System.Drawing.Point(260, 0) Me.ImpCtl7.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl7.Name = "ImpCtl7" Me.ImpCtl7.Size = New System.Drawing.Size(52, 160) Me.ImpCtl7.TabIndex = 5 Me.ImpCtl7.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl7.Visible = False Me.ImpCtl7.기본키 = False Me.ImpCtl7.문자열자르기 = "" Me.ImpCtl7.빈값체크 = False Me.ImpCtl7.열번호 = "" Me.ImpCtl7.제목 = "*" Me.ImpCtl7.포맷마스크 = "" Me.ImpCtl7.필드명 = Nothing ' 'ImpCtl8 ' Me.ImpCtl8.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl8.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl8.enable = False Me.ImpCtl8.Location = New System.Drawing.Point(312, 0) Me.ImpCtl8.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl8.Name = "ImpCtl8" Me.ImpCtl8.Size = New System.Drawing.Size(52, 160) Me.ImpCtl8.TabIndex = 6 Me.ImpCtl8.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl8.Visible = False Me.ImpCtl8.기본키 = False Me.ImpCtl8.문자열자르기 = "" Me.ImpCtl8.빈값체크 = False Me.ImpCtl8.열번호 = "" Me.ImpCtl8.제목 = "*" Me.ImpCtl8.포맷마스크 = "" Me.ImpCtl8.필드명 = Nothing ' 'ImpCtl9 ' Me.ImpCtl9.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl9.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl9.enable = False Me.ImpCtl9.Location = New System.Drawing.Point(364, 0) Me.ImpCtl9.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl9.Name = "ImpCtl9" Me.ImpCtl9.Size = New System.Drawing.Size(52, 160) Me.ImpCtl9.TabIndex = 7 Me.ImpCtl9.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl9.Visible = False Me.ImpCtl9.기본키 = False Me.ImpCtl9.문자열자르기 = "" Me.ImpCtl9.빈값체크 = False Me.ImpCtl9.열번호 = "" Me.ImpCtl9.제목 = "*" Me.ImpCtl9.포맷마스크 = "" Me.ImpCtl9.필드명 = Nothing ' 'ImpCtl10 ' Me.ImpCtl10.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl10.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl10.enable = False Me.ImpCtl10.Location = New System.Drawing.Point(416, 0) Me.ImpCtl10.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl10.Name = "ImpCtl10" Me.ImpCtl10.Size = New System.Drawing.Size(52, 160) Me.ImpCtl10.TabIndex = 8 Me.ImpCtl10.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl10.Visible = False Me.ImpCtl10.기본키 = False Me.ImpCtl10.문자열자르기 = "" Me.ImpCtl10.빈값체크 = False Me.ImpCtl10.열번호 = "" Me.ImpCtl10.제목 = "*" Me.ImpCtl10.포맷마스크 = "" Me.ImpCtl10.필드명 = Nothing ' 'ImpCtl11 ' Me.ImpCtl11.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl11.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl11.enable = False Me.ImpCtl11.Location = New System.Drawing.Point(468, 0) Me.ImpCtl11.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl11.Name = "ImpCtl11" Me.ImpCtl11.Size = New System.Drawing.Size(52, 160) Me.ImpCtl11.TabIndex = 9 Me.ImpCtl11.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl11.Visible = False Me.ImpCtl11.기본키 = False Me.ImpCtl11.문자열자르기 = "" Me.ImpCtl11.빈값체크 = False Me.ImpCtl11.열번호 = "" Me.ImpCtl11.제목 = "*" Me.ImpCtl11.포맷마스크 = "" Me.ImpCtl11.필드명 = Nothing ' 'ImpCtl12 ' Me.ImpCtl12.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl12.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl12.enable = False Me.ImpCtl12.Location = New System.Drawing.Point(520, 0) Me.ImpCtl12.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl12.Name = "ImpCtl12" Me.ImpCtl12.Size = New System.Drawing.Size(52, 160) Me.ImpCtl12.TabIndex = 10 Me.ImpCtl12.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl12.Visible = False Me.ImpCtl12.기본키 = False Me.ImpCtl12.문자열자르기 = "" Me.ImpCtl12.빈값체크 = False Me.ImpCtl12.열번호 = "" Me.ImpCtl12.제목 = "*" Me.ImpCtl12.포맷마스크 = "" Me.ImpCtl12.필드명 = Nothing ' 'ImpCtl13 ' Me.ImpCtl13.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl13.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl13.enable = False Me.ImpCtl13.Location = New System.Drawing.Point(572, 0) Me.ImpCtl13.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl13.Name = "ImpCtl13" Me.ImpCtl13.Size = New System.Drawing.Size(52, 160) Me.ImpCtl13.TabIndex = 11 Me.ImpCtl13.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl13.Visible = False Me.ImpCtl13.기본키 = False Me.ImpCtl13.문자열자르기 = "" Me.ImpCtl13.빈값체크 = False Me.ImpCtl13.열번호 = "" Me.ImpCtl13.제목 = "*" Me.ImpCtl13.포맷마스크 = "" Me.ImpCtl13.필드명 = Nothing ' 'ImpCtl14 ' Me.ImpCtl14.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl14.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl14.enable = False Me.ImpCtl14.Location = New System.Drawing.Point(624, 0) Me.ImpCtl14.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl14.Name = "ImpCtl14" Me.ImpCtl14.Size = New System.Drawing.Size(52, 160) Me.ImpCtl14.TabIndex = 12 Me.ImpCtl14.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl14.Visible = False Me.ImpCtl14.기본키 = False Me.ImpCtl14.문자열자르기 = "" Me.ImpCtl14.빈값체크 = False Me.ImpCtl14.열번호 = "" Me.ImpCtl14.제목 = "*" Me.ImpCtl14.포맷마스크 = "" Me.ImpCtl14.필드명 = Nothing ' 'ImpCtl15 ' Me.ImpCtl15.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl15.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl15.enable = False Me.ImpCtl15.Location = New System.Drawing.Point(676, 0) Me.ImpCtl15.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl15.Name = "ImpCtl15" Me.ImpCtl15.Size = New System.Drawing.Size(52, 160) Me.ImpCtl15.TabIndex = 13 Me.ImpCtl15.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl15.Visible = False Me.ImpCtl15.기본키 = False Me.ImpCtl15.문자열자르기 = "" Me.ImpCtl15.빈값체크 = False Me.ImpCtl15.열번호 = "" Me.ImpCtl15.제목 = "*" Me.ImpCtl15.포맷마스크 = "" Me.ImpCtl15.필드명 = Nothing ' 'ImpCtl16 ' Me.ImpCtl16.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl16.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl16.enable = False Me.ImpCtl16.Location = New System.Drawing.Point(728, 0) Me.ImpCtl16.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl16.Name = "ImpCtl16" Me.ImpCtl16.Size = New System.Drawing.Size(52, 160) Me.ImpCtl16.TabIndex = 14 Me.ImpCtl16.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl16.Visible = False Me.ImpCtl16.기본키 = False Me.ImpCtl16.문자열자르기 = "" Me.ImpCtl16.빈값체크 = False Me.ImpCtl16.열번호 = "" Me.ImpCtl16.제목 = "*" Me.ImpCtl16.포맷마스크 = "" Me.ImpCtl16.필드명 = Nothing ' 'ImpCtl17 ' Me.ImpCtl17.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl17.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl17.enable = False Me.ImpCtl17.Location = New System.Drawing.Point(780, 0) Me.ImpCtl17.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl17.Name = "ImpCtl17" Me.ImpCtl17.Size = New System.Drawing.Size(52, 160) Me.ImpCtl17.TabIndex = 15 Me.ImpCtl17.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl17.Visible = False Me.ImpCtl17.기본키 = False Me.ImpCtl17.문자열자르기 = "" Me.ImpCtl17.빈값체크 = False Me.ImpCtl17.열번호 = "" Me.ImpCtl17.제목 = "*" Me.ImpCtl17.포맷마스크 = "" Me.ImpCtl17.필드명 = Nothing ' 'ImpCtl18 ' Me.ImpCtl18.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl18.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl18.enable = False Me.ImpCtl18.Location = New System.Drawing.Point(832, 0) Me.ImpCtl18.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl18.Name = "ImpCtl18" Me.ImpCtl18.Size = New System.Drawing.Size(52, 160) Me.ImpCtl18.TabIndex = 16 Me.ImpCtl18.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl18.Visible = False Me.ImpCtl18.기본키 = False Me.ImpCtl18.문자열자르기 = "" Me.ImpCtl18.빈값체크 = False Me.ImpCtl18.열번호 = "" Me.ImpCtl18.제목 = "*" Me.ImpCtl18.포맷마스크 = "" Me.ImpCtl18.필드명 = Nothing ' 'ImpCtl19 ' Me.ImpCtl19.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl19.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl19.enable = False Me.ImpCtl19.Location = New System.Drawing.Point(884, 0) Me.ImpCtl19.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl19.Name = "ImpCtl19" Me.ImpCtl19.Size = New System.Drawing.Size(52, 160) Me.ImpCtl19.TabIndex = 17 Me.ImpCtl19.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl19.Visible = False Me.ImpCtl19.기본키 = False Me.ImpCtl19.문자열자르기 = "" Me.ImpCtl19.빈값체크 = False Me.ImpCtl19.열번호 = "" Me.ImpCtl19.제목 = "*" Me.ImpCtl19.포맷마스크 = "" Me.ImpCtl19.필드명 = Nothing ' 'ImpCtl20 ' Me.ImpCtl20.BackColor = System.Drawing.SystemColors.Control Me.ImpCtl20.Dock = System.Windows.Forms.DockStyle.Fill Me.ImpCtl20.enable = False Me.ImpCtl20.Location = New System.Drawing.Point(936, 0) Me.ImpCtl20.Margin = New System.Windows.Forms.Padding(0) Me.ImpCtl20.Name = "ImpCtl20" Me.ImpCtl20.Size = New System.Drawing.Size(61, 160) Me.ImpCtl20.TabIndex = 18 Me.ImpCtl20.값형태 = NewControlGroup.NewImpCnt2.E_vartype.문자 Me.ImpCtl20.Visible = False Me.ImpCtl20.기본키 = False Me.ImpCtl20.문자열자르기 = "" Me.ImpCtl20.빈값체크 = False Me.ImpCtl20.열번호 = "" Me.ImpCtl20.제목 = "*" Me.ImpCtl20.포맷마스크 = "" Me.ImpCtl20.필드명 = Nothing ' 'CustFP2_Sheet1 ' Me.CustFP2_Sheet1.Reset() Me.CustFP2_Sheet1.SheetName = "Sheet1" 'Formulas and custom names must be loaded with R1C1 reference style Me.CustFP2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1 Me.CustFP2_Sheet1.ColumnHeader.Rows.Get(0).Height = 33.0! Me.CustFP2_Sheet1.DataAutoSizeColumns = False Me.CustFP2_Sheet1.RowHeader.Columns.Default.Resizable = False Me.CustFP2_Sheet1.RowHeader.Columns.Get(0).Width = 39.0! Me.CustFP2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1 ' 'XLSImport ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.Control Me.ClientSize = New System.Drawing.Size(1001, 685) Me.Controls.Add(Me.ToolStrip2) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.TableLayoutPanel1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "XLSImport" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "데이터 가져오기" Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.ToolStrip2.ResumeLayout(False) Me.ToolStrip2.PerformLayout() Me.ContextMenuStrip2.ResumeLayout(False) Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() CType(Me.CustFP1, System.ComponentModel.ISupportInitialize).EndInit() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.TableLayoutPanel3.ResumeLayout(False) CType(Me.CustFP2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.IreaDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.CustFP1_Sheet1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.CustFP2_Sheet1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents LB_DB As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents lb_reccnt As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents ToolStrip2 As System.Windows.Forms.ToolStrip Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel Friend WithEvents tb_scnt As System.Windows.Forms.ToolStripTextBox Friend WithEvents tb_ecnt As System.Windows.Forms.ToolStripTextBox Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip Friend WithEvents lb_file As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents lb_msg As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents ToolStripSeparator5 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ContextMenuStrip2 As System.Windows.Forms.ContextMenuStrip Friend WithEvents lStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents gsdfolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents htrtripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents gfdsolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents olStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents jytripMenuItem1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton Friend WithEvents IreaDataSet As EpoleNetv3.ireaDataSet Friend WithEvents CustFP1 As ArinNewFp.NewFp Friend WithEvents CustFP1_Sheet1 As FarPoint.Win.Spread.SheetView Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton Friend WithEvents CustFP2 As ArinNewFp.NewFp Friend WithEvents CustFP2_Sheet1 As FarPoint.Win.Spread.SheetView Friend WithEvents ToolStripButton5 As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripButton6 As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ta As EpoleNetv3.ireaDataSetTableAdapters.Detail_tongsinTableAdapter Friend WithEvents TableLayoutPanel3 As System.Windows.Forms.TableLayoutPanel Friend WithEvents ImpCtl2 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl3 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl4 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl5 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl6 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl7 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl8 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl9 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl10 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl11 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl12 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl13 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl14 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl15 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl16 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl17 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl18 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl19 As NewControlGroup.NewImpCnt2 Friend WithEvents ImpCtl20 As NewControlGroup.NewImpCnt2 Friend WithEvents lb_cnt As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents ToolStripButton3 As System.Windows.Forms.ToolStripButton End Class