dock 관련, 제거

This commit is contained in:
chi
2020-07-09 00:52:56 +09:00
parent fc66714f53
commit 161bcc9cbe
47 changed files with 16335 additions and 782 deletions

View File

@@ -1192,6 +1192,7 @@ Partial Class AddEpole
Me.BindingNavigatorPositionItem.AccessibleName = "위치"
Me.BindingNavigatorPositionItem.AutoSize = False
Me.BindingNavigatorPositionItem.BackColor = System.Drawing.Color.White
Me.BindingNavigatorPositionItem.Font = New System.Drawing.Font("맑은 고딕", 9.0!)
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(25, 21)
Me.BindingNavigatorPositionItem.Text = "0"
@@ -1329,7 +1330,7 @@ Partial Class AddEpole
Me.fp.ASameRowheight = True
Me.fp.BackColor = System.Drawing.SystemColors.Control
Me.fp.ContextMenuStrip = Me.ContextMenuStrip1
Me.fp.Dock = System.Windows.Forms.DockStyle.Top
Me.fp.Dock = System.Windows.Forms.DockStyle.Fill
Me.fp.EditModeReplace = True
Me.fp.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded
Me.fp.ImeMode = System.Windows.Forms.ImeMode.Hangul
@@ -1338,7 +1339,7 @@ Partial Class AddEpole
Me.fp.RetainSelectionBlock = False
Me.fp.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.fp.Sheets.AddRange(New FarPoint.Win.Spread.SheetView() {Me.fp_Sheet1})
Me.fp.Size = New System.Drawing.Size(1957, 164)
Me.fp.Size = New System.Drawing.Size(1957, 440)
Me.fp.TabIndex = 0
Me.fp.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded
Me.fp.SetViewportLeftColumn(0, 0, 9)
@@ -1414,7 +1415,7 @@ Partial Class AddEpole
NumberCellType1.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes
Me.fp_Sheet1.Columns.Get(0).CellType = NumberCellType1
Me.fp_Sheet1.Columns.Get(0).DataField = "관리ID"
Me.fp_Sheet1.Columns.Get(0).Width = 0.0!
Me.fp_Sheet1.Columns.Get(0).Width = 0!
Me.fp_Sheet1.Columns.Get(1).AllowAutoSort = True
NumberCellType2.DecimalPlaces = 0
NumberCellType2.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes

View File

@@ -98,6 +98,7 @@ Partial Class AddEpoleCable
Me.ErrorProvider1 = New System.Windows.Forms.ErrorProvider(Me.components)
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.bt_colsizesave = New System.Windows.Forms.ToolStripMenuItem()
Me.열너비초기화ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem5 = New System.Windows.Forms.ToolStripSeparator()
Me.oolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripSeparator()
@@ -153,10 +154,9 @@ Partial Class AddEpoleCable
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton()
Me.pbar = New System.Windows.Forms.ProgressBar()
Me.view1 = New NewFp()
Me.view1 = New EpoleNet.NewFp()
Me.view1_Sheet1 = New FarPoint.Win.Spread.SheetView()
Me.ta = New EpoleNet.ireaDataSetTableAdapters.Detail_CableTableAdapter()
Me.열너비초기화ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.StatusStrip1.SuspendLayout()
Me.ToolStrip1.SuspendLayout()
CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -327,7 +327,7 @@ Partial Class AddEpoleCable
'
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.bt_colsizesave, Me.열너비초기화ToolStripMenuItem, Me.ToolStripMenuItem5, Me.oolStripMenuItem, Me.ToolStripMenuItem2, Me.cm_RenewNum, Me.servoolStripMenuItem, Me.ToolStripMenuItem4, Me.out, Me.ToolStripMenuItem1, Me.olStripMenuItem, Me.ToolStripMenuItem3, Me.cbt_vsell})
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(166, 232)
Me.ContextMenuStrip1.Size = New System.Drawing.Size(166, 210)
'
'bt_colsizesave
'
@@ -335,6 +335,12 @@ Partial Class AddEpoleCable
Me.bt_colsizesave.Size = New System.Drawing.Size(165, 22)
Me.bt_colsizesave.Text = "현재뷰상태저장"
'
'열너비초기화ToolStripMenuItem
'
Me.열너비초기화ToolStripMenuItem.Name = "열너비초기화ToolStripMenuItem"
Me.열너비초기화ToolStripMenuItem.Size = New System.Drawing.Size(165, 22)
Me.열너비초기화ToolStripMenuItem.Text = "열너비 초기화"
'
'ToolStripMenuItem5
'
Me.ToolStripMenuItem5.Name = "ToolStripMenuItem5"
@@ -528,8 +534,6 @@ Partial Class AddEpoleCable
'
'Panel1
'
Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel1.BackColor = System.Drawing.Color.Khaki
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel1.Controls.Add(Me.h_bigo)
@@ -542,9 +546,10 @@ Partial Class AddEpoleCable
Me.Panel1.Controls.Add(Me.Label8)
Me.Panel1.Controls.Add(Me.h_date)
Me.Panel1.Controls.Add(Me.h_name)
Me.Panel1.Location = New System.Drawing.Point(-1, 43)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 39)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(1175, 37)
Me.Panel1.Size = New System.Drawing.Size(1172, 37)
Me.Panel1.TabIndex = 21
'
'h_bigo
@@ -563,7 +568,7 @@ Partial Class AddEpoleCable
Me.h_bigo.Input_type = MyControlOLEDBv2.MyTextBox.Inputtype.전부
Me.h_bigo.Location = New System.Drawing.Point(615, 8)
Me.h_bigo.Name = "h_bigo"
Me.h_bigo.Size = New System.Drawing.Size(545, 21)
Me.h_bigo.Size = New System.Drawing.Size(542, 21)
Me.h_bigo.TabIndex = 17
Me.h_bigo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
Me.h_bigo.Value = ""
@@ -713,6 +718,7 @@ Partial Class AddEpoleCable
Me.BindingNavigatorPositionItem.AccessibleName = "위치"
Me.BindingNavigatorPositionItem.AutoSize = False
Me.BindingNavigatorPositionItem.BackColor = System.Drawing.Color.White
Me.BindingNavigatorPositionItem.Font = New System.Drawing.Font("맑은 고딕", 9.0!)
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(25, 21)
Me.BindingNavigatorPositionItem.Text = "0"
@@ -828,23 +834,23 @@ Partial Class AddEpoleCable
Me.view1.AllowCellOverflow = True
Me.view1.AllowEditOverflow = True
Me.view1.AMessageLabel = Me.lb_msg
Me.view1.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.view1.ANextRow_ColIndex = -1
Me.view1.ASameRowheight = True
Me.view1.BackColor = System.Drawing.SystemColors.Control
Me.view1.ContextMenuStrip = Me.ContextMenuStrip1
Me.view1.Dock = System.Windows.Forms.DockStyle.Fill
Me.view1.EditModeReplace = True
Me.view1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded
Me.view1.Location = New System.Drawing.Point(0, 82)
Me.view1.Location = New System.Drawing.Point(0, 76)
Me.view1.Name = "view1"
Me.view1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.view1.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Vertical
Me.view1.Sheets.AddRange(New FarPoint.Win.Spread.SheetView() {Me.view1_Sheet1})
Me.view1.Size = New System.Drawing.Size(1171, 408)
Me.view1.Size = New System.Drawing.Size(1172, 417)
Me.view1.TabIndex = 8
Me.view1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded
Me.view1.SetViewportLeftColumn(0, 0, 10)
Me.view1.SetActiveViewport(0, -1, -1)
'
'view1_Sheet1
'
@@ -852,10 +858,10 @@ Partial Class AddEpoleCable
Me.view1_Sheet1.SheetName = "Sheet1"
'Formulas and custom names must be loaded with R1C1 reference style
Me.view1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1
Me.view1_Sheet1.ColumnCount = 55
Me.view1_Sheet1.ColumnHeader.RowCount = 3
view1_Sheet1.ColumnCount = 55
view1_Sheet1.ColumnHeader.RowCount = 3
Me.view1_Sheet1.ActiveColumnIndex = -1
Me.view1_Sheet1.ActiveRowIndex = -1
Me.view1_Sheet1.AllowNoteEdit = True
Me.view1_Sheet1.AutoGenerateColumns = False
Me.view1_Sheet1.ColumnHeader.Cells.Get(0, 0).RowSpan = 2
Me.view1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "선택"
@@ -1280,28 +1286,20 @@ Partial Class AddEpoleCable
Me.view1_Sheet1.FrozenColumnCount = 10
Me.view1_Sheet1.RowHeader.Columns.Default.Resizable = True
Me.view1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1
Me.view1.SetViewportLeftColumn(0, 0, 10)
Me.view1.SetActiveViewport(0, -1, -1)
'
'ta
'
Me.ta.ClearBeforeFill = True
'
'열너비초기화ToolStripMenuItem
'
Me.열너비초기화ToolStripMenuItem.Name = "열너비초기화ToolStripMenuItem"
Me.열너비초기화ToolStripMenuItem.Size = New System.Drawing.Size(165, 22)
Me.열너비초기화ToolStripMenuItem.Text = "열너비 초기화"
'
'AddEpoleCable
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1172, 577)
Me.Controls.Add(Me.view1)
Me.Controls.Add(Me.pbar)
Me.Controls.Add(Me.bn)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.view1)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.ToolStrip1)
Me.KeyPreview = True

