..
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -4,9 +4,7 @@ debug
|
||||
bin
|
||||
*.v12
|
||||
*.v13
|
||||
/Cls_Jdung/obj/Release
|
||||
/Cls_Jdung/obj
|
||||
/Cls_Karo/obj
|
||||
/Cls_Sknetworks/obj
|
||||
/Epole/obj/Release
|
||||
/Setup1/Release
|
||||
obj
|
||||
release
|
||||
Prepare
|
||||
packages
|
||||
@@ -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.
@@ -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
|
||||
|
||||
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
|
||||
@@ -1,5 +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,7 +51,7 @@
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>false</DefineTrace>
|
||||
<OutputPath>..\..\Runtime\통합번호찰프로그램%28PDF출력%29 - 가로등%282%29\</OutputPath>
|
||||
<OutputPath>C:\해광기획\통합번호찰%28가로등%29\</OutputPath>
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
|
||||
@@ -84,6 +84,9 @@
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\DLLS\ADBC.dll</HintPath>
|
||||
</Reference>
|
||||
<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" />
|
||||
@@ -148,6 +151,12 @@
|
||||
<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>
|
||||
@@ -269,6 +278,9 @@
|
||||
<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>
|
||||
|
||||
@@ -11,21 +11,21 @@ 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}") = "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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QRCodeLib", "..\QRCodeLib\QRCodeLib.csproj", "{E98126B2-AF17-4783-96B9-856D6744DCA3}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QRCodeLib", "_Import\QRCodeLib\QRCodeLib.csproj", "{E98126B2-AF17-4783-96B9-856D6744DCA3}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SubProject", "SubProject", "{22F8F794-A64A-4284-8C18-415EA737A652}"
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Import", "_Import", "{22F8F794-A64A-4284-8C18-415EA737A652}"
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CEpole_fp5", "..\Z_Epole_Class\Project_fp5\CEpole_fp5.vbproj", "{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}"
|
||||
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", "..\Z_Epole_Class\Project_fp13\CEpole_fp13.vbproj", "{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}"
|
||||
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", "..\ArinNewFp\ArinNewFpv5\ArinNewFp5.vbproj", "{B0371B1F-8657-47A6-979E-4AEB970559D2}"
|
||||
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", "..\ArinNewFp\ArinNewFpv13\ArinNewFp13.vbproj", "{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}"
|
||||
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
|
||||
@@ -485,9 +485,9 @@ Global
|
||||
{3CD48808-A079-4B36-BF01-F0F16E2A7638} = {305A5F3E-2995-4E51-BCB7-32CB865C163A}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
Spices_ObfuscateProject = -1
|
||||
Spices_CreateProject = -1
|
||||
Spices_ProjectFileName =
|
||||
SolutionGuid = {B130A163-B967-4B8A-9A06-10A59E0F3C9A}
|
||||
Spices_ProjectFileName =
|
||||
Spices_CreateProject = -1
|
||||
Spices_ObfuscateProject = -1
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
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
|
||||
220574
Setup1/Setup1.vdproj
220574
Setup1/Setup1.vdproj
File diff suppressed because it is too large
Load Diff
4
_Import/외부라이브러리.txt
Normal file
4
_Import/외부라이브러리.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
ArinClassV2
|
||||
ArinNewFP
|
||||
QRcodeLib
|
||||
Z_Epole_Class
|
||||
Binary file not shown.
@@ -1,36 +0,0 @@
|
||||
MICROSOFT SOFTWARE LICENSE TERMS
|
||||
MICROSOFT VISUAL STUDIO ADD-ONs and EXTENSIONS
|
||||
These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. They apply to the software named above. The terms also apply to any Microsoft services or updates for the software, except to the extent those have different terms.
|
||||
IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE RIGHTS BELOW.
|
||||
1. INSTALLATION AND USE RIGHTS.
|
||||
You may install and use any number of copies of the software to use solely with
|
||||
Visual Studio Community
|
||||
Visual Studio Professional
|
||||
Visual Studio Enterprise
|
||||
Visual Studio Code
|
||||
2. THIRD PARTY COMPONENTS.<2E> The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software.<2E>
|
||||
3. DATA.
|
||||
a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may opt-out of many of these scenarios, but not all, as described in the software documentation. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications and you should provide a copy of Microsoft<66>s privacy statement to your users. The Microsoft privacy statement is located here https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices.
|
||||
b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr.
|
||||
4. SCOPE OF LICENSE. The software is licensed, not sold. These license terms only give you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in these license terms. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. In addition, you may not
|
||||
* work around any technical limitations in the software;
|
||||
* reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software except, and only to the extent required by third party licensing terms governing the use of certain open source components that may be included in the software;
|
||||
* remove, minimize, block or modify any notices of Microsoft or its suppliers in the software;
|
||||
* use the software in any way that is against the law;
|
||||
* share, publish, rent, or lease the software; or
|
||||
* provide the software as a stand-alone offering or combine it with any of your applications for others to use, or transfer the software or this agreement to any third party.
|
||||
5. EXPORT RESTRICTIONS. You must comply with all domestic and international export laws and regulations that apply to the software, which include restrictions on destinations, end users, and end use. For further information on export restrictions, visit www.microsoft.com/exporting.
|
||||
6. SUPPORT SERVICES. Because this software is <20>as is<69>, we may not provide support services for it.
|
||||
7. ENTIRE AGREEMENT. This agreement, and the terms for supplements, updates, Internet-based services and support services that you use, are the entire agreement for the software and support services.
|
||||
8. APPLICABLE LAW. If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply.
|
||||
9. CONSUMER RIGHTS; REGIONAL VARIATIONS. These license terms describe certain legal rights. You may have other rights, including consumer rights, under the laws of your state or country. You may also have rights with respect to the party from which you acquired the software. This agreement does not change those other rights if the laws of your state or country do not permit it to do so. For example, if you acquired the software in one of the below regions, or mandatory country law applies, then the following provisions apply to you:
|
||||
a. Australia. You have statutory guarantees under the Australian Consumer Law and nothing in this agreement is intended to affect those rights.
|
||||
b. Canada. You may stop receiving updates on your device by turning off Internet access. If and when you re-connect to the Internet, the software will resume checking for and installing updates.
|
||||
c. Germany and Austria.
|
||||
(i) Warranty. The properly licensed software will perform substantially as described in any Microsoft materials that accompany the software. However, Microsoft gives no contractual guarantee in relation to the licensed software.
|
||||
(ii) Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as, in the case of death or personal or physical injury, Microsoft is liable according to the statutory law.
|
||||
Subject to the preceding sentence (ii), Microsoft will only be liable for slight negligence if Microsoft is in breach of such material contractual obligations, the fulfillment of which facilitate the due performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence.
|
||||
10. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED <20>AS-IS<49>. YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
|
||||
11. LIMITATION ON AND EXCLUSION OF DAMAGES. YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
|
||||
This limitation applies to (a) anything related to the software, services, content (including code) on third party Internet sites, or third party applications; and (b) claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law.
|
||||
It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of incidental, consequential or other damages.
|
||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
packages/stdole.17.7.37355/.signature.p7s
vendored
BIN
packages/stdole.17.7.37355/.signature.p7s
vendored
Binary file not shown.
36
packages/stdole.17.7.37355/LICENSE.txt
vendored
36
packages/stdole.17.7.37355/LICENSE.txt
vendored
@@ -1,36 +0,0 @@
|
||||
MICROSOFT SOFTWARE LICENSE TERMS
|
||||
MICROSOFT VISUAL STUDIO ADD-ONs and EXTENSIONS
|
||||
These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. They apply to the software named above. The terms also apply to any Microsoft services or updates for the software, except to the extent those have different terms.
|
||||
IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE RIGHTS BELOW.
|
||||
1. INSTALLATION AND USE RIGHTS.
|
||||
You may install and use any number of copies of the software to use solely with
|
||||
Visual Studio Community
|
||||
Visual Studio Professional
|
||||
Visual Studio Enterprise
|
||||
Visual Studio Code
|
||||
2. THIRD PARTY COMPONENTS.<2E> The software may include third party components with separate legal notices or governed by other agreements, as may be described in the ThirdPartyNotices file(s) accompanying the software.<2E>
|
||||
3. DATA.
|
||||
a. Data Collection. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may opt-out of many of these scenarios, but not all, as described in the software documentation. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications and you should provide a copy of Microsoft<66>s privacy statement to your users. The Microsoft privacy statement is located here https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use from the software documentation and our privacy statement. Your use of the software operates as your consent to these practices.
|
||||
b. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at https://docs.microsoft.com/en-us/legal/gdpr.
|
||||
4. SCOPE OF LICENSE. The software is licensed, not sold. These license terms only give you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in these license terms. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. In addition, you may not
|
||||
* work around any technical limitations in the software;
|
||||
* reverse engineer, decompile or disassemble the software, or otherwise attempt to derive the source code for the software except, and only to the extent required by third party licensing terms governing the use of certain open source components that may be included in the software;
|
||||
* remove, minimize, block or modify any notices of Microsoft or its suppliers in the software;
|
||||
* use the software in any way that is against the law;
|
||||
* share, publish, rent, or lease the software; or
|
||||
* provide the software as a stand-alone offering or combine it with any of your applications for others to use, or transfer the software or this agreement to any third party.
|
||||
5. EXPORT RESTRICTIONS. You must comply with all domestic and international export laws and regulations that apply to the software, which include restrictions on destinations, end users, and end use. For further information on export restrictions, visit www.microsoft.com/exporting.
|
||||
6. SUPPORT SERVICES. Because this software is <20>as is<69>, we may not provide support services for it.
|
||||
7. ENTIRE AGREEMENT. This agreement, and the terms for supplements, updates, Internet-based services and support services that you use, are the entire agreement for the software and support services.
|
||||
8. APPLICABLE LAW. If you acquired the software in the United States, Washington law applies to interpretation of and claims for breach of this agreement, and the laws of the state where you live apply to all other claims. If you acquired the software in any other country, its laws apply.
|
||||
9. CONSUMER RIGHTS; REGIONAL VARIATIONS. These license terms describe certain legal rights. You may have other rights, including consumer rights, under the laws of your state or country. You may also have rights with respect to the party from which you acquired the software. This agreement does not change those other rights if the laws of your state or country do not permit it to do so. For example, if you acquired the software in one of the below regions, or mandatory country law applies, then the following provisions apply to you:
|
||||
a. Australia. You have statutory guarantees under the Australian Consumer Law and nothing in this agreement is intended to affect those rights.
|
||||
b. Canada. You may stop receiving updates on your device by turning off Internet access. If and when you re-connect to the Internet, the software will resume checking for and installing updates.
|
||||
c. Germany and Austria.
|
||||
(i) Warranty. The properly licensed software will perform substantially as described in any Microsoft materials that accompany the software. However, Microsoft gives no contractual guarantee in relation to the licensed software.
|
||||
(ii) Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as, in the case of death or personal or physical injury, Microsoft is liable according to the statutory law.
|
||||
Subject to the preceding sentence (ii), Microsoft will only be liable for slight negligence if Microsoft is in breach of such material contractual obligations, the fulfillment of which facilitate the due performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence.
|
||||
10. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED <20>AS-IS<49>. YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
|
||||
11. LIMITATION ON AND EXCLUSION OF DAMAGES. YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
|
||||
This limitation applies to (a) anything related to the software, services, content (including code) on third party Internet sites, or third party applications; and (b) claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law.
|
||||
It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of incidental, consequential or other damages.
|
||||
BIN
packages/stdole.17.7.37355/PackageIcon.png
vendored
BIN
packages/stdole.17.7.37355/PackageIcon.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 KiB |
BIN
packages/stdole.17.7.37355/lib/net20/stdole.dll
vendored
BIN
packages/stdole.17.7.37355/lib/net20/stdole.dll
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
packages/stdole.17.7.37355/lib/net45/stdole.dll
vendored
BIN
packages/stdole.17.7.37355/lib/net45/stdole.dll
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
packages/stdole.17.7.37355/lib/net472/stdole.dll
vendored
BIN
packages/stdole.17.7.37355/lib/net472/stdole.dll
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
packages/stdole.17.7.37355/lib/net6.0/stdole.dll
vendored
BIN
packages/stdole.17.7.37355/lib/net6.0/stdole.dll
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
packages/stdole.17.7.37355/stdole.17.7.37355.nupkg
vendored
BIN
packages/stdole.17.7.37355/stdole.17.7.37355.nupkg
vendored
Binary file not shown.
Reference in New Issue
Block a user