This commit is contained in:
chi
2020-06-08 01:37:16 +09:00
parent b7de80e200
commit 41b8addd68
10 changed files with 200 additions and 132 deletions

View File

@@ -88,7 +88,7 @@ Partial Class MakeList
Me.ToolStripMenuItem4 = New System.Windows.Forms.ToolStripMenuItem()
Me.ta_main = New EpoleNetv3.DataSetTableAdapters.MainTableTableAdapter()
Me.ta_jju = New EpoleNetv3.DataSetTableAdapters.Detail_tongsinTableAdapter()
Me.view1 = New NewFp()
Me.view1 = New ArinNewFp.NewFp()
Me.view1_Sheet1 = New FarPoint.Win.Spread.SheetView()
Me.StatusStrip1.SuspendLayout()
CType(Me.bn, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -551,26 +551,25 @@ Partial Class MakeList
Me.view1.AllowDragFill = True
Me.view1.AllowUserFormulas = True
Me.view1.AMessageLabel = Nothing
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.Color.Transparent
Me.view1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.view1.ButtonDrawMode = FarPoint.Win.Spread.ButtonDrawModes.CurrentCell
Me.view1.ContextMenuStrip = Me.ContextMenuStrip1
Me.view1.Dock = System.Windows.Forms.DockStyle.Fill
Me.view1.EditModeReplace = True
Me.view1.EnableCrossSheetReference = False
Me.view1.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.view1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded
Me.view1.Location = New System.Drawing.Point(0, 41)
Me.view1.Location = New System.Drawing.Point(0, 38)
Me.view1.Name = "view1"
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(883, 498)
Me.view1.Size = New System.Drawing.Size(883, 504)
Me.view1.TabIndex = 18
Me.view1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded
Me.view1.SetActiveViewport(0, -1, -1)
'
'view1_Sheet1
'
@@ -578,7 +577,8 @@ Partial Class MakeList
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 = 10
view1_Sheet1.ColumnCount = 10
Me.view1_Sheet1.ActiveColumnIndex = -1
Me.view1_Sheet1.ActiveRowIndex = -1
Me.view1_Sheet1.AllowNoteEdit = False
Me.view1_Sheet1.AutoGenerateColumns = False
@@ -692,7 +692,6 @@ Partial Class MakeList
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)
'
'MakeList
'