View File

@@ -129,8 +129,11 @@
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>69</value>
</metadata>
<metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>169, 6</value>
<metadata name="ContextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>307, 5</value>
</metadata>
<metadata name="view1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>760, 3</value>
</metadata>
<metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>5, 15</value>
@@ -138,11 +141,8 @@
<metadata name="IreaDataSet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>588, 5</value>
</metadata>
<metadata name="ContextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>307, 5</value>
</metadata>
<metadata name="view1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>760, 3</value>
<metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>169, 6</value>
</metadata>
<metadata name="ToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>599, 29</value>

View File

@@ -20,41 +20,41 @@ Partial Class AddEpoleCable2
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim CheckBoxCellType1 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
Dim NumberCellType1 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType()
Dim TextCellType1 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType2 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType3 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType4 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType5 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType6 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType7 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType8 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType9 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType10 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType11 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType12 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType13 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType14 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType15 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType16 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType17 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType18 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType19 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType20 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType21 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType22 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType23 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType24 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType25 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType26 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType27 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType28 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType29 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType30 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType31 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType32 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim CheckBoxCellType2 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
Dim CheckBoxCellType3 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
Dim NumberCellType2 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType()
Dim TextCellType33 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType34 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType35 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType36 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType37 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType38 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType39 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType40 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType41 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType42 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType43 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType44 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType45 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType46 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType47 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType48 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType49 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType50 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType51 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType52 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType53 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType54 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType55 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType56 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType57 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType58 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType59 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType60 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType61 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType62 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType63 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType64 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim CheckBoxCellType4 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.lb_ime = New System.Windows.Forms.ToolStripStatusLabel()
Me.lb_pos = New System.Windows.Forms.ToolStripStatusLabel()
@@ -134,7 +134,7 @@ Partial Class AddEpoleCable2
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton()
Me.pbar = New System.Windows.Forms.ProgressBar()
Me.view1 = New NewFp()
Me.view1 = New EpoleNet.NewFp()
Me.view1_Sheet1 = New FarPoint.Win.Spread.SheetView()
Me.TA = New EpoleNet.ireaDataSetTableAdapters.Detail_Cable2TableAdapter()
Me.StatusStrip1.SuspendLayout()
@@ -514,8 +514,6 @@ Partial Class AddEpoleCable2
'
'Panel1
'
Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel1.BackColor = System.Drawing.Color.Khaki
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel1.Controls.Add(Me.h_bigo)
@@ -528,9 +526,10 @@ Partial Class AddEpoleCable2
Me.Panel1.Controls.Add(Me.Label8)
Me.Panel1.Controls.Add(Me.h_date)
Me.Panel1.Controls.Add(Me.h_name)
Me.Panel1.Location = New System.Drawing.Point(-1, 43)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 39)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(1175, 37)
Me.Panel1.Size = New System.Drawing.Size(1172, 37)
Me.Panel1.TabIndex = 21
'
'h_bigo
@@ -549,7 +548,7 @@ Partial Class AddEpoleCable2
Me.h_bigo.Input_type = MyControlOLEDBv2.MyTextBox.Inputtype.전부
Me.h_bigo.Location = New System.Drawing.Point(615, 8)
Me.h_bigo.Name = "h_bigo"
Me.h_bigo.Size = New System.Drawing.Size(545, 21)
Me.h_bigo.Size = New System.Drawing.Size(542, 21)
Me.h_bigo.TabIndex = 17
Me.h_bigo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
Me.h_bigo.Value = ""
@@ -699,6 +698,7 @@ Partial Class AddEpoleCable2
Me.BindingNavigatorPositionItem.AccessibleName = "위치"
Me.BindingNavigatorPositionItem.AutoSize = False
Me.BindingNavigatorPositionItem.BackColor = System.Drawing.Color.White
Me.BindingNavigatorPositionItem.Font = New System.Drawing.Font("맑은 고딕", 9.0!)
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(25, 21)
Me.BindingNavigatorPositionItem.Text = "0"
@@ -814,21 +814,19 @@ Partial Class AddEpoleCable2
Me.view1.AllowCellOverflow = True
Me.view1.AllowEditOverflow = True
Me.view1.AMessageLabel = Me.lb_msg
Me.view1.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.view1.ANextRow_ColIndex = -1
Me.view1.ASameRowheight = True
Me.view1.BackColor = System.Drawing.SystemColors.Control
Me.view1.ContextMenuStrip = Me.ContextMenuStrip1
Me.view1.Dock = System.Windows.Forms.DockStyle.Fill
Me.view1.EditModeReplace = True
Me.view1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded
Me.view1.Location = New System.Drawing.Point(0, 82)
Me.view1.Location = New System.Drawing.Point(0, 76)
Me.view1.Name = "view1"
Me.view1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.view1.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Vertical
Me.view1.Sheets.AddRange(New FarPoint.Win.Spread.SheetView() {Me.view1_Sheet1})
Me.view1.Size = New System.Drawing.Size(1171, 408)
Me.view1.Size = New System.Drawing.Size(1172, 417)
Me.view1.TabIndex = 8
Me.view1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded
Me.view1.SetViewportLeftColumn(0, 0, 2)
@@ -837,7 +835,7 @@ Partial Class AddEpoleCable2
'view1_Sheet1
'
Me.view1_Sheet1.Reset()
view1_Sheet1.SheetName = "Sheet1"
Me.view1_Sheet1.SheetName = "Sheet1"
'Formulas and custom names must be loaded with R1C1 reference style
Me.view1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1
view1_Sheet1.ColumnCount = 35
@@ -904,34 +902,34 @@ Partial Class AddEpoleCable2
Me.view1_Sheet1.ColumnHeader.Rows.Get(0).Height = 31.0!
Me.view1_Sheet1.ColumnHeader.Rows.Get(1).Height = 21.0!
Me.view1_Sheet1.Columns.Get(0).AllowAutoFilter = True
Me.view1_Sheet1.Columns.Get(0).CellType = CheckBoxCellType1
Me.view1_Sheet1.Columns.Get(0).CellType = CheckBoxCellType3
Me.view1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(0).Label = "*"
Me.view1_Sheet1.Columns.Get(0).Tag = "select"
Me.view1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(0).Width = 50.0!
NumberCellType1.DecimalPlaces = 0
Me.view1_Sheet1.Columns.Get(1).CellType = NumberCellType1
NumberCellType2.DecimalPlaces = 0
Me.view1_Sheet1.Columns.Get(1).CellType = NumberCellType2
Me.view1_Sheet1.Columns.Get(1).DataField = "번호"
Me.view1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(1).Width = 62.0!
TextCellType1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(2).CellType = TextCellType1
TextCellType33.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(2).CellType = TextCellType33
Me.view1_Sheet1.Columns.Get(2).DataField = "관리구"
Me.view1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(2).Width = 50.0!
TextCellType2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(3).CellType = TextCellType2
TextCellType34.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(3).CellType = TextCellType34
Me.view1_Sheet1.Columns.Get(3).DataField = "전산번호"
Me.view1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(3).Label = "번호"
Me.view1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(3).Width = 50.0!
Me.view1_Sheet1.Columns.Get(4).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
TextCellType3.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(4).CellType = TextCellType3
TextCellType35.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(4).CellType = TextCellType35
Me.view1_Sheet1.Columns.Get(4).DataField = "HA단자명"
Me.view1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(4).Label = "단자명"
@@ -939,205 +937,205 @@ Partial Class AddEpoleCable2
Me.view1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(4).Width = 62.0!
Me.view1_Sheet1.Columns.Get(5).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.view1_Sheet1.Columns.Get(5).CellType = TextCellType4
Me.view1_Sheet1.Columns.Get(5).CellType = TextCellType36
Me.view1_Sheet1.Columns.Get(5).DataField = "HASS"
Me.view1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(5).Label = "S/S"
Me.view1_Sheet1.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(5).Width = 62.0!
Me.view1_Sheet1.Columns.Get(6).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.view1_Sheet1.Columns.Get(6).CellType = TextCellType5
Me.view1_Sheet1.Columns.Get(6).CellType = TextCellType37
Me.view1_Sheet1.Columns.Get(6).DataField = "HADL"
Me.view1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(6).Label = "D/L"
Me.view1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(6).Width = 62.0!
Me.view1_Sheet1.Columns.Get(7).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
TextCellType6.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(7).CellType = TextCellType6
TextCellType38.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(7).CellType = TextCellType38
Me.view1_Sheet1.Columns.Get(7).DataField = "HA구간"
Me.view1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(7).Label = "구간"
Me.view1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(7).Width = 62.0!
TextCellType7.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(8).CellType = TextCellType7
TextCellType39.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(8).CellType = TextCellType39
Me.view1_Sheet1.Columns.Get(8).DataField = "HB단자명"
Me.view1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(8).Label = "단자명"
Me.view1_Sheet1.Columns.Get(8).Locked = False
Me.view1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(8).Width = 62.0!
Me.view1_Sheet1.Columns.Get(9).CellType = TextCellType8
Me.view1_Sheet1.Columns.Get(9).CellType = TextCellType40
Me.view1_Sheet1.Columns.Get(9).DataField = "HBSS"
Me.view1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(9).Label = "S/S"
Me.view1_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(9).Width = 62.0!
Me.view1_Sheet1.Columns.Get(10).CellType = TextCellType9
Me.view1_Sheet1.Columns.Get(10).CellType = TextCellType41
Me.view1_Sheet1.Columns.Get(10).DataField = "HBDL"
Me.view1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(10).Label = "D/L"
Me.view1_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(10).Width = 62.0!
TextCellType10.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(11).CellType = TextCellType10
TextCellType42.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(11).CellType = TextCellType42
Me.view1_Sheet1.Columns.Get(11).DataField = "HB구간"
Me.view1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(11).Label = "구간"
Me.view1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(11).Width = 62.0!
Me.view1_Sheet1.Columns.Get(12).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.view1_Sheet1.Columns.Get(12).CellType = TextCellType11
Me.view1_Sheet1.Columns.Get(12).CellType = TextCellType43
Me.view1_Sheet1.Columns.Get(12).DataField = "S1번호1"
Me.view1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(12).Label = "단자"
Me.view1_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(12).Width = 79.0!
Me.view1_Sheet1.Columns.Get(13).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.view1_Sheet1.Columns.Get(13).CellType = TextCellType12
Me.view1_Sheet1.Columns.Get(13).CellType = TextCellType44
Me.view1_Sheet1.Columns.Get(13).DataField = "S1번호2"
Me.view1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(13).Label = "S/S"
Me.view1_Sheet1.Columns.Get(13).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(13).Width = 79.0!
Me.view1_Sheet1.Columns.Get(14).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.view1_Sheet1.Columns.Get(14).CellType = TextCellType13
Me.view1_Sheet1.Columns.Get(14).CellType = TextCellType45
Me.view1_Sheet1.Columns.Get(14).DataField = "S1번호3"
Me.view1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(14).Label = "D/L"
Me.view1_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(14).Width = 79.0!
Me.view1_Sheet1.Columns.Get(15).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
TextCellType14.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(15).CellType = TextCellType14
TextCellType46.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(15).CellType = TextCellType46
Me.view1_Sheet1.Columns.Get(15).DataField = "S1SW명"
Me.view1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(15).Label = "구간"
Me.view1_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(15).Width = 79.0!
Me.view1_Sheet1.Columns.Get(16).CellType = TextCellType15
Me.view1_Sheet1.Columns.Get(16).CellType = TextCellType47
Me.view1_Sheet1.Columns.Get(16).DataField = "S2번호1"
Me.view1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(16).Label = "단자"
Me.view1_Sheet1.Columns.Get(16).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(16).Width = 79.0!
Me.view1_Sheet1.Columns.Get(17).CellType = TextCellType16
Me.view1_Sheet1.Columns.Get(17).CellType = TextCellType48
Me.view1_Sheet1.Columns.Get(17).DataField = "S2번호2"
Me.view1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(17).Label = "S/S"
Me.view1_Sheet1.Columns.Get(17).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(17).Width = 79.0!
Me.view1_Sheet1.Columns.Get(18).CellType = TextCellType17
Me.view1_Sheet1.Columns.Get(18).CellType = TextCellType49
Me.view1_Sheet1.Columns.Get(18).DataField = "S2번호3"
Me.view1_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(18).Label = "D/L"
Me.view1_Sheet1.Columns.Get(18).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(18).Width = 79.0!
TextCellType18.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(19).CellType = TextCellType18
TextCellType50.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(19).CellType = TextCellType50
Me.view1_Sheet1.Columns.Get(19).DataField = "S2SW명"
Me.view1_Sheet1.Columns.Get(19).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(19).Label = "구간"
Me.view1_Sheet1.Columns.Get(19).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(19).Width = 79.0!
Me.view1_Sheet1.Columns.Get(20).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.view1_Sheet1.Columns.Get(20).CellType = TextCellType19
Me.view1_Sheet1.Columns.Get(20).CellType = TextCellType51
Me.view1_Sheet1.Columns.Get(20).DataField = "S3번호1"
Me.view1_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(20).Label = "단자"
Me.view1_Sheet1.Columns.Get(20).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(20).Width = 79.0!
Me.view1_Sheet1.Columns.Get(21).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.view1_Sheet1.Columns.Get(21).CellType = TextCellType20
Me.view1_Sheet1.Columns.Get(21).CellType = TextCellType52
Me.view1_Sheet1.Columns.Get(21).DataField = "S3번호2"
Me.view1_Sheet1.Columns.Get(21).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(21).Label = "S/S"
Me.view1_Sheet1.Columns.Get(21).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(21).Width = 79.0!
Me.view1_Sheet1.Columns.Get(22).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.view1_Sheet1.Columns.Get(22).CellType = TextCellType21
Me.view1_Sheet1.Columns.Get(22).CellType = TextCellType53
Me.view1_Sheet1.Columns.Get(22).DataField = "S3번호3"
Me.view1_Sheet1.Columns.Get(22).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(22).Label = "D/L"
Me.view1_Sheet1.Columns.Get(22).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(22).Width = 79.0!
Me.view1_Sheet1.Columns.Get(23).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
TextCellType22.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(23).CellType = TextCellType22
TextCellType54.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(23).CellType = TextCellType54
Me.view1_Sheet1.Columns.Get(23).DataField = "S3SW명"
Me.view1_Sheet1.Columns.Get(23).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(23).Label = "구간"
Me.view1_Sheet1.Columns.Get(23).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(23).Width = 79.0!
Me.view1_Sheet1.Columns.Get(24).CellType = TextCellType23
Me.view1_Sheet1.Columns.Get(24).CellType = TextCellType55
Me.view1_Sheet1.Columns.Get(24).DataField = "S4번호1"
Me.view1_Sheet1.Columns.Get(24).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(24).Label = "단자"
Me.view1_Sheet1.Columns.Get(24).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(24).Width = 79.0!
Me.view1_Sheet1.Columns.Get(25).CellType = TextCellType24
Me.view1_Sheet1.Columns.Get(25).CellType = TextCellType56
Me.view1_Sheet1.Columns.Get(25).DataField = "S4번호2"
Me.view1_Sheet1.Columns.Get(25).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(25).Label = "S/S"
Me.view1_Sheet1.Columns.Get(25).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(25).Width = 79.0!
Me.view1_Sheet1.Columns.Get(26).CellType = TextCellType25
Me.view1_Sheet1.Columns.Get(26).CellType = TextCellType57
Me.view1_Sheet1.Columns.Get(26).DataField = "S4번호3"
Me.view1_Sheet1.Columns.Get(26).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(26).Label = "D/L"
Me.view1_Sheet1.Columns.Get(26).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(26).Width = 79.0!
TextCellType26.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(27).CellType = TextCellType26
TextCellType58.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(27).CellType = TextCellType58
Me.view1_Sheet1.Columns.Get(27).DataField = "S4SW명"
Me.view1_Sheet1.Columns.Get(27).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(27).Label = "구간"
Me.view1_Sheet1.Columns.Get(27).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(27).Width = 79.0!
Me.view1_Sheet1.Columns.Get(28).BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.view1_Sheet1.Columns.Get(28).CellType = TextCellType27
Me.view1_Sheet1.Columns.Get(28).CellType = TextCellType59
Me.view1_Sheet1.Columns.Get(28).DataField = "비고1"
Me.view1_Sheet1.Columns.Get(28).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(28).Label = "1"
Me.view1_Sheet1.Columns.Get(28).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(28).Width = 35.0!
Me.view1_Sheet1.Columns.Get(29).BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.view1_Sheet1.Columns.Get(29).CellType = TextCellType28
Me.view1_Sheet1.Columns.Get(29).CellType = TextCellType60
Me.view1_Sheet1.Columns.Get(29).DataField = "비고2"
Me.view1_Sheet1.Columns.Get(29).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(29).Label = "2"
Me.view1_Sheet1.Columns.Get(29).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(29).Width = 35.0!
Me.view1_Sheet1.Columns.Get(30).BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.view1_Sheet1.Columns.Get(30).CellType = TextCellType29
Me.view1_Sheet1.Columns.Get(30).CellType = TextCellType61
Me.view1_Sheet1.Columns.Get(30).DataField = "비고3"
Me.view1_Sheet1.Columns.Get(30).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(30).Label = "3"
Me.view1_Sheet1.Columns.Get(30).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(30).Width = 35.0!
Me.view1_Sheet1.Columns.Get(31).BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.view1_Sheet1.Columns.Get(31).CellType = TextCellType30
Me.view1_Sheet1.Columns.Get(31).CellType = TextCellType62
Me.view1_Sheet1.Columns.Get(31).DataField = "비고4"
Me.view1_Sheet1.Columns.Get(31).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(31).Label = "4"
Me.view1_Sheet1.Columns.Get(31).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(31).Width = 35.0!
Me.view1_Sheet1.Columns.Get(32).BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.view1_Sheet1.Columns.Get(32).CellType = TextCellType31
Me.view1_Sheet1.Columns.Get(32).CellType = TextCellType63
Me.view1_Sheet1.Columns.Get(32).DataField = "비고5"
Me.view1_Sheet1.Columns.Get(32).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(32).Label = "5"
Me.view1_Sheet1.Columns.Get(32).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(32).Width = 35.0!
Me.view1_Sheet1.Columns.Get(33).BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.view1_Sheet1.Columns.Get(33).CellType = TextCellType32
Me.view1_Sheet1.Columns.Get(33).CellType = TextCellType64
Me.view1_Sheet1.Columns.Get(33).DataField = "비고6"
Me.view1_Sheet1.Columns.Get(33).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(33).Label = "6"
Me.view1_Sheet1.Columns.Get(33).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(33).Width = 35.0!
Me.view1_Sheet1.Columns.Get(34).CellType = CheckBoxCellType2
Me.view1_Sheet1.Columns.Get(34).CellType = CheckBoxCellType4
Me.view1_Sheet1.Columns.Get(34).DataField = "출력"
Me.view1_Sheet1.Columns.Get(34).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(34).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
@@ -1159,10 +1157,10 @@ Partial Class AddEpoleCable2
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1172, 577)
Me.Controls.Add(Me.view1)
Me.Controls.Add(Me.pbar)
Me.Controls.Add(Me.bn)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.view1)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.ToolStrip1)
Me.KeyPreview = True

