설치 프로젝트 추가
This commit is contained in:
@@ -31,26 +31,27 @@ Public NotInheritable Class SplashScreen
|
||||
|
||||
If Not LoadINI() Then End
|
||||
|
||||
If Command() <> "ARIN" AndAlso Not ReadAuth() Then '//에러났을떄는 카운터를 확인
|
||||
'//사용횟수가 10번ㅇ르 초과했는지 확인
|
||||
Runcnt = Me.ReadAuthcount
|
||||
Dim f As New fAuth()
|
||||
If (f.ShowDialog <> Windows.Forms.DialogResult.OK) Then
|
||||
End
|
||||
End If
|
||||
'If Runcnt >= 10 Then
|
||||
' Dim NewKey As String = InputBox("인증번호를 입력하세요 (인증번호는 숫자로만 이루어져 있습니다)")
|
||||
' If IsNumeric(NewKey) = False Then
|
||||
' MsgBox("프로그램을 재실행 하세요", MsgBoxStyle.Information, "확인")
|
||||
'//인증사용안함 191125 -
|
||||
'If Command() <> "ARIN" AndAlso Not ReadAuth() Then '//에러났을떄는 카운터를 확인
|
||||
' '//사용횟수가 10번ㅇ르 초과했는지 확인
|
||||
' Runcnt = Me.ReadAuthcount
|
||||
' Dim f As New fAuth()
|
||||
' If (f.ShowDialog <> Windows.Forms.DialogResult.OK) Then
|
||||
' End
|
||||
' End If
|
||||
' auth.SetAuth(NewKey, My.Application.Info.DirectoryPath & "\epole.ini")
|
||||
' MsgBox("프로그램을 재실행 하세요", MsgBoxStyle.Information, "확인")
|
||||
' End
|
||||
'Else
|
||||
' MsgBox(CStr(10 - Runcnt) & "번의 사용횟수가 남았습니다", MsgBoxStyle.Critical, "실행확인")
|
||||
' 'If Runcnt >= 10 Then
|
||||
' ' Dim NewKey As String = InputBox("인증번호를 입력하세요 (인증번호는 숫자로만 이루어져 있습니다)")
|
||||
' ' If IsNumeric(NewKey) = False Then
|
||||
' ' MsgBox("프로그램을 재실행 하세요", MsgBoxStyle.Information, "확인")
|
||||
' ' End
|
||||
' ' End If
|
||||
' ' auth.SetAuth(NewKey, My.Application.Info.DirectoryPath & "\epole.ini")
|
||||
' ' MsgBox("프로그램을 재실행 하세요", MsgBoxStyle.Information, "확인")
|
||||
' ' End
|
||||
' 'Else
|
||||
' ' MsgBox(CStr(10 - Runcnt) & "번의 사용횟수가 남았습니다", MsgBoxStyle.Critical, "실행확인")
|
||||
' 'End If
|
||||
'End If
|
||||
End If
|
||||
If Not LoadReg() Then End
|
||||
If Not Connect() Then End
|
||||
Me.lb_msg.Text = ""
|
||||
|
||||
@@ -36,12 +36,17 @@
|
||||
Dim datestr As String = strbuf(0)
|
||||
Dim datestrhash As String = strbuf(2)
|
||||
Dim hashcode As Integer = CInt(datestrhash)
|
||||
Dim dateHash As Integer = datestr.GetHashCode()
|
||||
|
||||
If datestr.GetHashCode() = hashcode Then
|
||||
Dim auth As New MyAuth
|
||||
Dim dateValue As Date = Date.Parse(datestr)
|
||||
auth.SetAuth(dateValue.ToFileTimeUtc(), My.Application.Info.DirectoryPath & "\epole.ini")
|
||||
MsgBox("프로그램을 재실행 하세요", MsgBoxStyle.Information, "확인")
|
||||
DialogResult = Windows.Forms.DialogResult.Cancel
|
||||
Else
|
||||
MsgBox("프로그램 인증값 오류, 인증키를 다시 입력하세요", MsgBoxStyle.Information, "확인")
|
||||
DialogResult = Windows.Forms.DialogResult.Cancel
|
||||
End If
|
||||
Catch ex As Exception
|
||||
MsgBox("인증키 확인 중 오류 발생, 다시 시도하세요")
|
||||
|
||||
214
Epole/입력폼/AddEpole.Designer.vb
generated
214
Epole/입력폼/AddEpole.Designer.vb
generated
@@ -20,40 +20,40 @@ Partial Class AddEpole
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim NumberCellType5 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType()
|
||||
Dim NumberCellType6 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType()
|
||||
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 TextCellType65 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim TextCellType66 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim TextCellType67 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim TextCellType68 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim TextCellType69 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim TextCellType70 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim TextCellType71 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim TextCellType72 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim TextCellType73 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim TextCellType74 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim TextCellType75 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim TextCellType76 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim TextCellType77 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim TextCellType78 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim TextCellType79 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim TextCellType80 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim CheckBoxCellType11 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
|
||||
Dim CheckBoxCellType12 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
|
||||
Dim CheckBoxCellType13 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
|
||||
Dim CheckBoxCellType14 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
|
||||
Dim TextCellType81 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim CheckBoxCellType15 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()
|
||||
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 CheckBoxCellType1 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
|
||||
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 CheckBoxCellType4 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
|
||||
Dim TextCellType27 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim CheckBoxCellType5 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
|
||||
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
||||
Me.lb_edit = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.lb_pos = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
@@ -81,12 +81,12 @@ Partial Class AddEpole
|
||||
Me.ToolStripMenuItem13 = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.bt_find = New System.Windows.Forms.ToolStripButton()
|
||||
Me.bt_datasort = New System.Windows.Forms.ToolStripButton()
|
||||
Me.bt_import = New System.Windows.Forms.ToolStripButton()
|
||||
Me.ToolStripButton4 = New System.Windows.Forms.ToolStripDropDownButton()
|
||||
Me.allsavedata = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.currentsavedata = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.bt_import = New System.Windows.Forms.ToolStripButton()
|
||||
Me.bt_print = New System.Windows.Forms.ToolStripButton()
|
||||
Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton()
|
||||
@@ -180,7 +180,7 @@ Partial Class AddEpole
|
||||
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
||||
Me.ta = New EpoleNet.ireaDataSetTableAdapters.jjutableTableAdapter()
|
||||
Me.pbar = New System.Windows.Forms.ProgressBar()
|
||||
Me.fp = New NewFp()
|
||||
Me.fp = New EpoleNet.NewFp()
|
||||
Me.fp_Sheet1 = New FarPoint.Win.Spread.SheetView()
|
||||
Me.StatusStrip1.SuspendLayout()
|
||||
Me.ToolStrip1.SuspendLayout()
|
||||
@@ -386,6 +386,15 @@ Partial Class AddEpole
|
||||
Me.bt_datasort.Size = New System.Drawing.Size(127, 36)
|
||||
Me.bt_datasort.Text = "[전주번호] 정렬"
|
||||
'
|
||||
'bt_import
|
||||
'
|
||||
Me.bt_import.Image = Global.EpoleNet.My.Resources.Resources.open_32
|
||||
Me.bt_import.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.bt_import.Name = "bt_import"
|
||||
Me.bt_import.Size = New System.Drawing.Size(130, 36)
|
||||
Me.bt_import.Text = "엑셀불러오기(&P)"
|
||||
Me.bt_import.ToolTipText = "엑셀파일로부터 데이터를 가져옵니다"
|
||||
'
|
||||
'ToolStripButton4
|
||||
'
|
||||
Me.ToolStripButton4.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.allsavedata, Me.currentsavedata})
|
||||
@@ -417,15 +426,6 @@ Partial Class AddEpole
|
||||
Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
|
||||
Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 39)
|
||||
'
|
||||
'bt_import
|
||||
'
|
||||
Me.bt_import.Image = Global.EpoleNet.My.Resources.Resources.open_32
|
||||
Me.bt_import.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.bt_import.Name = "bt_import"
|
||||
Me.bt_import.Size = New System.Drawing.Size(130, 36)
|
||||
Me.bt_import.Text = "엑셀불러오기(&P)"
|
||||
Me.bt_import.ToolTipText = "엑셀파일로부터 데이터를 가져옵니다"
|
||||
'
|
||||
'bt_print
|
||||
'
|
||||
Me.bt_print.Image = Global.EpoleNet.My.Resources.Resources.print_32
|
||||
@@ -1347,7 +1347,7 @@ Partial Class AddEpole
|
||||
'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 = 34
|
||||
@@ -1410,24 +1410,24 @@ Partial Class AddEpole
|
||||
Me.fp_Sheet1.ColumnHeader.DefaultStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.ColumnHeader.Rows.Get(0).Height = 28.0!
|
||||
Me.fp_Sheet1.ColumnHeader.Rows.Get(1).Height = 31.0!
|
||||
NumberCellType5.DecimalPlaces = 0
|
||||
NumberCellType5.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes
|
||||
Me.fp_Sheet1.Columns.Get(0).CellType = NumberCellType5
|
||||
NumberCellType1.DecimalPlaces = 0
|
||||
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(1).AllowAutoSort = True
|
||||
NumberCellType6.DecimalPlaces = 0
|
||||
NumberCellType6.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes
|
||||
Me.fp_Sheet1.Columns.Get(1).CellType = NumberCellType6
|
||||
NumberCellType2.DecimalPlaces = 0
|
||||
NumberCellType2.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes
|
||||
Me.fp_Sheet1.Columns.Get(1).CellType = NumberCellType2
|
||||
Me.fp_Sheet1.Columns.Get(1).DataField = "번호"
|
||||
Me.fp_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(1).Tag = "번호"
|
||||
Me.fp_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(1).Width = 71.0!
|
||||
Me.fp_Sheet1.Columns.Get(2).BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
||||
TextCellType55.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
TextCellType55.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
|
||||
Me.fp_Sheet1.Columns.Get(2).CellType = TextCellType55
|
||||
TextCellType1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
TextCellType1.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
|
||||
Me.fp_Sheet1.Columns.Get(2).CellType = TextCellType1
|
||||
Me.fp_Sheet1.Columns.Get(2).DataField = "구관리구"
|
||||
Me.fp_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(2).Label = "관리구A"
|
||||
@@ -1435,9 +1435,9 @@ Partial Class AddEpole
|
||||
Me.fp_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(2).Width = 72.0!
|
||||
Me.fp_Sheet1.Columns.Get(3).BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
||||
TextCellType56.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
TextCellType56.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
|
||||
Me.fp_Sheet1.Columns.Get(3).CellType = TextCellType56
|
||||
TextCellType2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
TextCellType2.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
|
||||
Me.fp_Sheet1.Columns.Get(3).CellType = TextCellType2
|
||||
Me.fp_Sheet1.Columns.Get(3).DataField = "구전산번호"
|
||||
Me.fp_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(3).Label = "번호A"
|
||||
@@ -1445,7 +1445,7 @@ Partial Class AddEpole
|
||||
Me.fp_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(3).Width = 86.0!
|
||||
Me.fp_Sheet1.Columns.Get(4).BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
||||
Me.fp_Sheet1.Columns.Get(4).CellType = TextCellType57
|
||||
Me.fp_Sheet1.Columns.Get(4).CellType = TextCellType3
|
||||
Me.fp_Sheet1.Columns.Get(4).DataField = "구선로명"
|
||||
Me.fp_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(4).Label = "선로명A"
|
||||
@@ -1453,32 +1453,32 @@ Partial Class AddEpole
|
||||
Me.fp_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(4).Width = 72.0!
|
||||
Me.fp_Sheet1.Columns.Get(5).BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
||||
Me.fp_Sheet1.Columns.Get(5).CellType = TextCellType58
|
||||
Me.fp_Sheet1.Columns.Get(5).CellType = TextCellType4
|
||||
Me.fp_Sheet1.Columns.Get(5).DataField = "구전주번호"
|
||||
Me.fp_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(5).Label = "전주번호"
|
||||
Me.fp_Sheet1.Columns.Get(5).Tag = "구전주번호"
|
||||
Me.fp_Sheet1.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(5).Width = 76.0!
|
||||
TextCellType59.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
TextCellType59.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
|
||||
Me.fp_Sheet1.Columns.Get(6).CellType = TextCellType59
|
||||
TextCellType5.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
TextCellType5.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
|
||||
Me.fp_Sheet1.Columns.Get(6).CellType = TextCellType5
|
||||
Me.fp_Sheet1.Columns.Get(6).DataField = "관리구"
|
||||
Me.fp_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(6).Label = "관리구B"
|
||||
Me.fp_Sheet1.Columns.Get(6).Tag = "관리구"
|
||||
Me.fp_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(6).Width = 78.0!
|
||||
TextCellType60.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
TextCellType60.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
|
||||
Me.fp_Sheet1.Columns.Get(7).CellType = TextCellType60
|
||||
TextCellType6.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
TextCellType6.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
|
||||
Me.fp_Sheet1.Columns.Get(7).CellType = TextCellType6
|
||||
Me.fp_Sheet1.Columns.Get(7).DataField = "전주번호"
|
||||
Me.fp_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(7).Label = "번호B"
|
||||
Me.fp_Sheet1.Columns.Get(7).Tag = "전산화번호"
|
||||
Me.fp_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(7).Width = 63.0!
|
||||
Me.fp_Sheet1.Columns.Get(8).CellType = TextCellType61
|
||||
Me.fp_Sheet1.Columns.Get(8).CellType = TextCellType7
|
||||
Me.fp_Sheet1.Columns.Get(8).DataField = "선로명"
|
||||
Me.fp_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(8).Label = "선로명B"
|
||||
@@ -1486,8 +1486,8 @@ Partial Class AddEpole
|
||||
Me.fp_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(8).Width = 96.0!
|
||||
Me.fp_Sheet1.Columns.Get(9).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
TextCellType62.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
Me.fp_Sheet1.Columns.Get(9).CellType = TextCellType62
|
||||
TextCellType8.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
Me.fp_Sheet1.Columns.Get(9).CellType = TextCellType8
|
||||
Me.fp_Sheet1.Columns.Get(9).DataField = "번호1"
|
||||
Me.fp_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left
|
||||
Me.fp_Sheet1.Columns.Get(9).Label = "A1"
|
||||
@@ -1495,8 +1495,8 @@ Partial Class AddEpole
|
||||
Me.fp_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(9).Width = 86.0!
|
||||
Me.fp_Sheet1.Columns.Get(10).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
TextCellType63.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
Me.fp_Sheet1.Columns.Get(10).CellType = TextCellType63
|
||||
TextCellType9.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
Me.fp_Sheet1.Columns.Get(10).CellType = TextCellType9
|
||||
Me.fp_Sheet1.Columns.Get(10).DataField = "번호2"
|
||||
Me.fp_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left
|
||||
Me.fp_Sheet1.Columns.Get(10).Label = "A2"
|
||||
@@ -1504,8 +1504,8 @@ Partial Class AddEpole
|
||||
Me.fp_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(10).Width = 41.0!
|
||||
Me.fp_Sheet1.Columns.Get(11).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
TextCellType64.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
Me.fp_Sheet1.Columns.Get(11).CellType = TextCellType64
|
||||
TextCellType10.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
Me.fp_Sheet1.Columns.Get(11).CellType = TextCellType10
|
||||
Me.fp_Sheet1.Columns.Get(11).DataField = "번호3"
|
||||
Me.fp_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left
|
||||
Me.fp_Sheet1.Columns.Get(11).Label = "A3"
|
||||
@@ -1513,8 +1513,8 @@ Partial Class AddEpole
|
||||
Me.fp_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(11).Width = 41.0!
|
||||
Me.fp_Sheet1.Columns.Get(12).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
TextCellType65.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
Me.fp_Sheet1.Columns.Get(12).CellType = TextCellType65
|
||||
TextCellType11.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
Me.fp_Sheet1.Columns.Get(12).CellType = TextCellType11
|
||||
Me.fp_Sheet1.Columns.Get(12).DataField = "번호4"
|
||||
Me.fp_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left
|
||||
Me.fp_Sheet1.Columns.Get(12).Label = "A4"
|
||||
@@ -1522,107 +1522,107 @@ Partial Class AddEpole
|
||||
Me.fp_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(12).Width = 46.0!
|
||||
Me.fp_Sheet1.Columns.Get(13).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
TextCellType66.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
Me.fp_Sheet1.Columns.Get(13).CellType = TextCellType66
|
||||
TextCellType12.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
Me.fp_Sheet1.Columns.Get(13).CellType = TextCellType12
|
||||
Me.fp_Sheet1.Columns.Get(13).DataField = "번호5"
|
||||
Me.fp_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left
|
||||
Me.fp_Sheet1.Columns.Get(13).Label = "A5"
|
||||
Me.fp_Sheet1.Columns.Get(13).Tag = "번호5"
|
||||
Me.fp_Sheet1.Columns.Get(13).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(13).Width = 50.0!
|
||||
TextCellType67.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
Me.fp_Sheet1.Columns.Get(14).CellType = TextCellType67
|
||||
TextCellType13.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
Me.fp_Sheet1.Columns.Get(14).CellType = TextCellType13
|
||||
Me.fp_Sheet1.Columns.Get(14).DataField = "장척"
|
||||
Me.fp_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(14).Label = "장척"
|
||||
Me.fp_Sheet1.Columns.Get(14).Tag = "장척"
|
||||
Me.fp_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(14).Width = 44.0!
|
||||
TextCellType68.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.Numeric
|
||||
Me.fp_Sheet1.Columns.Get(15).CellType = TextCellType68
|
||||
TextCellType14.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.Numeric
|
||||
Me.fp_Sheet1.Columns.Get(15).CellType = TextCellType14
|
||||
Me.fp_Sheet1.Columns.Get(15).DataField = "시공년월"
|
||||
Me.fp_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(15).Label = "시공년월"
|
||||
Me.fp_Sheet1.Columns.Get(15).Locked = False
|
||||
Me.fp_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(15).Width = 69.0!
|
||||
Me.fp_Sheet1.Columns.Get(16).CellType = TextCellType69
|
||||
Me.fp_Sheet1.Columns.Get(16).CellType = TextCellType15
|
||||
Me.fp_Sheet1.Columns.Get(16).DataField = "시공자"
|
||||
Me.fp_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(16).Label = "시공자"
|
||||
Me.fp_Sheet1.Columns.Get(16).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(16).Width = 63.0!
|
||||
Me.fp_Sheet1.Columns.Get(17).CellType = TextCellType70
|
||||
Me.fp_Sheet1.Columns.Get(17).CellType = TextCellType16
|
||||
Me.fp_Sheet1.Columns.Get(17).DataField = "감독자"
|
||||
Me.fp_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(17).Tag = "감독자"
|
||||
Me.fp_Sheet1.Columns.Get(17).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(17).Width = 55.0!
|
||||
TextCellType71.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
TextCellType71.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
|
||||
Me.fp_Sheet1.Columns.Get(18).CellType = TextCellType71
|
||||
TextCellType17.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
TextCellType17.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
|
||||
Me.fp_Sheet1.Columns.Get(18).CellType = TextCellType17
|
||||
Me.fp_Sheet1.Columns.Get(18).DataField = "COS휴즈용량"
|
||||
Me.fp_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(18).Label = "휴즈용량"
|
||||
Me.fp_Sheet1.Columns.Get(18).Tag = "COS휴즈용량"
|
||||
Me.fp_Sheet1.Columns.Get(18).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
TextCellType72.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
TextCellType72.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
|
||||
TextCellType72.MaxLength = 3
|
||||
Me.fp_Sheet1.Columns.Get(19).CellType = TextCellType72
|
||||
TextCellType18.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
TextCellType18.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
|
||||
TextCellType18.MaxLength = 3
|
||||
Me.fp_Sheet1.Columns.Get(19).CellType = TextCellType18
|
||||
Me.fp_Sheet1.Columns.Get(19).DataField = "상표시찰1단"
|
||||
Me.fp_Sheet1.Columns.Get(19).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(19).Label = "1단"
|
||||
Me.fp_Sheet1.Columns.Get(19).Tag = "상표시찰1단"
|
||||
Me.fp_Sheet1.Columns.Get(19).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
TextCellType73.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
TextCellType73.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
|
||||
Me.fp_Sheet1.Columns.Get(20).CellType = TextCellType73
|
||||
TextCellType19.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
||||
TextCellType19.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric
|
||||
Me.fp_Sheet1.Columns.Get(20).CellType = TextCellType19
|
||||
Me.fp_Sheet1.Columns.Get(20).DataField = "상표시찰2단"
|
||||
Me.fp_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(20).Label = "2단"
|
||||
Me.fp_Sheet1.Columns.Get(20).Tag = "상표시찰2단"
|
||||
Me.fp_Sheet1.Columns.Get(20).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(21).CellType = TextCellType74
|
||||
Me.fp_Sheet1.Columns.Get(21).CellType = TextCellType20
|
||||
Me.fp_Sheet1.Columns.Get(21).DataField = "점검일자"
|
||||
Me.fp_Sheet1.Columns.Get(21).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(21).Label = "점검일자"
|
||||
Me.fp_Sheet1.Columns.Get(21).Tag = "점검일자"
|
||||
Me.fp_Sheet1.Columns.Get(21).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(22).CellType = TextCellType75
|
||||
Me.fp_Sheet1.Columns.Get(22).CellType = TextCellType21
|
||||
Me.fp_Sheet1.Columns.Get(22).DataField = "선로전방"
|
||||
Me.fp_Sheet1.Columns.Get(22).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(22).Label = "전방"
|
||||
Me.fp_Sheet1.Columns.Get(22).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(23).CellType = TextCellType76
|
||||
Me.fp_Sheet1.Columns.Get(23).CellType = TextCellType22
|
||||
Me.fp_Sheet1.Columns.Get(23).DataField = "선로좌측"
|
||||
Me.fp_Sheet1.Columns.Get(23).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(23).Label = "좌측"
|
||||
Me.fp_Sheet1.Columns.Get(23).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(24).CellType = TextCellType77
|
||||
Me.fp_Sheet1.Columns.Get(24).CellType = TextCellType23
|
||||
Me.fp_Sheet1.Columns.Get(24).DataField = "선로우측"
|
||||
Me.fp_Sheet1.Columns.Get(24).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(24).Label = "우측"
|
||||
Me.fp_Sheet1.Columns.Get(24).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(25).CellType = TextCellType78
|
||||
Me.fp_Sheet1.Columns.Get(25).CellType = TextCellType24
|
||||
Me.fp_Sheet1.Columns.Get(25).DataField = "DL명"
|
||||
Me.fp_Sheet1.Columns.Get(25).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(25).Label = "비고"
|
||||
Me.fp_Sheet1.Columns.Get(25).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(25).Width = 100.0!
|
||||
Me.fp_Sheet1.Columns.Get(26).CellType = TextCellType79
|
||||
Me.fp_Sheet1.Columns.Get(26).CellType = TextCellType25
|
||||
Me.fp_Sheet1.Columns.Get(26).DataField = "접지저항1"
|
||||
Me.fp_Sheet1.Columns.Get(26).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(26).Label = "1A"
|
||||
Me.fp_Sheet1.Columns.Get(26).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(26).Width = 58.0!
|
||||
TextCellType80.MaxLength = 3
|
||||
Me.fp_Sheet1.Columns.Get(27).CellType = TextCellType80
|
||||
TextCellType26.MaxLength = 3
|
||||
Me.fp_Sheet1.Columns.Get(27).CellType = TextCellType26
|
||||
Me.fp_Sheet1.Columns.Get(27).DataField = "접지저항2"
|
||||
Me.fp_Sheet1.Columns.Get(27).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(27).Label = "2A"
|
||||
Me.fp_Sheet1.Columns.Get(27).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(28).CellType = CheckBoxCellType11
|
||||
Me.fp_Sheet1.Columns.Get(28).CellType = CheckBoxCellType1
|
||||
Me.fp_Sheet1.Columns.Get(28).DataField = "인쇄"
|
||||
Me.fp_Sheet1.Columns.Get(28).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(28).Label = "지선"
|
||||
@@ -1630,7 +1630,7 @@ Partial Class AddEpole
|
||||
Me.fp_Sheet1.Columns.Get(28).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(28).Width = 47.0!
|
||||
Me.fp_Sheet1.Columns.Get(29).AllowAutoFilter = True
|
||||
Me.fp_Sheet1.Columns.Get(29).CellType = CheckBoxCellType12
|
||||
Me.fp_Sheet1.Columns.Get(29).CellType = CheckBoxCellType2
|
||||
Me.fp_Sheet1.Columns.Get(29).DataField = "인입"
|
||||
Me.fp_Sheet1.Columns.Get(29).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(29).Label = "인입"
|
||||
@@ -1638,7 +1638,7 @@ Partial Class AddEpole
|
||||
Me.fp_Sheet1.Columns.Get(29).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(29).Width = 34.0!
|
||||
Me.fp_Sheet1.Columns.Get(30).AllowAutoFilter = True
|
||||
Me.fp_Sheet1.Columns.Get(30).CellType = CheckBoxCellType13
|
||||
Me.fp_Sheet1.Columns.Get(30).CellType = CheckBoxCellType3
|
||||
Me.fp_Sheet1.Columns.Get(30).DataField = "기입"
|
||||
Me.fp_Sheet1.Columns.Get(30).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(30).Label = "기입"
|
||||
@@ -1646,18 +1646,18 @@ Partial Class AddEpole
|
||||
Me.fp_Sheet1.Columns.Get(30).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(30).Width = 37.0!
|
||||
Me.fp_Sheet1.Columns.Get(31).AllowAutoFilter = True
|
||||
Me.fp_Sheet1.Columns.Get(31).CellType = CheckBoxCellType14
|
||||
Me.fp_Sheet1.Columns.Get(31).CellType = CheckBoxCellType4
|
||||
Me.fp_Sheet1.Columns.Get(31).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(31).Label = "S"
|
||||
Me.fp_Sheet1.Columns.Get(31).Tag = "선택"
|
||||
Me.fp_Sheet1.Columns.Get(31).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(31).Width = 44.0!
|
||||
Me.fp_Sheet1.Columns.Get(32).AllowAutoSort = True
|
||||
Me.fp_Sheet1.Columns.Get(32).CellType = TextCellType81
|
||||
Me.fp_Sheet1.Columns.Get(32).CellType = TextCellType27
|
||||
Me.fp_Sheet1.Columns.Get(32).DataField = "정렬번호"
|
||||
Me.fp_Sheet1.Columns.Get(32).Width = 34.0!
|
||||
Me.fp_Sheet1.Columns.Get(33).AllowAutoFilter = True
|
||||
Me.fp_Sheet1.Columns.Get(33).CellType = CheckBoxCellType15
|
||||
Me.fp_Sheet1.Columns.Get(33).CellType = CheckBoxCellType5
|
||||
Me.fp_Sheet1.Columns.Get(33).DataField = "출력"
|
||||
Me.fp_Sheet1.Columns.Get(33).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.fp_Sheet1.Columns.Get(33).Label = "P"
|
||||
|
||||
@@ -147,9 +147,6 @@
|
||||
<metadata name="ToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>609, 17</value>
|
||||
</metadata>
|
||||
<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="Timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>709, 17</value>
|
||||
</metadata>
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.40629.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
# Visual Studio 2010
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "한전번호찰통합", "Epole\한전번호찰통합.vbproj", "{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QRCodeLib", "..\QRCodeLib\QRCodeLib.csproj", "{E98126B2-AF17-4783-96B9-856D6744DCA3}"
|
||||
@@ -11,6 +9,8 @@ Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MyControlOLEDBv2", "Sub\MyC
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SubProject", "SubProject", "{397B2121-17D0-4BC5-A6E7-3242222584E2}"
|
||||
EndProject
|
||||
Project("{6141683F-8A12-4E36-9623-2EB02B2C2303}") = "SetupIS", "Sub\SetupIS\SetupIS.isproj", "{EF46499A-14FC-451C-A8A3-AB58122904B0}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
CD_ROM|Any CPU = CD_ROM|Any CPU
|
||||
@@ -50,18 +50,28 @@ Global
|
||||
{326F9A0F-F714-432D-81CB-CED39EC6C424}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{326F9A0F-F714-432D-81CB-CED39EC6C424}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{326F9A0F-F714-432D-81CB-CED39EC6C424}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||
{EF46499A-14FC-451C-A8A3-AB58122904B0}.CD_ROM|Any CPU.ActiveCfg = CD_ROM
|
||||
{EF46499A-14FC-451C-A8A3-AB58122904B0}.CD_ROM|Any CPU.Build.0 = CD_ROM
|
||||
{EF46499A-14FC-451C-A8A3-AB58122904B0}.Debug|Any CPU.ActiveCfg = DVD-5
|
||||
{EF46499A-14FC-451C-A8A3-AB58122904B0}.Debug|Any CPU.Build.0 = DVD-5
|
||||
{EF46499A-14FC-451C-A8A3-AB58122904B0}.DVD-5|Any CPU.ActiveCfg = DVD-5
|
||||
{EF46499A-14FC-451C-A8A3-AB58122904B0}.DVD-5|Any CPU.Build.0 = DVD-5
|
||||
{EF46499A-14FC-451C-A8A3-AB58122904B0}.Release|Any CPU.ActiveCfg = SingleImage
|
||||
{EF46499A-14FC-451C-A8A3-AB58122904B0}.Release|Any CPU.Build.0 = SingleImage
|
||||
{EF46499A-14FC-451C-A8A3-AB58122904B0}.SingleImage|Any CPU.ActiveCfg = SingleImage
|
||||
{EF46499A-14FC-451C-A8A3-AB58122904B0}.SingleImage|Any CPU.Build.0 = SingleImage
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3} = {397B2121-17D0-4BC5-A6E7-3242222584E2}
|
||||
{326F9A0F-F714-432D-81CB-CED39EC6C424} = {397B2121-17D0-4BC5-A6E7-3242222584E2}
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3} = {397B2121-17D0-4BC5-A6E7-3242222584E2}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
Spices_ProjectFileName =
|
||||
Spices_CreateProject = -1
|
||||
Spices_ObfuscateProject = -1
|
||||
VisualSVNWorkingCopyRoot = .
|
||||
Spices_ObfuscateProject = -1
|
||||
Spices_CreateProject = -1
|
||||
Spices_ProjectFileName =
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
Binary file not shown.
6159
Sub/SetupIS/SetupIS.isl
Normal file
6159
Sub/SetupIS/SetupIS.isl
Normal file
File diff suppressed because it is too large
Load Diff
6050
Sub/SetupIS/SetupIS.isl.774
Normal file
6050
Sub/SetupIS/SetupIS.isl.774
Normal file
File diff suppressed because it is too large
Load Diff
31
Sub/SetupIS/SetupIS.isproj
Normal file
31
Sub/SetupIS/SetupIS.isproj
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<!-- Select a Product Configuration -->
|
||||
<InstallShieldProductConfiguration>Express</InstallShieldProductConfiguration>
|
||||
<!-- Select a Visual Studio Configuration / InstallShield Release -->
|
||||
<Configuration>Debug</Configuration>
|
||||
<InstallShieldRelease>$(Configuration)</InstallShieldRelease>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<!-- The InstallShieldProject item selects the project to build -->
|
||||
<InstallShieldProject Include="$(MSBuildProjectDirectory)\$(MSBuildProjectName).isl"/>
|
||||
<!-- The InstallShieldReleaseFlags sets Release Flags -->
|
||||
<!--<InstallShieldReleaseFlags Include=""/>-->
|
||||
<!-- The InstallShieldMergeModulePath specifies what directories are
|
||||
searched for Merge Modules -->
|
||||
<!--<InstallShieldMergeModulePath Include=""/>-->
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<!-- The ProjectReference items refer to any Visual Studio solutions you want to automatically probe for Project Output Groups. -->
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<!-- The TaggedOutputs items allow you to explicitly add extra files to output groups. Each item must include both Name and OutputGroup, as well as TargetPath metadata values. -->
|
||||
<!--<TaggedOutputs Include="C:\My Test Exe.exe">
|
||||
<Name>My Test Project</Name>
|
||||
<OutputGroup>Primary output</OutputGroup>
|
||||
<TargetPath>My Test Exe.exe</TargetPath>
|
||||
</TaggedOutputs> -->
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\InstallShield\2015Limited\InstallShield.targets"/>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user