initial commit

This commit is contained in:
Chikyun
2019-10-24 21:24:21 +09:00
commit 376f7d9de0
544 changed files with 295019 additions and 0 deletions

20
ArinLog/ArinLog.sln Normal file
View File

@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ArinLog", "ArinLog.vbproj", "{E9E16A98-8F8D-4848-A27E-4571C184FB1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9E16A98-8F8D-4848-A27E-4571C184FB1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9E16A98-8F8D-4848-A27E-4571C184FB1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9E16A98-8F8D-4848-A27E-4571C184FB1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9E16A98-8F8D-4848-A27E-4571C184FB1A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

113
ArinLog/ArinLog.vbproj Normal file
View File

@@ -0,0 +1,113 @@
<?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)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>
</SchemaVersion>
<ProjectGuid>{E9E16A98-8F8D-4848-A27E-4571C184FB1A}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>ArinLog</RootNamespace>
<AssemblyName>ArinLog.Net4</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>ArinLog.Net4.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>ArinLog.Net4.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Diagnostics" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="Class1.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

156
ArinLog/Class1.vb Normal file
View File

@@ -0,0 +1,156 @@
Public Class ArinLog
Dim file As System.IO.FileInfo
Dim buffer As System.Text.StringBuilder
'Dim Datatable As DataTable
Public Event RaiseMsg(time As String, gubun As ETYPE, msg As String)
Public Property DivChar As Char
Public Property Header As String
Public Property FlushCount As Integer
Private CurCount As Integer = 0
Public Enum ETYPE
STARTUP
SHUTDOWN
[ERROR]
NORMAL
NETWORK
KEYBOARD
MOUSE
PROCESS
USERCONTROL
BARCODE
VISION
PRINTER
MOTION
SQL
RS232
DATABASE
ETC
CALC
End Enum
Dim setdate As String = ""
Public FlushTime As Date = Now '//실기록완료한시간
Public Property BaseDirectory As String
Public Property BaseExt As String
Private LAstTime As Date = Now.AddSeconds(-100)
Private LAStData As String = ""
Public Property LogEnable As Boolean
Public Function GetBuffer() As String
Return buffer.ToString
End Function
Public Sub New(Optional BaseDir As String = "", Optional _BaseExt As String = ".txt")
If BaseDir = "" Then BaseDir = My.Application.Info.DirectoryPath + "\Log"
BaseDirectory = BaseDir
BaseExt = _BaseExt
setdate = Now.ToString("yyMMdd")
Me.file = New System.IO.FileInfo(BaseDirectory + "\" & setdate & _BaseExt)
If file.Directory.Exists = False Then file.Directory.Create()
buffer = New System.Text.StringBuilder
DivChar = vbTab
Header = ""
FlushCount = 10
LogEnable = True
'Datatable = New DataTable
'Datatable.Columns.Add("시간")
'Datatable.Columns.Add("형태")
'Datatable.Columns.Add("메세지")
End Sub
Public Sub Add(bodymsg As String, Optional autof As Boolean = False)
If Not LogEnable Then Return
Add(ETYPE.NORMAL, bodymsg, autof)
End Sub
Public Sub Add(TYPE As ETYPE, bodymsg As String, Optional autof As Boolean = False)
If Not LogEnable Then Return
Add(TYPE.ToString(), bodymsg, autof)
End Sub
Public Sub Add(TYPE As String, bodymsg As String, Optional autof As Boolean = False)
If Not LogEnable Then Return
If setdate <> Now.ToString("yyMMdd") Then '//날짜가 달라지면 파일을 변경한다.
Flush()
setdate = Now.ToString("yyMMdd")
Me.file = New System.IO.FileInfo(BaseDirectory & "\" + setdate & _BaseExt)
End If
Dim nowdate As Date = Now
Dim m As String = nowdate.ToString("yy-MM-dd HH:mm:ss") & "." & nowdate.Millisecond.ToString("000") & DivChar & TYPE.ToString.PadRight(20) & DivChar & bodymsg
If m <> LAStData Then
CurCount += 1
buffer.AppendLine(m)
LAStData = m
If autof OrElse buffer.Length > 100 OrElse TYPE = "ERROR" OrElse CurCount > FlushCount Then '//에러발생시에는 바로 플러싱" Then
Flush()
End If
'//메세지발생함
RaiseEvent RaiseMsg(nowdate.ToString("yy-MM-dd HH:mm:ss") & "." & nowdate.Millisecond.ToString("000"), TYPE, bodymsg)
End If
End Sub
Public Sub Add(DataTime As Date, Msg As String, Optional autof As Boolean = False)
If Not LogEnable Then Return
If setdate <> DataTime.ToString("yyMMdd") Then '//날짜가 달라지면 파일을 변경한다.
Flush()
setdate = DataTime.ToString("yyMMdd")
Me.file = New System.IO.FileInfo(BaseDirectory & "\" + setdate & _BaseExt)
End If
Dim m As String = DataTime.ToString("yy-MM-dd HH:mm:ss") & DivChar & Msg
If m <> LAStData Then
CurCount += 1
buffer.AppendLine(m)
LAStData = m
If autof OrElse buffer.Length > 100 OrElse CurCount > FlushCount Then '//에러발생시에는 바로 플러싱" Then
Flush()
End If
'//메세지발생함
RaiseEvent RaiseMsg(DataTime.ToString("yy-MM-dd HH:mm:ss") & "." & DataTime.Millisecond.ToString("000"), ETYPE.NORMAL, Msg)
Else
'//동일데이터는 처리하지 않는다.
End If
'//메세지발생함
End Sub
Public Function Flush() As Boolean
Try
If Not (System.IO.File.Exists(file.FullName)) AndAlso Header <> "" Then
My.Computer.FileSystem.WriteAllText(file.ToString, Header + vbCrLf, True)
End If
My.Computer.FileSystem.WriteAllText(file.ToString, buffer.ToString, True)
buffer = New System.Text.StringBuilder
FlushTime = Now
CurCount = 0
Return True
Catch ex As Exception
Return False
End Try
End Function
Public Overrides Function toString() As String
Try
Return My.Computer.FileSystem.ReadAllText(file.FullName)
Catch ex As Exception
Return ""
End Try
End Function
End Class

View File

@@ -0,0 +1,13 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.34011
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySubMain>false</MySubMain>
<SingleInstance>false</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<ApplicationType>1</ApplicationType>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>

View File

@@ -0,0 +1,35 @@
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 어셈블리의 일반 정보는 다음 특성 집합을 통해 제어됩니다.
' 어셈블리와 관련된 정보를 수정하려면
' 이 특성 값을 변경하십시오.
' 어셈블리 특성 값을 검토합니다.
<Assembly: AssemblyTitle("ArinLog")>
<Assembly: AssemblyDescription("Arin's Log Library")>
<Assembly: AssemblyCompany("Arinware")>
<Assembly: AssemblyProduct("ArinLog")>
<Assembly: AssemblyCopyright("Copyright ©Arinware 2014")>
<Assembly: AssemblyTrademark("Arinware")>
<Assembly: ComVisible(False)>
'이 프로젝트가 COM에 노출되는 경우 다음 GUID는 typelib의 ID를 나타냅니다.
<Assembly: Guid("0fc3516b-c19a-4cf7-9544-587a2a680242")>
' 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다.
'
' 주 버전
' 부 버전
' 빌드 번호
' 수정 버전
'
' 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 버전이 자동으로
' 지정되도록 할 수 있습니다.
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("15.01.30.1410")>
<Assembly: AssemblyFileVersion("15.01.30.1410")>

62
ArinLog/My Project/Resources.Designer.vb generated Normal file
View File

@@ -0,0 +1,62 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.34011
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My.Resources
'This class was auto-generated by the StronglyTypedResourceBuilder
'class via a tool like ResGen or Visual Studio.
'To add or remove a member, edit your .ResX file then rerun ResGen
'with the /str option, or rebuild your VS project.
'''<summary>
''' A strongly-typed resource class, for looking up localized strings, etc.
'''</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
Friend Module Resources
Private resourceMan As Global.System.Resources.ResourceManager
Private resourceCulture As Global.System.Globalization.CultureInfo
'''<summary>
''' Returns the cached ResourceManager instance used by this class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get
If Object.ReferenceEquals(resourceMan, Nothing) Then
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("ArinLog.Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
End Get
End Property
'''<summary>
''' Overrides the current thread's CurrentUICulture property for all
''' resource lookups using this strongly typed resource class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend Property Culture() As Global.System.Globalization.CultureInfo
Get
Return resourceCulture
End Get
Set(ByVal value As Global.System.Globalization.CultureInfo)
resourceCulture = value
End Set
End Property
End Module
End Namespace

View 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>

73
ArinLog/My Project/Settings.Designer.vb generated Normal file
View File

@@ -0,0 +1,73 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.34011
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
#Region "My.Settings Auto-Save Functionality"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
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)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.ArinLog.My.MySettings
Get
Return Global.ArinLog.My.MySettings.Default
End Get
End Property
End Module
End Namespace

View File

@@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,24 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
ArinLog.Net4
</name>
</assembly>
<members>
<member name="P:ArinLog.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:ArinLog.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:ArinLog.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

6
ArinLog/desktop.ini Normal file
View File

@@ -0,0 +1,6 @@
[.ShellClassInfo]
IconResource=C:\Windows\system32\SHELL32.dll,69
[ViewState]
Mode=
Vid=
FolderType=Generic

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,24 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
ArinLog.Net4
</name>
</assembly>
<members>
<member name="P:ArinLog.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:ArinLog.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:ArinLog.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,96 @@
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\bin\Debug\ArinLog.dll
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\bin\Debug\ArinLog.pdb
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\bin\Debug\ArinLog.xml
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\obj\Debug\ArinLog.Resources.resources
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\obj\Debug\ArinLog.vbproj.GenerateResource.Cache
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\obj\Debug\ArinLog.dll
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\obj\Debug\ArinLog.xml
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\obj\Debug\ArinLog.pdb
F:\Tinsky\[NET4]ArinLog\bin\Debug\ArinLog.Net4.dll
F:\Tinsky\[NET4]ArinLog\bin\Debug\ArinLog.Net4.pdb
F:\Tinsky\[NET4]ArinLog\bin\Debug\ArinLog.Net4.xml
F:\Tinsky\[NET4]ArinLog\obj\Debug\ArinLog.Resources.resources
F:\Tinsky\[NET4]ArinLog\obj\Debug\ArinLog.vbproj.GenerateResource.Cache
F:\Tinsky\[NET4]ArinLog\obj\Debug\ArinLog.Net4.dll
F:\Tinsky\[NET4]ArinLog\obj\Debug\ArinLog.Net4.xml
F:\Tinsky\[NET4]ArinLog\obj\Debug\ArinLog.Net4.pdb
H:\Tinsky\[NET4]ArinLog\bin\Debug\ArinLog.Net4.dll
H:\Tinsky\[NET4]ArinLog\bin\Debug\ArinLog.Net4.pdb
H:\Tinsky\[NET4]ArinLog\bin\Debug\ArinLog.Net4.xml
H:\Tinsky\[NET4]ArinLog\obj\Debug\ArinLog.Resources.resources
H:\Tinsky\[NET4]ArinLog\obj\Debug\ArinLog.vbproj.GenerateResource.Cache
H:\Tinsky\[NET4]ArinLog\obj\Debug\ArinLog.Net4.dll
H:\Tinsky\[NET4]ArinLog\obj\Debug\ArinLog.Net4.xml
H:\Tinsky\[NET4]ArinLog\obj\Debug\ArinLog.Net4.pdb
I:\Projects\Visual Basic For ENERGY\ECO2_1600508_0700\ArinLog\bin\Debug\ArinLog.Net4.dll
I:\Projects\Visual Basic For ENERGY\ECO2_1600508_0700\ArinLog\bin\Debug\ArinLog.Net4.pdb
I:\Projects\Visual Basic For ENERGY\ECO2_1600508_0700\ArinLog\bin\Debug\ArinLog.Net4.xml
I:\Projects\Visual Basic For ENERGY\ECO2_1600508_0700\ArinLog\obj\Debug\ArinLog.Resources.resources
I:\Projects\Visual Basic For ENERGY\ECO2_1600508_0700\ArinLog\obj\Debug\ArinLog.vbproj.GenerateResource.Cache
I:\Projects\Visual Basic For ENERGY\ECO2_1600508_0700\ArinLog\obj\Debug\ArinLog.Net4.dll
I:\Projects\Visual Basic For ENERGY\ECO2_1600508_0700\ArinLog\obj\Debug\ArinLog.Net4.xml
I:\Projects\Visual Basic For ENERGY\ECO2_1600508_0700\ArinLog\obj\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_160508_0700\ArinLog\bin\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_160508_0700\ArinLog\bin\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_160508_0700\ArinLog\bin\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_160508_0700\ArinLog\obj\Debug\ArinLog.Resources.resources
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_160508_0700\ArinLog\obj\Debug\ArinLog.vbproj.GenerateResource.Cache
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_160508_0700\ArinLog\obj\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_160508_0700\ArinLog\obj\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_160508_0700\ArinLog\obj\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0100\ArinLog\bin\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0100\ArinLog\bin\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0100\ArinLog\bin\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0100\ArinLog\obj\Debug\ArinLog.Resources.resources
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0100\ArinLog\obj\Debug\ArinLog.vbproj.GenerateResource.Cache
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0100\ArinLog\obj\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0100\ArinLog\obj\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0100\ArinLog\obj\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0000\ArinLog\bin\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0000\ArinLog\bin\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0000\ArinLog\bin\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0000\ArinLog\obj\Debug\ArinLog.Resources.resources
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0000\ArinLog\obj\Debug\ArinLog.vbproj.GenerateResource.Cache
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0000\ArinLog\obj\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0000\ArinLog\obj\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170120_0000\ArinLog\obj\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170121_0000\ArinLog\bin\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170121_0000\ArinLog\bin\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170121_0000\ArinLog\bin\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170121_0000\ArinLog\obj\Debug\ArinLog.Resources.resources
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170121_0000\ArinLog\obj\Debug\ArinLog.vbproj.GenerateResource.Cache
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170121_0000\ArinLog\obj\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170121_0000\ArinLog\obj\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170121_0000\ArinLog\obj\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170725_0000\ArinLog\bin\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170725_0000\ArinLog\bin\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170725_0000\ArinLog\bin\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170725_0000\ArinLog\obj\Debug\ArinLog.Resources.resources
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170725_0000\ArinLog\obj\Debug\ArinLog.vbproj.GenerateResource.Cache
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170725_0000\ArinLog\obj\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170725_0000\ArinLog\obj\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170725_0000\ArinLog\obj\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_171022_0000\ArinLog\bin\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_171022_0000\ArinLog\bin\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_171022_0000\ArinLog\bin\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_171022_0000\ArinLog\obj\Debug\ArinLog.Resources.resources
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_171022_0000\ArinLog\obj\Debug\ArinLog.vbproj.GenerateResource.Cache
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_171022_0000\ArinLog\obj\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_171022_0000\ArinLog\obj\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_171022_0000\ArinLog\obj\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0001(190606)\ArinLog\bin\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0001(190606)\ArinLog\bin\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0001(190606)\ArinLog\bin\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0001(190606)\ArinLog\obj\Debug\ArinLog.Resources.resources
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0001(190606)\ArinLog\obj\Debug\ArinLog.vbproj.GenerateResource.Cache
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0001(190606)\ArinLog\obj\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0001(190606)\ArinLog\obj\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0001(190606)\ArinLog\obj\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0002(190703)\ArinLog\bin\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0002(190703)\ArinLog\bin\Debug\ArinLog.Net4.pdb
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0002(190703)\ArinLog\bin\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0002(190703)\ArinLog\obj\Debug\ArinLog.Resources.resources
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0002(190703)\ArinLog\obj\Debug\ArinLog.vbproj.GenerateResource.Cache
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0002(190703)\ArinLog\obj\Debug\ArinLog.Net4.dll
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0002(190703)\ArinLog\obj\Debug\ArinLog.Net4.xml
C:\Users\HOME\Documents\네이트온 받은 파일\ECO2_170122_0002(190703)\ArinLog\obj\Debug\ArinLog.Net4.pdb

View File

@@ -0,0 +1,24 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
ArinLog
</name>
</assembly>
<members>
<member name="P:ArinLog.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:ArinLog.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:ArinLog.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,24 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
ArinLog.Net4
</name>
</assembly>
<members>
<member name="P:ArinLog.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:ArinLog.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:ArinLog.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,59 @@
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\bin\Release\ArinLog.dll
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\bin\Release\ArinLog.pdb
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\bin\Release\ArinLog.xml
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\obj\Release\ArinLog.Resources.resources
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\obj\Release\ArinLog.vbproj.GenerateResource.Cache
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\obj\Release\ArinLog.dll
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\obj\Release\ArinLog.xml
C:\Users\치균\documents\visual studio 2010\Projects\SettingsTest\ArinLog\obj\Release\ArinLog.pdb
D:\Tinsky\ArinLog\bin\Release\ArinLog.dll
D:\Tinsky\ArinLog\bin\Release\ArinLog.pdb
D:\Tinsky\ArinLog\bin\Release\ArinLog.xml
D:\Tinsky\ArinLog\obj\Release\ArinLog.Resources.resources
D:\Tinsky\ArinLog\obj\Release\ArinLog.vbproj.GenerateResource.Cache
D:\Tinsky\ArinLog\obj\Release\ArinLog.dll
D:\Tinsky\ArinLog\obj\Release\ArinLog.xml
D:\Tinsky\ArinLog\obj\Release\ArinLog.pdb
E:\Tinsky\[NET4]ArinLog\bin\Release\ArinLog.Net4.dll
E:\Tinsky\[NET4]ArinLog\bin\Release\ArinLog.Net4.pdb
E:\Tinsky\[NET4]ArinLog\bin\Release\ArinLog.Net4.xml
E:\Tinsky\[NET4]ArinLog\obj\Release\ArinLog.Resources.resources
E:\Tinsky\[NET4]ArinLog\obj\Release\ArinLog.vbproj.GenerateResource.Cache
E:\Tinsky\[NET4]ArinLog\obj\Release\ArinLog.Net4.dll
E:\Tinsky\[NET4]ArinLog\obj\Release\ArinLog.Net4.xml
E:\Tinsky\[NET4]ArinLog\obj\Release\ArinLog.Net4.pdb
H:\Tinsky\[NET4]ArinLog\bin\Release\ArinLog.Net4.dll
H:\Tinsky\[NET4]ArinLog\bin\Release\ArinLog.Net4.pdb
H:\Tinsky\[NET4]ArinLog\bin\Release\ArinLog.Net4.xml
H:\Tinsky\[NET4]ArinLog\obj\Release\ArinLog.Resources.resources
H:\Tinsky\[NET4]ArinLog\obj\Release\ArinLog.vbproj.GenerateResource.Cache
H:\Tinsky\[NET4]ArinLog\obj\Release\ArinLog.Net4.dll
H:\Tinsky\[NET4]ArinLog\obj\Release\ArinLog.Net4.xml
H:\Tinsky\[NET4]ArinLog\obj\Release\ArinLog.Net4.pdb
H:\Tinsky\[NET4]ArinLog\bin\Debug\ArinLog.Net4.dll
H:\Tinsky\[NET4]ArinLog\bin\Debug\ArinLog.Net4.pdb
H:\Tinsky\[NET4]ArinLog\bin\Debug\ArinLog.Net4.xml
F:\Tinsky\Visual Basic My Class\[NET4]ArinLog\bin\Debug\ArinLog.Net4.dll
F:\Tinsky\Visual Basic My Class\[NET4]ArinLog\bin\Debug\ArinLog.Net4.pdb
F:\Tinsky\Visual Basic My Class\[NET4]ArinLog\bin\Debug\ArinLog.Net4.xml
F:\Tinsky\Visual Basic My Class\[NET4]ArinLog\obj\Release\ArinLog.Resources.resources
F:\Tinsky\Visual Basic My Class\[NET4]ArinLog\obj\Release\ArinLog.vbproj.GenerateResource.Cache
F:\Tinsky\Visual Basic My Class\[NET4]ArinLog\obj\Release\ArinLog.Net4.dll
F:\Tinsky\Visual Basic My Class\[NET4]ArinLog\obj\Release\ArinLog.Net4.xml
F:\Tinsky\Visual Basic My Class\[NET4]ArinLog\obj\Release\ArinLog.Net4.pdb
E:\Tinsky\Visual Basic My Class\[NET4]ArinLog\bin\Debug\ArinLog.Net4.dll
E:\Tinsky\Visual Basic My Class\[NET4]ArinLog\bin\Debug\ArinLog.Net4.pdb
E:\Tinsky\Visual Basic My Class\[NET4]ArinLog\bin\Debug\ArinLog.Net4.xml
E:\Tinsky\Visual Basic My Class\[NET4]ArinLog\obj\Release\ArinLog.Resources.resources
E:\Tinsky\Visual Basic My Class\[NET4]ArinLog\obj\Release\ArinLog.vbproj.GenerateResource.Cache
E:\Tinsky\Visual Basic My Class\[NET4]ArinLog\obj\Release\ArinLog.Net4.dll
E:\Tinsky\Visual Basic My Class\[NET4]ArinLog\obj\Release\ArinLog.Net4.xml
E:\Tinsky\Visual Basic My Class\[NET4]ArinLog\obj\Release\ArinLog.Net4.pdb
I:\Projects\Visual Basic For ENERGY\ECO2_160427_2300\ArinLog\bin\Debug\ArinLog.Net4.dll
I:\Projects\Visual Basic For ENERGY\ECO2_160427_2300\ArinLog\bin\Debug\ArinLog.Net4.pdb
I:\Projects\Visual Basic For ENERGY\ECO2_160427_2300\ArinLog\bin\Debug\ArinLog.Net4.xml
I:\Projects\Visual Basic For ENERGY\ECO2_160427_2300\ArinLog\obj\Release\ArinLog.Resources.resources
I:\Projects\Visual Basic For ENERGY\ECO2_160427_2300\ArinLog\obj\Release\ArinLog.vbproj.GenerateResource.Cache
I:\Projects\Visual Basic For ENERGY\ECO2_160427_2300\ArinLog\obj\Release\ArinLog.Net4.dll
I:\Projects\Visual Basic For ENERGY\ECO2_160427_2300\ArinLog\obj\Release\ArinLog.Net4.xml
I:\Projects\Visual Basic For ENERGY\ECO2_160427_2300\ArinLog\obj\Release\ArinLog.Net4.pdb

View File

@@ -0,0 +1,24 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
ArinLog
</name>
</assembly>
<members>
<member name="P:ArinLog.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:ArinLog.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:ArinLog.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>