View File

@@ -129,21 +129,21 @@
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>69</value>
</metadata>
<metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>169, 6</value>
</metadata>
<metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>5, 15</value>
</metadata>
<metadata name="IreaDataSet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>588, 5</value>
</metadata>
<metadata name="ContextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>307, 5</value>
</metadata>
<metadata name="view1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>760, 3</value>
</metadata>
<metadata name="IreaDataSet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>588, 5</value>
</metadata>
<metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>169, 6</value>
</metadata>
<metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>5, 15</value>
</metadata>
<metadata name="ToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>599, 29</value>
</metadata>

View File

@@ -20,6 +20,8 @@ Partial Class AddEpoleDung
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim NamedStyle1 As FarPoint.Win.Spread.NamedStyle = New FarPoint.Win.Spread.NamedStyle("DataAreaMidnght")
Dim GeneralCellType1 As FarPoint.Win.Spread.CellType.GeneralCellType = New FarPoint.Win.Spread.CellType.GeneralCellType()
Dim CheckBoxCellType1 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
Dim NumberCellType1 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType()
Dim NumberCellType2 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType()
@@ -58,6 +60,7 @@ Partial Class AddEpoleDung
Me.ErrorProvider1 = New System.Windows.Forms.ErrorProvider(Me.components)
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.bt_colsize = New System.Windows.Forms.ToolStripMenuItem()
Me.열너비초기화ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem5 = New System.Windows.Forms.ToolStripSeparator()
Me.bt_findview = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem6 = New System.Windows.Forms.ToolStripSeparator()
@@ -115,7 +118,6 @@ Partial Class AddEpoleDung
Me.view1 = New MyControlOLEDBv2.MyFpoint()
Me.view1_Sheet1 = New FarPoint.Win.Spread.SheetView()
Me.ta = New EpoleNet.ireaDataSetTableAdapters.Detail_DeungTableAdapter()
Me.열너비초기화ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.StatusStrip1.SuspendLayout()
Me.ToolStrip1.SuspendLayout()
CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -269,7 +271,7 @@ Partial Class AddEpoleDung
'
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.bt_colsize, Me.열너비초기화ToolStripMenuItem, Me.ToolStripMenuItem5, Me.bt_findview, Me.ToolStripMenuItem6, Me.oolStripMenuItem, Me.ToolStripMenuItem2, Me.cm_RenewNum, Me.ToolStripMenuItem4, Me.out, Me.ToolStripMenuItem1, Me.olStripMenuItem, Me.ToolStripMenuItem3, Me.cbt_vsell})
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(166, 238)
Me.ContextMenuStrip1.Size = New System.Drawing.Size(166, 216)
'
'bt_colsize
'
@@ -278,6 +280,12 @@ Partial Class AddEpoleDung
Me.bt_colsize.Text = "현재뷰상태저장"
Me.bt_colsize.ToolTipText = "현재 뷰의 열 너비를 저장합니다"
'
'열너비초기화ToolStripMenuItem
'
Me.열너비초기화ToolStripMenuItem.Name = "열너비초기화ToolStripMenuItem"
Me.열너비초기화ToolStripMenuItem.Size = New System.Drawing.Size(165, 22)
Me.열너비초기화ToolStripMenuItem.Text = "열너비 초기화"
'
'ToolStripMenuItem5
'
Me.ToolStripMenuItem5.Name = "ToolStripMenuItem5"
@@ -460,8 +468,6 @@ Partial Class AddEpoleDung
'
'Panel1
'
Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel1.BackColor = System.Drawing.Color.Khaki
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel1.Controls.Add(Me.h_bigo)
@@ -474,9 +480,10 @@ Partial Class AddEpoleDung
Me.Panel1.Controls.Add(Me.Label8)
Me.Panel1.Controls.Add(Me.h_date)
Me.Panel1.Controls.Add(Me.h_name)
Me.Panel1.Location = New System.Drawing.Point(-1, 43)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 39)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(1052, 37)
Me.Panel1.Size = New System.Drawing.Size(1049, 37)
Me.Panel1.TabIndex = 21
'
'h_bigo
@@ -495,7 +502,7 @@ Partial Class AddEpoleDung
Me.h_bigo.Input_type = MyControlOLEDBv2.MyTextBox.Inputtype.전부
Me.h_bigo.Location = New System.Drawing.Point(615, 8)
Me.h_bigo.Name = "h_bigo"
Me.h_bigo.Size = New System.Drawing.Size(422, 21)
Me.h_bigo.Size = New System.Drawing.Size(419, 21)
Me.h_bigo.TabIndex = 17
Me.h_bigo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
Me.h_bigo.Value = ""
@@ -762,28 +769,33 @@ Partial Class AddEpoleDung
Me.view1.AllowDragDrop = True
Me.view1.AllowDragFill = True
Me.view1.AllowUserFormulas = True
Me.view1.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.view1.BackColor = System.Drawing.SystemColors.Control
Me.view1.ContextMenuStrip = Me.ContextMenuStrip1
Me.view1.CurrentDel = True
Me.view1.DeleteKey = True
Me.view1.Dock = System.Windows.Forms.DockStyle.Fill
Me.view1.EditFromSpace = True
Me.view1.EditModeReplace = True
Me.view1.FIRST_FOCUSINDEX = 2
Me.view1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded
Me.view1.Location = New System.Drawing.Point(-1, 79)
Me.view1.Location = New System.Drawing.Point(0, 76)
Me.view1.Name = "view1"
NamedStyle1.BackColor = System.Drawing.Color.DarkGray
NamedStyle1.CellType = GeneralCellType1
NamedStyle1.ForeColor = System.Drawing.SystemColors.WindowText
NamedStyle1.NoteIndicatorColor = System.Drawing.Color.Red
NamedStyle1.Renderer = GeneralCellType1
Me.view1.NamedStyles.AddRange(New FarPoint.Win.Spread.NamedStyle() {NamedStyle1})
Me.view1.NextRow_Index = 16
Me.view1.RetainSelectionBlock = False
Me.view1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.view1.SameRowheight = True
Me.view1.Sheets.AddRange(New FarPoint.Win.Spread.SheetView() {Me.view1_Sheet1})
Me.view1.Size = New System.Drawing.Size(1048, 456)
Me.view1.Size = New System.Drawing.Size(1049, 465)
Me.view1.TabIndex = 8
Me.view1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded
Me.view1.선택줄번호 = CType(0, Short)
Me.view1.SetActiveViewport(0, -1, -1)
'
'view1_Sheet1
'
@@ -791,9 +803,9 @@ Partial Class AddEpoleDung
Me.view1_Sheet1.SheetName = "Sheet1"
'Formulas and custom names must be loaded with R1C1 reference style
Me.view1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1
Me.view1_Sheet1.ColumnCount = 17
view1_Sheet1.ColumnCount = 17
Me.view1_Sheet1.ActiveColumnIndex = -1
Me.view1_Sheet1.ActiveRowIndex = -1
Me.view1_Sheet1.AllowNoteEdit = True
Me.view1_Sheet1.AutoGenerateColumns = False
Me.view1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "선택"
Me.view1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "관리ID"
@@ -806,7 +818,8 @@ Partial Class AddEpoleDung
Me.view1_Sheet1.ColumnHeader.Cells.Get(0, 10).Value = "전산화번호1"
Me.view1_Sheet1.ColumnHeader.DefaultStyle.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.ColumnHeader.DefaultStyle.Locked = False
Me.view1_Sheet1.ColumnHeader.DefaultStyle.Parent = "HeaderDefault"
Me.view1_Sheet1.ColumnHeader.DefaultStyle.NoteIndicatorColor = System.Drawing.Color.Red
Me.view1_Sheet1.ColumnHeader.DefaultStyle.Parent = "ColumnHeaderEnhanced"
Me.view1_Sheet1.ColumnHeader.DefaultStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.ColumnHeader.Rows.Get(0).Height = 62.0!
Me.view1_Sheet1.Columns.Get(0).AllowAutoSort = True
@@ -918,7 +931,8 @@ Partial Class AddEpoleDung
Me.view1_Sheet1.RowHeader.Columns.Get(0).Width = 39.0!
Me.view1_Sheet1.RowHeader.DefaultStyle.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.RowHeader.DefaultStyle.Locked = False
Me.view1_Sheet1.RowHeader.DefaultStyle.Parent = "HeaderDefault"
Me.view1_Sheet1.RowHeader.DefaultStyle.NoteIndicatorColor = System.Drawing.Color.Red
Me.view1_Sheet1.RowHeader.DefaultStyle.Parent = "RowHeaderEnhanced"
Me.view1_Sheet1.RowHeader.DefaultStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.RowHeader.Rows.Default.Resizable = True
Me.view1_Sheet1.Rows.Default.Height = 25.0!
@@ -926,28 +940,21 @@ Partial Class AddEpoleDung
Me.view1_Sheet1.SelectionBackColor = System.Drawing.Color.Transparent
Me.view1_Sheet1.SelectionForeColor = System.Drawing.Color.Black
Me.view1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1
Me.view1.SetActiveViewport(0, -1, 0)
'
'ta
'
Me.ta.ClearBeforeFill = True
'
'열너비초기화ToolStripMenuItem
'
Me.열너비초기화ToolStripMenuItem.Name = "열너비초기화ToolStripMenuItem"
Me.열너비초기화ToolStripMenuItem.Size = New System.Drawing.Size(165, 22)
Me.열너비초기화ToolStripMenuItem.Text = "열너비 초기화"
'
'AddEpoleDung
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1049, 625)
Me.Controls.Add(Me.view1)
Me.Controls.Add(Me.pbar)
Me.Controls.Add(Me.bn)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.view1)
Me.Controls.Add(Me.ToolStrip1)
Me.KeyPreview = True
Me.Name = "AddEpoleDung"

