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