Compare commits
10 Commits
3d7b335a06
...
7c1d7223d9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c1d7223d9 | ||
|
|
6998961925 | ||
|
|
c14b6e5cc1 | ||
|
|
d6655d54a8 | ||
|
|
32e56bb016 | ||
|
|
3fde205c2e | ||
|
|
12ade208a4 | ||
|
|
b5de188443 | ||
|
|
bbe80c65da | ||
|
|
76941ffc45 |
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
*.bak
|
||||
.vs
|
||||
debug
|
||||
bin
|
||||
*.v12
|
||||
*.v13
|
||||
obj
|
||||
release
|
||||
Prepare
|
||||
packages
|
||||
Binary file not shown.
@@ -29,7 +29,7 @@
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>None</DebugType>
|
||||
@@ -106,13 +106,13 @@
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\ArinClassV2\ArinClassV2\ArinClassV2.vbproj">
|
||||
<Project>{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}</Project>
|
||||
<ProjectReference Include="..\_Import\ArinClassV2\ArinClassV2\ArinClassV2.vbproj">
|
||||
<Project>{fc8d5f6b-9892-48a4-bd90-4fa6f427567c}</Project>
|
||||
<Name>ArinClassV2</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Z_Epole_Class\CEpole.vbproj">
|
||||
<Project>{78345183-B834-4478-BD7A-775BFCCE2168}</Project>
|
||||
<Name>CEpole</Name>
|
||||
<ProjectReference Include="..\_Import\Z_Epole_Class\Project_fp5\CEpole_fp5.vbproj">
|
||||
<Project>{a8ff605f-231e-4dc1-9cd8-fd1466fde5cd}</Project>
|
||||
<Name>CEpole_fp5</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>None</DebugType>
|
||||
@@ -106,13 +106,13 @@
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\ArinClassV2\ArinClassV2\ArinClassV2.vbproj">
|
||||
<Project>{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}</Project>
|
||||
<ProjectReference Include="..\_Import\ArinClassV2\ArinClassV2\ArinClassV2.vbproj">
|
||||
<Project>{fc8d5f6b-9892-48a4-bd90-4fa6f427567c}</Project>
|
||||
<Name>ArinClassV2</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Z_Epole_Class\CEpole.vbproj">
|
||||
<Project>{78345183-B834-4478-BD7A-775BFCCE2168}</Project>
|
||||
<Name>CEpole</Name>
|
||||
<ProjectReference Include="..\_Import\Z_Epole_Class\Project_fp5\CEpole_fp5.vbproj">
|
||||
<Project>{a8ff605f-231e-4dc1-9cd8-fd1466fde5cd}</Project>
|
||||
<Name>CEpole_fp5</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
|
||||
|
||||
@@ -68,19 +68,20 @@ Public Class PrintForm
|
||||
Dim FirstIndex As Short = 0
|
||||
Dim A_Firstindex As Short = 0
|
||||
|
||||
InitControl(IDX_일련번호, A_Firstindex, FirstIndex, 1, 20, Me.cb_seq, "일련번호", "U", "SEQPATTERN", )
|
||||
InitControl(IDX_행정도시, A_Firstindex, FirstIndex, 10, 20, Me.chk1, "행정도시", "A", "A21PATTERN")
|
||||
InitControl(IDX_지역명, A_Firstindex, FirstIndex, 10, 20, Me.chk2, "지역명", "B", "A1PATTERN")
|
||||
InitControl(IDX_번지, A_Firstindex, FirstIndex, 20, 20, Me.chk3, "번지", "C", "F1PATTERN")
|
||||
InitControl(IDX_관리번호1, A_Firstindex, FirstIndex, 20, 20, Me.chk4, "관리번호1", "D", "M1PATTERN")
|
||||
InitControl(IDX_관리번호2, A_Firstindex, FirstIndex, 20, 20, Me.chk5, "관리번호2", "E", "M2PATTERN")
|
||||
InitControl(IDX_문의전화1, A_Firstindex, FirstIndex, 1, 20, Me.chk6, "문의전화1", "F", "TEL1PATTERN")
|
||||
InitControl(IDX_문의전화2, A_Firstindex, FirstIndex, 1, 20, Me.chk7, "문의전화2", "G", "TEL2PATTERN")
|
||||
InitControl(IDX_비고1, A_Firstindex, FirstIndex, 1, 10, Me.chk8, "비고1", "H", "B1PATTERN")
|
||||
InitControl(IDX_비고2, A_Firstindex, FirstIndex, 1, 10, Me.chk9, "비고2", "I", "B2PATTERN")
|
||||
InitControl(IDX_비고3, A_Firstindex, FirstIndex, 1, 10, Me.chk10, "비고3", "J", "B3PATTERN")
|
||||
InitControl(IDX_고정문자1, A_Firstindex, FirstIndex, 1, 10, Me.chk20, "고정문자1", "V", "STATIC1PATTERN", True)
|
||||
InitControl(IDX_고정문자2, A_Firstindex, FirstIndex, 1, 10, Me.chk21, "고정문자2", "W", "STATIC2PATTERN", True)
|
||||
Dim MaxCharLen As Short = 50
|
||||
InitControl(IDX_일련번호, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.cb_seq, "일련번호", "U", "SEQPATTERN", )
|
||||
InitControl(IDX_행정도시, A_Firstindex, FirstIndex, 10, MaxCharLen, Me.chk1, "행정도시", "A", "A21PATTERN")
|
||||
InitControl(IDX_지역명, A_Firstindex, FirstIndex, 10, MaxCharLen, Me.chk2, "지역명", "B", "A1PATTERN")
|
||||
InitControl(IDX_번지, A_Firstindex, FirstIndex, 20, MaxCharLen, Me.chk3, "번지", "C", "F1PATTERN")
|
||||
InitControl(IDX_관리번호1, A_Firstindex, FirstIndex, 20, MaxCharLen, Me.chk4, "관리번호1", "D", "M1PATTERN")
|
||||
InitControl(IDX_관리번호2, A_Firstindex, FirstIndex, 20, MaxCharLen, Me.chk5, "관리번호2", "E", "M2PATTERN")
|
||||
InitControl(IDX_문의전화1, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.chk6, "문의전화1", "F", "TEL1PATTERN")
|
||||
InitControl(IDX_문의전화2, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.chk7, "문의전화2", "G", "TEL2PATTERN")
|
||||
InitControl(IDX_비고1, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.chk8, "비고1", "H", "B1PATTERN")
|
||||
InitControl(IDX_비고2, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.chk9, "비고2", "I", "B2PATTERN")
|
||||
InitControl(IDX_비고3, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.chk10, "비고3", "J", "B3PATTERN")
|
||||
InitControl(IDX_고정문자1, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.chk20, "고정문자1", "V", "STATIC1PATTERN", True)
|
||||
InitControl(IDX_고정문자2, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.chk21, "고정문자2", "W", "STATIC2PATTERN", True)
|
||||
|
||||
End Sub
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>None</DebugType>
|
||||
@@ -106,13 +106,13 @@
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\ArinClassV2\ArinClassV2\ArinClassV2.vbproj">
|
||||
<Project>{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}</Project>
|
||||
<ProjectReference Include="..\_Import\ArinClassV2\ArinClassV2\ArinClassV2.vbproj">
|
||||
<Project>{fc8d5f6b-9892-48a4-bd90-4fa6f427567c}</Project>
|
||||
<Name>ArinClassV2</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Z_Epole_Class\CEpole.vbproj">
|
||||
<Project>{78345183-B834-4478-BD7A-775BFCCE2168}</Project>
|
||||
<Name>CEpole</Name>
|
||||
<ProjectReference Include="..\_Import\Z_Epole_Class\Project_fp5\CEpole_fp5.vbproj">
|
||||
<Project>{a8ff605f-231e-4dc1-9cd8-fd1466fde5cd}</Project>
|
||||
<Name>CEpole_fp5</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
|
||||
|
||||
@@ -60,7 +60,7 @@ Module Common
|
||||
|
||||
Public StyleList() As SStyle
|
||||
|
||||
Public DataBaseFile As String = My.Application.Info.DirectoryPath & "\database\irea.mdb"
|
||||
Public DataBaseFile As String = My.Application.Info.DirectoryPath & "\database\simp.accdb"
|
||||
Public ini As New ACC.MyINI(My.Application.Info.DirectoryPath & "\epole.ini")
|
||||
'Public ConString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & DataBaseFile
|
||||
Public Arin As New acc.ARINCLASS
|
||||
|
||||
Binary file not shown.
137
Epole/EnDec.vb
Normal file
137
Epole/EnDec.vb
Normal file
@@ -0,0 +1,137 @@
|
||||
Imports System.Security.Cryptography
|
||||
|
||||
Public Class EnDec
|
||||
|
||||
Private TripleDes As New TripleDESCryptoServiceProvider
|
||||
Sub New(ByVal key As String)
|
||||
' Initialize the crypto provider.
|
||||
TripleDes.Key = TruncateHash(key, TripleDes.KeySize \ 8)
|
||||
TripleDes.IV = TruncateHash("", TripleDes.BlockSize \ 8)
|
||||
End Sub
|
||||
|
||||
Private Function TruncateHash( _
|
||||
ByVal key As String, _
|
||||
ByVal length As Integer) _
|
||||
As Byte()
|
||||
|
||||
Dim sha1 As New SHA1CryptoServiceProvider
|
||||
|
||||
' Hash the key.
|
||||
Dim keyBytes() As Byte = _
|
||||
System.Text.Encoding.Unicode.GetBytes(key)
|
||||
Dim hash() As Byte = sha1.ComputeHash(keyBytes)
|
||||
|
||||
' Truncate or pad the hash.
|
||||
ReDim Preserve hash(length - 1)
|
||||
Return hash
|
||||
End Function
|
||||
|
||||
''' <summary>
|
||||
''' 문자열의 암호화
|
||||
''' </summary>
|
||||
''' <param name="plaintext"></param>
|
||||
''' <returns></returns>
|
||||
''' <remarks></remarks>
|
||||
Public Function EncryptData( _
|
||||
ByVal plaintext As String) _
|
||||
As String
|
||||
|
||||
' Convert the plaintext string to a byte array.
|
||||
Dim plaintextBytes() As Byte = _
|
||||
System.Text.Encoding.Unicode.GetBytes(plaintext)
|
||||
|
||||
' Create the stream.
|
||||
Dim ms As New System.IO.MemoryStream
|
||||
' Create the encoder to write to the stream.
|
||||
Dim encStream As New CryptoStream(ms, _
|
||||
TripleDes.CreateEncryptor(), _
|
||||
System.Security.Cryptography.CryptoStreamMode.Write)
|
||||
|
||||
' Use the crypto stream to write the byte array to the stream.
|
||||
encStream.Write(plaintextBytes, 0, plaintextBytes.Length)
|
||||
encStream.FlushFinalBlock()
|
||||
|
||||
' Convert the encrypted stream to a printable string.
|
||||
Return Convert.ToBase64String(ms.ToArray)
|
||||
End Function
|
||||
|
||||
''' <summary>
|
||||
''' 복호화'
|
||||
''' </summary>
|
||||
''' <param name="encryptedtext"></param>
|
||||
''' <returns></returns>
|
||||
''' <remarks></remarks>
|
||||
Public Function DecryptData( _
|
||||
ByVal encryptedtext As String) _
|
||||
As String
|
||||
|
||||
' Convert the encrypted text string to a byte array.
|
||||
Dim encryptedBytes() As Byte = Convert.FromBase64String(encryptedtext)
|
||||
|
||||
' Create the stream.
|
||||
Dim ms As New System.IO.MemoryStream
|
||||
' Create the decoder to write to the stream.
|
||||
Dim decStream As New CryptoStream(ms, _
|
||||
TripleDes.CreateDecryptor(), _
|
||||
System.Security.Cryptography.CryptoStreamMode.Write)
|
||||
|
||||
' Use the crypto stream to write the byte array to the stream.
|
||||
decStream.Write(encryptedBytes, 0, encryptedBytes.Length)
|
||||
decStream.FlushFinalBlock()
|
||||
|
||||
' Convert the plaintext stream to a string.
|
||||
Return System.Text.Encoding.Unicode.GetString(ms.ToArray, 0, ms.Length)
|
||||
End Function
|
||||
|
||||
''' <summary>
|
||||
''' 파일로부터 문자열을 읽어옵니다.
|
||||
''' </summary>
|
||||
''' <param name="Filename"></param>
|
||||
''' <remarks></remarks>
|
||||
Public Function Read_STring(ByVal Filename As String) As String
|
||||
Dim FI As New System.IO.FileInfo(Filename)
|
||||
If FI.Exists = False Then
|
||||
MsgBox("필수파일이 존재하지않습니다", MsgBoxStyle.Critical, "확인")
|
||||
Return ""
|
||||
End If
|
||||
|
||||
Dim FS As New System.IO.FileStream(FI.FullName, IO.FileMode.Open)
|
||||
Dim SR As New System.IO.StreamReader(FS, System.Text.Encoding.Default)
|
||||
|
||||
Dim cipherText As String = SR.ReadToEnd
|
||||
SR.Close()
|
||||
FS.Close()
|
||||
|
||||
' DecryptData throws if the wrong password is used.
|
||||
Try
|
||||
Dim plainText As String = DecryptData(cipherText)
|
||||
Return plainText
|
||||
'MsgBox("해독값은? " & plainText)
|
||||
Catch ex As System.Security.Cryptography.CryptographicException
|
||||
Return ""
|
||||
MsgBox("암호화키가 일치하지않거나 기타 오류입니다")
|
||||
End Try
|
||||
|
||||
End Function
|
||||
|
||||
''' <summary>
|
||||
''' 파일에 해당 문자열을 기록합니다.
|
||||
''' </summary>
|
||||
''' <param name="Filename"></param>
|
||||
''' <param name="Contents"></param>
|
||||
''' <remarks></remarks>
|
||||
Public Sub Write_String(ByVal Filename As String, ByVal Contents As String)
|
||||
Dim cipherText As String = EncryptData(Contents)
|
||||
|
||||
Dim FI As New System.IO.FileInfo(Filename)
|
||||
Dim FS As New System.IO.FileStream(FI.FullName, IO.FileMode.Create)
|
||||
Dim SW As New System.IO.StreamWriter(FS, System.Text.Encoding.Default)
|
||||
'MsgBox("암호화된값은? " & cipherText)
|
||||
SW.Write(cipherText)
|
||||
SW.Flush()
|
||||
SW.Close()
|
||||
FS.Close()
|
||||
End Sub
|
||||
|
||||
|
||||
End Class
|
||||
99
Epole/MakeList.Designer.vb
generated
99
Epole/MakeList.Designer.vb
generated
@@ -21,14 +21,14 @@ Partial Class MakeList
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MakeList))
|
||||
Dim CheckBoxCellType2 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
|
||||
Dim ButtonCellType2 As FarPoint.Win.Spread.CellType.ButtonCellType = New FarPoint.Win.Spread.CellType.ButtonCellType()
|
||||
Dim DateTimeCellType2 As FarPoint.Win.Spread.CellType.DateTimeCellType = New FarPoint.Win.Spread.CellType.DateTimeCellType()
|
||||
Dim TextCellType2 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim NumberCellType2 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType()
|
||||
Dim CurrencyCellType3 As FarPoint.Win.Spread.CellType.CurrencyCellType = New FarPoint.Win.Spread.CellType.CurrencyCellType()
|
||||
Dim CurrencyCellType4 As FarPoint.Win.Spread.CellType.CurrencyCellType = New FarPoint.Win.Spread.CellType.CurrencyCellType()
|
||||
Dim ComboBoxCellType2 As FarPoint.Win.Spread.CellType.ComboBoxCellType = New FarPoint.Win.Spread.CellType.ComboBoxCellType()
|
||||
Dim CheckBoxCellType1 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType()
|
||||
Dim ButtonCellType1 As FarPoint.Win.Spread.CellType.ButtonCellType = New FarPoint.Win.Spread.CellType.ButtonCellType()
|
||||
Dim DateTimeCellType1 As FarPoint.Win.Spread.CellType.DateTimeCellType = New FarPoint.Win.Spread.CellType.DateTimeCellType()
|
||||
Dim TextCellType1 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType()
|
||||
Dim NumberCellType1 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType()
|
||||
Dim CurrencyCellType1 As FarPoint.Win.Spread.CellType.CurrencyCellType = New FarPoint.Win.Spread.CellType.CurrencyCellType()
|
||||
Dim CurrencyCellType2 As FarPoint.Win.Spread.CellType.CurrencyCellType = New FarPoint.Win.Spread.CellType.CurrencyCellType()
|
||||
Dim ComboBoxCellType1 As FarPoint.Win.Spread.CellType.ComboBoxCellType = New FarPoint.Win.Spread.CellType.ComboBoxCellType()
|
||||
Me.PRB1 = New System.Windows.Forms.ToolStripProgressBar()
|
||||
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
|
||||
Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
|
||||
@@ -157,6 +157,7 @@ Partial Class MakeList
|
||||
Me.BindingNavigatorPositionItem.AccessibleName = "위치"
|
||||
Me.BindingNavigatorPositionItem.AutoSize = False
|
||||
Me.BindingNavigatorPositionItem.Enabled = False
|
||||
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"
|
||||
@@ -324,6 +325,7 @@ Partial Class MakeList
|
||||
'
|
||||
Me.ToolStripTextBox1.AccessibleName = "위치"
|
||||
Me.ToolStripTextBox1.AutoSize = False
|
||||
Me.ToolStripTextBox1.Font = New System.Drawing.Font("맑은 고딕", 9.0!)
|
||||
Me.ToolStripTextBox1.Name = "ToolStripTextBox1"
|
||||
Me.ToolStripTextBox1.Size = New System.Drawing.Size(25, 21)
|
||||
Me.ToolStripTextBox1.Text = "0"
|
||||
@@ -477,25 +479,28 @@ Partial Class MakeList
|
||||
'mbt_newkaro
|
||||
'
|
||||
Me.mbt_newkaro.Name = "mbt_newkaro"
|
||||
Me.mbt_newkaro.Size = New System.Drawing.Size(134, 22)
|
||||
Me.mbt_newkaro.Size = New System.Drawing.Size(180, 22)
|
||||
Me.mbt_newkaro.Tag = "B"
|
||||
Me.mbt_newkaro.Text = "가로등"
|
||||
'
|
||||
'mbt_newjungak
|
||||
'
|
||||
Me.mbt_newjungak.Enabled = False
|
||||
Me.mbt_newjungak.ForeColor = System.Drawing.Color.Red
|
||||
Me.mbt_newjungak.Name = "mbt_newjungak"
|
||||
Me.mbt_newjungak.Size = New System.Drawing.Size(134, 22)
|
||||
Me.mbt_newjungak.Size = New System.Drawing.Size(180, 22)
|
||||
Me.mbt_newjungak.Tag = "C"
|
||||
Me.mbt_newjungak.Text = "정액등"
|
||||
Me.mbt_newjungak.Visible = False
|
||||
'
|
||||
'mbt_newsknetworks
|
||||
'
|
||||
Me.mbt_newsknetworks.ForeColor = System.Drawing.Color.Red
|
||||
Me.mbt_newsknetworks.Name = "mbt_newsknetworks"
|
||||
Me.mbt_newsknetworks.Size = New System.Drawing.Size(134, 22)
|
||||
Me.mbt_newsknetworks.Size = New System.Drawing.Size(180, 22)
|
||||
Me.mbt_newsknetworks.Tag = "D"
|
||||
Me.mbt_newsknetworks.Text = "기타번호찰"
|
||||
Me.mbt_newsknetworks.Visible = False
|
||||
'
|
||||
'mbt_homepage
|
||||
'
|
||||
@@ -517,19 +522,19 @@ Partial Class MakeList
|
||||
'mbT_about
|
||||
'
|
||||
Me.mbT_about.Name = "mbT_about"
|
||||
Me.mbT_about.Size = New System.Drawing.Size(152, 22)
|
||||
Me.mbT_about.Size = New System.Drawing.Size(134, 22)
|
||||
Me.mbT_about.Text = "인증정보"
|
||||
'
|
||||
'ToolStripMenuItem3
|
||||
'
|
||||
Me.ToolStripMenuItem3.Name = "ToolStripMenuItem3"
|
||||
Me.ToolStripMenuItem3.Size = New System.Drawing.Size(149, 6)
|
||||
Me.ToolStripMenuItem3.Size = New System.Drawing.Size(131, 6)
|
||||
'
|
||||
'bt_howto
|
||||
'
|
||||
Me.bt_howto.Enabled = False
|
||||
Me.bt_howto.Name = "bt_howto"
|
||||
Me.bt_howto.Size = New System.Drawing.Size(152, 22)
|
||||
Me.bt_howto.Size = New System.Drawing.Size(134, 22)
|
||||
Me.bt_howto.Text = "사용설명서"
|
||||
'
|
||||
'ToolStripMenuItem4
|
||||
@@ -613,27 +618,27 @@ Partial Class MakeList
|
||||
Me.view1_Sheet1.Columns.Get(0).Locked = False
|
||||
Me.view1_Sheet1.Columns.Get(0).Visible = False
|
||||
Me.view1_Sheet1.Columns.Get(0).Width = 50.0!
|
||||
Me.view1_Sheet1.Columns.Get(1).CellType = CheckBoxCellType2
|
||||
Me.view1_Sheet1.Columns.Get(1).CellType = CheckBoxCellType1
|
||||
Me.view1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.view1_Sheet1.Columns.Get(1).Label = "선택"
|
||||
Me.view1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.view1_Sheet1.Columns.Get(1).Width = 39.0!
|
||||
ButtonCellType2.ButtonColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
ButtonCellType2.ButtonColor2 = System.Drawing.SystemColors.ButtonFace
|
||||
ButtonCellType2.Picture = CType(resources.GetObject("ButtonCellType2.Picture"), System.Drawing.Image)
|
||||
Me.view1_Sheet1.Columns.Get(2).CellType = ButtonCellType2
|
||||
ButtonCellType1.ButtonColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
ButtonCellType1.ButtonColor2 = System.Drawing.SystemColors.ButtonFace
|
||||
ButtonCellType1.Picture = CType(resources.GetObject("ButtonCellType1.Picture"), System.Drawing.Image)
|
||||
Me.view1_Sheet1.Columns.Get(2).CellType = ButtonCellType1
|
||||
Me.view1_Sheet1.Columns.Get(2).Label = "보기"
|
||||
Me.view1_Sheet1.Columns.Get(2).Width = 39.0!
|
||||
Me.view1_Sheet1.Columns.Get(3).AllowAutoSort = True
|
||||
DateTimeCellType2.Calendar = CType(resources.GetObject("DateTimeCellType2.Calendar"), System.Globalization.Calendar)
|
||||
DateTimeCellType2.CalendarDayFont = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
DateTimeCellType2.CalendarSurroundingDaysColor = System.Drawing.SystemColors.GrayText
|
||||
DateTimeCellType2.DateDefault = New Date(2007, 7, 15, 11, 18, 31, 0)
|
||||
DateTimeCellType2.DateTimeFormat = FarPoint.Win.Spread.CellType.DateTimeFormat.UserDefined
|
||||
DateTimeCellType2.MaximumTime = System.TimeSpan.Parse("23:59:59.9999999")
|
||||
DateTimeCellType2.TimeDefault = New Date(2007, 7, 15, 11, 18, 31, 0)
|
||||
DateTimeCellType2.UserDefinedFormat = "yyyy-MM-dd"
|
||||
Me.view1_Sheet1.Columns.Get(3).CellType = DateTimeCellType2
|
||||
DateTimeCellType1.Calendar = CType(resources.GetObject("DateTimeCellType1.Calendar"), System.Globalization.Calendar)
|
||||
DateTimeCellType1.CalendarDayFont = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
DateTimeCellType1.CalendarSurroundingDaysColor = System.Drawing.SystemColors.GrayText
|
||||
DateTimeCellType1.DateDefault = New Date(2007, 7, 15, 11, 18, 31, 0)
|
||||
DateTimeCellType1.DateTimeFormat = FarPoint.Win.Spread.CellType.DateTimeFormat.UserDefined
|
||||
DateTimeCellType1.MaximumTime = System.TimeSpan.Parse("23:59:59.9999999")
|
||||
DateTimeCellType1.TimeDefault = New Date(2007, 7, 15, 11, 18, 31, 0)
|
||||
DateTimeCellType1.UserDefinedFormat = "yyyy-MM-dd"
|
||||
Me.view1_Sheet1.Columns.Get(3).CellType = DateTimeCellType1
|
||||
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 = "날짜"
|
||||
@@ -645,37 +650,37 @@ Partial Class MakeList
|
||||
Me.view1_Sheet1.Columns.Get(4).Label = "거래처명"
|
||||
Me.view1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.view1_Sheet1.Columns.Get(4).Width = 79.0!
|
||||
Me.view1_Sheet1.Columns.Get(5).CellType = TextCellType2
|
||||
Me.view1_Sheet1.Columns.Get(5).CellType = TextCellType1
|
||||
Me.view1_Sheet1.Columns.Get(5).DataField = "비고"
|
||||
Me.view1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.view1_Sheet1.Columns.Get(5).Label = "작업내용"
|
||||
Me.view1_Sheet1.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.view1_Sheet1.Columns.Get(5).Width = 63.0!
|
||||
NumberCellType2.DecimalPlaces = 0
|
||||
NumberCellType2.ReadOnly = True
|
||||
NumberCellType2.Separator = ","
|
||||
NumberCellType2.ShowSeparator = True
|
||||
Me.view1_Sheet1.Columns.Get(6).CellType = NumberCellType2
|
||||
NumberCellType1.DecimalPlaces = 0
|
||||
NumberCellType1.ReadOnly = True
|
||||
NumberCellType1.Separator = ","
|
||||
NumberCellType1.ShowSeparator = True
|
||||
Me.view1_Sheet1.Columns.Get(6).CellType = NumberCellType1
|
||||
Me.view1_Sheet1.Columns.Get(6).DataField = "총수량"
|
||||
Me.view1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right
|
||||
Me.view1_Sheet1.Columns.Get(6).Label = "총수량"
|
||||
Me.view1_Sheet1.Columns.Get(6).Locked = True
|
||||
Me.view1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.view1_Sheet1.Columns.Get(6).Width = 51.0!
|
||||
CurrencyCellType3.Separator = ","
|
||||
CurrencyCellType3.ShowCurrencySymbol = False
|
||||
CurrencyCellType3.ShowSeparator = True
|
||||
Me.view1_Sheet1.Columns.Get(7).CellType = CurrencyCellType3
|
||||
CurrencyCellType1.Separator = ","
|
||||
CurrencyCellType1.ShowCurrencySymbol = False
|
||||
CurrencyCellType1.ShowSeparator = True
|
||||
Me.view1_Sheet1.Columns.Get(7).CellType = CurrencyCellType1
|
||||
Me.view1_Sheet1.Columns.Get(7).DataField = "단가"
|
||||
Me.view1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right
|
||||
Me.view1_Sheet1.Columns.Get(7).Label = "단가"
|
||||
Me.view1_Sheet1.Columns.Get(7).Locked = True
|
||||
Me.view1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.view1_Sheet1.Columns.Get(7).Width = 39.0!
|
||||
CurrencyCellType4.Separator = ","
|
||||
CurrencyCellType4.ShowCurrencySymbol = False
|
||||
CurrencyCellType4.ShowSeparator = True
|
||||
Me.view1_Sheet1.Columns.Get(8).CellType = CurrencyCellType4
|
||||
CurrencyCellType2.Separator = ","
|
||||
CurrencyCellType2.ShowCurrencySymbol = False
|
||||
CurrencyCellType2.ShowSeparator = True
|
||||
Me.view1_Sheet1.Columns.Get(8).CellType = CurrencyCellType2
|
||||
Me.view1_Sheet1.Columns.Get(8).DataField = "금액"
|
||||
Me.view1_Sheet1.Columns.Get(8).Formula = "RC[-2]*RC[-1]"
|
||||
Me.view1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right
|
||||
@@ -683,11 +688,11 @@ Partial Class MakeList
|
||||
Me.view1_Sheet1.Columns.Get(8).Locked = True
|
||||
Me.view1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center
|
||||
Me.view1_Sheet1.Columns.Get(8).Width = 39.0!
|
||||
ComboBoxCellType2.ButtonAlign = FarPoint.Win.ButtonAlign.Right
|
||||
ComboBoxCellType2.EditorValue = FarPoint.Win.Spread.CellType.EditorValue.ItemData
|
||||
ComboBoxCellType2.ItemData = New String() {"0", "1", "2", "3", "4", "5", "6", "7"}
|
||||
ComboBoxCellType2.Items = New String() {"가공", "지중", "수용", "일반번호찰", "가로등", "정액등", "보안등", "기타번호찰"}
|
||||
Me.view1_Sheet1.Columns.Get(9).CellType = ComboBoxCellType2
|
||||
ComboBoxCellType1.ButtonAlign = FarPoint.Win.ButtonAlign.Right
|
||||
ComboBoxCellType1.EditorValue = FarPoint.Win.Spread.CellType.EditorValue.ItemData
|
||||
ComboBoxCellType1.ItemData = New String() {"0", "1", "2", "3", "4", "5", "6", "7"}
|
||||
ComboBoxCellType1.Items = New String() {"가공", "지중", "수용", "일반번호찰", "가로등", "정액등", "보안등", "기타번호찰"}
|
||||
Me.view1_Sheet1.Columns.Get(9).CellType = ComboBoxCellType1
|
||||
Me.view1_Sheet1.Columns.Get(9).DataField = "번호찰구분"
|
||||
Me.view1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center
|
||||
Me.view1_Sheet1.Columns.Get(9).Label = "종류"
|
||||
|
||||
@@ -156,9 +156,6 @@
|
||||
<metadata name="IreaDataSet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>293, 17</value>
|
||||
</metadata>
|
||||
<metadata name="IreaDataSet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>293, 17</value>
|
||||
</metadata>
|
||||
<metadata name="cm.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>791, 17</value>
|
||||
</metadata>
|
||||
@@ -297,7 +294,7 @@
|
||||
<metadata name="view1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>664, 17</value>
|
||||
</metadata>
|
||||
<data name="ButtonCellType2.Picture" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<data name="ButtonCellType1.Picture" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6
|
||||
JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA7AAAAOwAFq1okJAAABcElE
|
||||
@@ -310,14 +307,14 @@
|
||||
4BQAJH4B0qBEm6dSDJUAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="DateTimeCellType2.Calendar" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<data name="DateTimeCellType1.Calendar" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>
|
||||
AAEAAAD/////AQAAAAAAAAAEAQAAACZTeXN0ZW0uR2xvYmFsaXphdGlvbi5HcmVnb3JpYW5DYWxlbmRh
|
||||
cgYAAAAGbV90eXBlEW1fY3VycmVudEVyYVZhbHVlD3R3b0RpZ2l0WWVhck1heBpDYWxlbmRhcittX2N1
|
||||
cnJlbnRFcmFWYWx1ZRVDYWxlbmRhcittX2lzUmVhZE9ubHkYQ2FsZW5kYXIrdHdvRGlnaXRZZWFyTWF4
|
||||
AwAAAAAAK1N5c3RlbS5HbG9iYWxpemF0aW9uLkdyZWdvcmlhbkNhbGVuZGFyVHlwZXMICAgBCAT+////
|
||||
K1N5c3RlbS5HbG9iYWxpemF0aW9uLkdyZWdvcmlhbkNhbGVuZGFyVHlwZXMBAAAAB3ZhbHVlX18ACAEA
|
||||
AAD/////7QcAAP////8A7QcAAAs=
|
||||
AAD/////AQgAAP////8AAQgAAAs=
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
|
||||
@@ -30,9 +30,10 @@ Public Class MakeList
|
||||
End Sub
|
||||
|
||||
Private Sub MakeList_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown
|
||||
If e.KeyCode = Keys.F12 Then
|
||||
If e.Control AndAlso e.Shift AndAlso e.KeyCode = Keys.F1 Then
|
||||
Dim msg As String = InputBox("pass")
|
||||
If msg = "arin" Then Admin = True 'UserInfo.Type = E_AuthType.Admin
|
||||
Dim pass As String = DateTime.Now.ToString("ddMMyyyy")
|
||||
If msg = pass Then Admin = True 'UserInfo.Type = E_AuthType.Admin
|
||||
ShowMenu()
|
||||
End If
|
||||
End Sub
|
||||
@@ -82,13 +83,17 @@ Public Class MakeList
|
||||
' Me.lb_auth.ForeColor = Color.Black
|
||||
'End Select
|
||||
|
||||
ShowMenu()
|
||||
'ShowMenu()
|
||||
|
||||
'If UserInfo.Type = E_AuthType.Demo Then
|
||||
' If DemoDlg.ShowDialog() <> Windows.Forms.DialogResult.OK Then End
|
||||
'End If
|
||||
|
||||
Me.Text = My.Application.Info.ProductName & " Ver. {0}.{1:00}.{2}.{3}"
|
||||
Dim bit64 As String = "x86"
|
||||
If (Environment.Is64BitProcess) Then bit64 = "x64"
|
||||
|
||||
|
||||
Me.Text = $"{My.Application.Info.ProductName} Ver. {0}.{1:00}.{2}.{3} - {bit64}"
|
||||
Me.Text = System.String.Format(Me.Text, My.Application.Info.Version.Major, My.Application.Info.Version.Minor, My.Application.Info.Version.Build, My.Application.Info.Version.Revision)
|
||||
Me.view1.Font = New Font(ViewFont.FontName, ViewFont.FontSize, Me.Font.Style) '//글자정보 불러오기
|
||||
' Me.ToolStrip1.Font = New Font(MenuFont.FontName, MenuFont.FontSize, Me.Font.Style) '//글자정보 불러오기
|
||||
|
||||
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
||||
' 지정되도록 할 수 있습니다.
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("19.05.05.2200")>
|
||||
<Assembly: AssemblyFileVersion("19.05.05.2200")>
|
||||
<Assembly: AssemblyVersion("23.10.01.2240")>
|
||||
<Assembly: AssemblyFileVersion("23.10.01.2240")>
|
||||
|
||||
7
Epole/My Project/Settings.Designer.vb
generated
7
Epole/My Project/Settings.Designer.vb
generated
@@ -15,7 +15,7 @@ Option Explicit On
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0"), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.7.0.0"), _
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Partial Friend NotInheritable Class MySettings
|
||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||
@@ -29,7 +29,7 @@ Namespace My
|
||||
Private Shared addedHandlerLockObject As New Object
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
|
||||
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
|
||||
If My.Application.SaveMySettingsOnExit Then
|
||||
My.Settings.Save()
|
||||
End If
|
||||
@@ -57,7 +57,8 @@ Namespace My
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\DataBase\irea.mdb")> _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\DataBase\simp.accdb"& _
|
||||
"")> _
|
||||
Public ReadOnly Property ireaConnectionString() As String
|
||||
Get
|
||||
Return CType(Me("ireaConnectionString"),String)
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
<Settings>
|
||||
<Setting Name="ireaConnectionString" Type="(Connection string)" Scope="Application">
|
||||
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
||||
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\DataBase\irea.mdb</ConnectionString>
|
||||
<SerializableConnectionString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<ConnectionString>Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\DataBase\simp.accdb</ConnectionString>
|
||||
<ProviderName>System.Data.OleDb</ProviderName>
|
||||
</SerializableConnectionString></DesignTimeValue>
|
||||
<Value Profile="(Default)">Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\DataBase\irea.mdb</Value>
|
||||
<Value Profile="(Default)">Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\DataBase\simp.accdb</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
@@ -1,2 +1 @@
|
||||
FarPoint.Win.Spread.FpSpread, FarPoint.Win.Spread, Version=5.0.2005.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457
|
||||
FarPoint.Win.Spread.FpSpread, FarPoint.Win.Spread, Version=5.0.3518.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457
|
||||
FarPoint.Win.Spread.FpSpread, FarPoint.Win.Spread, Version=5.0.3505.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
190505 인증로직변경
|
||||
210118 기울임글꼴 및 언더라인이 적용되도록 함
|
||||
190505 인증로직변경
|
||||
170717 * 가로등입력화면 관리번호2에서 틀고정
|
||||
* 통합번호찰 프로그램(가로등) 으로 프로그램및 폴더명 모두 수정
|
||||
* 분리출력시 페이지 이동시에 데이터가 1개 누락되는 현상 제거
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
<configSections>
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="EpoleNetv3.My.MySettings.ireaConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\DataBase\irea.mdb" providerName="System.Data.OleDb"/>
|
||||
<add name="EpoleNetv3.My.MySettings.ireaConnectionString" connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\DataBase\simp.accdb"
|
||||
providerName="System.Data.OleDb" />
|
||||
</connectionStrings>
|
||||
<system.diagnostics>
|
||||
<sources>
|
||||
|
||||
34
Epole/dialogForm/DemoDlg.Designer.vb
generated
34
Epole/dialogForm/DemoDlg.Designer.vb
generated
@@ -37,6 +37,8 @@ Partial Class DemoDlg
|
||||
Me.LabelCopyright = New System.Windows.Forms.Label()
|
||||
Me.LabelCompanyName = New System.Windows.Forms.Label()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.Button3 = New System.Windows.Forms.Button()
|
||||
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
|
||||
@@ -137,6 +139,8 @@ Partial Class DemoDlg
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Panel1.Controls.Add(Me.Button3)
|
||||
Me.Panel1.Controls.Add(Me.Panel2)
|
||||
Me.Panel1.Controls.Add(Me.Button2)
|
||||
Me.Panel1.Controls.Add(Me.Button1)
|
||||
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
@@ -145,6 +149,27 @@ Partial Class DemoDlg
|
||||
Me.Panel1.Size = New System.Drawing.Size(348, 24)
|
||||
Me.Panel1.TabIndex = 2
|
||||
'
|
||||
'Button3
|
||||
'
|
||||
Me.Button3.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Button3.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||||
Me.Button3.Dock = System.Windows.Forms.DockStyle.Right
|
||||
Me.Button3.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.Button3.Location = New System.Drawing.Point(174, 0)
|
||||
Me.Button3.Name = "Button3"
|
||||
Me.Button3.Size = New System.Drawing.Size(99, 24)
|
||||
Me.Button3.TabIndex = 3
|
||||
Me.Button3.Text = "인증키입력"
|
||||
Me.Button3.UseVisualStyleBackColor = False
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Right
|
||||
Me.Panel2.Location = New System.Drawing.Point(273, 0)
|
||||
Me.Panel2.Name = "Panel2"
|
||||
Me.Panel2.Size = New System.Drawing.Size(11, 24)
|
||||
Me.Panel2.TabIndex = 4
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.BackColor = System.Drawing.Color.Transparent
|
||||
@@ -159,13 +184,13 @@ Partial Class DemoDlg
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.Button1.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||||
Me.Button1.Dock = System.Windows.Forms.DockStyle.Right
|
||||
Me.Button1.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.Button1.Location = New System.Drawing.Point(284, -1)
|
||||
Me.Button1.Location = New System.Drawing.Point(284, 0)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(64, 25)
|
||||
Me.Button1.Size = New System.Drawing.Size(64, 24)
|
||||
Me.Button1.TabIndex = 1
|
||||
Me.Button1.Text = "확인(&O)"
|
||||
Me.Button1.UseVisualStyleBackColor = False
|
||||
@@ -234,5 +259,6 @@ Partial Class DemoDlg
|
||||
Friend WithEvents Button2 As System.Windows.Forms.Button
|
||||
Friend WithEvents lb_expiredate As System.Windows.Forms.Label
|
||||
Friend WithEvents lb_msg As System.Windows.Forms.Label
|
||||
|
||||
Friend WithEvents Button3 As Button
|
||||
Friend WithEvents Panel2 As Panel
|
||||
End Class
|
||||
|
||||
@@ -82,5 +82,8 @@
|
||||
End If
|
||||
End Sub
|
||||
|
||||
|
||||
Private Sub Button3_Click_1(sender As Object, e As EventArgs) Handles Button3.Click
|
||||
Dim f As New fAuth()
|
||||
f.ShowDialog()
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
56
Epole/dialogForm/SplashScreen.Designer.vb
generated
56
Epole/dialogForm/SplashScreen.Designer.vb
generated
@@ -22,12 +22,12 @@ Partial Class SplashScreen
|
||||
'코드 편집기를 사용하여 수정하지 마십시오.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.MainLayoutPanel = New System.Windows.Forms.TableLayoutPanel
|
||||
Me.lb_msg = New System.Windows.Forms.Label
|
||||
Me.DetailsLayoutPanel = New System.Windows.Forms.TableLayoutPanel
|
||||
Me.Copyright = New System.Windows.Forms.Label
|
||||
Me.Version = New System.Windows.Forms.Label
|
||||
Me.ApplicationTitle = New System.Windows.Forms.Label
|
||||
Me.MainLayoutPanel = New System.Windows.Forms.TableLayoutPanel()
|
||||
Me.lb_msg = New System.Windows.Forms.Label()
|
||||
Me.DetailsLayoutPanel = New System.Windows.Forms.TableLayoutPanel()
|
||||
Me.Copyright = New System.Windows.Forms.Label()
|
||||
Me.Version = New System.Windows.Forms.Label()
|
||||
Me.ApplicationTitle = New System.Windows.Forms.Label()
|
||||
Me.MainLayoutPanel.SuspendLayout()
|
||||
Me.DetailsLayoutPanel.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
@@ -37,29 +37,31 @@ Partial Class SplashScreen
|
||||
Me.MainLayoutPanel.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.MainLayoutPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
||||
Me.MainLayoutPanel.ColumnCount = 1
|
||||
Me.MainLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 286.0!))
|
||||
Me.MainLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 545.0!))
|
||||
Me.MainLayoutPanel.Controls.Add(Me.lb_msg, 0, 2)
|
||||
Me.MainLayoutPanel.Controls.Add(Me.DetailsLayoutPanel, 0, 1)
|
||||
Me.MainLayoutPanel.Controls.Add(Me.ApplicationTitle, 0, 0)
|
||||
Me.MainLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.MainLayoutPanel.Location = New System.Drawing.Point(0, 0)
|
||||
Me.MainLayoutPanel.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
||||
Me.MainLayoutPanel.Name = "MainLayoutPanel"
|
||||
Me.MainLayoutPanel.RowCount = 3
|
||||
Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70.0!))
|
||||
Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 18.0!))
|
||||
Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.0!))
|
||||
Me.MainLayoutPanel.Size = New System.Drawing.Size(424, 252)
|
||||
Me.MainLayoutPanel.Size = New System.Drawing.Size(694, 364)
|
||||
Me.MainLayoutPanel.TabIndex = 0
|
||||
'
|
||||
'lb_msg
|
||||
'
|
||||
Me.lb_msg.BackColor = System.Drawing.Color.Transparent
|
||||
Me.lb_msg.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.lb_msg.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.lb_msg.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.lb_msg.ForeColor = System.Drawing.Color.Black
|
||||
Me.lb_msg.Location = New System.Drawing.Point(3, 221)
|
||||
Me.lb_msg.Location = New System.Drawing.Point(4, 319)
|
||||
Me.lb_msg.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.lb_msg.Name = "lb_msg"
|
||||
Me.lb_msg.Size = New System.Drawing.Size(418, 31)
|
||||
Me.lb_msg.Size = New System.Drawing.Size(686, 45)
|
||||
Me.lb_msg.TabIndex = 2
|
||||
Me.lb_msg.Text = "[]"
|
||||
Me.lb_msg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
@@ -68,26 +70,28 @@ Partial Class SplashScreen
|
||||
'
|
||||
Me.DetailsLayoutPanel.BackColor = System.Drawing.Color.Transparent
|
||||
Me.DetailsLayoutPanel.ColumnCount = 1
|
||||
Me.DetailsLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 490.0!))
|
||||
Me.DetailsLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 630.0!))
|
||||
Me.DetailsLayoutPanel.Controls.Add(Me.Copyright, 0, 1)
|
||||
Me.DetailsLayoutPanel.Controls.Add(Me.Version, 0, 0)
|
||||
Me.DetailsLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.DetailsLayoutPanel.Location = New System.Drawing.Point(3, 179)
|
||||
Me.DetailsLayoutPanel.Location = New System.Drawing.Point(4, 259)
|
||||
Me.DetailsLayoutPanel.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
||||
Me.DetailsLayoutPanel.Name = "DetailsLayoutPanel"
|
||||
Me.DetailsLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 53.0303!))
|
||||
Me.DetailsLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 46.9697!))
|
||||
Me.DetailsLayoutPanel.Size = New System.Drawing.Size(418, 39)
|
||||
Me.DetailsLayoutPanel.Size = New System.Drawing.Size(686, 55)
|
||||
Me.DetailsLayoutPanel.TabIndex = 1
|
||||
'
|
||||
'Copyright
|
||||
'
|
||||
Me.Copyright.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Copyright.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.Copyright.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Copyright.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Copyright.ForeColor = System.Drawing.Color.Black
|
||||
Me.Copyright.Location = New System.Drawing.Point(3, 20)
|
||||
Me.Copyright.Location = New System.Drawing.Point(4, 29)
|
||||
Me.Copyright.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Copyright.Name = "Copyright"
|
||||
Me.Copyright.Size = New System.Drawing.Size(484, 19)
|
||||
Me.Copyright.Size = New System.Drawing.Size(678, 26)
|
||||
Me.Copyright.TabIndex = 2
|
||||
Me.Copyright.Text = "저작권"
|
||||
'
|
||||
@@ -95,11 +99,12 @@ Partial Class SplashScreen
|
||||
'
|
||||
Me.Version.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Version.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.Version.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Version.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Version.ForeColor = System.Drawing.Color.Black
|
||||
Me.Version.Location = New System.Drawing.Point(3, 0)
|
||||
Me.Version.Location = New System.Drawing.Point(4, 0)
|
||||
Me.Version.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Version.Name = "Version"
|
||||
Me.Version.Size = New System.Drawing.Size(484, 20)
|
||||
Me.Version.Size = New System.Drawing.Size(678, 29)
|
||||
Me.Version.TabIndex = 1
|
||||
Me.Version.Text = "Version {0}.{1:00}.{2}.{3}"
|
||||
'
|
||||
@@ -108,21 +113,24 @@ Partial Class SplashScreen
|
||||
Me.ApplicationTitle.BackColor = System.Drawing.Color.Transparent
|
||||
Me.ApplicationTitle.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.ApplicationTitle.Font = New System.Drawing.Font("맑은 고딕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.ApplicationTitle.Location = New System.Drawing.Point(3, 0)
|
||||
Me.ApplicationTitle.Location = New System.Drawing.Point(4, 0)
|
||||
Me.ApplicationTitle.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.ApplicationTitle.Name = "ApplicationTitle"
|
||||
Me.ApplicationTitle.Size = New System.Drawing.Size(418, 176)
|
||||
Me.ApplicationTitle.Size = New System.Drawing.Size(686, 254)
|
||||
Me.ApplicationTitle.TabIndex = 0
|
||||
Me.ApplicationTitle.Text = "응용 프로그램 제목"
|
||||
Me.ApplicationTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'SplashScreen
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 21.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(424, 252)
|
||||
Me.ClientSize = New System.Drawing.Size(694, 364)
|
||||
Me.ControlBox = False
|
||||
Me.Controls.Add(Me.MainLayoutPanel)
|
||||
Me.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
||||
Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "SplashScreen"
|
||||
|
||||
@@ -112,9 +112,9 @@
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
@@ -18,10 +18,22 @@ Public NotInheritable Class SplashScreen
|
||||
Copyright.Text = My.Application.Info.Copyright
|
||||
Me.Show() : My.Application.DoEvents()
|
||||
|
||||
'스타일팩확인
|
||||
Dim fistyle As New System.IO.FileInfo("StylePack.zip")
|
||||
If fistyle.Exists Then
|
||||
Dim fzip As New fExtractZip(fistyle.FullName)
|
||||
fzip.ShowDialog()
|
||||
Try
|
||||
System.IO.File.Delete(fistyle.FullName)
|
||||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
End If
|
||||
|
||||
If Not LoadINI() Then End '//환경파일 불러오기실패시 종료한다.
|
||||
If Command() <> "ARIN" AndAlso Not ReadAuth() Then '//에러났을떄는 카운터를 확인
|
||||
'//사용횟수가 10번ㅇ르 초과했는지 확인
|
||||
Runcnt = Me.ReadAuthcount
|
||||
RunCnt = Me.ReadAuthcount
|
||||
Dim f As New fAuth()
|
||||
If (f.ShowDialog <> Windows.Forms.DialogResult.OK) Then
|
||||
End
|
||||
@@ -46,8 +58,13 @@ Public NotInheritable Class SplashScreen
|
||||
|
||||
|
||||
'If Not ReadAuth() Then DemoDlg.ShowDialog()
|
||||
If Not LoadReg() Then End '//레지스트리정보 실패시 종료
|
||||
If Not Connect() Then End '//연결정보 실패시 종료
|
||||
If Not LoadReg() Then
|
||||
|
||||
End '//레지스트리정보 실패시 종료
|
||||
End If
|
||||
If Not Connect() Then
|
||||
End '//연결정보 실패시 종료
|
||||
End If
|
||||
Me.lb_msg.Text = ""
|
||||
|
||||
MakeList.Show()
|
||||
@@ -107,7 +124,7 @@ Public NotInheritable Class SplashScreen
|
||||
Return False
|
||||
End If
|
||||
|
||||
Rundate = Date.FromFileTimeUtc(install)
|
||||
RunDate = Date.FromFileTimeUtc(install)
|
||||
|
||||
Return True
|
||||
' MsgBox(auth.GetDateNumberEnc(Now))
|
||||
@@ -181,7 +198,11 @@ Public NotInheritable Class SplashScreen
|
||||
Private Function Connect() As Boolean
|
||||
Me.lb_msg.Text = "데이터베이스확인중..."
|
||||
Dim Dbpath As String = My.Application.Info.DirectoryPath & "\database"
|
||||
If Not System.IO.File.Exists(DataBaseFile) Then Return False
|
||||
If Not System.IO.File.Exists(DataBaseFile) Then
|
||||
MsgBox("데이터베이스 파일이 없습니다", MsgBoxStyle.Critical, "오류")
|
||||
Return False
|
||||
End If
|
||||
|
||||
Dim Dbini As New MyINI(Dbpath & "\patch.ini")
|
||||
|
||||
' Return True
|
||||
@@ -191,7 +212,7 @@ Public NotInheritable Class SplashScreen
|
||||
Try
|
||||
Cn.Open()
|
||||
Catch ex As Exception
|
||||
MsgBox("데이터베이스를 열수 없습니다" & vbCrLf & "데이터베이스 파일이 손상되었는지 사용중인지 확인하세요", MsgBoxStyle.Critical, "오류")
|
||||
MsgBox("데이터베이스를 열수 없습니다" & vbCrLf & "데이터베이스 파일이 손상되었는지 사용중인지 확인하세요₩n" + ex.Message, MsgBoxStyle.Critical, "오류")
|
||||
Return False
|
||||
End Try
|
||||
If Cn.State <> ConnectionState.Open Then
|
||||
|
||||
75
Epole/dialogForm/fExtractZip.Designer.vb
generated
Normal file
75
Epole/dialogForm/fExtractZip.Designer.vb
generated
Normal file
@@ -0,0 +1,75 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class fExtractZip
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
Finally
|
||||
MyBase.Dispose(disposing)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
'Windows Form 디자이너에 필요합니다.
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
|
||||
'수정하려면 Windows Form 디자이너를 사용하십시오.
|
||||
'코드 편집기에서는 수정하지 마세요.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
|
||||
Me.lbFileName = New System.Windows.Forms.Label()
|
||||
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'ProgressBar1
|
||||
'
|
||||
Me.ProgressBar1.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.ProgressBar1.Location = New System.Drawing.Point(5, 71)
|
||||
Me.ProgressBar1.Name = "ProgressBar1"
|
||||
Me.ProgressBar1.Size = New System.Drawing.Size(1063, 65)
|
||||
Me.ProgressBar1.TabIndex = 0
|
||||
'
|
||||
'lbFileName
|
||||
'
|
||||
Me.lbFileName.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.lbFileName.Font = New System.Drawing.Font("맑은 고딕", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.lbFileName.Location = New System.Drawing.Point(5, 5)
|
||||
Me.lbFileName.Name = "lbFileName"
|
||||
Me.lbFileName.Size = New System.Drawing.Size(1063, 66)
|
||||
Me.lbFileName.TabIndex = 1
|
||||
Me.lbFileName.Text = "Label1"
|
||||
Me.lbFileName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'Timer1
|
||||
'
|
||||
Me.Timer1.Interval = 1
|
||||
'
|
||||
'fExtractZip
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 18.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(1073, 141)
|
||||
Me.ControlBox = False
|
||||
Me.Controls.Add(Me.lbFileName)
|
||||
Me.Controls.Add(Me.ProgressBar1)
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "fExtractZip"
|
||||
Me.Padding = New System.Windows.Forms.Padding(5)
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "fExtractZip"
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents ProgressBar1 As ProgressBar
|
||||
Friend WithEvents lbFileName As Label
|
||||
Friend WithEvents Timer1 As Timer
|
||||
End Class
|
||||
123
Epole/dialogForm/fExtractZip.resx
Normal file
123
Epole/dialogForm/fExtractZip.resx
Normal file
@@ -0,0 +1,123 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="Timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
</root>
|
||||
86
Epole/dialogForm/fExtractZip.vb
Normal file
86
Epole/dialogForm/fExtractZip.vb
Normal file
@@ -0,0 +1,86 @@
|
||||
Public Class fExtractZip
|
||||
Dim zip As Ionic.Zip.ZipFile
|
||||
Public Sub New(filename As String)
|
||||
|
||||
' 디자이너에서 이 호출이 필요합니다.
|
||||
InitializeComponent()
|
||||
|
||||
If System.IO.File.Exists(filename) = False Then
|
||||
RunComplete = True
|
||||
Else
|
||||
Dim ro As New Ionic.Zip.ReadOptions()
|
||||
ro.Encoding = System.Text.Encoding.Default
|
||||
zip = Ionic.Zip.ZipFile.Read(filename, ro)
|
||||
AddHandler zip.ExtractProgress, AddressOf extractevents
|
||||
End If
|
||||
' InitializeComponent() 호출 뒤에 초기화 코드를 추가하세요.
|
||||
Me.Text = "스타일 팩 적용 중 - 기다려 주세요"
|
||||
End Sub
|
||||
|
||||
|
||||
|
||||
Delegate Sub extranhandler(sender As Object, e As Ionic.Zip.ExtractProgressEventArgs)
|
||||
Sub extractevents(sender As Object, e As Ionic.Zip.ExtractProgressEventArgs)
|
||||
|
||||
If Me.InvokeRequired Then
|
||||
Me.Invoke(New extranhandler(AddressOf extractevents), sender, e)
|
||||
Else
|
||||
Me.ProgressBar1.Value = e.EntriesExtracted
|
||||
If e.CurrentEntry Is Nothing Then
|
||||
lbFileName.Text = "----"
|
||||
Else
|
||||
lbFileName.Text = e.CurrentEntry.FileName
|
||||
|
||||
End If
|
||||
lbFileName.Refresh()
|
||||
End If
|
||||
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub fExtractZip_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||
Me.Show()
|
||||
Application.DoEvents()
|
||||
Timer1.Start()
|
||||
End Sub
|
||||
|
||||
Dim mre As New System.Threading.ManualResetEvent(True)
|
||||
|
||||
Dim RunExtract As Boolean = False
|
||||
Dim RunComplete As Boolean = False
|
||||
|
||||
|
||||
Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
|
||||
|
||||
If mre.WaitOne(10) = False Then Return
|
||||
mre.Reset()
|
||||
|
||||
'//완료여부확인
|
||||
If RunComplete Then
|
||||
Timer1.Enabled = False
|
||||
mre.Set()
|
||||
If Not zip Is Nothing Then
|
||||
zip.Dispose()
|
||||
zip = Nothing
|
||||
End If
|
||||
Me.DialogResult = DialogResult.OK
|
||||
Else
|
||||
'//처음시작
|
||||
If RunExtract = False Then
|
||||
Me.ProgressBar1.Value = 0
|
||||
Me.ProgressBar1.Maximum = zip.Count
|
||||
' Me.ProgressBar1.Style = ProgressBarStyle.Marquee
|
||||
RunExtract = True
|
||||
End If
|
||||
|
||||
If RunExtract Then
|
||||
zip.ExtractAll(AppDomain.CurrentDomain.BaseDirectory, Ionic.Zip.ExtractExistingFileAction.OverwriteSilently)
|
||||
RunComplete = True
|
||||
End If
|
||||
|
||||
End If
|
||||
|
||||
|
||||
mre.Set()
|
||||
End Sub
|
||||
End Class
|
||||
71
Epole/dialogForm/fPassword.Designer.vb
generated
Normal file
71
Epole/dialogForm/fPassword.Designer.vb
generated
Normal file
@@ -0,0 +1,71 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class fPassword
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
Finally
|
||||
MyBase.Dispose(disposing)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
'Windows Form 디자이너에 필요합니다.
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
|
||||
'수정하려면 Windows Form 디자이너를 사용하십시오.
|
||||
'코드 편집기에서는 수정하지 마세요.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'TextBox1
|
||||
'
|
||||
Me.TextBox1.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.TextBox1.Location = New System.Drawing.Point(10, 10)
|
||||
Me.TextBox1.Margin = New System.Windows.Forms.Padding(5, 7, 5, 7)
|
||||
Me.TextBox1.Name = "TextBox1"
|
||||
Me.TextBox1.Size = New System.Drawing.Size(576, 34)
|
||||
Me.TextBox1.TabIndex = 0
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.Button1.Location = New System.Drawing.Point(10, 51)
|
||||
Me.Button1.Margin = New System.Windows.Forms.Padding(5, 7, 5, 7)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(576, 65)
|
||||
Me.Button1.TabIndex = 1
|
||||
Me.Button1.Text = "확인"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'fPassword
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(11.0!, 28.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(596, 126)
|
||||
Me.Controls.Add(Me.Button1)
|
||||
Me.Controls.Add(Me.TextBox1)
|
||||
Me.Font = New System.Drawing.Font("맑은 고딕", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.Margin = New System.Windows.Forms.Padding(5, 7, 5, 7)
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "fPassword"
|
||||
Me.Padding = New System.Windows.Forms.Padding(10)
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "암호 입력"
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents TextBox1 As TextBox
|
||||
Friend WithEvents Button1 As Button
|
||||
End Class
|
||||
120
Epole/dialogForm/fPassword.resx
Normal file
120
Epole/dialogForm/fPassword.resx
Normal file
@@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
10
Epole/dialogForm/fPassword.vb
Normal file
10
Epole/dialogForm/fPassword.vb
Normal file
@@ -0,0 +1,10 @@
|
||||
Public Class fPassword
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
Dim pass As String = DateTime.Now.ToString("ddMMyyyy")
|
||||
If TextBox1.Text = pass Then
|
||||
DialogResult = DialogResult.OK
|
||||
Else
|
||||
DialogResult = DialogResult.Cancel
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
189
Epole/fAuth.Designer.vb
generated
Normal file
189
Epole/fAuth.Designer.vb
generated
Normal file
@@ -0,0 +1,189 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class fAuth
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
Finally
|
||||
MyBase.Dispose(disposing)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
'Windows Form 디자이너에 필요합니다.
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
|
||||
'수정하려면 Windows Form 디자이너를 사용하십시오.
|
||||
'코드 편집기를 사용하여 수정하지 마십시오.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(fAuth))
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.Panel2.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Label1.Font = New System.Drawing.Font("맑은 고딕", 17.0!, System.Drawing.FontStyle.Bold)
|
||||
Me.Label1.Location = New System.Drawing.Point(10, 10)
|
||||
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(595, 71)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "현재 남은 사용 횟수는 {0} 회 입니다."
|
||||
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Label2.Font = New System.Drawing.Font("맑은 고딕", 13.0!, System.Drawing.FontStyle.Bold)
|
||||
Me.Label2.Location = New System.Drawing.Point(10, 81)
|
||||
Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(595, 35)
|
||||
Me.Label2.TabIndex = 1
|
||||
Me.Label2.Text = "프로그램을 영구 사용하려면 인증키를 입력하세요."
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Label3.Font = New System.Drawing.Font("맑은 고딕", 13.0!, System.Drawing.FontStyle.Bold)
|
||||
Me.Label3.ForeColor = System.Drawing.Color.Red
|
||||
Me.Label3.Location = New System.Drawing.Point(10, 116)
|
||||
Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(595, 35)
|
||||
Me.Label3.TabIndex = 1
|
||||
Me.Label3.Text = "지정 횟수를 초과하면 더 이상 프로그램을 사용할 수 없습니다."
|
||||
'
|
||||
'TextBox1
|
||||
'
|
||||
Me.TextBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TextBox1.Font = New System.Drawing.Font("굴림", 20.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.TextBox1.Location = New System.Drawing.Point(0, 5)
|
||||
Me.TextBox1.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
|
||||
Me.TextBox1.Name = "TextBox1"
|
||||
Me.TextBox1.Size = New System.Drawing.Size(508, 38)
|
||||
Me.TextBox1.TabIndex = 1
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Me.Label4.AutoSize = True
|
||||
Me.Label4.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.Label4.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(52, 21)
|
||||
Me.Label4.TabIndex = 3
|
||||
Me.Label4.Text = "문의 :"
|
||||
'
|
||||
'LinkLabel1
|
||||
'
|
||||
Me.LinkLabel1.AutoSize = True
|
||||
Me.LinkLabel1.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.LinkLabel1.Font = New System.Drawing.Font("맑은 고딕", 10.0!, System.Drawing.FontStyle.Bold)
|
||||
Me.LinkLabel1.Location = New System.Drawing.Point(52, 0)
|
||||
Me.LinkLabel1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||||
Me.LinkLabel1.Name = "LinkLabel1"
|
||||
Me.LinkLabel1.Size = New System.Drawing.Size(342, 19)
|
||||
Me.LinkLabel1.TabIndex = 4
|
||||
Me.LinkLabel1.TabStop = True
|
||||
Me.LinkLabel1.Text = "해광기획 (http://hawgwang.co.kr) / 062-381-0411"
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Dock = System.Windows.Forms.DockStyle.Right
|
||||
Me.Button1.Location = New System.Drawing.Point(508, 5)
|
||||
Me.Button1.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(87, 39)
|
||||
Me.Button1.TabIndex = 2
|
||||
Me.Button1.Text = "인증"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.Button2.Location = New System.Drawing.Point(10, 235)
|
||||
Me.Button2.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(595, 50)
|
||||
Me.Button2.TabIndex = 0
|
||||
Me.Button2.Text = "테스트 사용"
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.Controls.Add(Me.TextBox1)
|
||||
Me.Panel1.Controls.Add(Me.Button1)
|
||||
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.Panel1.Location = New System.Drawing.Point(10, 186)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Padding = New System.Windows.Forms.Padding(0, 5, 0, 5)
|
||||
Me.Panel1.Size = New System.Drawing.Size(595, 49)
|
||||
Me.Panel1.TabIndex = 5
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.Controls.Add(Me.LinkLabel1)
|
||||
Me.Panel2.Controls.Add(Me.Label4)
|
||||
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Panel2.Location = New System.Drawing.Point(10, 151)
|
||||
Me.Panel2.Name = "Panel2"
|
||||
Me.Panel2.Size = New System.Drawing.Size(595, 26)
|
||||
Me.Panel2.TabIndex = 6
|
||||
'
|
||||
'fAuth
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 21.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(615, 295)
|
||||
Me.Controls.Add(Me.Panel2)
|
||||
Me.Controls.Add(Me.Label3)
|
||||
Me.Controls.Add(Me.Label2)
|
||||
Me.Controls.Add(Me.Panel1)
|
||||
Me.Controls.Add(Me.Button2)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Margin = New System.Windows.Forms.Padding(4, 6, 4, 6)
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "fAuth"
|
||||
Me.Padding = New System.Windows.Forms.Padding(10)
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "인증하기"
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel1.PerformLayout()
|
||||
Me.Panel2.ResumeLayout(False)
|
||||
Me.Panel2.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label3 As System.Windows.Forms.Label
|
||||
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
|
||||
Friend WithEvents Label4 As System.Windows.Forms.Label
|
||||
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
|
||||
Friend WithEvents Button1 As System.Windows.Forms.Button
|
||||
Friend WithEvents Button2 As System.Windows.Forms.Button
|
||||
Friend WithEvents Panel1 As Panel
|
||||
Friend WithEvents Panel2 As Panel
|
||||
End Class
|
||||
175
Epole/fAuth.resx
Normal file
175
Epole/fAuth.resx
Normal file
@@ -0,0 +1,175 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
AAABAAIAICAQAAAAAADoAgAAJgAAACAgAAAAAAAAqAgAAA4DAAAoAAAAIAAAAEAAAAABAAQAAAAAAIAC
|
||||
AAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAgAAAgAAAAICAAIAAAACAAIAAgIAAAMDAwACAgIAAAAD/AAD/
|
||||
AAAA//8A/wAAAP8A/wD//wAA////AAAAAAAAAERAQEBAAAAAAAAAAAAABEREREREBAQAAAAAAAAABESE
|
||||
hISEhIRAQAAAAAAAAEiIiEhISEhIRIQAAAAAAASIiIiIiIiEhICIQAAAAABIiIiEBAQEBAhEiIQAAAAE
|
||||
iIh4dH///3cEgHiIQAAASIiHh4hC//cgiESHiIQAAEiIeHh4dH/3CIiEeHiEAASIh4eHh4R/9wiIhHeH
|
||||
iEAEiHh4eHh0f/cIeIR3eHhABIeHh4eHhH/3CIiEd3eIQEh4eHd3d3R/9wh4gnd3eIRHh4d3d3d0f/cI
|
||||
iEd3d4eESHh3d3d3dH/3CIhHd3d4hEeHd3d3d3R/9wiCh3d3d4RId3d3d3d0f/cIhHd3d3h0R3d3d3dy
|
||||
Qn/3CEd3d3d3hEh3d3d3dP//9wiHd3d3eHRHd3d3d3dEf/cEd3d3d3eEBHd3d3d3d0f3B/d3d3d3gAR3
|
||||
d3d/f3dwB093d3d3d0AEd3d3d3d4RASH93d3d3dAAEd3f39/dPd4T3d3d3d0AABHd/f3dE//9wf3d3d3
|
||||
dAAABHd/dEcP//cPd3d3d0AAAABEREf/B//3B/d3d3QAAAAABHf/f3B/cI93d3dAAAAAAABHf//3AAj3
|
||||
d3d0AAAAAAAAAAd3//9/d3d0QAAAAAAAAAAAAIf393dEQAAAAAAAAAAAAAAAAAAAAAAAAAAA//AAD/+A
|
||||
AAf+AAAP/AAAP/gAAB/wAAAP4AAAB8AAAAPAAAADgAAAAYAAAAGAAAABAAAAAAAAAAAAAAAAAAAAAAAA
|
||||
AAAAAAAAAAAAAAAAAACAAAABgAAAAYAAAAHAAAADwAAAA+AAAAfwAAAP+AAAH/wAAD/+AAB//4AB///w
|
||||
D/8oAAAAIAAAAEAAAAABAAgAAAAAAIAEAAAAAAAAAAAAAAAAAAAAAAAA////AP///wD///8A////AP//
|
||||
/wD///8Azv//AM7//wDO//8Azv//AM7//wAA//8AAP//AAD//wAA//8AAP//AJzO/wCczv8AnM7/AJzO
|
||||
/wCczv8AzmP/AM5j/wDOY/8AzmP/AM5j/wDv7+8A7+/vAO/v7wDv7+8A7+/vAN7e3gDe3t4A3t7eAN7e
|
||||
3gDe3t4A///OAP//zgD//84A///OAP//zgD/zs4A/87OAP/OzgD/zs4A/87OAM7OzgDOzs4Azs7OAM7O
|
||||
zgDOzs4AY5zOAGOczgBjnM4AY5zOAGOczgC9vb0Avb29AL29vQC9vb0Avb29AK2trQCtra0Ara2tAK2t
|
||||
rQCtra0A//+cAP//nAD//5wA//+cAP//nAD/nJwA/5ycAP+cnAD/nJwA/5ycAJycnACcnJwAnJycAJyc
|
||||
nACcnJwAjIyMAIyMjACMjIwAjIyMAIyMjABzc3MAc3NzAHNzcwBzc3MAc3NzAHNzcwDOY2MAzmNjAM5j
|
||||
YwDOY2MAzmNjAGNjYwBjY2MAY2NjAGNjYwBjY2MAUlJSAFJSUgBSUlIAUlJSAFJSUgBCQkIAQkJCAEJC
|
||||
QgBCQkIAQkJCAGOcMQBjnDEAY5wxAGOcMQBjnDEAY2MxAGNjMQBjYzEAY2MxAGNjMQCcMTEAnDExAJwx
|
||||
MQCcMTEAnDExAGMxMQBjMTEAYzExAGMxMQBjMTEAMTExADExMQAxMTEAMTExADExMQAAMTEAADExAAAx
|
||||
MQAAMTEAADExAJwAMQCcADEAnAAxAJwAMQCcADEAMQAxADEAMQAxADEAMQAxADEAMQAAADEAAAAxAAAA
|
||||
MQAAADEAAAAxACEhIQAhISEAISEhACEhIQAhISEAAAAhAAAAIQAAACEAAAAhAAAAIQAQEBAAEBAQABAQ
|
||||
EAAQEBAAEBAQAAAAEAAAABAAAAAQAAAAEAAAABAAAL0AAAC9AAAAvQAAAL0AAAC9AAD/nAAA/5wAAP+c
|
||||
AAD/nAAA/5wAAP+cAACcYwAAnGMAAJxjAACcYwAAnGMAAGNjAABjYwAAY2MAAGNjAABjYwAAnDEAAJwx
|
||||
AACcMQAAnDEAAJwxAABjMQAAYzEAAGMxAABjMQAAYzEAADExAAAxMQAAMTEAADExAAAxMQAAABAAAAAQ
|
||||
AAAAEAAAABAAAAAQAAAAEAAAcwAAAHMAAABzAAAAcwAAAHMAAABSAAAAUgAAAFIAAABSAAAAUgAAAEIA
|
||||
AABCAAAAQgAAAEIAAABCAAAAMQAAADEAAAAxAAAAMQAAADEAAAAhAAAAIQAAACEAAAAhAAAAIQAAABAA
|
||||
AAAQAAAAEAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPv7+/v7+/v7+/v7+39/
|
||||
f/l/+X/5f/n5+fn5+fn7+/v7+/v7+/v7+/v7f39/f39/f39/f3/5f/l/+fn5+fn7+/v7+/v7+/v7f39/
|
||||
XH9cf1x/XH9cf1x/f/l/+fn5+/v7+/v7+/v7+39cXFxcXH9cf1x/XH9cf1x/f1x/+/v7+/v7+/v7+/t/
|
||||
XFxcXFxcXFxcXFxcXH9cf1z5XFx/+/v7+/v7+/v7f1xcXFxcXI75f/l/+X/5f/lcf39cXGZ/+/v7+/v7
|
||||
+39cXFxcR1xHji4AABoaGi49+X9c+UdcXGZ/+/v7+/t/XFxcXEdcR1xcjmsAABo4a/lcXH9/XEdcXGZ/
|
||||
+/v7+39cXFxHXEdcR1xHji4AAD35XFxcXH9HXEdcXH/7+/t/XFxcR1xHXEdcR1yOLgAAOJ1mXFxcf0c9
|
||||
XEdcZn/7+39cXEdcR1xHXEdcR44uAAA9+VxHXFx/R0c9XEdcf/v7f1xHXEdcR1xHXEdcji4AADidZlxc
|
||||
XH9HPUc9XFx/+39cR1xHXEdHR0dHR0eOLgAAPflcR1xcazhHPUdHXGZ/f0dcR1xHR0dHR0dHR44uAAA4
|
||||
nWZcXH9HRzhHPVxHZn9/XEdcR0dHR0cpRylHji4AAD35XFxcf0c4RzhHPVxcf45HXEdHR0cpR0cpRymO
|
||||
LgAAOJ1mXGtcKUc4RzhHR1x/f1xHR0dHKUcpRykpKY4uAAA9+VxcfylHLkc4Rz1cR3+OR0dHRylHKUcp
|
||||
KWuOay4AADidZn8uRy5HLkc4R0dcf39cR0cpRykpKSkpjgAAAAAAPflcXCkuRy5HLkc9XEd/jkdHKUcp
|
||||
KSkpKSkpjo4uAAA4nX8pKSkuRy5HOEdHXH/7jilHKSkpKSkpKSkpKX8uAD35KRopLikuRy5HPUdc+/uO
|
||||
RykpKSkpKRopGikpKZ2dOH8aKSkpLkcuRzhHR3/7+45HRykpKSkpKSkpKVF/f51/USkaKS4pLkcuR0dH
|
||||
f/v7+44pKSkpGikaKRopfxouPVF/GikpKS5HLkc4R3/7+/v7jkcpKRopGikpf38aGgAaPfkpGikpKSlH
|
||||
LkdHf/v7+/v7jkcpKRopjn8p+RoAGhounRopKSkpRy5HR3/7+/v7+/v7jn+Of44pGhr5OBoAAC75KRop
|
||||
KUcuR0d/+/v7+/v7+/v7fykpGhopGin5OBou+VEaKSkpKUdHf/v7+/v7+/v7+/v7fykpGhoaGin5+flR
|
||||
GikpKUdHR3/7+/v7+/v7+/v7+/v7+fkpKSkaGhoaKRopKSlHR45/+/v7+/v7+/v7+/v7+/v7+/n5+VEp
|
||||
GikaKSlHjo6O+/v7+/v7+/v7+/v7+/v7+/v7+/v7+fn5+fn5+fn7+/v7+/v7+/v7+/v/8AAP/4AAB/4A
|
||||
AA/8AAA/+AAAH/AAAA/gAAAHwAAAA8AAAAOAAAABgAAAAYAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||
AAAAAAAAAAAAAIAAAAGAAAABgAAAAcAAAAPAAAAD4AAAB/AAAA/4AAAf/AAAP/4AAH//gAH///AP/w==
|
||||
</value>
|
||||
</data>
|
||||
</root>
|
||||
68
Epole/fAuth.vb
Normal file
68
Epole/fAuth.vb
Normal file
@@ -0,0 +1,68 @@
|
||||
Public Class fAuth
|
||||
Private Sub fAuth_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||
' Runcnt = Me.ReadAuthcount
|
||||
If System.Diagnostics.Debugger.IsAttached = False Then
|
||||
If RunCnt > 9 Then
|
||||
Button2.Text = "사용횟수초과(테스트사용불가)"
|
||||
Button2.Enabled = False
|
||||
End If
|
||||
Else
|
||||
MsgBox("개발툴 연결로 인해 인증을 해제 합니다")
|
||||
End If
|
||||
|
||||
Dim remain As Integer = 10 - Runcnt
|
||||
Label1.Text = String.Format(Label1.Text, remain)
|
||||
|
||||
End Sub
|
||||
Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
|
||||
Dim url As String = "http://haegwang.co.kr"
|
||||
Dim prc As New System.Diagnostics.Process()
|
||||
Dim si As New System.Diagnostics.ProcessStartInfo(url)
|
||||
prc.StartInfo = si
|
||||
prc.Start()
|
||||
End Sub
|
||||
|
||||
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
|
||||
DialogResult = Windows.Forms.DialogResult.OK
|
||||
End Sub
|
||||
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
Dim NewKey As String = TextBox1.Text.Trim()
|
||||
If NewKey.Trim() = "" Then
|
||||
TextBox1.Focus()
|
||||
TextBox1.SelectAll()
|
||||
Return
|
||||
End If
|
||||
|
||||
Dim textenc As New EnDec("HAEGWANGSIMP")
|
||||
Try
|
||||
Dim strdata As String = textenc.DecryptData(TextBox1.Text.Trim())
|
||||
Dim strbuf() As String = strdata.Split("|SIMP|")
|
||||
Dim datestr As String = strbuf(0)
|
||||
Dim datestrhash As String = strbuf(2)
|
||||
Dim hashcode As Integer = CInt(datestrhash)
|
||||
If datestr.GetHashCode() = hashcode Then
|
||||
Dim auth As New MyAuth
|
||||
Dim dateValue As Date = Date.Parse(datestr)
|
||||
Dim setfile As String = My.Application.Info.DirectoryPath & "\epole.ini"
|
||||
auth.SetAuth(dateValue.ToFileTimeUtc(), setfile)
|
||||
MsgBox("프로그램을 재실행 하세요", MsgBoxStyle.Information, "확인")
|
||||
DialogResult = Windows.Forms.DialogResult.Cancel
|
||||
Else
|
||||
MsgBox("인증키값이 일치하지 않습니다" + vbCrLf + "다시 시도하세요", MsgBoxStyle.Information, "확인")
|
||||
|
||||
End If
|
||||
Catch ex As Exception
|
||||
MsgBox("인증키 확인 중 오류 발생, 다시 시도하세요")
|
||||
TextBox1.Focus()
|
||||
TextBox1.SelectAll()
|
||||
Return
|
||||
End Try
|
||||
|
||||
|
||||
|
||||
|
||||
End Sub
|
||||
|
||||
|
||||
End Class
|
||||
6
Epole/packages.config
Normal file
6
Epole/packages.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="DotNetZip" version="1.16.0" targetFramework="net40" />
|
||||
<package id="Microsoft.VisualStudio.Interop" version="17.7.37355" targetFramework="net40" />
|
||||
<package id="stdole" version="17.7.37355" targetFramework="net40" />
|
||||
</packages>
|
||||
@@ -51,11 +51,11 @@
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>false</DefineTrace>
|
||||
<OutputPath>..\..\..\..\SIMP\통합번호찰%28가로등%29\</OutputPath>
|
||||
<OutputPath>C:\해광기획\통합번호찰%28가로등%29\</OutputPath>
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<RunCodeAnalysis>false</RunCodeAnalysis>
|
||||
<UseVSHostingProcess>true</UseVSHostingProcess>
|
||||
<DefineConstants>STYLES=0</DefineConstants>
|
||||
@@ -76,38 +76,35 @@
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DefineConstants>STYLES=0</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="ADBC, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\DLLS\ADBC.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="FarPoint.CalcEngine, Version=5.0.2005.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL">
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="FarPoint.Excel, Version=5.0.2005.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL">
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="FarPoint.PDF, Version=5.0.2005.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL">
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="FarPoint.PluginCalendar.WinForms, Version=5.0.2005.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL">
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="FarPoint.Win, Version=5.0.2005.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL">
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="FarPoint.Win.Chart, Version=5.0.2005.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL">
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="FarPoint.Win.Spread, Version=5.0.2005.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL">
|
||||
<Private>True</Private>
|
||||
<Reference Include="DotNetZip, Version=1.16.0.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\DotNetZip.1.16.0\lib\net40\DotNetZip.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="FarPoint.CalcEngine, Version=5.0.3505.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL" />
|
||||
<Reference Include="FarPoint.Excel, Version=5.0.3505.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL" />
|
||||
<Reference Include="FarPoint.PDF, Version=5.0.3505.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL" />
|
||||
<Reference Include="FarPoint.PluginCalendar.WinForms, Version=5.0.3505.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL" />
|
||||
<Reference Include="FarPoint.Win, Version=5.0.3505.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL" />
|
||||
<Reference Include="FarPoint.Win.Chart, Version=5.0.3505.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL" />
|
||||
<Reference Include="FarPoint.Win.Spread, Version=5.0.3505.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457, processorArchitecture=MSIL" />
|
||||
<Reference Include="Microsoft.VisualBasic.Compatibility" />
|
||||
<Reference Include="Microsoft.VisualStudio.Interop, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.VisualStudio.Interop.17.7.37355\lib\net20\Microsoft.VisualStudio.Interop.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="NewControlGroup, Version=1.0.3928.21799, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\DLLS\NewControlGroup.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<Reference Include="stdole, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\stdole.17.7.37355\lib\net20\stdole.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System">
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
@@ -154,6 +151,18 @@
|
||||
<Compile Include="dialogForm\DemoDlg.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="dialogForm\fExtractZip.Designer.vb">
|
||||
<DependentUpon>fExtractZip.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="dialogForm\fExtractZip.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="dialogForm\fPassword.Designer.vb">
|
||||
<DependentUpon>fPassword.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="dialogForm\fPassword.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="dialogForm\Frm_ViewSetup.Designer.vb">
|
||||
<DependentUpon>Frm_ViewSetup.vb</DependentUpon>
|
||||
</Compile>
|
||||
@@ -269,6 +278,12 @@
|
||||
<SubType>Designer</SubType>
|
||||
<DependentUpon>DemoDlg.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="dialogForm\fExtractZip.resx">
|
||||
<DependentUpon>fExtractZip.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="dialogForm\fPassword.resx">
|
||||
<DependentUpon>fPassword.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="dialogForm\Frm_ViewSetup.resx">
|
||||
<SubType>Designer</SubType>
|
||||
<DependentUpon>Frm_ViewSetup.vb</DependentUpon>
|
||||
@@ -343,102 +358,13 @@
|
||||
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\ArinClassV2\ArinClassV2\ArinClassV2.vbproj">
|
||||
<Project>{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}</Project>
|
||||
<Name>ArinClassV2</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\ArinNewFp5_Net4\ArinNewFp\ArinNewFp5Net4.vbproj">
|
||||
<Project>{3611D55B-71E3-4D92-9EFC-43F7D8BB8525}</Project>
|
||||
<Name>ArinNewFp5Net4</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Z_Epole_Class\CEpole.vbproj">
|
||||
<Project>{78345183-B834-4478-BD7A-775BFCCE2168}</Project>
|
||||
<Name>CEpole</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Cls_Jdung\Cls_Jdung.vbproj">
|
||||
<Project>{A1D11717-F37C-4438-A6DB-416EBECDD9A4}</Project>
|
||||
<Name>Cls_Jdung</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Cls_Karo\Cls_Karo.vbproj">
|
||||
<Project>{F1A3038B-DEBE-4892-9322-A4C932D3F64A}</Project>
|
||||
<Name>Cls_Karo</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Cls_Sknetworks\Cls_SkNetworks.vbproj">
|
||||
<Project>{679094DD-F99D-498A-8BC0-080714A00F46}</Project>
|
||||
<Name>Cls_SkNetworks</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="bin\Debug\아이콘\hd_24.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="bin\Debug\아이콘\hd_16.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="bin\Debug\아이콘\add_16.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="bin\Debug\아이콘\apps_16.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="bin\Debug\아이콘\apps_24.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="bin\Debug\아이콘\del_24.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="bin\Debug\아이콘\help_24.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="bin\Debug\아이콘\smicn_24.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="bin\Debug\아이콘\PNG\splay_24.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="bin\Debug\아이콘\PNG\cd_24.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="bin\Debug\아이콘\cd_24.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="bin\Debug\아이콘\add_24.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="bin\Debug\아이콘\srch_32.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="bin\Debug\아이콘\play_32.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="app.config" />
|
||||
<None Include="bin\Debug\아이콘\print_24.png" />
|
||||
<None Include="bin\Debug\아이콘\print_32.png" />
|
||||
<None Include="bin\Debug\아이콘\back_16.png" />
|
||||
<None Include="bin\Debug\아이콘\rewnd_16.png" />
|
||||
<None Include="bin\Debug\아이콘\forwd_16.png" />
|
||||
<None Include="bin\Debug\아이콘\fastf_24.png" />
|
||||
<None Include="bin\Debug\아이콘\fastf_16.png" />
|
||||
<None Include="bin\Debug\아이콘\lgicn_24.png" />
|
||||
<None Include="bin\Debug\아이콘\lgicn_16.png" />
|
||||
<None Include="bin\Debug\아이콘\picts_24.png" />
|
||||
<None Include="bin\Debug\아이콘\chart_24.png" />
|
||||
<None Include="bin\Debug\아이콘\image_32.png" />
|
||||
<None Include="bin\Debug\아이콘\del_32.png" />
|
||||
<None Include="bin\Debug\아이콘\ref_24.png" />
|
||||
<None Include="bin\Debug\아이콘\PNG\ref_24.png" />
|
||||
<None Include="bin\Debug\아이콘\prtpv_24.png" />
|
||||
<None Include="bin\Debug\아이콘\redo_132.png" />
|
||||
<None Include="bin\Debug\아이콘\web_32.png" />
|
||||
<None Include="bin\Debug\아이콘\about_32.png" />
|
||||
<None Include="bin\Debug\아이콘\prtpv_32.png" />
|
||||
<None Include="bin\Debug\image\start.png" />
|
||||
<None Include="bin\Debug\아이콘\splay_24.png" />
|
||||
<None Include="bin\Debug\아이콘\splay_32.png" />
|
||||
<Content Include="DataBase\simp.accdb" />
|
||||
<Content Include="hg.ico" />
|
||||
<Content Include="ReadMe.txt" />
|
||||
<Content Include="문서\SEtcontrol백업.txt" />
|
||||
<None Include="packages.config" />
|
||||
<None Include="Resources\opts_32.png" />
|
||||
<None Include="Resources\print_321.png" />
|
||||
<None Include="Resources\ref_24.png" />
|
||||
@@ -527,7 +453,32 @@
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Cls_Jdung\Cls_Jdung.vbproj">
|
||||
<Project>{a1d11717-f37c-4438-a6db-416ebecdd9a4}</Project>
|
||||
<Name>Cls_Jdung</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Cls_Karo\Cls_Karo.vbproj">
|
||||
<Project>{f1a3038b-debe-4892-9322-a4c932d3f64a}</Project>
|
||||
<Name>Cls_Karo</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Cls_Sknetworks\Cls_SkNetworks.vbproj">
|
||||
<Project>{679094dd-f99d-498a-8bc0-080714a00f46}</Project>
|
||||
<Name>Cls_SkNetworks</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\_Import\ArinClassV2\ArinClassV2\ArinClassV2.vbproj">
|
||||
<Project>{fc8d5f6b-9892-48a4-bd90-4fa6f427567c}</Project>
|
||||
<Name>ArinClassV2</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\_Import\ArinNewFp\ArinNewFpv5\ArinNewFp5.vbproj">
|
||||
<Project>{b0371b1f-8657-47a6-979e-4aeb970559d2}</Project>
|
||||
<Name>ArinNewFp5</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\_Import\Z_Epole_Class\Project_fp5\CEpole_fp5.vbproj">
|
||||
<Project>{a8ff605f-231e-4dc1-9cd8-fd1466fde5cd}</Project>
|
||||
<Name>CEpole_fp5</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
||||
417
Epole_통합가로등.sln
417
Epole_통합가로등.sln
@@ -1,7 +1,7 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.40629.0
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.7.34031.279
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "통합번호찰_가로등", "Epole\통합번호찰_가로등.vbproj", "{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}"
|
||||
EndProject
|
||||
@@ -11,122 +11,481 @@ Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Cls_Karo", "Cls_Karo\Cls_Ka
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Cls_Jdung", "Cls_Jdung\Cls_Jdung.vbproj", "{A1D11717-F37C-4438-A6DB-416EBECDD9A4}"
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CEpole", "..\Z_Epole_Class\CEpole.vbproj", "{78345183-B834-4478-BD7A-775BFCCE2168}"
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ArinClassV2", "..\ArinClassV2\ArinClassV2\ArinClassV2.vbproj", "{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}"
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ArinClassV2", "_Import\ArinClassV2\ArinClassV2\ArinClassV2.vbproj", "{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}"
|
||||
EndProject
|
||||
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup1", "Setup1\Setup1.vdproj", "{18599A3A-0CEC-4528-A490-329DD6A3A2A0}"
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ArinNewFp5Net4", "..\ArinNewFp5_Net4\ArinNewFp\ArinNewFp5Net4.vbproj", "{3611D55B-71E3-4D92-9EFC-43F7D8BB8525}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QRCodeLib", "_Import\QRCodeLib\QRCodeLib.csproj", "{E98126B2-AF17-4783-96B9-856D6744DCA3}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QRCodeLib", "..\QRCodeLib\QRCodeLib.csproj", "{E98126B2-AF17-4783-96B9-856D6744DCA3}"
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Import", "_Import", "{22F8F794-A64A-4284-8C18-415EA737A652}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SubProject", "SubProject", "{22F8F794-A64A-4284-8C18-415EA737A652}"
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CEpole_fp5", "_Import\Z_Epole_Class\Project_fp5\CEpole_fp5.vbproj", "{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}"
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CEpole_fp13", "_Import\Z_Epole_Class\Project_fp13\CEpole_fp13.vbproj", "{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}"
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ArinNewFp5", "_Import\ArinNewFp\ArinNewFpv5\ArinNewFp5.vbproj", "{B0371B1F-8657-47A6-979E-4AEB970559D2}"
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ArinNewFp13", "_Import\ArinNewFp\ArinNewFpv13\ArinNewFp13.vbproj", "{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StyleEditor", "StyleEditor\StyleEditor.csproj", "{7CEBE298-8D1A-436A-901C-F10DBEEE6510}"
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Union-x86", "..\Z_Epole_LimitEditor(통합)\Union\Union-x86.vbproj", "{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Keygen", "Keygen", "{305A5F3E-2995-4E51-BCB7-32CB865C163A}"
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "v2", "..\Z_Epole_LimitEditor(통합)\V2\v2.vbproj", "{042A2888-6EAC-479C-9D48-4314F0D8B760}"
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "v3", "..\Z_Epole_LimitEditor(통합)\V3\v3.vbproj", "{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}"
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Union-x64", "..\Z_Epole_LimitEditor(통합)\Union\Union-x64.vbproj", "{3CD48808-A079-4B36-BF01-F0F16E2A7638}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
CD_ROM|Any CPU = CD_ROM|Any CPU
|
||||
CD_ROM|Mixed Platforms = CD_ROM|Mixed Platforms
|
||||
CD_ROM|x86 = CD_ROM|x86
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|Mixed Platforms = Debug|Mixed Platforms
|
||||
Debug|x86 = Debug|x86
|
||||
DVD-5|Any CPU = DVD-5|Any CPU
|
||||
DVD-5|Mixed Platforms = DVD-5|Mixed Platforms
|
||||
DVD-5|x86 = DVD-5|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|Mixed Platforms = Release|Mixed Platforms
|
||||
Release|x86 = Release|x86
|
||||
SingleImage|Any CPU = SingleImage|Any CPU
|
||||
SingleImage|Mixed Platforms = SingleImage|Mixed Platforms
|
||||
SingleImage|x86 = SingleImage|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{679094DD-F99D-498A-8BC0-080714A00F46}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||
{78345183-B834-4478-BD7A-775BFCCE2168}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{78345183-B834-4478-BD7A-775BFCCE2168}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||
{78345183-B834-4478-BD7A-775BFCCE2168}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{78345183-B834-4478-BD7A-775BFCCE2168}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{78345183-B834-4478-BD7A-775BFCCE2168}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{78345183-B834-4478-BD7A-775BFCCE2168}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{78345183-B834-4478-BD7A-775BFCCE2168}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{78345183-B834-4478-BD7A-775BFCCE2168}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{78345183-B834-4478-BD7A-775BFCCE2168}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{78345183-B834-4478-BD7A-775BFCCE2168}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.CD_ROM|Any CPU.ActiveCfg = Release
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.CD_ROM|Mixed Platforms.ActiveCfg = Release
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.CD_ROM|Mixed Platforms.Build.0 = Release
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.CD_ROM|x86.ActiveCfg = Release
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.CD_ROM|x86.Build.0 = Release
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Debug|Any CPU.ActiveCfg = Debug
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Debug|Mixed Platforms.ActiveCfg = Debug
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Debug|Mixed Platforms.Build.0 = Debug
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Debug|x86.ActiveCfg = Debug
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Debug|x86.Build.0 = Debug
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.DVD-5|Any CPU.ActiveCfg = Debug
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.DVD-5|Mixed Platforms.ActiveCfg = Debug
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.DVD-5|Mixed Platforms.Build.0 = Debug
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.DVD-5|x86.ActiveCfg = Debug
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.DVD-5|x86.Build.0 = Debug
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Release|Any CPU.ActiveCfg = Release
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Release|Mixed Platforms.ActiveCfg = Release
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Release|Mixed Platforms.Build.0 = Release
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Release|x86.ActiveCfg = Release
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Release|x86.Build.0 = Release
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.SingleImage|Any CPU.ActiveCfg = Release
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8525}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8525}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8525}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8525}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8525}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8525}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8525}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8525}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8525}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8525}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.SingleImage|Mixed Platforms.ActiveCfg = Release
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.SingleImage|Mixed Platforms.Build.0 = Release
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.SingleImage|x86.ActiveCfg = Release
|
||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.SingleImage|x86.Build.0 = Release
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.CD_ROM|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.CD_ROM|x86.ActiveCfg = Debug|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.SingleImage|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.SingleImage|x86.ActiveCfg = Debug|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.CD_ROM|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.CD_ROM|x86.ActiveCfg = Debug|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.SingleImage|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.SingleImage|x86.ActiveCfg = Debug|Any CPU
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.CD_ROM|Any CPU.ActiveCfg = Release|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.CD_ROM|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.CD_ROM|Mixed Platforms.Build.0 = Release|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.CD_ROM|x86.ActiveCfg = Release|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.CD_ROM|x86.Build.0 = Release|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Debug|x86.Build.0 = Debug|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.DVD-5|Any CPU.ActiveCfg = Debug|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.DVD-5|Mixed Platforms.ActiveCfg = Debug|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.DVD-5|Mixed Platforms.Build.0 = Debug|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.DVD-5|x86.ActiveCfg = Debug|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.DVD-5|x86.Build.0 = Debug|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Release|Any CPU.ActiveCfg = Release|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Release|Mixed Platforms.Build.0 = Release|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Release|x86.ActiveCfg = Release|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Release|x86.Build.0 = Release|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.SingleImage|Any CPU.ActiveCfg = Release|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.SingleImage|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.SingleImage|Mixed Platforms.Build.0 = Release|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.SingleImage|x86.ActiveCfg = Release|x86
|
||||
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.SingleImage|x86.Build.0 = Release|x86
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.CD_ROM|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.CD_ROM|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.CD_ROM|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.CD_ROM|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.CD_ROM|x86.ActiveCfg = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.CD_ROM|x86.Build.0 = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.DVD-5|x86.Build.0 = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.Release|x86.Build.0 = Release|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.SingleImage|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.SingleImage|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.SingleImage|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.SingleImage|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.SingleImage|x86.ActiveCfg = Debug|Any CPU
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2}.SingleImage|x86.Build.0 = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.CD_ROM|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.CD_ROM|Any CPU.Build.0 = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.CD_ROM|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.CD_ROM|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.CD_ROM|x86.ActiveCfg = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.CD_ROM|x86.Build.0 = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.DVD-5|x86.Build.0 = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.Release|x86.Build.0 = Release|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.SingleImage|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.SingleImage|Any CPU.Build.0 = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.SingleImage|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.SingleImage|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.SingleImage|x86.ActiveCfg = Debug|Any CPU
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760}.SingleImage|x86.Build.0 = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.CD_ROM|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.CD_ROM|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.CD_ROM|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.CD_ROM|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.CD_ROM|x86.ActiveCfg = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.CD_ROM|x86.Build.0 = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.DVD-5|x86.Build.0 = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.Release|x86.Build.0 = Release|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.SingleImage|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.SingleImage|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.SingleImage|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.SingleImage|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.SingleImage|x86.ActiveCfg = Debug|Any CPU
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF}.SingleImage|x86.Build.0 = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.CD_ROM|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.CD_ROM|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.CD_ROM|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.CD_ROM|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.CD_ROM|x86.ActiveCfg = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.CD_ROM|x86.Build.0 = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.DVD-5|x86.Build.0 = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.Release|x86.Build.0 = Release|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.SingleImage|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.SingleImage|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.SingleImage|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.SingleImage|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.SingleImage|x86.ActiveCfg = Debug|Any CPU
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638}.SingleImage|x86.Build.0 = Debug|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8525} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
||||
{E98126B2-AF17-4783-96B9-856D6744DCA3} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
||||
{B0371B1F-8657-47A6-979E-4AEB970559D2} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
||||
{B0CC37CF-1CE5-42B4-8E4D-863F8D45B2A2} = {305A5F3E-2995-4E51-BCB7-32CB865C163A}
|
||||
{042A2888-6EAC-479C-9D48-4314F0D8B760} = {305A5F3E-2995-4E51-BCB7-32CB865C163A}
|
||||
{D9C116F9-65B4-47E7-82DB-3DE4F3FDE1CF} = {305A5F3E-2995-4E51-BCB7-32CB865C163A}
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638} = {305A5F3E-2995-4E51-BCB7-32CB865C163A}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {B130A163-B967-4B8A-9A06-10A59E0F3C9A}
|
||||
Spices_ProjectFileName =
|
||||
Spices_CreateProject = -1
|
||||
Spices_ObfuscateProject = -1
|
||||
|
||||
BIN
Epole_통합가로등.suo
BIN
Epole_통합가로등.suo
Binary file not shown.
Binary file not shown.
BIN
Setup1/Prepare/GrapeCity.CalcEngine.dll
Normal file
BIN
Setup1/Prepare/GrapeCity.CalcEngine.dll
Normal file
Binary file not shown.
BIN
Setup1/Prepare/GrapeCity.Spreadsheet.Win.dll
Normal file
BIN
Setup1/Prepare/GrapeCity.Spreadsheet.Win.dll
Normal file
Binary file not shown.
BIN
Setup1/Prepare/GrapeCity.Spreadsheet.dll
Normal file
BIN
Setup1/Prepare/GrapeCity.Spreadsheet.dll
Normal file
Binary file not shown.
24
Setup1/Prepare/Setting.INI
Normal file
24
Setup1/Prepare/Setting.INI
Normal file
@@ -0,0 +1,24 @@
|
||||
#####################################
|
||||
## 정렬옵션등의 상태를 저장합니다
|
||||
## 자동저장입니다.
|
||||
## 수정할 필요가없습니다.
|
||||
#####################################
|
||||
[MakeList-SortGroup1]
|
||||
CheckBox3=Unchecked
|
||||
CheckBox2=Unchecked
|
||||
CheckBox1=Unchecked
|
||||
|
||||
[PicList-SortGroup1]
|
||||
CheckBox3=Unchecked
|
||||
CheckBox2=Checked
|
||||
CheckBox1=Unchecked
|
||||
|
||||
[pic]
|
||||
DefaultPicDir=C:\orant2\TOOLS\DOC60\us\D2k
|
||||
pictype=3
|
||||
picext=0
|
||||
subdir=True
|
||||
[picmanager]
|
||||
DefaultPicDir=c:\windows
|
||||
picext=0
|
||||
subdir=False
|
||||
29
Setup1/Prepare/epole.INI
Normal file
29
Setup1/Prepare/epole.INI
Normal file
@@ -0,0 +1,29 @@
|
||||
########################################
|
||||
# (시작-설정-프로그램설정을 이용하세요)
|
||||
# 범용데이터
|
||||
########################################
|
||||
[MAIN]
|
||||
lastkname1=신안군청
|
||||
lastkname2=아린웨어
|
||||
log=0
|
||||
PICMAN=C:\tast\Traviaset.exe
|
||||
makestate=max
|
||||
polestate=max
|
||||
poleetcstate=max
|
||||
picstate=nor
|
||||
DefaultPicDir=C:\WINDOWS
|
||||
formFont=Microsoft Sans Serif,11
|
||||
viewfont=굴림,11.25
|
||||
menufont=Microsoft Sans Serif,11.25
|
||||
SortNull=False
|
||||
homepage="http://haegwang.co.kr"
|
||||
helpweb=
|
||||
NUMCOLOR=True
|
||||
[PRINTFORM]
|
||||
pixcelsize=15
|
||||
pixcelpos=15
|
||||
BackImage=True
|
||||
CheckPatternIndex=2
|
||||
printername=
|
||||
[nor]
|
||||
MakeState=nor
|
||||
160
Setup1/Prepare/help/PrintForm1.htm
Normal file
160
Setup1/Prepare/help/PrintForm1.htm
Normal file
@@ -0,0 +1,160 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
|
||||
<title>제목 없음</title>
|
||||
<meta name="generator" content="Namo WebEditor v6.0">
|
||||
</head>
|
||||
|
||||
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
|
||||
<table width="1065" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="1065" height="562" align="center" valign="top" colspan="2">
|
||||
|
||||
<p><img src="printform.png" width="1134" height="642" border="0"></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="567" height="643" align="center" valign="top">
|
||||
<table width="529" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="35" align="center" valign="middle">
|
||||
|
||||
<p><span style="font-size:9pt;">단</span></p>
|
||||
<p><span style="font-size:9pt;">축</span></p>
|
||||
<p><span style="font-size:9pt;">키</span></p>
|
||||
<p><span style="font-size:9pt;">정</span></p>
|
||||
<p><span style="font-size:9pt;">보</span></p>
|
||||
</td>
|
||||
<td width="494">
|
||||
|
||||
<table border="1" width="462">
|
||||
<tr>
|
||||
<td width="79" bgcolor="#FFFF99">
|
||||
|
||||
<p align="center"><span style="font-size:9pt;">단축키명</span></p>
|
||||
</td>
|
||||
<td width="117" bgcolor="#FFFF99">
|
||||
|
||||
<p align="center"><span style="font-size:9pt;">대상</span></p>
|
||||
</td>
|
||||
<td width="35" bgcolor="#FFFF99">
|
||||
|
||||
<p align="center"><span style="font-size:9pt;">명령</span></p>
|
||||
</td>
|
||||
<td width="203" bgcolor="#FFFF99">
|
||||
|
||||
<p align="center"><span style="font-size:9pt;">비고</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="79" valign="top"><span style="font-size:9pt;">F4</span></td>
|
||||
<td width="117" height="22" valign="top"><span style="font-size:9pt;">관리구5번</span></td>
|
||||
<td width="35" height="22" valign="top"><span style="font-size:9pt;">저장</span></td>
|
||||
<td width="203" height="22" valign="top"><span style="font-size:9pt;"> </span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="79" valign="top"><span style="font-size:9pt;">F5 , CTRL+S</span></td>
|
||||
<td width="117" height="22" valign="top"><span style="font-size:9pt;">전주번호-문자패턴</span></td>
|
||||
<td width="35" height="22" valign="top"><span style="font-size:9pt;">저장</span></td>
|
||||
<td width="203" height="22" valign="top"><span style="font-size:9pt;"> </span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="79" valign="top"><span style="font-size:9pt;">F7</span></td>
|
||||
<td width="117" height="22" valign="top"><span style="font-size:9pt;">인쇄</span></td>
|
||||
<td width="35" height="22" valign="top"><span style="font-size:9pt;">실행</span></td>
|
||||
<td width="203" height="22" valign="top"><span style="font-size:9pt;"> </span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="79" valign="top"><span style="font-size:9pt;">F8</span></td>
|
||||
<td width="117" height="22" valign="top"><span style="font-size:9pt;">인쇄(미리보기)</span></td>
|
||||
<td width="35" height="22" valign="top"><span style="font-size:9pt;">실행</span></td>
|
||||
<td width="203" height="22" valign="top"><span style="font-size:9pt;"> </span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="79" valign="top"><span style="font-size:9pt;"> </span></td>
|
||||
<td width="117" height="22" valign="top"><span style="font-size:9pt;"> </span></td>
|
||||
<td width="35" height="22" valign="top"><span style="font-size:9pt;"> </span></td>
|
||||
<td width="203" height="22" valign="top"><span style="font-size:9pt;"> </span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="452" valign="middle" colspan="4" height="28" align="center" bgcolor="#6699CC">
|
||||
<p align="center"><span style="font-size:9pt;">컨트롤 조작</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="79" valign="top"><span style="font-size:9pt;"> </span></td>
|
||||
<td width="117" height="22" valign="top"><span style="font-size:9pt;">방향키</span></td>
|
||||
<td width="35" height="22" valign="top"><span style="font-size:9pt;"> </span></td>
|
||||
<td width="203" height="22" valign="top"><span style="font-size:9pt;">컨트롤의 위치 이동(5픽셀)</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="79" height="10" valign="top"><span style="font-size:9pt;">Ctrl</span></td>
|
||||
<td width="117" height="22" valign="top"><span style="font-size:9pt;">방향키</span></td>
|
||||
<td width="35" height="22" valign="top"> </td>
|
||||
<td width="203" height="22" valign="top"><span style="font-size:9pt;">컨트롤의 위치 이동(10픽셀)</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="79" valign="top"><span style="font-size:9pt;">Alt</span></td>
|
||||
<td width="117" height="22" valign="top"><span style="font-size:9pt;">방향키</span></td>
|
||||
<td width="35" height="22" valign="top"><span style="font-size:9pt;"> </span></td>
|
||||
<td width="203" height="22" valign="top"><span style="font-size:9pt;">컨트롤의 위치 이동(1픽셀)</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="79" valign="top"><span style="font-size:9pt;">Shift</span></td>
|
||||
<td width="117" height="23" valign="top"><span style="font-size:9pt;">방향키</span></td>
|
||||
<td width="35" height="23" valign="top"><span style="font-size:9pt;"> </span></td>
|
||||
<td width="203" height="23" valign="top"><span style="font-size:9pt;">컨트롤의 크기 조정(5픽셀)</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="79" height="10" valign="top"><span style="font-size:9pt;">Shift+Ctrl</span></td>
|
||||
<td width="117" height="23" valign="top"><span style="font-size:9pt;">방향키</span></td>
|
||||
<td width="35" height="23" valign="top"> </td>
|
||||
<td width="203" height="23" valign="top"><span style="font-size:9pt;">컨트롤의 크기 조정(10픽셀)</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="79" height="11" valign="top"><span style="font-size:9pt;">Shift+Alt</span></td>
|
||||
<td width="117" height="23" valign="top"><span style="font-size:9pt;">방향키</span></td>
|
||||
<td width="35" height="23" valign="top"><span style="font-size:9pt;"> </span></td>
|
||||
<td width="203" height="23" valign="top"><span style="font-size:9pt;">컨트롤의 크기 조정(1픽셀)</span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="35" align="center" valign="middle" bgcolor="white" height="7">
|
||||
<p><span style="font-size:9pt;"> </span></p>
|
||||
</td>
|
||||
<td width="494" bgcolor="white" height="14"><span style="font-size:9pt;"> </span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
<td width="567" height="643" align="center" valign="top">
|
||||
<table width="529" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="35" height="7" align="center" valign="middle" bgcolor="white">
|
||||
<p><span style="background-color:white;"><font color="black"> </font></span></p>
|
||||
</td>
|
||||
<td width="494" height="14" bgcolor="white" valign="top">
|
||||
|
||||
<p><span style="font-size:9pt; background-color:white;"><font color="black">컨트롤을 선택할때는 마우스 왼쪽 클릭을 합니다.(연속으로 선택시에는 두 번째 이후의<br>컨트롤을 마우스오른쪽버튼으로 클릭하면됩니다.<br>클릭되는 지점에 선택가능한 컨트롤이 2개이상일 경우 컨트롤 선택창이 팝업됩니다<br>팝업된 창에서 선택하고자하는 컨트롤을 더블클릭하면 해당 컨트롤이 선택됩니다.<br>컨트롤 선택시 Ctrl(키보드-컨트롤키)를 누르고 선택하면 해당 컨트롤이 속한 그룹이<br>선택됩니다.<br>화면에 보이지 않는 컨트롤을 선택하고자 할대는 [위치/크기/글꼴] 창의 개체선택<br>우측의 콤보박스를 클릭하십시오 가능한 모든 컨트롤의 목록이 표시됩니다.<br>개체선택후 x,y 의 좌표값을 적절히 수정하면 화면에 보이게됩니다.(표시할 값이<br>아무것도 없다면 화면에 나타나지 않습니다. 표시(D)가 체크해제될 경우에도 화면에<br>보이지 않습니다.<br><br>X : X좌표를 의미합니다. 화면과 컨트롤의 왼쪽의 거리값입니다.<br>Y : Y좌표를 의미합니다. 화면과 컨트롤의 위쪽의 거리값입니다.<br>너비 : 컨트롤의 너비 : 100이 기본값이며 200일 경우 가로로 두배확대입니다<br>높이 : 컨트롤의 높이 : 100이 기본값이며 200일 경우 세로로 두배확대입니다.<br> 너비 및 높이를 일괄적으로 증가/축소 시킬대에는 [크기]를 이용하는게 좋습니다.<br>크기 : 컨트롤의 글꼴 크기입니다. 지정된 글꼴크기로 일괄 적용됩니다.<br>공백 : 컨트롤안의 문자가 단일문자가아닌 다중문자 예를들어("71234") 일 경우에<br> 각각 문자의 거리값입니다. 1을 입력하면 글자 중간 1칸의 공백이 생깁니다.<br><br>글꼴변경 : 선택된 개체들의 글꼴을 변경합니다. 기본값은 맨 처음 선택된 컨트롤입니다<br>굵게/표시 : 컨트롤의 글꼴을 굵게표시합니다/컨트롤을 화면에 보일지를 결정<br>▼ : 여러컨트롤이 선택되어있을 경우 맨처음 선택된 컨트롤의 글꼴정보로 모두 변경<br> 합니다.<br>번호형식 / 전주번호표시형식(혼합,분리,통합) : 전주번호가 화면에 표시되는 형태를 <br> 의미하며 이기능은 상단의 번호형식와 같이 움직입니다. <br> 예를들어 전주번호가 128R12L123일 경우 <br><br> 번호형식이 334 이면 전체 3줄중에 1번째줄 3자,2번재줄 3자,3번재줄 3자로<br> 표시됩니다.</font></span><span style="background-color:white;"><font color="black"></font></span></p>
|
||||
<p><span style="background-color:white;"><font color="black"> </font></span><span style="font-size:9pt; background-color:white;"><font color="black"> 표시예 : 334 ) 128 640) 128R12<br> R12 L123<br> L123<br><br> 이러한 경우에서 640을 보면 한줄에 문자가 4자가 넘을 경우 번호형식중<br> 을 선택할 수 있습니다. 4자를 넘어가는 문자는 자동으로 통합으로 표시됩니다<br> [통합]으로 설정되면 해당 문자들은 같은 줄로 처리되며 [분리]를 하면 각각<br> 의 문자가 독립적으로 표시되며 조작이 가능해집니다.<br> [혼합]의 경우는 젅주번호가 분리</font></span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="35" height="194" align="center" valign="middle" bgcolor="white">
|
||||
<p><span style="font-size:9pt; background-color:white;"><font color="black">일</font></span><span style="background-color:white;"><font color="black"></font></span></p>
|
||||
<p><span style="font-size:9pt; background-color:white;"><font color="black">반</font></span><span style="background-color:white;"><font color="black"></font></span></p>
|
||||
<p><span style="font-size:9pt; background-color:white;"><font color="black">도</font></span><span style="background-color:white;"><font color="black"></font></span></p>
|
||||
<p><span style="font-size:9pt; background-color:white;"><font color="black">움</font></span><span style="background-color:white;"><font color="black"></font></span></p>
|
||||
<p><span style="font-size:9pt; background-color:white;"><font color="black">말</font></span></p>
|
||||
</td>
|
||||
<td width="494" height="194" valign="top" bgcolor="white">
|
||||
|
||||
<p><span style="font-size:9pt; background-color:white;"><font color="black"><br>!.프린터를 선택하지 않으면 기본프린터로 출력됩니다.</font></span><span style="font-size:9pt; background-color:white;"><font color="black"><br><br>!. 패턴검사를 이용하면 </font><font color="red">길이/문자패턴</font><font color="black">이 적용되지 않은 전주번호를 검출 할 수 있습니다</font></span><font color="black"><span style="font-size:9pt; background-color:white;">.<br>!. 인쇄여백으로 인쇄시 출력되는 가로,세로 여백을 조절할 수 있습니다.<br>!. 확대/축소는 최종적으로 프린트되는 출력물의 가로/세로 비유을 조절합니다.<br> 기본값 1은 기본값 100% 표시가되며 0.5/0.5를 입력하면 가로/세로 50% 축소된 형태로<br> 출력이 됩니다. 2/2 로 하면 2배 확대입니다.<br>!. 종이방향 : 가로출력/세로출력 : 각 스타일에 맞게 조정하세요.<br> 방향에 따라 출력작업창의 형태가 변경됩니다.<br>!. 글꼴크기조정(권장하지 않음) : 프린터로 출력시 모든 글꼴을 일괄적으로 증가/감소<br> 시킵니다. 0이 기본값입니다. 1로할 경우 모든 글꼴의 크키가 지정된 크기에 +1이됩니다<br> </span></font><span style="font-size:9pt; background-color:white;"><font color="red">이 기능은 출력물이 왜곡되어서 출력될 가능성이 큽니다. 수치가 클수록 왜곡이 큼<br></font><font color="black">!. 2장출력 : 출력시 두 개의 내용을 출력하게됩니다. 출력형식으로 복사/다음 이 있음<br> [복사] : 같은내용을 한번더 출력함<br> [다음] : 다음에 출력된 내용을 출력함.<br> 가로거리,세로거리 조정으로 두 번재 출력된 위치를 결정하세요.</font></span></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table> <p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table></body>
|
||||
|
||||
</html>
|
||||
BIN
Setup1/Prepare/help/printform.png
Normal file
BIN
Setup1/Prepare/help/printform.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 144 KiB |
BIN
Setup1/Prepare/hg.ico
Normal file
BIN
Setup1/Prepare/hg.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
640
Setup1/Prepare/import.ini
Normal file
640
Setup1/Prepare/import.ini
Normal file
@@ -0,0 +1,640 @@
|
||||
##########################################
|
||||
## 엑셀파일 가져오기의 설정파일입니다
|
||||
## 자동저장이므로
|
||||
## 따로 수정할 필요가 없습니다
|
||||
##########################################
|
||||
[normal]
|
||||
file=D:\20180725신안.xls
|
||||
StartPos=2
|
||||
EndPos=1000
|
||||
|
||||
[CURSET0]
|
||||
TextBox24=
|
||||
TextBox25=
|
||||
TextBox26=
|
||||
TextBox27=
|
||||
TextBox28=
|
||||
TextBox29=
|
||||
TextBox30=
|
||||
TextBox31=
|
||||
TextBox32=
|
||||
TextBox33=
|
||||
TextBox34=
|
||||
TextBox35=
|
||||
TextBox36=
|
||||
TextBox37=
|
||||
TextBox38=6,0
|
||||
TextBox39=1,5
|
||||
TextBox40=6,0
|
||||
TextBox41=1,5
|
||||
TextBox42=
|
||||
TextBox23=
|
||||
TextBox22=
|
||||
TextBox21=
|
||||
TextBox20=
|
||||
TextBox19=
|
||||
TextBox18=
|
||||
TextBox17=
|
||||
TextBox16=7
|
||||
TextBox15=
|
||||
TextBox14=
|
||||
TextBox13=
|
||||
TextBox12=
|
||||
TextBox11=5
|
||||
TextBox10=2
|
||||
TextBox9=4
|
||||
TextBox8=4
|
||||
TextBox7=3
|
||||
TextBox6=3
|
||||
TextBox5=2
|
||||
|
||||
0,0=1
|
||||
0,1=3
|
||||
0,2=3
|
||||
0,3=4
|
||||
0,4=4
|
||||
0,5=2
|
||||
0,6=5
|
||||
0,7=
|
||||
0,8=
|
||||
0,9=
|
||||
0,10=
|
||||
0,11=7
|
||||
0,12=
|
||||
0,13=
|
||||
0,14=
|
||||
0,15=
|
||||
0,16=
|
||||
1,0=
|
||||
1,1=1,5
|
||||
1,2=6,0
|
||||
1,3=1,5
|
||||
1,4=6,0
|
||||
1,5=
|
||||
1,6=
|
||||
1,7=
|
||||
1,8=
|
||||
1,9=
|
||||
1,10=
|
||||
1,11=
|
||||
1,12=
|
||||
1,13=
|
||||
1,14=
|
||||
1,15=
|
||||
1,16=
|
||||
0,17=
|
||||
1,17=
|
||||
[CURSET9]
|
||||
TextBox25=
|
||||
TextBox26=
|
||||
TextBox27=
|
||||
TextBox28=
|
||||
TextBox29=
|
||||
TextBox30=
|
||||
TextBox31=
|
||||
TextBox32=
|
||||
TextBox33=
|
||||
TextBox34=
|
||||
TextBox35=
|
||||
TextBox36=
|
||||
TextBox37=
|
||||
TextBox38=6,0
|
||||
TextBox39=1,5
|
||||
TextBox40=
|
||||
TextBox41=
|
||||
TextBox42=
|
||||
TextBox22=
|
||||
TextBox5=1
|
||||
TextBox21=
|
||||
TextBox6=
|
||||
TextBox20=
|
||||
TextBox7=
|
||||
TextBox19=
|
||||
TextBox8=4
|
||||
TextBox18=
|
||||
TextBox9=4
|
||||
TextBox17=
|
||||
TextBox10=2
|
||||
TextBox16=8
|
||||
TextBox11=5
|
||||
TextBox15=
|
||||
TextBox12=
|
||||
TextBox14=
|
||||
TextBox13=
|
||||
[CURSET1]
|
||||
TextBox25=
|
||||
TextBox26=
|
||||
TextBox27=
|
||||
TextBox28=
|
||||
TextBox29=
|
||||
TextBox30=
|
||||
TextBox31=
|
||||
TextBox32=
|
||||
TextBox33=
|
||||
TextBox34=
|
||||
TextBox35=
|
||||
TextBox36=
|
||||
TextBox37=
|
||||
TextBox38=
|
||||
TextBox39=
|
||||
TextBox40=
|
||||
TextBox41=
|
||||
TextBox42=
|
||||
TextBox22=
|
||||
TextBox5=
|
||||
TextBox21=
|
||||
TextBox6=
|
||||
TextBox20=
|
||||
TextBox7=
|
||||
TextBox19=
|
||||
TextBox8=
|
||||
TextBox18=
|
||||
TextBox9=
|
||||
TextBox17=
|
||||
TextBox10=
|
||||
TextBox16=
|
||||
TextBox11=
|
||||
TextBox15=
|
||||
TextBox12=
|
||||
TextBox14=
|
||||
TextBox13=
|
||||
[CURSETNUM0]
|
||||
ImpCtl2=
|
||||
ImpCtl3=
|
||||
ImpCtl4=4
|
||||
ImpCtl5=4
|
||||
ImpCtl6=2
|
||||
ImpCtl7=6
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=7
|
||||
ImpCtl13=8
|
||||
ImpCtl14=9
|
||||
ImpCtl15=
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl20=
|
||||
ImpCtl19=
|
||||
[CURSETSPL0]
|
||||
ImpCtl2=1,5
|
||||
ImpCtl3=6,0
|
||||
ImpCtl4=1,5
|
||||
ImpCtl5=6,0
|
||||
ImpCtl6=
|
||||
ImpCtl7=
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=1,0
|
||||
ImpCtl13=
|
||||
ImpCtl14=
|
||||
ImpCtl15=
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl20=
|
||||
ImpCtl19=
|
||||
[CURSETNUM9]
|
||||
ImpCtl2=
|
||||
ImpCtl3=
|
||||
ImpCtl4=2
|
||||
ImpCtl5=2
|
||||
ImpCtl6=3
|
||||
ImpCtl7=4
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=
|
||||
ImpCtl13=
|
||||
ImpCtl14=
|
||||
ImpCtl15=8
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl20=
|
||||
ImpCtl19=
|
||||
[CURSETSPL9]
|
||||
ImpCtl2=
|
||||
ImpCtl3=
|
||||
ImpCtl4=1,5
|
||||
ImpCtl5=6,0
|
||||
ImpCtl6=
|
||||
ImpCtl7=
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=
|
||||
ImpCtl13=
|
||||
ImpCtl14=
|
||||
ImpCtl15=
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl20=
|
||||
ImpCtl19=
|
||||
[CURSETNUM1]
|
||||
ImpCtl2=2
|
||||
ImpCtl3=3
|
||||
ImpCtl4=4
|
||||
ImpCtl5=5
|
||||
ImpCtl6=19
|
||||
ImpCtl7=5
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=
|
||||
ImpCtl13=
|
||||
ImpCtl14=
|
||||
ImpCtl15=
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl20=
|
||||
ImpCtl19=
|
||||
[CURSETSPL1]
|
||||
ImpCtl2=
|
||||
ImpCtl3=
|
||||
ImpCtl4=
|
||||
ImpCtl5=
|
||||
ImpCtl6=
|
||||
ImpCtl7=
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=
|
||||
ImpCtl13=
|
||||
ImpCtl14=
|
||||
ImpCtl15=
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl20=
|
||||
ImpCtl19=
|
||||
[CURSETNUL0]
|
||||
ImpCtl2=False
|
||||
ImpCtl3=False
|
||||
ImpCtl4=True
|
||||
ImpCtl5=True
|
||||
ImpCtl6=False
|
||||
ImpCtl7=False
|
||||
ImpCtl8=False
|
||||
ImpCtl9=False
|
||||
ImpCtl10=False
|
||||
ImpCtl11=False
|
||||
ImpCtl12=False
|
||||
ImpCtl13=False
|
||||
ImpCtl14=False
|
||||
ImpCtl15=False
|
||||
ImpCtl16=False
|
||||
ImpCtl17=False
|
||||
ImpCtl18=False
|
||||
ImpCtl20=False
|
||||
ImpCtl19=False
|
||||
[CURSETNUL1]
|
||||
ImpCtl2=False
|
||||
ImpCtl3=False
|
||||
ImpCtl4=False
|
||||
ImpCtl5=False
|
||||
ImpCtl6=False
|
||||
ImpCtl7=False
|
||||
ImpCtl8=False
|
||||
ImpCtl9=False
|
||||
ImpCtl10=False
|
||||
ImpCtl11=False
|
||||
ImpCtl12=False
|
||||
ImpCtl13=False
|
||||
ImpCtl14=False
|
||||
ImpCtl15=False
|
||||
ImpCtl16=False
|
||||
ImpCtl17=False
|
||||
ImpCtl18=False
|
||||
ImpCtl20=False
|
||||
ImpCtl19=False
|
||||
[CURSETNUL9]
|
||||
ImpCtl2=False
|
||||
ImpCtl20=False
|
||||
ImpCtl3=False
|
||||
ImpCtl4=False
|
||||
ImpCtl5=False
|
||||
ImpCtl6=False
|
||||
ImpCtl7=False
|
||||
ImpCtl8=False
|
||||
ImpCtl9=False
|
||||
ImpCtl10=False
|
||||
ImpCtl11=False
|
||||
ImpCtl12=False
|
||||
ImpCtl13=False
|
||||
ImpCtl14=False
|
||||
ImpCtl15=False
|
||||
ImpCtl16=False
|
||||
ImpCtl17=False
|
||||
ImpCtl18=False
|
||||
ImpCtl19=False
|
||||
[CURSETNUM3]
|
||||
ImpCtl2=2
|
||||
ImpCtl20=
|
||||
ImpCtl3=3
|
||||
ImpCtl4=4
|
||||
ImpCtl5=5
|
||||
ImpCtl6=6
|
||||
ImpCtl7=
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=
|
||||
ImpCtl13=
|
||||
ImpCtl14=
|
||||
ImpCtl15=
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl19=
|
||||
[CURSETSPL3]
|
||||
ImpCtl2=
|
||||
ImpCtl20=
|
||||
ImpCtl3=
|
||||
ImpCtl4=
|
||||
ImpCtl5=
|
||||
ImpCtl6=
|
||||
ImpCtl7=
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=
|
||||
ImpCtl13=
|
||||
ImpCtl14=
|
||||
ImpCtl15=
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl19=
|
||||
[CURSETNUL3]
|
||||
ImpCtl2=False
|
||||
ImpCtl20=False
|
||||
ImpCtl3=False
|
||||
ImpCtl4=False
|
||||
ImpCtl5=False
|
||||
ImpCtl6=False
|
||||
ImpCtl7=False
|
||||
ImpCtl8=False
|
||||
ImpCtl9=False
|
||||
ImpCtl10=False
|
||||
ImpCtl11=False
|
||||
ImpCtl12=False
|
||||
ImpCtl13=False
|
||||
ImpCtl14=False
|
||||
ImpCtl15=False
|
||||
ImpCtl16=False
|
||||
ImpCtl17=False
|
||||
ImpCtl18=False
|
||||
ImpCtl19=False
|
||||
[CURSETNUM2]
|
||||
ImpCtl2=
|
||||
ImpCtl20=
|
||||
ImpCtl3=
|
||||
ImpCtl4=
|
||||
ImpCtl5=
|
||||
ImpCtl6=
|
||||
ImpCtl7=
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=
|
||||
ImpCtl13=
|
||||
ImpCtl14=
|
||||
ImpCtl15=
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl19=
|
||||
[CURSETSPL2]
|
||||
ImpCtl2=
|
||||
ImpCtl20=
|
||||
ImpCtl3=
|
||||
ImpCtl4=
|
||||
ImpCtl5=
|
||||
ImpCtl6=
|
||||
ImpCtl7=
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=
|
||||
ImpCtl13=
|
||||
ImpCtl14=
|
||||
ImpCtl15=
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl19=
|
||||
[CURSETNUL2]
|
||||
ImpCtl2=False
|
||||
ImpCtl20=False
|
||||
ImpCtl3=False
|
||||
ImpCtl4=False
|
||||
ImpCtl5=False
|
||||
ImpCtl6=False
|
||||
ImpCtl7=False
|
||||
ImpCtl8=False
|
||||
ImpCtl9=False
|
||||
ImpCtl10=False
|
||||
ImpCtl11=False
|
||||
ImpCtl12=False
|
||||
ImpCtl13=False
|
||||
ImpCtl14=False
|
||||
ImpCtl15=False
|
||||
ImpCtl16=False
|
||||
ImpCtl17=False
|
||||
ImpCtl18=False
|
||||
ImpCtl19=False
|
||||
[CURSETNUM4]
|
||||
ImpCtl2=
|
||||
ImpCtl3=1
|
||||
ImpCtl4=
|
||||
ImpCtl5=2
|
||||
ImpCtl6=
|
||||
ImpCtl7=3
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=
|
||||
ImpCtl13=
|
||||
ImpCtl14=
|
||||
ImpCtl15=
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl19=
|
||||
ImpCtl20=
|
||||
[CURSETSPL4]
|
||||
ImpCtl2=
|
||||
ImpCtl3=
|
||||
ImpCtl4=
|
||||
ImpCtl5=
|
||||
ImpCtl6=
|
||||
ImpCtl7=
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=
|
||||
ImpCtl13=
|
||||
ImpCtl14=
|
||||
ImpCtl15=
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl19=
|
||||
ImpCtl20=
|
||||
[CURSETNUL4]
|
||||
ImpCtl2=False
|
||||
ImpCtl3=True
|
||||
ImpCtl4=False
|
||||
ImpCtl5=True
|
||||
ImpCtl6=False
|
||||
ImpCtl7=False
|
||||
ImpCtl8=False
|
||||
ImpCtl9=False
|
||||
ImpCtl10=False
|
||||
ImpCtl11=False
|
||||
ImpCtl12=False
|
||||
ImpCtl13=False
|
||||
ImpCtl14=False
|
||||
ImpCtl15=False
|
||||
ImpCtl16=False
|
||||
ImpCtl17=False
|
||||
ImpCtl18=False
|
||||
ImpCtl19=False
|
||||
ImpCtl20=False
|
||||
[CURSETNUM7]
|
||||
ImpCtl2=
|
||||
ImpCtl3=
|
||||
ImpCtl4=
|
||||
ImpCtl5=
|
||||
ImpCtl6=
|
||||
ImpCtl7=
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=
|
||||
ImpCtl13=
|
||||
ImpCtl14=
|
||||
ImpCtl15=
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl19=
|
||||
ImpCtl20=
|
||||
[CURSETSPL7]
|
||||
ImpCtl2=
|
||||
ImpCtl3=
|
||||
ImpCtl4=
|
||||
ImpCtl5=
|
||||
ImpCtl6=
|
||||
ImpCtl7=
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=
|
||||
ImpCtl13=
|
||||
ImpCtl14=
|
||||
ImpCtl15=
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl19=
|
||||
ImpCtl20=
|
||||
[CURSETNUL7]
|
||||
ImpCtl2=False
|
||||
ImpCtl3=False
|
||||
ImpCtl4=False
|
||||
ImpCtl5=False
|
||||
ImpCtl6=False
|
||||
ImpCtl7=False
|
||||
ImpCtl8=False
|
||||
ImpCtl9=False
|
||||
ImpCtl10=False
|
||||
ImpCtl11=False
|
||||
ImpCtl12=False
|
||||
ImpCtl13=False
|
||||
ImpCtl14=False
|
||||
ImpCtl15=False
|
||||
ImpCtl16=False
|
||||
ImpCtl17=False
|
||||
ImpCtl18=False
|
||||
ImpCtl19=False
|
||||
ImpCtl20=False
|
||||
[CURSETNUM5]
|
||||
ImpCtl2=2
|
||||
ImpCtl3=3
|
||||
ImpCtl4=4
|
||||
ImpCtl5=5
|
||||
ImpCtl6=6
|
||||
ImpCtl7=
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=
|
||||
ImpCtl13=
|
||||
ImpCtl14=
|
||||
ImpCtl15=
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl19=
|
||||
ImpCtl20=
|
||||
[CURSETSPL5]
|
||||
ImpCtl2=
|
||||
ImpCtl3=
|
||||
ImpCtl4=
|
||||
ImpCtl5=
|
||||
ImpCtl6=
|
||||
ImpCtl7=
|
||||
ImpCtl8=
|
||||
ImpCtl9=
|
||||
ImpCtl10=
|
||||
ImpCtl11=
|
||||
ImpCtl12=
|
||||
ImpCtl13=
|
||||
ImpCtl14=
|
||||
ImpCtl15=
|
||||
ImpCtl16=
|
||||
ImpCtl17=
|
||||
ImpCtl18=
|
||||
ImpCtl19=
|
||||
ImpCtl20=
|
||||
[CURSETNUL5]
|
||||
ImpCtl2=False
|
||||
ImpCtl3=False
|
||||
ImpCtl4=False
|
||||
ImpCtl5=False
|
||||
ImpCtl6=False
|
||||
ImpCtl7=False
|
||||
ImpCtl8=False
|
||||
ImpCtl9=False
|
||||
ImpCtl10=False
|
||||
ImpCtl11=False
|
||||
ImpCtl12=False
|
||||
ImpCtl13=False
|
||||
ImpCtl14=False
|
||||
ImpCtl15=False
|
||||
ImpCtl16=False
|
||||
ImpCtl17=False
|
||||
ImpCtl18=False
|
||||
ImpCtl19=False
|
||||
ImpCtl20=False
|
||||
1
Setup1/Prepare/pass.dat
Normal file
1
Setup1/Prepare/pass.dat
Normal file
@@ -0,0 +1 @@
|
||||
15947562
|
||||
408
Setup1/Prepare/spread.INI
Normal file
408
Setup1/Prepare/spread.INI
Normal file
@@ -0,0 +1,408 @@
|
||||
#################################
|
||||
## 데이터뷰 열의 너비를 저장함
|
||||
## 자동저장되는 값입니다.
|
||||
## 따로수정할 필요가 없습니다
|
||||
#################################
|
||||
[AddEpole-view1]
|
||||
COLSIZE0=0
|
||||
COLSIZE1=47
|
||||
COLSIZE2=54
|
||||
COLSIZE3=37
|
||||
COLSIZE4=0
|
||||
COLSIZE5=56
|
||||
COLSIZE6=51
|
||||
COLSIZE7=47
|
||||
COLSIZE8=54
|
||||
COLSIZE9=105
|
||||
COLSIZE10=35
|
||||
COLSIZE11=35
|
||||
COLSIZE12=35
|
||||
COLSIZE13=37
|
||||
COLSIZE14=32
|
||||
COLSIZE15=36
|
||||
COLSIZE16=86
|
||||
COLSIZE17=113
|
||||
COLSIZE18=28
|
||||
COLSIZE19=31
|
||||
COLSIZE20=28
|
||||
COLSIZE21=30
|
||||
COLSIZE22=28
|
||||
COLNAME0=관리ID
|
||||
COLNAME1=번호
|
||||
COLNAME2=번
|
||||
COLNAME3=호
|
||||
COLNAME4=번
|
||||
COLNAME5=호
|
||||
COLNAME6=선로명
|
||||
COLNAME7=1
|
||||
COLNAME8=2
|
||||
COLNAME9=3
|
||||
COLNAME10=4
|
||||
COLNAME11=5
|
||||
COLNAME12=장척
|
||||
COLNAME13=시공년월
|
||||
COLNAME14=시공자
|
||||
COLNAME15=DL명
|
||||
COLNAME16=감독자
|
||||
COLNAME17=1
|
||||
COLNAME18=2
|
||||
COLNAME19=인쇄
|
||||
COLNAME20=인입
|
||||
COLNAME21=기입
|
||||
COLNAME22=*
|
||||
COLSIZE23=27
|
||||
COLNAME23=*
|
||||
RowHeight=27
|
||||
COLSIZE24=44
|
||||
COLSIZE25=0
|
||||
ZOOM=1
|
||||
COLSIZE26=81
|
||||
[MakeList-view1]
|
||||
COLSIZE0=100
|
||||
COLSIZE1=0
|
||||
COLSIZE2=0
|
||||
COLSIZE3=120
|
||||
COLSIZE4=124
|
||||
COLSIZE5=386
|
||||
COLSIZE6=105
|
||||
COLSIZE7=94
|
||||
COLSIZE8=267
|
||||
COLSIZE9=113
|
||||
COLNAME0=A
|
||||
COLNAME1=B
|
||||
COLNAME2=C
|
||||
COLNAME3=D
|
||||
COLNAME4=E
|
||||
COLNAME5=F
|
||||
COLNAME6=G
|
||||
COLNAME7=H
|
||||
COLNAME8=I
|
||||
COLNAME9=J
|
||||
RowHeight=33
|
||||
COLSIZE10=59
|
||||
ZOOM=1
|
||||
[TabPage6-CustFP1]
|
||||
COLSIZE0=0
|
||||
COLSIZE1=0
|
||||
COLSIZE2=0
|
||||
COLSIZE3=0
|
||||
COLSIZE4=0
|
||||
COLSIZE5=0
|
||||
COLSIZE6=0
|
||||
COLSIZE7=84
|
||||
COLSIZE8=25
|
||||
COLSIZE9=25
|
||||
COLSIZE10=25
|
||||
COLSIZE11=25
|
||||
COLSIZE12=33
|
||||
COLSIZE13=69
|
||||
COLSIZE14=63
|
||||
COLSIZE15=48
|
||||
COLSIZE16=53
|
||||
COLSIZE17=60
|
||||
COLSIZE18=60
|
||||
COLSIZE19=37
|
||||
COLSIZE20=44
|
||||
COLSIZE21=41
|
||||
|
||||
[MakeList-view1]
|
||||
COLSIZE0=100
|
||||
COLSIZE1=0
|
||||
COLSIZE2=0
|
||||
COLSIZE3=0
|
||||
COLSIZE4=92
|
||||
COLSIZE5=100
|
||||
COLSIZE6=212
|
||||
COLSIZE7=73
|
||||
COLSIZE8=82
|
||||
COLSIZE9=102
|
||||
COLNAME0=A
|
||||
COLNAME1=B
|
||||
COLNAME2=C
|
||||
COLNAME3=D
|
||||
COLNAME4=E
|
||||
COLNAME5=F
|
||||
COLNAME6=G
|
||||
COLNAME7=H
|
||||
COLNAME8=I
|
||||
COLNAME9=J
|
||||
RowHeight=36
|
||||
COLSIZE10=59
|
||||
[AddEpoleETC-view1]
|
||||
COLSIZE0=0
|
||||
COLSIZE1=53
|
||||
COLSIZE2=83
|
||||
COLSIZE3=79
|
||||
COLSIZE4=96
|
||||
COLSIZE5=110
|
||||
COLSIZE6=41
|
||||
COLSIZE7=41
|
||||
COLSIZE8=46
|
||||
COLSIZE9=50
|
||||
COLSIZE10=109
|
||||
COLSIZE11=100
|
||||
COLSIZE12=103
|
||||
COLSIZE13=107
|
||||
COLSIZE14=36
|
||||
COLNAME0=관리ID
|
||||
COLNAME1=번호
|
||||
COLNAME2=관리구
|
||||
COLNAME3=전주번호
|
||||
COLNAME4=선로명
|
||||
COLNAME5=1
|
||||
COLNAME6=2
|
||||
COLNAME7=3
|
||||
COLNAME8=4
|
||||
COLNAME9=5
|
||||
COLNAME10=1
|
||||
COLNAME11=2
|
||||
COLNAME12=3
|
||||
COLNAME13=4
|
||||
COLNAME14=*
|
||||
RowHeight=30
|
||||
COLSIZE15=0
|
||||
COLNAME15=정렬번호
|
||||
[AddEpole지중-view1]
|
||||
COLSIZE0=46
|
||||
COLSIZE1=0
|
||||
COLSIZE2=0
|
||||
COLSIZE3=67
|
||||
COLSIZE4=63
|
||||
COLSIZE5=86
|
||||
COLSIZE6=77
|
||||
COLSIZE7=31
|
||||
COLSIZE8=31
|
||||
COLSIZE9=32
|
||||
COLSIZE10=33
|
||||
COLSIZE11=62
|
||||
COLSIZE12=94
|
||||
COLSIZE13=60
|
||||
COLSIZE14=75
|
||||
COLSIZE15=69
|
||||
COLSIZE16=43
|
||||
COLSIZE17=40
|
||||
COLNAME0=*
|
||||
COLNAME1=관리ID
|
||||
COLNAME2=번호
|
||||
COLNAME3=관리구
|
||||
COLNAME4=전산번호
|
||||
COLNAME5=선로명
|
||||
COLNAME6=1
|
||||
COLNAME7=2
|
||||
COLNAME8=3
|
||||
COLNAME9=4
|
||||
COLNAME10=5
|
||||
COLNAME11=시공년월
|
||||
COLNAME12=시공업체
|
||||
COLNAME13=상
|
||||
COLNAME14=용량
|
||||
COLNAME15=1
|
||||
COLNAME16=2
|
||||
COLNAME17=3
|
||||
RowHeight=20
|
||||
[TableLayoutPanel1-view1]
|
||||
COLSIZE0=0
|
||||
COLSIZE1=0
|
||||
COLSIZE2=0
|
||||
COLSIZE3=58
|
||||
COLSIZE4=62
|
||||
COLSIZE5=0
|
||||
COLSIZE6=0
|
||||
COLSIZE7=0
|
||||
COLSIZE8=0
|
||||
COLSIZE9=0
|
||||
COLSIZE10=0
|
||||
COLSIZE11=0
|
||||
COLSIZE12=0
|
||||
COLSIZE13=0
|
||||
COLSIZE14=0
|
||||
COLSIZE15=0
|
||||
COLNAME0=관리ID
|
||||
COLNAME1=번호
|
||||
COLNAME2=관리구
|
||||
COLNAME3=전주번호
|
||||
COLNAME4=선로명
|
||||
COLNAME5=번호1
|
||||
COLNAME6=번호2
|
||||
COLNAME7=번호3
|
||||
COLNAME8=번호4
|
||||
COLNAME9=번호5
|
||||
COLNAME10=비고1
|
||||
COLNAME11=비고2
|
||||
COLNAME12=비고3
|
||||
COLNAME13=비고4
|
||||
COLNAME14=O
|
||||
COLNAME15=정렬번호
|
||||
RowHeight=20
|
||||
ZOOM=1
|
||||
COLSIZE16=140
|
||||
COLSIZE17=45
|
||||
COLSIZE18=45
|
||||
COLSIZE19=45
|
||||
COLSIZE20=45
|
||||
COLSIZE21=0
|
||||
COLSIZE22=0
|
||||
COLSIZE23=0
|
||||
COLSIZE24=0
|
||||
COLSIZE25=0
|
||||
[AddEpoleJJ-view1]
|
||||
COLSIZE0=35
|
||||
COLSIZE1=0
|
||||
COLSIZE2=0
|
||||
COLSIZE3=50
|
||||
COLSIZE4=39
|
||||
COLSIZE5=58
|
||||
COLSIZE6=62
|
||||
COLSIZE7=31
|
||||
COLSIZE8=31
|
||||
COLSIZE9=32
|
||||
COLSIZE10=33
|
||||
COLSIZE11=38
|
||||
COLSIZE12=85
|
||||
COLSIZE13=40
|
||||
COLSIZE14=94
|
||||
COLSIZE15=50
|
||||
COLSIZE16=85
|
||||
COLSIZE17=54
|
||||
COLNAME0=A
|
||||
COLNAME1=관리ID
|
||||
COLNAME2=번호
|
||||
COLNAME3=관리구
|
||||
COLNAME4=전산화번호
|
||||
COLNAME5=선로명
|
||||
COLNAME6=번호1
|
||||
COLNAME7=번호2
|
||||
COLNAME8=번호3
|
||||
COLNAME9=번호4
|
||||
COLNAME10=번호5
|
||||
COLNAME11=시공년월
|
||||
COLNAME12=시공업체
|
||||
COLNAME13=변압기상
|
||||
COLNAME14=변압기용량
|
||||
COLNAME15=비고1
|
||||
COLNAME16=비고2
|
||||
COLNAME17=비고3
|
||||
RowHeight=29
|
||||
COLSIZE18=49
|
||||
COLSIZE19=0
|
||||
COLNAME18=비고3
|
||||
COLNAME19=정렬번호
|
||||
ZOOM=1
|
||||
COLSIZE20=38
|
||||
[PicList-filelistf]
|
||||
COLSIZE0=229
|
||||
COLSIZE1=313
|
||||
COLSIZE2=63
|
||||
COLSIZE3=64
|
||||
RowHeight=18
|
||||
ZOOM=1
|
||||
COLSIZE4=0
|
||||
[AddEpoleDung-view1view_deung]
|
||||
COLSIZE0=49
|
||||
COLSIZE1=0
|
||||
COLSIZE2=0
|
||||
COLSIZE3=97
|
||||
COLSIZE4=79
|
||||
COLSIZE5=82
|
||||
COLSIZE6=84
|
||||
COLSIZE7=207
|
||||
COLSIZE8=73
|
||||
RowHeight=30
|
||||
ZOOM=1
|
||||
[AddEpoleKaro-view1view_karo]
|
||||
COLSIZE0=36
|
||||
COLSIZE1=0
|
||||
COLSIZE2=49
|
||||
COLSIZE3=56
|
||||
COLSIZE4=74
|
||||
COLSIZE5=74
|
||||
COLSIZE6=74
|
||||
COLSIZE7=74
|
||||
COLSIZE8=74
|
||||
RowHeight=33
|
||||
ZOOM=1.2
|
||||
[AddEpole_Tongsin-view1view_tongsin]
|
||||
COLSIZE0=27
|
||||
COLSIZE1=22
|
||||
COLSIZE2=40
|
||||
COLSIZE3=93
|
||||
COLSIZE4=53
|
||||
COLSIZE5=65
|
||||
COLSIZE6=37
|
||||
COLSIZE7=36
|
||||
COLSIZE8=89
|
||||
RowHeight=29
|
||||
ZOOM=1
|
||||
COLSIZE9=122
|
||||
COLSIZE10=109
|
||||
COLSIZE11=0
|
||||
COLSIZE12=0
|
||||
COLSIZE13=0
|
||||
COLSIZE14=36
|
||||
COLSIZE15=39
|
||||
COLSIZE16=37
|
||||
COLSIZE17=40
|
||||
COLSIZE18=41
|
||||
COLSIZE19=40
|
||||
COLSIZE20=45
|
||||
prerowcopy=A1,A2,B1,B2,규격,시공일,시공자,운용기관,중계기명,C1,C2,D1,D2,D3,E1,E2,E3
|
||||
hangulfield=A1,A2,B1,B2,시공자,운용기관,단자함1,중계기명
|
||||
nextcolumn=D1
|
||||
defstyleindex=2
|
||||
COLSIZE21=0
|
||||
[AddEpole_SKNetworks-view1view_sknetworks]
|
||||
COLSIZE0=42
|
||||
COLSIZE1=41
|
||||
COLSIZE2=47
|
||||
COLSIZE3=39
|
||||
COLSIZE4=134
|
||||
COLSIZE5=47
|
||||
COLSIZE6=34
|
||||
COLSIZE7=81
|
||||
COLSIZE8=74
|
||||
COLSIZE9=50
|
||||
COLSIZE10=66
|
||||
COLSIZE11=114
|
||||
RowHeight=31
|
||||
ZOOM=1
|
||||
prerowcopy=A1,A2,B1,B2,시공일,규격,시공자,문의전화1,문의전화2,운용기관,중계기명
|
||||
hangulfield=A2,시공자,중계기명,운용기관
|
||||
nextcolumn=문의전화2
|
||||
COLSIZE12=98
|
||||
COLSIZE13=92
|
||||
[AddEpole_karo-view1view_karo]
|
||||
COLSIZE0=29
|
||||
COLSIZE1=27
|
||||
COLSIZE2=55
|
||||
COLSIZE3=71
|
||||
COLSIZE4=105
|
||||
COLSIZE5=73
|
||||
COLSIZE6=127
|
||||
COLSIZE7=124
|
||||
COLSIZE8=141
|
||||
COLSIZE9=132
|
||||
COLSIZE10=44
|
||||
COLSIZE11=47
|
||||
COLSIZE12=45
|
||||
COLSIZE13=211
|
||||
RowHeight=31
|
||||
ZOOM=1
|
||||
prerowcopy=행정도시,지역명,번지,B1,B2,C1,C2,E1,E2,E3
|
||||
hangulfield=행정도시,지역명,번지,B1,B2,E1,E2,E3
|
||||
nextcolumn=E3
|
||||
COLSIZE14=0
|
||||
defstyleindex=0
|
||||
[AddEpole_jDung-view1view_jdung]
|
||||
COLSIZE0=60
|
||||
COLSIZE1=60
|
||||
COLSIZE2=60
|
||||
COLSIZE3=112
|
||||
COLSIZE4=117
|
||||
COLSIZE5=116
|
||||
COLSIZE6=111
|
||||
COLSIZE7=115
|
||||
COLSIZE8=103
|
||||
COLSIZE9=111
|
||||
COLSIZE10=0
|
||||
RowHeight=35
|
||||
ZOOM=1
|
||||
228
Setup1/Prepare/styleC.ini
Normal file
228
Setup1/Prepare/styleC.ini
Normal file
@@ -0,0 +1,228 @@
|
||||
//Myini 로부터 자동생성된 파일입니다
|
||||
//생성일자 : 2008-02-18 오후 3:44:16
|
||||
[STYLEJANGCHOK]
|
||||
DESC=STYLEJANGCHOK
|
||||
H1pos=-4,34,71,67
|
||||
H1font=HY견고딕,43,False,False,False,100,100
|
||||
H1visible=True
|
||||
H1space=0
|
||||
H2pos=44,34,71,67
|
||||
H2font=HY견고딕,43,False,False,False,100,100
|
||||
H2visible=True
|
||||
H2space=0
|
||||
H3pos=94,34,71,67
|
||||
H3font=HY견고딕,43,False,False,False,100,100
|
||||
H3visible=True
|
||||
H3space=0
|
||||
H4pos=145,34,71,67
|
||||
H4font=HY견고딕,43,False,False,False,100,100
|
||||
H4visible=True
|
||||
H4space=0
|
||||
H5pos=189,34,82,67
|
||||
H5font=HY견고딕,42,False,False,False,100,100
|
||||
H5visible=True
|
||||
H5space=0
|
||||
K1pos=0,0,100,50
|
||||
K1font=HY견고딕,30,False,False,False,100,100
|
||||
K1visible=False
|
||||
K1space=0
|
||||
K2pos=0,0,100,50
|
||||
K2font=HY견고딕,30,False,False,False,100,100
|
||||
K2visible=False
|
||||
K2space=0
|
||||
K3pos=0,0,100,50
|
||||
K3font=HY견고딕,30,False,False,False,100,100
|
||||
K3visible=False
|
||||
K3space=0
|
||||
K4pos=0,0,100,50
|
||||
K4font=HY견고딕,30,False,False,False,100,100
|
||||
K4visible=False
|
||||
K4space=0
|
||||
S1pos=44,93,71,67
|
||||
S1font=HY견고딕,43,False,False,False,100,100
|
||||
S1visible=True
|
||||
S1space=0
|
||||
S2pos=94,93,71,67
|
||||
S2font=HY견고딕,43,False,False,False,100,100
|
||||
S2visible=True
|
||||
S2space=0
|
||||
S3pos=145,93,71,67
|
||||
S3font=HY견고딕,43,False,False,False,100,100
|
||||
S3visible=True
|
||||
S3space=0
|
||||
L1pos=-1,160,68,54
|
||||
L1font=HY견고딕,32,False,False,False,93,100
|
||||
L1visible=True
|
||||
L1space=0
|
||||
L2pos=-1,220,68,54
|
||||
L2font=HY견고딕,32,False,False,False,93,100
|
||||
L2visible=True
|
||||
L2space=0
|
||||
L3pos=-1,278,68,54
|
||||
L3font=HY견고딕,32,False,False,False,93,100
|
||||
L3visible=True
|
||||
L3space=0
|
||||
L4pos=6,250,0,0
|
||||
L4font=굴림,32,False,False,False,100,100
|
||||
L4visible=True
|
||||
L4space=0
|
||||
L5pos=42,185,0,0
|
||||
L5font=굴림,32,False,False,False,100,100
|
||||
L5visible=True
|
||||
L5space=0
|
||||
L6pos=42,220,0,0
|
||||
L6font=굴림,32,False,False,False,100,100
|
||||
L6visible=True
|
||||
L6space=0
|
||||
L7pos=42,252,0,0
|
||||
L7font=굴림,32,False,False,False,100,100
|
||||
L7visible=True
|
||||
L7space=0
|
||||
L8pos=42,287,0,0
|
||||
L8font=굴림,32,False,False,False,100,100
|
||||
L8visible=True
|
||||
L8space=0
|
||||
L9pos=-3,-3,100,50
|
||||
L9font=굴림,32,False,False,False,100,100
|
||||
L9visible=True
|
||||
L9space=0
|
||||
L10pos=-3,-3,100,50
|
||||
L10font=굴림,32,False,False,False,100,100
|
||||
L10visible=True
|
||||
L10space=0
|
||||
L11pos=0,0,100,50
|
||||
L11font=HY견고딕,30,False,False,False,100,100
|
||||
L11visible=True
|
||||
L11space=0
|
||||
X1pos=44,158,238,214
|
||||
X1font=HY견고딕,43,False,False,False,100,100
|
||||
X1visible=True
|
||||
X1space=0
|
||||
X2pos=38,215,74,67
|
||||
X2font=HY견고딕,43,False,False,False,100,100
|
||||
X2visible=True
|
||||
X2space=0
|
||||
X3pos=94,217,71,67
|
||||
X3font=HY견고딕,43,False,False,False,100,100
|
||||
X3visible=True
|
||||
X3space=0
|
||||
X4pos=158,223,71,67
|
||||
X4font=HY견고딕,43,False,False,False,100,100
|
||||
X4visible=False
|
||||
X4space=0
|
||||
X5pos=92,223,11,12
|
||||
X5font=굴림,43,False,False,False,100,100
|
||||
X5visible=False
|
||||
X5space=0
|
||||
X6pos=150,223,11,12
|
||||
X6font=굴림,43,False,False,False,100,100
|
||||
X6visible=False
|
||||
X6space=0
|
||||
X7pos=200,223,11,12
|
||||
X7font=굴림,43,False,False,False,100,100
|
||||
X7visible=False
|
||||
X7space=0
|
||||
X8pos=228,223,11,12
|
||||
X8font=굴림,43,False,False,False,100,100
|
||||
X8visible=False
|
||||
X8space=0
|
||||
X9pos=92,247,19,12
|
||||
X9font=굴림,43,False,False,False,100,100
|
||||
X9visible=False
|
||||
X9space=0
|
||||
X10pos=150,247,19,12
|
||||
X10font=굴림,43,False,False,False,100,100
|
||||
X10visible=False
|
||||
X10space=0
|
||||
X11pos=200,247,19,12
|
||||
X11font=굴림,43,False,False,False,100,100
|
||||
X11visible=False
|
||||
X11space=0
|
||||
X12pos=228,247,19,12
|
||||
X12font=굴림,43,False,False,False,100,100
|
||||
X12visible=False
|
||||
X12space=0
|
||||
Y1pos=-2,335,76,12
|
||||
Y1font=HY견고딕,26,False,False,False,100,100
|
||||
Y1visible=True
|
||||
Y1space=0
|
||||
Y2pos=28,335,17,12
|
||||
Y2font=HY견고딕,26,False,False,False,100,100
|
||||
Y2visible=True
|
||||
Y2space=0
|
||||
Y3pos=59,335,17,12
|
||||
Y3font=HY견고딕,26,False,False,False,100,100
|
||||
Y3visible=True
|
||||
Y3space=0
|
||||
Y4pos=88,335,17,12
|
||||
Y4font=HY견고딕,26,False,False,False,100,100
|
||||
Y4visible=True
|
||||
Y4space=0
|
||||
G1pos=8,359,113,12
|
||||
G1font=HY견고딕,9,False,False,False,100,100
|
||||
G1visible=False
|
||||
G1space=0
|
||||
J1pos=-2,378,76,38
|
||||
J1font=HY견고딕,26,False,False,False,100,100
|
||||
J1visible=True
|
||||
J1space=0
|
||||
J2pos=29,378,18,16
|
||||
J2font=HY견고딕,26,False,False,False,100,100
|
||||
J2visible=True
|
||||
J2space=0
|
||||
C1pos=10,421,65,12
|
||||
C1font=HY견고딕,9,False,False,False,100,100
|
||||
C1visible=True
|
||||
C1space=0
|
||||
Z1pos=132,424,52,12
|
||||
Z1font=HY견고딕,9,False,False,False,100,100
|
||||
Z1visible=False
|
||||
Z1space=0
|
||||
Z2pos=132,443,52,12
|
||||
Z2font=HY견고딕,9,False,False,False,100,100
|
||||
Z2visible=False
|
||||
Z2space=0
|
||||
M1pos=141,375,66,12
|
||||
M1font=HY견고딕,9,False,False,False,100,100
|
||||
M1visible=False
|
||||
M1space=0
|
||||
N1pos=208,437,77,12
|
||||
N1font=HY견고딕,5,False,False,False,100,100
|
||||
N1visible=True
|
||||
N1space=0
|
||||
Upos=102,296,57,12
|
||||
Ufont=HY견고딕,9,False,False,False,100,100
|
||||
Uvisible=False
|
||||
Uspace=0
|
||||
Apos=102,309,57,12
|
||||
Afont=HY견고딕,9,False,False,False,100,100
|
||||
Avisible=False
|
||||
Aspace=0
|
||||
Bpos=102,326,57,12
|
||||
Bfont=HY견고딕,9,False,False,False,100,100
|
||||
Bvisible=False
|
||||
Bspace=0
|
||||
Dpos=170,296,57,12
|
||||
Dfont=HY견고딕,9,False,False,False,100,100
|
||||
Dvisible=False
|
||||
Dspace=0
|
||||
Epos=170,312,57,12
|
||||
Efont=HY견고딕,9,False,False,False,100,100
|
||||
Evisible=False
|
||||
Espace=0
|
||||
O1pos=200,138,113,12
|
||||
O1font=HY견고딕,5,False,False,False,107,100
|
||||
O1visible=False
|
||||
O1space=0
|
||||
Ppos=0,0,100,50
|
||||
Pfont=HY견고딕,30,False,False,False,100,100
|
||||
Pvisible=False
|
||||
Pspace=0
|
||||
Qpos=0,0,100,50
|
||||
Qfont=HY견고딕,30,False,False,False,100,100
|
||||
Qvisible=False
|
||||
Qspace=0
|
||||
Rpos=200,95,100,50
|
||||
Rfont=HY견고딕,10,False,False,False,100,100
|
||||
Rvisible=False
|
||||
Rspace=0
|
||||
43196
Setup1/Setup1.vdproj
43196
Setup1/Setup1.vdproj
File diff suppressed because it is too large
Load Diff
48
StyleEditor/Form1.Designer.cs
generated
Normal file
48
StyleEditor/Form1.Designer.cs
generated
Normal file
@@ -0,0 +1,48 @@
|
||||
namespace StyleEditor
|
||||
{
|
||||
partial class Form1
|
||||
{
|
||||
/// <summary>
|
||||
/// 필수 디자이너 변수입니다.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// 사용 중인 모든 리소스를 정리합니다.
|
||||
/// </summary>
|
||||
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form 디자이너에서 생성한 코드
|
||||
|
||||
/// <summary>
|
||||
/// 디자이너 지원에 필요한 메서드입니다.
|
||||
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(574, 381);
|
||||
this.Name = "Form1";
|
||||
this.Text = "Form1";
|
||||
this.Load += new System.EventHandler(this.Form1_Load);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
25
StyleEditor/Form1.cs
Normal file
25
StyleEditor/Form1.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace StyleEditor
|
||||
{
|
||||
public partial class Form1 : Form
|
||||
{
|
||||
public Form1()
|
||||
{
|
||||
InitializeComponent();
|
||||
this.Text = Application.ProductName + " ver" + Application.ProductVersion;
|
||||
}
|
||||
|
||||
private void Form1_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
120
StyleEditor/Form1.resx
Normal file
120
StyleEditor/Form1.resx
Normal file
@@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
21
StyleEditor/Program.cs
Normal file
21
StyleEditor/Program.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace StyleEditor
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// 해당 응용 프로그램의 주 진입점입니다.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new Form1());
|
||||
}
|
||||
}
|
||||
}
|
||||
36
StyleEditor/Properties/AssemblyInfo.cs
Normal file
36
StyleEditor/Properties/AssemblyInfo.cs
Normal file
@@ -0,0 +1,36 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 어셈블리의 일반 정보는 다음 특성 집합을 통해 제어됩니다.
|
||||
// 어셈블리와 관련된 정보를 수정하려면
|
||||
// 이 특성 값을 변경하십시오.
|
||||
[assembly: AssemblyTitle("ePole(Union) Style Editor")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("ePole(Union) Style Editor")]
|
||||
[assembly: AssemblyCopyright("Copyright ©SIMP 2023")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// ComVisible을 false로 설정하면 이 어셈블리의 형식이 COM 구성 요소에
|
||||
// 표시되지 않습니다. COM에서 이 어셈블리의 형식에 액세스하려면
|
||||
// 해당 형식에 대해 ComVisible 특성을 true로 설정하십시오.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// 이 프로젝트가 COM에 노출되는 경우 다음 GUID는 typelib의 ID를 나타냅니다.
|
||||
[assembly: Guid("7109deba-7fde-4510-a227-a674ff29ef8b")]
|
||||
|
||||
// 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다.
|
||||
//
|
||||
// 주 버전
|
||||
// 부 버전
|
||||
// 빌드 번호
|
||||
// 수정 버전
|
||||
//
|
||||
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 버전이 자동으로
|
||||
// 지정되도록 할 수 있습니다.
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("23.03.09.2130")]
|
||||
[assembly: AssemblyFileVersion("23.03.09.2130")]
|
||||
63
StyleEditor/Properties/Resources.Designer.cs
generated
Normal file
63
StyleEditor/Properties/Resources.Designer.cs
generated
Normal file
@@ -0,0 +1,63 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 이 코드는 도구를 사용하여 생성되었습니다.
|
||||
// 런타임 버전:4.0.30319.42000
|
||||
//
|
||||
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
|
||||
// 이러한 변경 내용이 손실됩니다.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace StyleEditor.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
|
||||
/// </summary>
|
||||
// 이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder
|
||||
// 클래스에서 자동으로 생성되었습니다.
|
||||
// 멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을
|
||||
// 다시 실행하거나 VS 프로젝트를 다시 빌드하십시오.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Resources() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("StyleEditor.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대한 현재 스레드의 CurrentUICulture
|
||||
/// 속성을 재정의합니다.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
set {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
117
StyleEditor/Properties/Resources.resx
Normal file
117
StyleEditor/Properties/Resources.resx
Normal file
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
26
StyleEditor/Properties/Settings.Designer.cs
generated
Normal file
26
StyleEditor/Properties/Settings.Designer.cs
generated
Normal file
@@ -0,0 +1,26 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 이 코드는 도구를 사용하여 생성되었습니다.
|
||||
// 런타임 버전:4.0.30319.42000
|
||||
//
|
||||
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
|
||||
// 이러한 변경 내용이 손실됩니다.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace StyleEditor.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
public static Settings Default {
|
||||
get {
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
7
StyleEditor/Properties/Settings.settings
Normal file
7
StyleEditor/Properties/Settings.settings
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
||||
96
StyleEditor/StyleEditor.csproj
Normal file
96
StyleEditor/StyleEditor.csproj
Normal file
@@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||
<ProductVersion>8.0.30703</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{7CEBE298-8D1A-436A-901C-F10DBEEE6510}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>StyleEditor</RootNamespace>
|
||||
<AssemblyName>StyleEditor</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>
|
||||
</TargetFrameworkProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Form1.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Form1.Designer.cs">
|
||||
<DependentUpon>Form1.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="Form1.resx">
|
||||
<DependentUpon>Form1.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<None Include="app.config" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
<Compile Include="Properties\Settings.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\ArinClassV2\ArinClassV2\ArinClassV2.vbproj">
|
||||
<Project>{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}</Project>
|
||||
<Name>ArinClassV2</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
3
StyleEditor/app.config
Normal file
3
StyleEditor/app.config
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
||||
4
_Import/외부라이브러리.txt
Normal file
4
_Import/외부라이브러리.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
ArinClassV2
|
||||
ArinNewFP
|
||||
QRcodeLib
|
||||
Z_Epole_Class
|
||||
Reference in New Issue
Block a user