View File

@@ -118,36 +118,36 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="StatusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>150, 34</value>
<value>666, 17</value>
</metadata>
<metadata name="ToolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>305, 15</value>
<value>368, 17</value>
</metadata>
<metadata name="ErrorProvider1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>260, 37</value>
<value>784, 17</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>69</value>
</metadata>
<metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>7, 37</value>
</metadata>
<metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>5, 15</value>
</metadata>
<metadata name="IreaDataSet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>406, 22</value>
</metadata>
<metadata name="ContextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>148, 11</value>
<value>81, 17</value>
</metadata>
<metadata name="view1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>760, 3</value>
<value>241, 17</value>
</metadata>
<metadata name="IreaDataSet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>477, 17</value>
</metadata>
<metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>600, 17</value>
</metadata>
<metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="ToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>394, 37</value>
<value>17, 56</value>
</metadata>
<metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>906, 29</value>
<value>117, 56</value>
</metadata>
</root>

View File

@@ -20,23 +20,23 @@ Partial Class AddEpoleETC
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim NumberCellType1 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType()
Dim NumberCellType2 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType()
Dim TextCellType1 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType2 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType3 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType4 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType5 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType6 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType7 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType8 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType9 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType10 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType11 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType12 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim CheckBoxCellType1 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
Dim TextCellType13 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim CheckBoxCellType2 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
Dim NumberCellType3 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType()
Dim NumberCellType4 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType()
Dim TextCellType14 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType15 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType16 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType17 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType18 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType19 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType20 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType21 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType22 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType23 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType24 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim TextCellType25 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim CheckBoxCellType3 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
Dim TextCellType26 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
Dim CheckBoxCellType4 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.lb_change = New System.Windows.Forms.ToolStripStatusLabel()
Me.lb_msg = New System.Windows.Forms.ToolStripStatusLabel()
@@ -58,6 +58,7 @@ Partial Class AddEpoleETC
Me.ErrorProvider1 = New System.Windows.Forms.ErrorProvider(Me.components)
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.bt_colsizesave = New System.Windows.Forms.ToolStripMenuItem()
Me.열너비초기화ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem5 = New System.Windows.Forms.ToolStripSeparator()
Me.gdfolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripSeparator()
@@ -117,7 +118,6 @@ Partial Class AddEpoleETC
Me.ta = New EpoleNet.ireaDataSetTableAdapters.MainTableTableAdapter()
Me.etcdetailTableAdapter = New EpoleNet.ireaDataSetTableAdapters.EtcTableTableAdapter()
Me.pbar = New System.Windows.Forms.ProgressBar()
Me.열너비초기화ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.StatusStrip1.SuspendLayout()
Me.ToolStrip1.SuspendLayout()
CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -275,7 +275,7 @@ Partial Class AddEpoleETC
'
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.bt_colsizesave, Me.열너비초기화ToolStripMenuItem, Me.ToolStripMenuItem5, Me.gdfolStripMenuItem, Me.ToolStripMenuItem2, Me.cm_RenewNum, Me.tripMenuItem, Me.ToolStripMenuItem4, Me.kjhoolStripMenuItem, Me.ToolStripMenuItem1, Me.ToolStripMenuItem, Me.alldellStripMenuItem, Me.ToolStripMenuItem3, Me.cbt_vsell})
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(166, 254)
Me.ContextMenuStrip1.Size = New System.Drawing.Size(166, 232)
'
'bt_colsizesave
'
@@ -283,6 +283,12 @@ Partial Class AddEpoleETC
Me.bt_colsizesave.Size = New System.Drawing.Size(165, 22)
Me.bt_colsizesave.Text = "현재뷰상태저장"
'
'열너비초기화ToolStripMenuItem
'
Me.열너비초기화ToolStripMenuItem.Name = "열너비초기화ToolStripMenuItem"
Me.열너비초기화ToolStripMenuItem.Size = New System.Drawing.Size(165, 22)
Me.열너비초기화ToolStripMenuItem.Text = "열너비 초기화"
'
'ToolStripMenuItem5
'
Me.ToolStripMenuItem5.Name = "ToolStripMenuItem5"
@@ -390,19 +396,19 @@ Partial Class AddEpoleETC
'cbt_vselall
'
Me.cbt_vselall.Name = "cbt_vselall"
Me.cbt_vselall.Size = New System.Drawing.Size(152, 22)
Me.cbt_vselall.Size = New System.Drawing.Size(122, 22)
Me.cbt_vselall.Text = "전체선택"
'
'cbt_vusell
'
Me.cbt_vusell.Name = "cbt_vusell"
Me.cbt_vusell.Size = New System.Drawing.Size(152, 22)
Me.cbt_vusell.Size = New System.Drawing.Size(122, 22)
Me.cbt_vusell.Text = "전체해제"
'
'cbt_vselrev
'
Me.cbt_vselrev.Name = "cbt_vselrev"
Me.cbt_vselrev.Size = New System.Drawing.Size(152, 22)
Me.cbt_vselrev.Size = New System.Drawing.Size(122, 22)
Me.cbt_vselrev.Text = "선택반전"
'
'ToolTip1
@@ -441,6 +447,7 @@ Partial Class AddEpoleETC
Me.ToolTip1.SetToolTip(Me.view1, "ALT+ENTER(윗칸복사),SHIFT+ENTER(이전칸으로),ENTER(다음칸으로)")
Me.view1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded
Me.view1.선택줄번호 = CType(14, Short)
Me.view1.SetActiveViewport(0, -1, -1)
'
'view1_Sheet1
'
@@ -448,10 +455,10 @@ Partial Class AddEpoleETC
Me.view1_Sheet1.SheetName = "Sheet1"
'Formulas and custom names must be loaded with R1C1 reference style
Me.view1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1
Me.view1_Sheet1.ColumnCount = 17
Me.view1_Sheet1.ColumnHeader.RowCount = 2
view1_Sheet1.ColumnCount = 17
view1_Sheet1.ColumnHeader.RowCount = 2
Me.view1_Sheet1.ActiveColumnIndex = -1
Me.view1_Sheet1.ActiveRowIndex = -1
Me.view1_Sheet1.AllowNoteEdit = True
Me.view1_Sheet1.AutoGenerateColumns = False
Me.view1_Sheet1.ColumnHeader.Cells.Get(0, 1).RowSpan = 2
Me.view1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "번호"
@@ -486,113 +493,114 @@ Partial Class AddEpoleETC
Me.view1_Sheet1.ColumnHeader.Cells.Get(1, 16).Value = "*"
Me.view1_Sheet1.ColumnHeader.DefaultStyle.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.ColumnHeader.DefaultStyle.Locked = False
Me.view1_Sheet1.ColumnHeader.DefaultStyle.NoteIndicatorColor = System.Drawing.Color.Red
Me.view1_Sheet1.ColumnHeader.DefaultStyle.Parent = "HeaderDefault"
Me.view1_Sheet1.ColumnHeader.DefaultStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.ColumnHeader.Rows.Get(0).Height = 27.0!
Me.view1_Sheet1.ColumnHeader.Rows.Get(1).Height = 30.0!
NumberCellType1.DecimalPlaces = 0
NumberCellType1.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes
Me.view1_Sheet1.Columns.Get(0).CellType = NumberCellType1
NumberCellType3.DecimalPlaces = 0
NumberCellType3.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes
Me.view1_Sheet1.Columns.Get(0).CellType = NumberCellType3
Me.view1_Sheet1.Columns.Get(0).DataField = "관리ID"
Me.view1_Sheet1.Columns.Get(0).Width = 76.0!
Me.view1_Sheet1.Columns.Get(1).AllowAutoSort = True
NumberCellType2.DecimalPlaces = 0
NumberCellType2.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes
Me.view1_Sheet1.Columns.Get(1).CellType = NumberCellType2
NumberCellType4.DecimalPlaces = 0
NumberCellType4.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes
Me.view1_Sheet1.Columns.Get(1).CellType = NumberCellType4
Me.view1_Sheet1.Columns.Get(1).DataField = "번호"
Me.view1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(1).Width = 71.0!
TextCellType1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
TextCellType1.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
Me.view1_Sheet1.Columns.Get(2).CellType = TextCellType1
TextCellType14.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
TextCellType14.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
Me.view1_Sheet1.Columns.Get(2).CellType = TextCellType14
Me.view1_Sheet1.Columns.Get(2).DataField = "관리구"
Me.view1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(2).Width = 83.0!
TextCellType2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
TextCellType2.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
Me.view1_Sheet1.Columns.Get(3).CellType = TextCellType2
TextCellType15.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
TextCellType15.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
Me.view1_Sheet1.Columns.Get(3).CellType = TextCellType15
Me.view1_Sheet1.Columns.Get(3).DataField = "전주번호"
Me.view1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(3).Label = "번호"
Me.view1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(3).Width = 79.0!
Me.view1_Sheet1.Columns.Get(4).CellType = TextCellType3
Me.view1_Sheet1.Columns.Get(4).CellType = TextCellType16
Me.view1_Sheet1.Columns.Get(4).DataField = "선로명"
Me.view1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(4).Width = 95.0!
Me.view1_Sheet1.Columns.Get(5).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
TextCellType4.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(5).CellType = TextCellType4
TextCellType17.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(5).CellType = TextCellType17
Me.view1_Sheet1.Columns.Get(5).DataField = "번호1"
Me.view1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(5).Width = 87.0!
Me.view1_Sheet1.Columns.Get(6).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
TextCellType5.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(6).CellType = TextCellType5
TextCellType18.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(6).CellType = TextCellType18
Me.view1_Sheet1.Columns.Get(6).DataField = "번호2"
Me.view1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(6).Width = 41.0!
Me.view1_Sheet1.Columns.Get(7).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
TextCellType6.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(7).CellType = TextCellType6
TextCellType19.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(7).CellType = TextCellType19
Me.view1_Sheet1.Columns.Get(7).DataField = "번호3"
Me.view1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(7).Width = 43.0!
Me.view1_Sheet1.Columns.Get(8).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
TextCellType7.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(8).CellType = TextCellType7
TextCellType20.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(8).CellType = TextCellType20
Me.view1_Sheet1.Columns.Get(8).DataField = "번호4"
Me.view1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(8).Width = 45.0!
Me.view1_Sheet1.Columns.Get(9).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
TextCellType8.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(9).CellType = TextCellType8
TextCellType21.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.view1_Sheet1.Columns.Get(9).CellType = TextCellType21
Me.view1_Sheet1.Columns.Get(9).DataField = "번호5"
Me.view1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(9).Width = 50.0!
Me.view1_Sheet1.Columns.Get(10).CellType = TextCellType9
Me.view1_Sheet1.Columns.Get(10).CellType = TextCellType22
Me.view1_Sheet1.Columns.Get(10).DataField = "비고1"
Me.view1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(10).Width = 61.0!
Me.view1_Sheet1.Columns.Get(11).CellType = TextCellType10
Me.view1_Sheet1.Columns.Get(11).CellType = TextCellType23
Me.view1_Sheet1.Columns.Get(11).DataField = "비고2"
Me.view1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(11).Locked = False
Me.view1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(11).Width = 61.0!
Me.view1_Sheet1.Columns.Get(12).CellType = TextCellType11
Me.view1_Sheet1.Columns.Get(12).CellType = TextCellType24
Me.view1_Sheet1.Columns.Get(12).DataField = "비고3"
Me.view1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(12).Width = 61.0!
Me.view1_Sheet1.Columns.Get(13).CellType = TextCellType12
Me.view1_Sheet1.Columns.Get(13).CellType = TextCellType25
Me.view1_Sheet1.Columns.Get(13).DataField = "비고4"
Me.view1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(13).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(13).Width = 61.0!
Me.view1_Sheet1.Columns.Get(14).AllowAutoFilter = True
Me.view1_Sheet1.Columns.Get(14).CellType = CheckBoxCellType1
Me.view1_Sheet1.Columns.Get(14).CellType = CheckBoxCellType3
Me.view1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(14).Label = "선택"
Me.view1_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(14).Width = 59.0!
Me.view1_Sheet1.Columns.Get(15).AllowAutoSort = True
Me.view1_Sheet1.Columns.Get(15).CellType = TextCellType13
Me.view1_Sheet1.Columns.Get(15).CellType = TextCellType26
Me.view1_Sheet1.Columns.Get(15).DataField = "정렬번호"
Me.view1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.Columns.Get(15).Width = 63.0!
Me.view1_Sheet1.Columns.Get(16).AllowAutoFilter = True
Me.view1_Sheet1.Columns.Get(16).CellType = CheckBoxCellType2
Me.view1_Sheet1.Columns.Get(16).CellType = CheckBoxCellType4
Me.view1_Sheet1.Columns.Get(16).DataField = "출력"
Me.view1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.Columns.Get(16).Label = "*"
@@ -606,6 +614,7 @@ Partial Class AddEpoleETC
Me.view1_Sheet1.RowHeader.Columns.Get(0).Width = 44.0!
Me.view1_Sheet1.RowHeader.DefaultStyle.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.RowHeader.DefaultStyle.Locked = False
Me.view1_Sheet1.RowHeader.DefaultStyle.NoteIndicatorColor = System.Drawing.Color.Red
Me.view1_Sheet1.RowHeader.DefaultStyle.Parent = "HeaderDefault"
Me.view1_Sheet1.RowHeader.DefaultStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.RowHeader.Rows.Default.Resizable = True
@@ -614,7 +623,6 @@ Partial Class AddEpoleETC
Me.view1_Sheet1.SelectionBackColor = System.Drawing.Color.Transparent
Me.view1_Sheet1.SelectionForeColor = System.Drawing.Color.Black
Me.view1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1
Me.view1.SetActiveViewport(0, -1, 0)
'
'bs
'
@@ -674,8 +682,6 @@ Partial Class AddEpoleETC
'
'Panel1
'
Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel1.BackColor = System.Drawing.Color.Khaki
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel1.Controls.Add(Me.h_bigo)
@@ -688,6 +694,7 @@ Partial Class AddEpoleETC
Me.Panel1.Controls.Add(Me.Label8)
Me.Panel1.Controls.Add(Me.h_date)
Me.Panel1.Controls.Add(Me.h_name)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(3, 3)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(1217, 37)
@@ -848,6 +855,7 @@ Partial Class AddEpoleETC
Me.BindingNavigatorPositionItem.AccessibleName = "위치"
Me.BindingNavigatorPositionItem.AutoSize = False
Me.BindingNavigatorPositionItem.BackColor = System.Drawing.Color.White
Me.BindingNavigatorPositionItem.Font = New System.Drawing.Font("맑은 고딕", 9.0!)
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(25, 21)
Me.BindingNavigatorPositionItem.Text = "0"
@@ -985,12 +993,6 @@ Partial Class AddEpoleETC
Me.pbar.Style = System.Windows.Forms.ProgressBarStyle.Continuous
Me.pbar.TabIndex = 5
'
'열너비초기화ToolStripMenuItem
'
Me.열너비초기화ToolStripMenuItem.Name = "열너비초기화ToolStripMenuItem"
Me.열너비초기화ToolStripMenuItem.Size = New System.Drawing.Size(165, 22)
Me.열너비초기화ToolStripMenuItem.Text = "열너비 초기화"
'
'AddEpoleETC
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)

