feat: 최초 커밋
기존 프로그램 업로드
This commit is contained in:
commit
2cfef90f03
6
App.config
Normal file
6
App.config
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||||
|
</startup>
|
||||||
|
</configuration>
|
162
CartridgeFilmAttacher.vbproj
Normal file
162
CartridgeFilmAttacher.vbproj
Normal file
@ -0,0 +1,162 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<ProjectGuid>{C5E5935F-E18C-4A26-8B72-B228B55D3A04}</ProjectGuid>
|
||||||
|
<OutputType>WinExe</OutputType>
|
||||||
|
<StartupObject>_12.DUALSONIC_Cartridge_Film_Pressing.My.MyApplication</StartupObject>
|
||||||
|
<RootNamespace>_12.DUALSONIC_Cartridge_Film_Pressing</RootNamespace>
|
||||||
|
<AssemblyName>_12.DUALSONIC_Cartridge_Film_Pressing</AssemblyName>
|
||||||
|
<FileAlignment>512</FileAlignment>
|
||||||
|
<MyType>WindowsForms</MyType>
|
||||||
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
|
<Deterministic>true</Deterministic>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<DefineDebug>true</DefineDebug>
|
||||||
|
<DefineTrace>true</DefineTrace>
|
||||||
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
|
<DocumentationFile>_12.DUALSONIC_Cartridge_Film_Pressing.xml</DocumentationFile>
|
||||||
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
|
<DebugType>pdbonly</DebugType>
|
||||||
|
<DefineDebug>false</DefineDebug>
|
||||||
|
<DefineTrace>true</DefineTrace>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
|
<DocumentationFile>_12.DUALSONIC_Cartridge_Film_Pressing.xml</DocumentationFile>
|
||||||
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<OptionExplicit>On</OptionExplicit>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<OptionCompare>Binary</OptionCompare>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<OptionStrict>Off</OptionStrict>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<OptionInfer>On</OptionInfer>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ApplicationIcon>JOMT 아이콘.ico</ApplicationIcon>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Include="M2Mqtt.Net, Version=4.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\M2Mqtt.4.3.0.0\lib\net45\M2Mqtt.Net.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Data" />
|
||||||
|
<Reference Include="System.Deployment" />
|
||||||
|
<Reference Include="System.Drawing" />
|
||||||
|
<Reference Include="System.Windows.Forms" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="System.Xml.Linq" />
|
||||||
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
|
<Reference Include="System.Net.Http" />
|
||||||
|
</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.Drawing" />
|
||||||
|
<Import Include="System.Diagnostics" />
|
||||||
|
<Import Include="System.Windows.Forms" />
|
||||||
|
<Import Include="System.Linq" />
|
||||||
|
<Import Include="System.Xml.Linq" />
|
||||||
|
<Import Include="System.Threading.Tasks" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="MainForm.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="MainForm.Designer.vb">
|
||||||
|
<DependentUpon>MainForm.vb</DependentUpon>
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="ManagerForm.Designer.vb">
|
||||||
|
<DependentUpon>ManagerForm.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="ManagerForm.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="ManagerLogin.Designer.vb">
|
||||||
|
<DependentUpon>ManagerLogin.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="ManagerLogin.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="MqttForm.Designer.vb">
|
||||||
|
<DependentUpon>MqttForm.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="MqttForm.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||||
|
<Compile Include="My Project\Application.Designer.vb">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Application.myapp</DependentUpon>
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
</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="MainForm.resx">
|
||||||
|
<DependentUpon>MainForm.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="ManagerForm.resx">
|
||||||
|
<DependentUpon>ManagerForm.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="ManagerLogin.resx">
|
||||||
|
<DependentUpon>ManagerLogin.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="MqttForm.resx">
|
||||||
|
<DependentUpon>MqttForm.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<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>
|
||||||
|
<None Include="App.config" />
|
||||||
|
<None Include="packages.config" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="JOMT 아이콘.ico" />
|
||||||
|
<None Include="Resources\JOMT 아이콘_PNG.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||||
|
</Project>
|
BIN
JOMT 아이콘.ico
Normal file
BIN
JOMT 아이콘.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
4711
MainForm.Designer.vb
generated
Normal file
4711
MainForm.Designer.vb
generated
Normal file
File diff suppressed because it is too large
Load Diff
2142
MainForm.resx
Normal file
2142
MainForm.resx
Normal file
File diff suppressed because it is too large
Load Diff
2091
MainForm.vb
Normal file
2091
MainForm.vb
Normal file
File diff suppressed because it is too large
Load Diff
74
ManagerForm.Designer.vb
generated
Normal file
74
ManagerForm.Designer.vb
generated
Normal file
@ -0,0 +1,74 @@
|
|||||||
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||||
|
Partial Class ManagerForm
|
||||||
|
Inherits System.Windows.Forms.Form
|
||||||
|
|
||||||
|
'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
|
||||||
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||||
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||||
|
Try
|
||||||
|
If disposing AndAlso components IsNot Nothing Then
|
||||||
|
components.Dispose()
|
||||||
|
End If
|
||||||
|
Finally
|
||||||
|
MyBase.Dispose(disposing)
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
'Windows Form 디자이너에 필요합니다.
|
||||||
|
Private components As System.ComponentModel.IContainer
|
||||||
|
|
||||||
|
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
|
||||||
|
'수정하려면 Windows Form 디자이너를 사용하십시오.
|
||||||
|
'코드 편집기에서는 수정하지 마세요.
|
||||||
|
<System.Diagnostics.DebuggerStepThrough()> _
|
||||||
|
Private Sub InitializeComponent()
|
||||||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ManagerForm))
|
||||||
|
Me.btnMqtt = New System.Windows.Forms.Button()
|
||||||
|
Me.pnOnoff = New System.Windows.Forms.Panel()
|
||||||
|
Me.rtbState = New System.Windows.Forms.RichTextBox()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'btnMqtt
|
||||||
|
'
|
||||||
|
Me.btnMqtt.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||||
|
Me.btnMqtt.Location = New System.Drawing.Point(2, 358)
|
||||||
|
Me.btnMqtt.Name = "btnMqtt"
|
||||||
|
Me.btnMqtt.Size = New System.Drawing.Size(330, 50)
|
||||||
|
Me.btnMqtt.TabIndex = 0
|
||||||
|
Me.btnMqtt.Text = "MQTT 접속"
|
||||||
|
Me.btnMqtt.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'pnOnoff
|
||||||
|
'
|
||||||
|
Me.pnOnoff.Location = New System.Drawing.Point(333, 358)
|
||||||
|
Me.pnOnoff.Name = "pnOnoff"
|
||||||
|
Me.pnOnoff.Size = New System.Drawing.Size(46, 50)
|
||||||
|
Me.pnOnoff.TabIndex = 1
|
||||||
|
'
|
||||||
|
'rtbState
|
||||||
|
'
|
||||||
|
Me.rtbState.Location = New System.Drawing.Point(2, 2)
|
||||||
|
Me.rtbState.Name = "rtbState"
|
||||||
|
Me.rtbState.Size = New System.Drawing.Size(377, 350)
|
||||||
|
Me.rtbState.TabIndex = 2
|
||||||
|
Me.rtbState.Text = ""
|
||||||
|
'
|
||||||
|
'ManagerForm
|
||||||
|
'
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.ClientSize = New System.Drawing.Size(384, 411)
|
||||||
|
Me.Controls.Add(Me.rtbState)
|
||||||
|
Me.Controls.Add(Me.pnOnoff)
|
||||||
|
Me.Controls.Add(Me.btnMqtt)
|
||||||
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||||
|
Me.Name = "ManagerForm"
|
||||||
|
Me.Text = "ManagerForm"
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Friend WithEvents btnMqtt As Button
|
||||||
|
Friend WithEvents pnOnoff As Panel
|
||||||
|
Friend WithEvents rtbState As RichTextBox
|
||||||
|
End Class
|
2110
ManagerForm.resx
Normal file
2110
ManagerForm.resx
Normal file
File diff suppressed because it is too large
Load Diff
27
ManagerForm.vb
Normal file
27
ManagerForm.vb
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
Public Class ManagerForm
|
||||||
|
Private Sub ManagerForm_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||||
|
Me.Text = Main_Form.programName & Main_Form.programVer & "-ManagerForm"
|
||||||
|
pnOnoff.BackColor = Color.Yellow
|
||||||
|
|
||||||
|
If Main_Form.mqttBroker = String.Empty Or Main_Form.mqttTopic = String.Empty Then
|
||||||
|
pnOnoff.BackColor = Color.Red
|
||||||
|
Else
|
||||||
|
If Main_Form.mqttNowConnect Then
|
||||||
|
pnOnoff.BackColor = Color.Green
|
||||||
|
Else
|
||||||
|
pnOnoff.BackColor = Color.Red
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub btnMqtt_Click(sender As Object, e As EventArgs) Handles btnMqtt.Click
|
||||||
|
If MqttForm.ShowDialog = DialogResult.OK Then
|
||||||
|
If Main_Form.mqttConnect() Then
|
||||||
|
pnOnoff.BackColor = Color.Green
|
||||||
|
Else
|
||||||
|
pnOnoff.BackColor = Color.Red
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
End Class
|
129
ManagerLogin.Designer.vb
generated
Normal file
129
ManagerLogin.Designer.vb
generated
Normal file
@ -0,0 +1,129 @@
|
|||||||
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||||
|
<Global.System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1726")> _
|
||||||
|
Partial Class ManagerLogin
|
||||||
|
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
|
||||||
|
Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
|
||||||
|
Friend WithEvents lbManagerID As System.Windows.Forms.Label
|
||||||
|
Friend WithEvents lbManagerPW As System.Windows.Forms.Label
|
||||||
|
Friend WithEvents txbManagerID As System.Windows.Forms.TextBox
|
||||||
|
Friend WithEvents txbManagerPW As System.Windows.Forms.TextBox
|
||||||
|
Friend WithEvents OK As System.Windows.Forms.Button
|
||||||
|
Friend WithEvents Cancel As System.Windows.Forms.Button
|
||||||
|
|
||||||
|
'Windows Form 디자이너에 필요합니다.
|
||||||
|
Private components As System.ComponentModel.IContainer
|
||||||
|
|
||||||
|
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
|
||||||
|
'수정하려면 Windows Form 디자이너를 사용하십시오.
|
||||||
|
'코드 편집기에서는 수정하지 마세요.
|
||||||
|
<System.Diagnostics.DebuggerStepThrough()> _
|
||||||
|
Private Sub InitializeComponent()
|
||||||
|
Me.lbManagerID = New System.Windows.Forms.Label()
|
||||||
|
Me.lbManagerPW = New System.Windows.Forms.Label()
|
||||||
|
Me.txbManagerID = New System.Windows.Forms.TextBox()
|
||||||
|
Me.txbManagerPW = New System.Windows.Forms.TextBox()
|
||||||
|
Me.OK = New System.Windows.Forms.Button()
|
||||||
|
Me.Cancel = New System.Windows.Forms.Button()
|
||||||
|
Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
|
||||||
|
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'lbManagerID
|
||||||
|
'
|
||||||
|
Me.lbManagerID.Location = New System.Drawing.Point(172, 24)
|
||||||
|
Me.lbManagerID.Name = "lbManagerID"
|
||||||
|
Me.lbManagerID.Size = New System.Drawing.Size(220, 23)
|
||||||
|
Me.lbManagerID.TabIndex = 0
|
||||||
|
Me.lbManagerID.Text = "관리자 아이디(&I)"
|
||||||
|
Me.lbManagerID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||||
|
'
|
||||||
|
'lbManagerPW
|
||||||
|
'
|
||||||
|
Me.lbManagerPW.Location = New System.Drawing.Point(172, 81)
|
||||||
|
Me.lbManagerPW.Name = "lbManagerPW"
|
||||||
|
Me.lbManagerPW.Size = New System.Drawing.Size(220, 23)
|
||||||
|
Me.lbManagerPW.TabIndex = 2
|
||||||
|
Me.lbManagerPW.Text = "암호(&P)"
|
||||||
|
Me.lbManagerPW.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||||
|
'
|
||||||
|
'txbManagerID
|
||||||
|
'
|
||||||
|
Me.txbManagerID.Location = New System.Drawing.Point(174, 44)
|
||||||
|
Me.txbManagerID.Name = "txbManagerID"
|
||||||
|
Me.txbManagerID.Size = New System.Drawing.Size(220, 21)
|
||||||
|
Me.txbManagerID.TabIndex = 1
|
||||||
|
'
|
||||||
|
'txbManagerPW
|
||||||
|
'
|
||||||
|
Me.txbManagerPW.Location = New System.Drawing.Point(174, 101)
|
||||||
|
Me.txbManagerPW.Name = "txbManagerPW"
|
||||||
|
Me.txbManagerPW.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
|
||||||
|
Me.txbManagerPW.Size = New System.Drawing.Size(220, 21)
|
||||||
|
Me.txbManagerPW.TabIndex = 3
|
||||||
|
'
|
||||||
|
'OK
|
||||||
|
'
|
||||||
|
Me.OK.Location = New System.Drawing.Point(197, 161)
|
||||||
|
Me.OK.Name = "OK"
|
||||||
|
Me.OK.Size = New System.Drawing.Size(94, 23)
|
||||||
|
Me.OK.TabIndex = 4
|
||||||
|
Me.OK.Text = "확인(&O)"
|
||||||
|
'
|
||||||
|
'Cancel
|
||||||
|
'
|
||||||
|
Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||||||
|
Me.Cancel.Location = New System.Drawing.Point(300, 161)
|
||||||
|
Me.Cancel.Name = "Cancel"
|
||||||
|
Me.Cancel.Size = New System.Drawing.Size(94, 23)
|
||||||
|
Me.Cancel.TabIndex = 5
|
||||||
|
Me.Cancel.Text = "취소(&C)"
|
||||||
|
'
|
||||||
|
'LogoPictureBox
|
||||||
|
'
|
||||||
|
Me.LogoPictureBox.Image = Global._12.DUALSONIC_Cartridge_Film_Pressing.My.Resources.Resources.JOMT_아이콘_PNG
|
||||||
|
Me.LogoPictureBox.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.LogoPictureBox.Name = "LogoPictureBox"
|
||||||
|
Me.LogoPictureBox.Size = New System.Drawing.Size(165, 193)
|
||||||
|
Me.LogoPictureBox.TabIndex = 0
|
||||||
|
Me.LogoPictureBox.TabStop = False
|
||||||
|
'
|
||||||
|
'ManagerLogin
|
||||||
|
'
|
||||||
|
Me.AcceptButton = Me.OK
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.CancelButton = Me.Cancel
|
||||||
|
Me.ClientSize = New System.Drawing.Size(401, 192)
|
||||||
|
Me.Controls.Add(Me.Cancel)
|
||||||
|
Me.Controls.Add(Me.OK)
|
||||||
|
Me.Controls.Add(Me.txbManagerPW)
|
||||||
|
Me.Controls.Add(Me.txbManagerID)
|
||||||
|
Me.Controls.Add(Me.lbManagerPW)
|
||||||
|
Me.Controls.Add(Me.lbManagerID)
|
||||||
|
Me.Controls.Add(Me.LogoPictureBox)
|
||||||
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
||||||
|
Me.MaximizeBox = False
|
||||||
|
Me.MinimizeBox = False
|
||||||
|
Me.Name = "ManagerLogin"
|
||||||
|
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
||||||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
||||||
|
Me.Text = "ManagerLogin"
|
||||||
|
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
Me.PerformLayout()
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
End Class
|
120
ManagerLogin.resx
Normal file
120
ManagerLogin.resx
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
41
ManagerLogin.vb
Normal file
41
ManagerLogin.vb
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
Public Class ManagerLogin
|
||||||
|
|
||||||
|
' TODO: 제공된 사용자 이름과 암호를 사용하여 사용자 지정 인증을 수행하는 코드를 삽입합니다
|
||||||
|
' (https://go.microsoft.com/fwlink/?LinkId=35339 참조).
|
||||||
|
' 그러면 사용자 지정 보안 주체가 현재 스레드의 보안 주체에 다음과 같이 첨부될 수 있습니다.
|
||||||
|
' My.User.CurrentPrincipal = CustomPrincipal
|
||||||
|
' 여기서 CustomPrincipal은 인증을 수행하는 데 사용되는 IPrincipal이 구현된 것입니다.
|
||||||
|
' 나중에 My.User는 CustomPrincipal 개체에 캡슐화된 사용자 이름, 표시 이름 등의
|
||||||
|
' ID 정보를 반환합니다.
|
||||||
|
|
||||||
|
Private managerID As String = "admin"
|
||||||
|
Private managerPW As String = "1233"
|
||||||
|
|
||||||
|
Private Sub ManagerLogin_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||||
|
Me.Text = Main_Form.programName & Main_Form.programVer & "-ManagerLogin"
|
||||||
|
txbManagerID.Text = String.Empty
|
||||||
|
txbManagerPW.Text = String.Empty
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK.Click
|
||||||
|
If txbManagerID.Text = String.Empty Or txbManagerPW.Text = String.Empty Then
|
||||||
|
MsgBox("아이디 혹은 비밀번호를 입력하지 않았습니다.", vbExclamation)
|
||||||
|
Exit Sub
|
||||||
|
End If
|
||||||
|
|
||||||
|
If txbManagerID.Text <> managerID Or txbManagerPW.Text <> managerPW Then
|
||||||
|
MsgBox("아이디 혹은 비밀번호가 옳지 않습니다.", vbExclamation)
|
||||||
|
Exit Sub
|
||||||
|
End If
|
||||||
|
|
||||||
|
Me.DialogResult = DialogResult.OK
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub Cancel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Cancel.Click
|
||||||
|
Me.DialogResult = DialogResult.No
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub LogoPictureBox_DoubleClick(sender As Object, e As EventArgs) Handles LogoPictureBox.DoubleClick
|
||||||
|
MsgBox("MQTT Broker : " & Main_Form.mqttBroker & vbCrLf & "MQTT Topic : " & Main_Form.mqttTopic & vbCrLf & "MQTT Connection : " & Main_Form.mqttNowConnect, vbInformation)
|
||||||
|
End Sub
|
||||||
|
End Class
|
128
MqttForm.Designer.vb
generated
Normal file
128
MqttForm.Designer.vb
generated
Normal file
@ -0,0 +1,128 @@
|
|||||||
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||||
|
<Global.System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1726")> _
|
||||||
|
Partial Class MqttForm
|
||||||
|
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
|
||||||
|
Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
|
||||||
|
Friend WithEvents lbMqttAd As System.Windows.Forms.Label
|
||||||
|
Friend WithEvents lbMqttTp As System.Windows.Forms.Label
|
||||||
|
Friend WithEvents txbMqttAd As System.Windows.Forms.TextBox
|
||||||
|
Friend WithEvents txbMqttTp As System.Windows.Forms.TextBox
|
||||||
|
Friend WithEvents OK As System.Windows.Forms.Button
|
||||||
|
Friend WithEvents Cancel As System.Windows.Forms.Button
|
||||||
|
|
||||||
|
'Windows Form 디자이너에 필요합니다.
|
||||||
|
Private components As System.ComponentModel.IContainer
|
||||||
|
|
||||||
|
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
|
||||||
|
'수정하려면 Windows Form 디자이너를 사용하십시오.
|
||||||
|
'코드 편집기에서는 수정하지 마세요.
|
||||||
|
<System.Diagnostics.DebuggerStepThrough()> _
|
||||||
|
Private Sub InitializeComponent()
|
||||||
|
Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
|
||||||
|
Me.lbMqttAd = New System.Windows.Forms.Label()
|
||||||
|
Me.lbMqttTp = New System.Windows.Forms.Label()
|
||||||
|
Me.txbMqttAd = New System.Windows.Forms.TextBox()
|
||||||
|
Me.txbMqttTp = New System.Windows.Forms.TextBox()
|
||||||
|
Me.OK = New System.Windows.Forms.Button()
|
||||||
|
Me.Cancel = New System.Windows.Forms.Button()
|
||||||
|
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'LogoPictureBox
|
||||||
|
'
|
||||||
|
Me.LogoPictureBox.Image = Global._12.DUALSONIC_Cartridge_Film_Pressing.My.Resources.Resources.JOMT_아이콘_PNG
|
||||||
|
Me.LogoPictureBox.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.LogoPictureBox.Name = "LogoPictureBox"
|
||||||
|
Me.LogoPictureBox.Size = New System.Drawing.Size(165, 193)
|
||||||
|
Me.LogoPictureBox.TabIndex = 0
|
||||||
|
Me.LogoPictureBox.TabStop = False
|
||||||
|
'
|
||||||
|
'lbMqttAd
|
||||||
|
'
|
||||||
|
Me.lbMqttAd.Location = New System.Drawing.Point(172, 24)
|
||||||
|
Me.lbMqttAd.Name = "lbMqttAd"
|
||||||
|
Me.lbMqttAd.Size = New System.Drawing.Size(220, 23)
|
||||||
|
Me.lbMqttAd.TabIndex = 0
|
||||||
|
Me.lbMqttAd.Text = "Broker Address(&A)"
|
||||||
|
Me.lbMqttAd.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||||
|
'
|
||||||
|
'lbMqttTp
|
||||||
|
'
|
||||||
|
Me.lbMqttTp.Location = New System.Drawing.Point(172, 81)
|
||||||
|
Me.lbMqttTp.Name = "lbMqttTp"
|
||||||
|
Me.lbMqttTp.Size = New System.Drawing.Size(220, 23)
|
||||||
|
Me.lbMqttTp.TabIndex = 2
|
||||||
|
Me.lbMqttTp.Text = "Topic(&T)"
|
||||||
|
Me.lbMqttTp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||||
|
'
|
||||||
|
'txbMqttAd
|
||||||
|
'
|
||||||
|
Me.txbMqttAd.Location = New System.Drawing.Point(174, 44)
|
||||||
|
Me.txbMqttAd.Name = "txbMqttAd"
|
||||||
|
Me.txbMqttAd.Size = New System.Drawing.Size(220, 21)
|
||||||
|
Me.txbMqttAd.TabIndex = 1
|
||||||
|
'
|
||||||
|
'txbMqttTp
|
||||||
|
'
|
||||||
|
Me.txbMqttTp.Location = New System.Drawing.Point(174, 101)
|
||||||
|
Me.txbMqttTp.Name = "txbMqttTp"
|
||||||
|
Me.txbMqttTp.Size = New System.Drawing.Size(220, 21)
|
||||||
|
Me.txbMqttTp.TabIndex = 3
|
||||||
|
'
|
||||||
|
'OK
|
||||||
|
'
|
||||||
|
Me.OK.Location = New System.Drawing.Point(197, 161)
|
||||||
|
Me.OK.Name = "OK"
|
||||||
|
Me.OK.Size = New System.Drawing.Size(94, 23)
|
||||||
|
Me.OK.TabIndex = 4
|
||||||
|
Me.OK.Text = "확인(&O)"
|
||||||
|
'
|
||||||
|
'Cancel
|
||||||
|
'
|
||||||
|
Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||||||
|
Me.Cancel.Location = New System.Drawing.Point(300, 161)
|
||||||
|
Me.Cancel.Name = "Cancel"
|
||||||
|
Me.Cancel.Size = New System.Drawing.Size(94, 23)
|
||||||
|
Me.Cancel.TabIndex = 5
|
||||||
|
Me.Cancel.Text = "취소(&C)"
|
||||||
|
'
|
||||||
|
'MqttForm
|
||||||
|
'
|
||||||
|
Me.AcceptButton = Me.OK
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.CancelButton = Me.Cancel
|
||||||
|
Me.ClientSize = New System.Drawing.Size(401, 192)
|
||||||
|
Me.Controls.Add(Me.Cancel)
|
||||||
|
Me.Controls.Add(Me.OK)
|
||||||
|
Me.Controls.Add(Me.txbMqttTp)
|
||||||
|
Me.Controls.Add(Me.txbMqttAd)
|
||||||
|
Me.Controls.Add(Me.lbMqttTp)
|
||||||
|
Me.Controls.Add(Me.lbMqttAd)
|
||||||
|
Me.Controls.Add(Me.LogoPictureBox)
|
||||||
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
||||||
|
Me.MaximizeBox = False
|
||||||
|
Me.MinimizeBox = False
|
||||||
|
Me.Name = "MqttForm"
|
||||||
|
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
||||||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
||||||
|
Me.Text = "MqttForm"
|
||||||
|
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
Me.PerformLayout()
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
End Class
|
120
MqttForm.resx
Normal file
120
MqttForm.resx
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
119
MqttForm.vb
Normal file
119
MqttForm.vb
Normal file
@ -0,0 +1,119 @@
|
|||||||
|
Imports System.IO
|
||||||
|
Imports System.Text
|
||||||
|
|
||||||
|
Public Class MqttForm
|
||||||
|
|
||||||
|
' TODO: 제공된 사용자 이름과 암호를 사용하여 사용자 지정 인증을 수행하는 코드를 삽입합니다
|
||||||
|
' (https://go.microsoft.com/fwlink/?LinkId=35339 참조).
|
||||||
|
' 그러면 사용자 지정 보안 주체가 현재 스레드의 보안 주체에 다음과 같이 첨부될 수 있습니다.
|
||||||
|
' My.User.CurrentPrincipal = CustomPrincipal
|
||||||
|
' 여기서 CustomPrincipal은 인증을 수행하는 데 사용되는 IPrincipal이 구현된 것입니다.
|
||||||
|
' 나중에 My.User는 CustomPrincipal 개체에 캡슐화된 사용자 이름, 표시 이름 등의
|
||||||
|
' ID 정보를 반환합니다.
|
||||||
|
|
||||||
|
Private Sub OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK.Click
|
||||||
|
If txbMqttAd.Text = String.Empty Or txbMqttTp.Text = String.Empty Then
|
||||||
|
MsgBox("브로커와 토픽을 제대로 입력하여 주십시오.", vbExclamation)
|
||||||
|
GoTo failResult
|
||||||
|
End If
|
||||||
|
|
||||||
|
If saveMqtt() = False Then
|
||||||
|
GoTo failResult
|
||||||
|
End If
|
||||||
|
|
||||||
|
If loadMqtt() = False Then
|
||||||
|
GoTo failResult
|
||||||
|
End If
|
||||||
|
|
||||||
|
Me.DialogResult = DialogResult.OK
|
||||||
|
Exit Sub
|
||||||
|
|
||||||
|
failResult:
|
||||||
|
txbMqttAd.Text = String.Empty
|
||||||
|
txbMqttTp.Text = String.Empty
|
||||||
|
txbMqttAd.Focus()
|
||||||
|
Exit Sub
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub Cancel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Cancel.Click
|
||||||
|
If loadMqtt() = False Then
|
||||||
|
txbMqttAd.Text = String.Empty
|
||||||
|
txbMqttTp.Text = String.Empty
|
||||||
|
End If
|
||||||
|
|
||||||
|
Me.DialogResult = DialogResult.No
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Function saveMqtt() As Boolean
|
||||||
|
Try
|
||||||
|
Dim filePath, filename, saveStr As String
|
||||||
|
|
||||||
|
filePath = System.AppDomain.CurrentDomain.BaseDirectory() & "\Config"
|
||||||
|
dirUse(filePath)
|
||||||
|
filename = filePath & "\TD_Select_MQTT_Config.ini"
|
||||||
|
|
||||||
|
saveStr = txbMqttAd.Text & "^" & txbMqttTp.Text
|
||||||
|
|
||||||
|
If File.Exists(filename) Then
|
||||||
|
File.Delete(filename)
|
||||||
|
End If
|
||||||
|
|
||||||
|
File.WriteAllText(filename, saveStr, Encoding.UTF8)
|
||||||
|
|
||||||
|
Return True
|
||||||
|
Catch ex As Exception
|
||||||
|
MsgBox("등록 오류 ::" & ex.Message, vbCritical)
|
||||||
|
Return False
|
||||||
|
End Try
|
||||||
|
|
||||||
|
End Function
|
||||||
|
|
||||||
|
Public Function loadMqtt() As Boolean
|
||||||
|
Try
|
||||||
|
Dim filePath, fileName, readData As String
|
||||||
|
|
||||||
|
filePath = System.AppDomain.CurrentDomain.BaseDirectory & "\Config"
|
||||||
|
dirUse(filePath)
|
||||||
|
fileName = filePath & "\TD_Select_MQTT_Config.ini"
|
||||||
|
|
||||||
|
If File.Exists(fileName) Then
|
||||||
|
readData = File.ReadAllText(fileName, System.Text.Encoding.UTF8)
|
||||||
|
If readData <> Nothing Or readData <> "" Then
|
||||||
|
If UBound(Split(readData, "^")) = 1 Then
|
||||||
|
txbMqttAd.Text = Mid(readData, 1, InStr(readData, "^") - 1)
|
||||||
|
txbMqttTp.Text = Mid(readData, InStr(readData, "^") + 1, readData.Length)
|
||||||
|
|
||||||
|
Main_Form.mqttBroker = txbMqttAd.Text
|
||||||
|
Main_Form.mqttTopic = txbMqttTp.Text
|
||||||
|
|
||||||
|
Return True
|
||||||
|
ElseIf UBound(Split(readData, "^")) > 1 Then
|
||||||
|
MsgBox("잘못된 데이터가 존재합니다.", vbCritical)
|
||||||
|
Return False
|
||||||
|
Else
|
||||||
|
Return False
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
Return False
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
Return False
|
||||||
|
End If
|
||||||
|
Catch ex As Exception
|
||||||
|
MsgBox("오류 발생 :: " + ex.Message & vbCritical)
|
||||||
|
Return False
|
||||||
|
End Try
|
||||||
|
|
||||||
|
End Function
|
||||||
|
|
||||||
|
Private Sub dirUse(filePath As String)
|
||||||
|
If Dir(filePath, vbDirectory) = "" Then
|
||||||
|
MkDir(filePath)
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub MqttForm_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||||
|
Dim versionNum As String = "1.0.0"
|
||||||
|
Me.Text = "DUALSONIC Aging Util V1.2.0_" & versionNum & "- MQTT Setting"
|
||||||
|
End Sub
|
||||||
|
End Class
|
38
My Project/Application.Designer.vb
generated
Normal file
38
My Project/Application.Designer.vb
generated
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
'------------------------------------------------------------------------------
|
||||||
|
' <auto-generated>
|
||||||
|
' 이 코드는 도구를 사용하여 생성되었습니다.
|
||||||
|
' 런타임 버전:4.0.30319.42000
|
||||||
|
'
|
||||||
|
' 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
|
||||||
|
' 이러한 변경 내용이 손실됩니다.
|
||||||
|
' </auto-generated>
|
||||||
|
'------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Option Strict On
|
||||||
|
Option Explicit On
|
||||||
|
|
||||||
|
|
||||||
|
Namespace My
|
||||||
|
|
||||||
|
'참고: 자동으로 생성되므로 직접 이 파일을 수정하지 마세요. 변경할 사항이 있거나
|
||||||
|
' 파일에서 빌드 오류가 발생하는 경우 프로젝트 디자이너로
|
||||||
|
' 이동([프로젝트 속성]으로 이동하거나 솔루션 탐색기에서 My Project 노드를
|
||||||
|
'두 번 클릭)한 다음 [애플리케이션] 탭에서 변경하세요.
|
||||||
|
'
|
||||||
|
Partial Friend Class MyApplication
|
||||||
|
|
||||||
|
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||||
|
Public Sub New()
|
||||||
|
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
|
||||||
|
Me.IsSingleInstance = false
|
||||||
|
Me.EnableVisualStyles = true
|
||||||
|
Me.SaveMySettingsOnExit = true
|
||||||
|
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||||
|
Protected Overrides Sub OnCreateMainForm()
|
||||||
|
Me.MainForm = Global._12.DUALSONIC_Cartridge_Film_Pressing.Main_Form
|
||||||
|
End Sub
|
||||||
|
End Class
|
||||||
|
End Namespace
|
10
My Project/Application.myapp
Normal file
10
My Project/Application.myapp
Normal 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>true</MySubMain>
|
||||||
|
<MainForm>Main_Form</MainForm>
|
||||||
|
<SingleInstance>false</SingleInstance>
|
||||||
|
<ShutdownMode>0</ShutdownMode>
|
||||||
|
<EnableVisualStyles>true</EnableVisualStyles>
|
||||||
|
<AuthenticationMode>0</AuthenticationMode>
|
||||||
|
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||||
|
</MyApplicationData>
|
35
My Project/AssemblyInfo.vb
Normal file
35
My Project/AssemblyInfo.vb
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
Imports System
|
||||||
|
Imports System.Reflection
|
||||||
|
Imports System.Runtime.InteropServices
|
||||||
|
|
||||||
|
' 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해
|
||||||
|
' 제어됩니다. 어셈블리와 관련된 정보를 수정하려면
|
||||||
|
' 이러한 특성 값을 변경하세요.
|
||||||
|
|
||||||
|
' 어셈블리 특성 값을 검토합니다.
|
||||||
|
|
||||||
|
<Assembly: AssemblyTitle("12. DUALSONIC_Cartridge_Film_Pressing")>
|
||||||
|
<Assembly: AssemblyDescription("")>
|
||||||
|
<Assembly: AssemblyCompany("")>
|
||||||
|
<Assembly: AssemblyProduct("12. DUALSONIC_Cartridge_Film_Pressing")>
|
||||||
|
<Assembly: AssemblyCopyright("Copyright © 2023")>
|
||||||
|
<Assembly: AssemblyTrademark("")>
|
||||||
|
|
||||||
|
<Assembly: ComVisible(False)>
|
||||||
|
|
||||||
|
'이 프로젝트가 COM에 노출되는 경우 다음 GUID는 typelib의 ID를 나타냅니다.
|
||||||
|
<Assembly: Guid("c3128b57-b4aa-4968-bcc0-0bcd56e599f6")>
|
||||||
|
|
||||||
|
' 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다.
|
||||||
|
'
|
||||||
|
' 주 버전
|
||||||
|
' 부 버전
|
||||||
|
' 빌드 번호
|
||||||
|
' 수정 버전
|
||||||
|
'
|
||||||
|
' 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를
|
||||||
|
' 기본값으로 할 수 있습니다.
|
||||||
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
|
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||||
|
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
73
My Project/Resources.Designer.vb
generated
Normal file
73
My Project/Resources.Designer.vb
generated
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
'------------------------------------------------------------------------------
|
||||||
|
' <auto-generated>
|
||||||
|
' 이 코드는 도구를 사용하여 생성되었습니다.
|
||||||
|
' 런타임 버전:4.0.30319.42000
|
||||||
|
'
|
||||||
|
' 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
|
||||||
|
' 이러한 변경 내용이 손실됩니다.
|
||||||
|
' </auto-generated>
|
||||||
|
'------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Option Strict On
|
||||||
|
Option Explicit On
|
||||||
|
|
||||||
|
Imports System
|
||||||
|
|
||||||
|
Namespace My.Resources
|
||||||
|
|
||||||
|
'이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder
|
||||||
|
'클래스에서 자동으로 생성되었습니다.
|
||||||
|
'멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을
|
||||||
|
'다시 실행하거나 VS 프로젝트를 다시 빌드하십시오.
|
||||||
|
'''<summary>
|
||||||
|
''' 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.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>
|
||||||
|
''' 이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
|
||||||
|
'''</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("_12.DUALSONIC_Cartridge_Film_Pressing.Resources", GetType(Resources).Assembly)
|
||||||
|
resourceMan = temp
|
||||||
|
End If
|
||||||
|
Return resourceMan
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대해 현재 스레드의 CurrentUICulture 속성을
|
||||||
|
''' 재정의합니다.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
|
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||||
|
Get
|
||||||
|
Return resourceCulture
|
||||||
|
End Get
|
||||||
|
Set
|
||||||
|
resourceCulture = value
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property JOMT_아이콘_PNG() As System.Drawing.Bitmap
|
||||||
|
Get
|
||||||
|
Dim obj As Object = ResourceManager.GetObject("JOMT 아이콘_PNG", resourceCulture)
|
||||||
|
Return CType(obj,System.Drawing.Bitmap)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
End Module
|
||||||
|
End Namespace
|
124
My Project/Resources.resx
Normal file
124
My Project/Resources.resx
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="JOMT 아이콘_PNG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\JOMT 아이콘_PNG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
73
My Project/Settings.Designer.vb
generated
Normal file
73
My Project/Settings.Designer.vb
generated
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
'------------------------------------------------------------------------------
|
||||||
|
' <auto-generated>
|
||||||
|
' This code was generated by a tool.
|
||||||
|
' Runtime Version:4.0.30319.42000
|
||||||
|
'
|
||||||
|
' 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", "11.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._12.DUALSONIC_Cartridge_Film_Pressing.My.MySettings
|
||||||
|
Get
|
||||||
|
Return Global._12.DUALSONIC_Cartridge_Film_Pressing.My.MySettings.Default
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
End Module
|
||||||
|
End Namespace
|
7
My Project/Settings.settings
Normal file
7
My Project/Settings.settings
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
|
||||||
|
<Profiles>
|
||||||
|
<Profile Name="(Default)" />
|
||||||
|
</Profiles>
|
||||||
|
<Settings />
|
||||||
|
</SettingsFile>
|
BIN
Resources/JOMT 아이콘_PNG.png
Normal file
BIN
Resources/JOMT 아이콘_PNG.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
1
bin/Debug/Config/Config.ini
Normal file
1
bin/Debug/Config/Config.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
0^10^True^^
|
1
bin/Debug/Config/TD_Select_MQTT_Config.ini
Normal file
1
bin/Debug/Config/TD_Select_MQTT_Config.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
mes.jionmeditech.com^JION/FILM/001
|
BIN
bin/Debug/M2Mqtt.Net.dll
Normal file
BIN
bin/Debug/M2Mqtt.Net.dll
Normal file
Binary file not shown.
BIN
bin/Debug/M2Mqtt.Net.pdb
Normal file
BIN
bin/Debug/M2Mqtt.Net.pdb
Normal file
Binary file not shown.
2
bin/Debug/TestCount/yyyy_MM.csv
Normal file
2
bin/Debug/TestCount/yyyy_MM.csv
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
TestDate,RunCount
|
||||||
|
2023-11-23,20
|
|
BIN
bin/Debug/_12.DUALSONIC_Cartridge_Film_Pressing.exe
Normal file
BIN
bin/Debug/_12.DUALSONIC_Cartridge_Film_Pressing.exe
Normal file
Binary file not shown.
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||||
|
</startup>
|
||||||
|
</configuration>
|
BIN
bin/Debug/_12.DUALSONIC_Cartridge_Film_Pressing.pdb
Normal file
BIN
bin/Debug/_12.DUALSONIC_Cartridge_Film_Pressing.pdb
Normal file
Binary file not shown.
31
bin/Debug/_12.DUALSONIC_Cartridge_Film_Pressing.xml
Normal file
31
bin/Debug/_12.DUALSONIC_Cartridge_Film_Pressing.xml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>
|
||||||
|
_12.DUALSONIC_Cartridge_Film_Pressing
|
||||||
|
</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:_12.DUALSONIC_Cartridge_Film_Pressing.My.Resources.Resources">
|
||||||
|
<summary>
|
||||||
|
지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:_12.DUALSONIC_Cartridge_Film_Pressing.My.Resources.Resources.ResourceManager">
|
||||||
|
<summary>
|
||||||
|
이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:_12.DUALSONIC_Cartridge_Film_Pressing.My.Resources.Resources.Culture">
|
||||||
|
<summary>
|
||||||
|
이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대해 현재 스레드의 CurrentUICulture 속성을
|
||||||
|
재정의합니다.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:_12.DUALSONIC_Cartridge_Film_Pressing.My.Resources.Resources.JOMT_아이콘_PNG">
|
||||||
|
<summary>
|
||||||
|
System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
@ -0,0 +1,7 @@
|
|||||||
|
' <autogenerated/>
|
||||||
|
Option Strict Off
|
||||||
|
Option Explicit On
|
||||||
|
|
||||||
|
Imports System
|
||||||
|
Imports System.Reflection
|
||||||
|
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName:=".NET Framework 4.8")>
|
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
0c62c2cd8824d27f1fddd27e125bfc778f434f66
|
@ -0,0 +1,159 @@
|
|||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe.config
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbprojAssemblyReference.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Resources.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.GenerateResource.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.CoreCompileInputs.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
C:\Users\JOMT-DEV-PC04\SECUDRIVE DG\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe.config
|
||||||
|
C:\Users\JOMT-DEV-PC04\SECUDRIVE DG\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
C:\Users\JOMT-DEV-PC04\SECUDRIVE DG\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
C:\Users\JOMT-DEV-PC04\SECUDRIVE DG\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
C:\Users\JOMT-DEV-PC04\SECUDRIVE DG\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbprojAssemblyReference.cache
|
||||||
|
C:\Users\JOMT-DEV-PC04\SECUDRIVE DG\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Main_Form.resources
|
||||||
|
C:\Users\JOMT-DEV-PC04\SECUDRIVE DG\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Resources.resources
|
||||||
|
C:\Users\JOMT-DEV-PC04\SECUDRIVE DG\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.GenerateResource.cache
|
||||||
|
C:\Users\JOMT-DEV-PC04\SECUDRIVE DG\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.CoreCompileInputs.cache
|
||||||
|
C:\Users\JOMT-DEV-PC04\SECUDRIVE DG\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
C:\Users\JOMT-DEV-PC04\SECUDRIVE DG\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
C:\Users\JOMT-DEV-PC04\SECUDRIVE DG\12. DUALSONIC_Cartridge_Film_Pressing\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe.config
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbprojAssemblyReference.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Main_Form.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Resources.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.GenerateResource.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.CoreCompileInputs.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe.config
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbprojAssemblyReference.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Main_Form.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Resources.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.GenerateResource.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.CoreCompileInputs.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe.config
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbprojAssemblyReference.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Main_Form.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Resources.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.GenerateResource.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.CoreCompileInputs.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe.config
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbprojAssemblyReference.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Main_Form.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Resources.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.GenerateResource.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.CoreCompileInputs.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 복사본\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 10Port 추가\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbprojAssemblyReference.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 10Port 추가\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Main_Form.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 10Port 추가\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Resources.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 10Port 추가\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.GenerateResource.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 10Port 추가\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 10Port 추가\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 20Port - 10Port 추가\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 10Port\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe.config
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 10Port\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 10Port\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 10Port\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 10Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbprojAssemblyReference.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 10Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Main_Form.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 10Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Resources.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 10Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.GenerateResource.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 10Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.CoreCompileInputs.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 10Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 10Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.1.0 - 10Port\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.0.0 - Final 최종\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe.config
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.0.0 - Final 최종\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.0.0 - Final 최종\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.0.0 - Final 최종\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.0.0 - Final 최종\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbprojAssemblyReference.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.0.0 - Final 최종\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Main_Form.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.0.0 - Final 최종\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Resources.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.0.0 - Final 최종\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.GenerateResource.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.0.0 - Final 최종\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.CoreCompileInputs.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.0.0 - Final 최종\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.0.0 - Final 최종\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.0.0 - Final 최종\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe.config
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\M2Mqtt.Net.dll
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\M2Mqtt.Net.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.AssemblyReference.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.SuggestedBindingRedirects.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Main_Form.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Resources.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.GenerateResource.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.CoreCompileInputs.cache
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.CopyComplete
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.MqttForm.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.ManagerLogin.resources
|
||||||
|
\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.ManagerForm.resources
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe.config
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\M2Mqtt.Net.dll
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\M2Mqtt.Net.pdb
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.AssemblyReference.cache
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.SuggestedBindingRedirects.cache
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Main_Form.resources
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.ManagerForm.resources
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.ManagerLogin.resources
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.MqttForm.resources
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Resources.resources
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.GenerateResource.cache
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.CoreCompileInputs.cache
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.CopyComplete
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
D:\프로그래밍\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe.config
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\M2Mqtt.Net.dll
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\M2Mqtt.Net.pdb
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.AssemblyReference.cache
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.SuggestedBindingRedirects.cache
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Main_Form.resources
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.ManagerForm.resources
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.ManagerLogin.resources
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.MqttForm.resources
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Resources.resources
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.GenerateResource.cache
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.CoreCompileInputs.cache
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\12. DUALSONIC_Cartridge_Film_Pressing.vbproj.CopyComplete
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
C:\Users\j119s\Downloads\12. DUALSONIC_Cartridge_Film_Pressing\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
Binary file not shown.
Binary file not shown.
BIN
obj/Debug/CartridgeFilmAttacher.vbproj.AssemblyReference.cache
Normal file
BIN
obj/Debug/CartridgeFilmAttacher.vbproj.AssemblyReference.cache
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
8580e4c5389aec840bad9c713cceacd98597a70536ea9eeb9bd51babc741a48c
|
18
obj/Debug/CartridgeFilmAttacher.vbproj.FileListAbsolute.txt
Normal file
18
obj/Debug/CartridgeFilmAttacher.vbproj.FileListAbsolute.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe.config
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\M2Mqtt.Net.dll
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\bin\Debug\M2Mqtt.Net.pdb
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\CartridgeFilmAttacher.vbproj.AssemblyReference.cache
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Main_Form.resources
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.ManagerForm.resources
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.ManagerLogin.resources
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.MqttForm.resources
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.Resources.resources
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\CartridgeFilmAttacher.vbproj.GenerateResource.cache
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\CartridgeFilmAttacher.vbproj.CoreCompileInputs.cache
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\Cartridg.75A2BA95.Up2Date
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.exe
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.xml
|
||||||
|
C:\Users\JOMT-NOTE-PC\SECUDRIVE DG\programs\04. (생산)필름 압착기 동작 프로그램\DUALSONIC_Cartridge_Film_Pressing_Ver.1.2.0\12. DUALSONIC_Cartridge_Film_Pressing\obj\Debug\_12.DUALSONIC_Cartridge_Film_Pressing.pdb
|
BIN
obj/Debug/CartridgeFilmAttacher.vbproj.GenerateResource.cache
Normal file
BIN
obj/Debug/CartridgeFilmAttacher.vbproj.GenerateResource.cache
Normal file
Binary file not shown.
BIN
obj/Debug/DesignTimeResolveAssemblyReferences.cache
Normal file
BIN
obj/Debug/DesignTimeResolveAssemblyReferences.cache
Normal file
Binary file not shown.
BIN
obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Normal file
BIN
obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Normal file
Binary file not shown.
BIN
obj/Debug/TempPE/My Project.Resources.Designer.vb.dll
Normal file
BIN
obj/Debug/TempPE/My Project.Resources.Designer.vb.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
obj/Debug/_12.DUALSONIC_Cartridge_Film_Pressing.exe
Normal file
BIN
obj/Debug/_12.DUALSONIC_Cartridge_Film_Pressing.exe
Normal file
Binary file not shown.
BIN
obj/Debug/_12.DUALSONIC_Cartridge_Film_Pressing.pdb
Normal file
BIN
obj/Debug/_12.DUALSONIC_Cartridge_Film_Pressing.pdb
Normal file
Binary file not shown.
31
obj/Debug/_12.DUALSONIC_Cartridge_Film_Pressing.xml
Normal file
31
obj/Debug/_12.DUALSONIC_Cartridge_Film_Pressing.xml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>
|
||||||
|
_12.DUALSONIC_Cartridge_Film_Pressing
|
||||||
|
</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:_12.DUALSONIC_Cartridge_Film_Pressing.My.Resources.Resources">
|
||||||
|
<summary>
|
||||||
|
지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:_12.DUALSONIC_Cartridge_Film_Pressing.My.Resources.Resources.ResourceManager">
|
||||||
|
<summary>
|
||||||
|
이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:_12.DUALSONIC_Cartridge_Film_Pressing.My.Resources.Resources.Culture">
|
||||||
|
<summary>
|
||||||
|
이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대해 현재 스레드의 CurrentUICulture 속성을
|
||||||
|
재정의합니다.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:_12.DUALSONIC_Cartridge_Film_Pressing.My.Resources.Resources.JOMT_아이콘_PNG">
|
||||||
|
<summary>
|
||||||
|
System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
4
packages.config
Normal file
4
packages.config
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<packages>
|
||||||
|
<package id="M2Mqtt" version="4.3.0.0" targetFramework="net48" />
|
||||||
|
</packages>
|
Loading…
x
Reference in New Issue
Block a user