View File

@@ -147,6 +147,9 @@
<metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>183, 43</value>
</metadata>
<metadata name="IreaDataSet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>583, 43</value>
</metadata>
<metadata name="Timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>877, 6</value>
</metadata>

View File

@@ -129,7 +129,7 @@ Partial Class AddEpolekiki
Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton()
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.pbar = New System.Windows.Forms.ProgressBar()
Me.view1 = New NewFp()
Me.view1 = New EpoleNet.NewFp()
Me.view1_Sheet1 = New FarPoint.Win.Spread.SheetView()
Me.ta = New EpoleNet.ireaDataSetTableAdapters.Detail_kikiTableAdapter()
Me.StatusStrip1.SuspendLayout()
@@ -481,8 +481,6 @@ Partial Class AddEpolekiki
'
'Panel1
'
Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel1.BackColor = System.Drawing.Color.Khaki
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel1.Controls.Add(Me.h_bigo)
@@ -495,9 +493,10 @@ Partial Class AddEpolekiki
Me.Panel1.Controls.Add(Me.Label8)
Me.Panel1.Controls.Add(Me.h_date)
Me.Panel1.Controls.Add(Me.h_name)
Me.Panel1.Location = New System.Drawing.Point(-1, 42)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 39)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(1246, 37)
Me.Panel1.Size = New System.Drawing.Size(1243, 37)
Me.Panel1.TabIndex = 21
'
'h_bigo
@@ -516,7 +515,7 @@ Partial Class AddEpolekiki
Me.h_bigo.Input_type = MyControlOLEDBv2.MyTextBox.Inputtype.전부
Me.h_bigo.Location = New System.Drawing.Point(615, 8)
Me.h_bigo.Name = "h_bigo"
Me.h_bigo.Size = New System.Drawing.Size(616, 21)
Me.h_bigo.Size = New System.Drawing.Size(613, 21)
Me.h_bigo.TabIndex = 17
Me.h_bigo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
Me.h_bigo.Value = ""
@@ -667,6 +666,7 @@ Partial Class AddEpolekiki
Me.BindingNavigatorPositionItem.AccessibleName = "위치"
Me.BindingNavigatorPositionItem.AutoSize = False
Me.BindingNavigatorPositionItem.BackColor = System.Drawing.Color.White
Me.BindingNavigatorPositionItem.Font = New System.Drawing.Font("맑은 고딕", 9.0!)
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(25, 21)
Me.BindingNavigatorPositionItem.Text = "0"
@@ -796,24 +796,24 @@ Partial Class AddEpolekiki
Me.view1.AllowDragFill = True
Me.view1.AllowUserFormulas = True
Me.view1.AMessageLabel = Me.lb_msg
Me.view1.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.view1.ANextRow_ColIndex = 28
Me.view1.ASameRowheight = True
Me.view1.BackColor = System.Drawing.SystemColors.Control
Me.view1.ContextMenuStrip = Me.ContextMenuStrip1
Me.view1.Dock = System.Windows.Forms.DockStyle.Fill
Me.view1.EditModeReplace = True
Me.view1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded
Me.view1.ImeMode = System.Windows.Forms.ImeMode.Hangul
Me.view1.Location = New System.Drawing.Point(0, 81)
Me.view1.Location = New System.Drawing.Point(0, 76)
Me.view1.Name = "view1"
Me.view1.RetainSelectionBlock = False
Me.view1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.view1.Sheets.AddRange(New FarPoint.Win.Spread.SheetView() {Me.view1_Sheet1})
Me.view1.Size = New System.Drawing.Size(1242, 440)
Me.view1.Size = New System.Drawing.Size(1243, 446)
Me.view1.TabIndex = 0
Me.view1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded
Me.view1.SetViewportLeftColumn(0, 0, 3)
Me.view1.SetActiveViewport(0, -1, -1)
'
'view1_Sheet1
'
@@ -821,10 +821,10 @@ Partial Class AddEpolekiki
Me.view1_Sheet1.SheetName = "Sheet1"
'Formulas and custom names must be loaded with R1C1 reference style
Me.view1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1
Me.view1_Sheet1.ColumnCount = 31
Me.view1_Sheet1.ColumnHeader.RowCount = 2
view1_Sheet1.ColumnCount = 31
view1_Sheet1.ColumnHeader.RowCount = 2
Me.view1_Sheet1.ActiveColumnIndex = -1
Me.view1_Sheet1.ActiveRowIndex = -1
Me.view1_Sheet1.AllowNoteEdit = True
Me.view1_Sheet1.AutoGenerateColumns = False
Me.view1_Sheet1.ColumnHeader.Cells.Get(0, 1).RowSpan = 2
Me.view1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "번호"
@@ -867,20 +867,18 @@ Partial Class AddEpolekiki
Me.view1_Sheet1.ColumnHeader.Cells.Get(1, 24).Value = "D35"
Me.view1_Sheet1.ColumnHeader.Cells.Get(1, 29).Value = "S"
Me.view1_Sheet1.ColumnHeader.Cells.Get(1, 30).Value = "P"
Me.view1_Sheet1.ColumnHeader.Columns.Default.NoteIndicatorColor = System.Drawing.Color.Red
Me.view1_Sheet1.ColumnHeader.DefaultStyle.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
Me.view1_Sheet1.ColumnHeader.DefaultStyle.Locked = False
Me.view1_Sheet1.ColumnHeader.DefaultStyle.NoteIndicatorColor = System.Drawing.Color.Red
Me.view1_Sheet1.ColumnHeader.DefaultStyle.Parent = "HeaderDefault"
Me.view1_Sheet1.ColumnHeader.DefaultStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.ColumnHeader.Rows.Default.NoteIndicatorColor = System.Drawing.Color.Red
Me.view1_Sheet1.ColumnHeader.Rows.Get(0).Height = 28.0!
Me.view1_Sheet1.ColumnHeader.Rows.Get(1).Height = 31.0!
NumberCellType1.DecimalPlaces = 0
NumberCellType1.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes
Me.view1_Sheet1.Columns.Get(0).CellType = NumberCellType1
Me.view1_Sheet1.Columns.Get(0).DataField = "관리ID"
Me.view1_Sheet1.Columns.Get(0).Width = 0.0!
Me.view1_Sheet1.Columns.Get(0).Width = 0!
Me.view1_Sheet1.Columns.Get(1).AllowAutoSort = True
NumberCellType2.DecimalPlaces = 0
NumberCellType2.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes
@@ -1110,7 +1108,6 @@ Partial Class AddEpolekiki
Me.view1_Sheet1.DataSource = Me.bs
Me.view1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode
Me.view1_Sheet1.PrintInfo.ShowGrid = False
Me.view1_Sheet1.RowHeader.Columns.Default.NoteIndicatorColor = System.Drawing.Color.Red
Me.view1_Sheet1.RowHeader.Columns.Default.Resizable = False
Me.view1_Sheet1.RowHeader.Columns.Get(0).Width = 42.0!
Me.view1_Sheet1.RowHeader.DefaultStyle.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
@@ -1118,15 +1115,12 @@ Partial Class AddEpolekiki
Me.view1_Sheet1.RowHeader.DefaultStyle.NoteIndicatorColor = System.Drawing.Color.Red
Me.view1_Sheet1.RowHeader.DefaultStyle.Parent = "HeaderDefault"
Me.view1_Sheet1.RowHeader.DefaultStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
Me.view1_Sheet1.RowHeader.Rows.Default.NoteIndicatorColor = System.Drawing.Color.Red
Me.view1_Sheet1.RowHeader.Rows.Default.Resizable = True
Me.view1_Sheet1.Rows.Default.Height = 25.0!
Me.view1_Sheet1.Rows.Default.Resizable = True
Me.view1_Sheet1.SelectionBackColor = System.Drawing.Color.Transparent
Me.view1_Sheet1.SelectionForeColor = System.Drawing.Color.Black
Me.view1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1
Me.view1.SetViewportLeftColumn(0, 0, 3)
Me.view1.SetActiveViewport(0, -1, 0)
'
'ta
'
@@ -1136,11 +1130,11 @@ Partial Class AddEpolekiki
'
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
Me.ClientSize = New System.Drawing.Size(1243, 606)
Me.Controls.Add(Me.view1)
Me.Controls.Add(Me.pbar)
Me.Controls.Add(Me.bn)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.view1)
Me.Controls.Add(Me.ToolStrip1)
Me.KeyPreview = True
Me.Name = "AddEpolekiki"

View File

@@ -129,8 +129,11 @@
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>94</value>
</metadata>
<metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>799, 17</value>
<metadata name="ContextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>449, 17</value>
</metadata>
<metadata name="view1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>204, 17</value>
</metadata>
<metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>140, 17</value>
@@ -138,11 +141,8 @@
<metadata name="IreaDataSet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="ContextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>449, 17</value>
</metadata>
<metadata name="view1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>204, 17</value>
<metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>799, 17</value>
</metadata>
<metadata name="ToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>609, 17</value>

View File

@@ -99,7 +99,7 @@ Partial Class AddEpoleJJ
Me.cbt_vusell = New System.Windows.Forms.ToolStripMenuItem()
Me.cbt_vselrev = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.fp = New NewFp()
Me.fp = New EpoleNet.NewFp()
Me.bt_addrow = New System.Windows.Forms.ToolStripButton()
Me.fp_Sheet1 = New FarPoint.Win.Spread.SheetView()
Me.ds1 = New EpoleNet.ireaDataSet()
@@ -558,7 +558,7 @@ Partial Class AddEpoleJJ
'fp_Sheet1
'
Me.fp_Sheet1.Reset()
fp_Sheet1.SheetName = "Sheet1"
Me.fp_Sheet1.SheetName = "Sheet1"
'Formulas and custom names must be loaded with R1C1 reference style
Me.fp_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1
fp_Sheet1.ColumnCount = 26