네임스페이스 통일 UniMarc
This commit is contained in:
@@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
|||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
|
||||||
namespace ExcelTest
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public static class CExt
|
public static class CExt
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ using System.Threading.Tasks;
|
|||||||
using System.Web.Mail;
|
using System.Web.Mail;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
class Email
|
class Email
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ using MySql.Data.MySqlClient;
|
|||||||
using Renci.SshNet;
|
using Renci.SshNet;
|
||||||
using UniMarc.Properties;
|
using UniMarc.Properties;
|
||||||
|
|
||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DB접속을 도와주는 클래스
|
/// DB접속을 도와주는 클래스
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ using System.Windows.Forms;
|
|||||||
using UniMarc;
|
using UniMarc;
|
||||||
using UniMarc.Properties;
|
using UniMarc.Properties;
|
||||||
|
|
||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public static class DB2
|
public static class DB2
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/Login.Designer.cs
generated
2
unimarc/unimarc/Login.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class login
|
partial class login
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ using System.Net;
|
|||||||
using System.Net.Sockets;
|
using System.Net.Sockets;
|
||||||
using Application = System.Windows.Forms.Application;
|
using Application = System.Windows.Forms.Application;
|
||||||
|
|
||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class login : Form
|
public partial class login : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/Main.Designer.cs
generated
2
unimarc/unimarc/Main.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Main
|
partial class Main
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,24 +12,9 @@ using System.Runtime.CompilerServices;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using UniMarc;
|
|
||||||
using UniMarc.Properties;
|
using UniMarc.Properties;
|
||||||
using UniMarc.개발자용;
|
|
||||||
using UniMarc.마크;
|
|
||||||
using UniMarc.회계;
|
|
||||||
using WindowsFormsApp1.Account;
|
|
||||||
using WindowsFormsApp1.Convenience;
|
|
||||||
using WindowsFormsApp1.Delivery;
|
|
||||||
using WindowsFormsApp1.DLS;
|
|
||||||
using WindowsFormsApp1.Home;
|
|
||||||
using WindowsFormsApp1.Mac;
|
|
||||||
using WindowsFormsApp1.Work_log;
|
|
||||||
using WindowsFormsApp1.납품관리;
|
|
||||||
using WindowsFormsApp1.마크;
|
|
||||||
using WindowsFormsApp1.회계;
|
|
||||||
|
|
||||||
|
namespace UniMarc
|
||||||
namespace WindowsFormsApp1
|
|
||||||
{
|
{
|
||||||
public partial class Main : Form
|
public partial class Main : Form
|
||||||
{
|
{
|
||||||
@@ -668,7 +653,7 @@ namespace WindowsFormsApp1
|
|||||||
|
|
||||||
private void dLS조회ToolStripMenuItem_Click(object sender, EventArgs e)
|
private void dLS조회ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
OpenFormInTab(() => new School_Lookup(this));
|
OpenFormInTab(() => new DLS_Lookup(this));
|
||||||
}
|
}
|
||||||
private void dLS복본조사ToolStripMenuItem_Click(object sender, EventArgs e)
|
private void dLS복본조사ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ using System.Linq;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
static class Program
|
static class Program
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ using System.Threading.Tasks;
|
|||||||
using System.Web.UI.WebControls;
|
using System.Web.UI.WebControls;
|
||||||
using System.Xml.Linq;
|
using System.Xml.Linq;
|
||||||
using UniMarc.SearchModel;
|
using UniMarc.SearchModel;
|
||||||
using UniMarc.마크;
|
|
||||||
using WebDriverManager;
|
using WebDriverManager;
|
||||||
using WebDriverManager.DriverConfigs.Impl;
|
using WebDriverManager.DriverConfigs.Impl;
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ using System.Text.RegularExpressions;
|
|||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using UniMarc.SearchModel;
|
using UniMarc.SearchModel;
|
||||||
using UniMarc.마크;
|
|
||||||
using WebDriverManager;
|
using WebDriverManager;
|
||||||
using WebDriverManager.DriverConfigs.Impl;
|
using WebDriverManager.DriverConfigs.Impl;
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ using System.Text.RegularExpressions;
|
|||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using UniMarc.SearchModel;
|
using UniMarc.SearchModel;
|
||||||
using UniMarc.마크;
|
|
||||||
using WebDriverManager;
|
using WebDriverManager;
|
||||||
using WebDriverManager.DriverConfigs.Impl;
|
using WebDriverManager.DriverConfigs.Impl;
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ using System.Text.RegularExpressions;
|
|||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using UniMarc.SearchModel;
|
using UniMarc.SearchModel;
|
||||||
using UniMarc.마크;
|
|
||||||
using WebDriverManager;
|
using WebDriverManager;
|
||||||
using WebDriverManager.DriverConfigs.Impl;
|
using WebDriverManager.DriverConfigs.Impl;
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using UniMarc.마크;
|
|
||||||
using OpenQA.Selenium.Chromium;
|
using OpenQA.Selenium.Chromium;
|
||||||
using UniMarc.SearchModel;
|
using UniMarc.SearchModel;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using UniMarc.마크;
|
|
||||||
using OpenQA.Selenium.Chromium;
|
using OpenQA.Selenium.Chromium;
|
||||||
using UniMarc.SearchModel;
|
using UniMarc.SearchModel;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using UniMarc.마크;
|
|
||||||
using OpenQA.Selenium.Chromium;
|
using OpenQA.Selenium.Chromium;
|
||||||
using UniMarc.SearchModel;
|
using UniMarc.SearchModel;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using UniMarc.마크;
|
|
||||||
using OpenQA.Selenium.Chromium;
|
using OpenQA.Selenium.Chromium;
|
||||||
using UniMarc.SearchModel;
|
using UniMarc.SearchModel;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ using System.Threading.Tasks;
|
|||||||
using System.Web.UI.WebControls;
|
using System.Web.UI.WebControls;
|
||||||
using System.Xml.Linq;
|
using System.Xml.Linq;
|
||||||
using UniMarc.SearchModel;
|
using UniMarc.SearchModel;
|
||||||
using UniMarc.마크;
|
|
||||||
using WebDriverManager;
|
using WebDriverManager;
|
||||||
using WebDriverManager.DriverConfigs.Impl;
|
using WebDriverManager.DriverConfigs.Impl;
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using UniMarc.마크;
|
|
||||||
using OpenQA.Selenium.Chromium;
|
using OpenQA.Selenium.Chromium;
|
||||||
using UniMarc.SearchModel;
|
using UniMarc.SearchModel;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using UniMarc.마크;
|
|
||||||
using OpenQA.Selenium.Chromium;
|
using OpenQA.Selenium.Chromium;
|
||||||
using UniMarc.SearchModel;
|
using UniMarc.SearchModel;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using UniMarc.마크;
|
|
||||||
using OpenQA.Selenium.Chromium;
|
using OpenQA.Selenium.Chromium;
|
||||||
using UniMarc.SearchModel;
|
using UniMarc.SearchModel;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using UniMarc.마크;
|
|
||||||
using OpenQA.Selenium.Chromium;
|
using OpenQA.Selenium.Chromium;
|
||||||
using UniMarc.SearchModel;
|
using UniMarc.SearchModel;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using UniMarc.마크;
|
|
||||||
using OpenQA.Selenium.Chromium;
|
using OpenQA.Selenium.Chromium;
|
||||||
using UniMarc.SearchModel;
|
using UniMarc.SearchModel;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ using System.Threading;
|
|||||||
using System.Data.SqlTypes;
|
using System.Data.SqlTypes;
|
||||||
using AR;
|
using AR;
|
||||||
|
|
||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 여러 기능들이 추가될 예정.
|
/// 여러 기능들이 추가될 예정.
|
||||||
|
|||||||
23
unimarc/unimarc/recover_v2.ps1
Normal file
23
unimarc/unimarc/recover_v2.ps1
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
$path = "s:\Source\Gloria\Unimarc\unimarc\unimarc\Helper_LibraryDelaySettings.cs"
|
||||||
|
$utf8 = [System.Text.Encoding]::GetEncoding(65001)
|
||||||
|
$cp949 = [System.Text.Encoding]::GetEncoding(949)
|
||||||
|
|
||||||
|
# Read the CURRENT mangled file as UTF-8
|
||||||
|
$mangledString = [System.IO.File]::ReadAllText($path, $utf8)
|
||||||
|
|
||||||
|
# Convert each character to its CP949 bytes
|
||||||
|
# Note: This is tricky because some "characters" might be multiple bytes in CP949
|
||||||
|
# but here each character in the string represents what CP949 read from the original UTF-8 bytes.
|
||||||
|
$byteList = New-Object System.Collections.Generic.List[byte]
|
||||||
|
foreach ($char in $mangledString.ToCharArray()) {
|
||||||
|
$cBytes = $cp949.GetBytes($char)
|
||||||
|
foreach ($b in $cBytes) {
|
||||||
|
$byteList.Add($b)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
# Now interpret these bytes as UTF-8 (the original encoding)
|
||||||
|
$restored = $utf8.GetString($byteList.ToArray())
|
||||||
|
|
||||||
|
Write-Host "--- Attempted Restoration ---"
|
||||||
|
Write-Host ($restored -split "`r`n" | select -First 10)
|
||||||
2
unimarc/unimarc/개발자용/fDevDB.Designer.cs
generated
2
unimarc/unimarc/개발자용/fDevDB.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace UniMarc.개발자용
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class fDevDB
|
partial class fDevDB
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,9 +8,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1;
|
|
||||||
|
|
||||||
namespace UniMarc.개발자용
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class fDevDB : Form
|
public partial class fDevDB : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/납품관리/Book_Lookup.Designer.cs
generated
2
unimarc/unimarc/납품관리/Book_Lookup.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Book_Lookup
|
partial class Book_Lookup
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,10 +9,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1.Mac;
|
|
||||||
using WindowsFormsApp1.납품관리;
|
|
||||||
|
|
||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Book_Lookup : Form
|
public partial class Book_Lookup : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/납품관리/Bring_Back.Designer.cs
generated
2
unimarc/unimarc/납품관리/Bring_Back.Designer.cs
generated
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
namespace WindowsFormsApp1.납품관리
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Bring_Back
|
partial class Bring_Back
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,9 +7,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1.Delivery;
|
|
||||||
|
|
||||||
namespace WindowsFormsApp1.납품관리
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Bring_Back : Form
|
public partial class Bring_Back : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/납품관리/Commodity_Edit.Designer.cs
generated
2
unimarc/unimarc/납품관리/Commodity_Edit.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Commodity_Edit
|
partial class Commodity_Edit
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Commodity_Edit : Form
|
public partial class Commodity_Edit : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/납품관리/Commodity_Morge.Designer.cs
generated
2
unimarc/unimarc/납품관리/Commodity_Morge.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Commodity_Morge
|
partial class Commodity_Morge
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Commodity_Morge : Form
|
public partial class Commodity_Morge : Form
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Commodity_Search
|
partial class Commodity_Search
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,12 +7,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1.Account;
|
|
||||||
using WindowsFormsApp1.DLS;
|
|
||||||
using WindowsFormsApp1.Home;
|
|
||||||
using WindowsFormsApp1.회계;
|
|
||||||
|
|
||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Commodity_Search : Form
|
public partial class Commodity_Search : Form
|
||||||
{
|
{
|
||||||
@@ -25,8 +21,8 @@ namespace WindowsFormsApp1.Delivery
|
|||||||
Sales_Lookup sb;
|
Sales_Lookup sb;
|
||||||
Sales_In_Pay sip;
|
Sales_In_Pay sip;
|
||||||
List_Lookup ll;
|
List_Lookup ll;
|
||||||
Mac.DLS_Copy dc;
|
DLS_Copy dc;
|
||||||
School_Lookup sl;
|
DLS_Lookup sl;
|
||||||
|
|
||||||
public Commodity_Search(Purchase _pur)
|
public Commodity_Search(Purchase _pur)
|
||||||
{
|
{
|
||||||
@@ -68,12 +64,12 @@ namespace WindowsFormsApp1.Delivery
|
|||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
ll = _ll;
|
ll = _ll;
|
||||||
}
|
}
|
||||||
public Commodity_Search(Mac.DLS_Copy _dc)
|
public Commodity_Search(DLS_Copy _dc)
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
dc = _dc;
|
dc = _dc;
|
||||||
}
|
}
|
||||||
public Commodity_Search(School_Lookup _sl)
|
public Commodity_Search(DLS_Lookup _sl)
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
sl = _sl;
|
sl = _sl;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Commodity_registration
|
partial class Commodity_registration
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,9 +9,8 @@ using System.Text;
|
|||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1.Mac;
|
|
||||||
|
|
||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Commodity_registration : Form
|
public partial class Commodity_registration : Form
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Input_Lookup_Stock
|
partial class Input_Lookup_Stock
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Input_Lookup_Stock : Form
|
public partial class Input_Lookup_Stock : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/납품관리/List_Chk_Work.Designer.cs
generated
2
unimarc/unimarc/납품관리/List_Chk_Work.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class List_Chk_Work
|
partial class List_Chk_Work
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class List_Chk_Work : Form
|
public partial class List_Chk_Work : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/납품관리/List_Lookup.Designer.cs
generated
2
unimarc/unimarc/납품관리/List_Lookup.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class List_Lookup
|
partial class List_Lookup
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ using System.Windows.Forms;
|
|||||||
using System.Drawing.Printing;
|
using System.Drawing.Printing;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class List_Lookup : Form
|
public partial class List_Lookup : Form
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class List_aggregation
|
partial class List_aggregation
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,9 +9,8 @@ using System.Text;
|
|||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1.Mac;
|
|
||||||
|
|
||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class List_aggregation : Form
|
public partial class List_aggregation : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/납품관리/Order_Send_Chk.Designer.cs
generated
2
unimarc/unimarc/납품관리/Order_Send_Chk.Designer.cs
generated
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
namespace WindowsFormsApp1.납품관리
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Order_Send_Chk
|
partial class Order_Send_Chk
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,9 +10,8 @@ using System.Net;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1.Delivery;
|
|
||||||
|
|
||||||
namespace WindowsFormsApp1.납품관리
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Order_Send_Chk : Form
|
public partial class Order_Send_Chk : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/납품관리/Order_input.Designer.cs
generated
2
unimarc/unimarc/납품관리/Order_input.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Order_input
|
partial class Order_input
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,9 +10,8 @@ using System.Net;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1.납품관리;
|
|
||||||
|
|
||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Order_input : Form
|
public partial class Order_input : Form
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Order_input_Search
|
partial class Order_input_Search
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1.Account;
|
|
||||||
using WindowsFormsApp1.Mac;
|
|
||||||
|
|
||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Order_input_Search : Form
|
public partial class Order_input_Search : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/납품관리/Purchase.Designer.cs
generated
2
unimarc/unimarc/납품관리/Purchase.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Purchase
|
partial class Purchase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,9 +9,8 @@ using System.Threading.Tasks;
|
|||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Windows.Forms.VisualStyles;
|
using System.Windows.Forms.VisualStyles;
|
||||||
using WindowsFormsApp1.Home;
|
|
||||||
|
|
||||||
namespace WindowsFormsApp1.Delivery
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Purchase : Form
|
public partial class Purchase : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/마스터/Batch_processing.Designer.cs
generated
2
unimarc/unimarc/마스터/Batch_processing.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1.Home
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Batch_processing
|
partial class Batch_processing
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace WindowsFormsApp1.Home
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Batch_processing : Form
|
public partial class Batch_processing : Form
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
using AR;
|
using AR;
|
||||||
using ExcelTest;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
@@ -10,7 +9,6 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1;
|
|
||||||
|
|
||||||
namespace UniMarc
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/마스터/Mac_Setting.Designer.cs
generated
2
unimarc/unimarc/마스터/Mac_Setting.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Mac_Setting
|
partial class Mac_Setting
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Mac_Setting : Form
|
public partial class Mac_Setting : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/마스터/Notice_Send.Designer.cs
generated
2
unimarc/unimarc/마스터/Notice_Send.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Notice_Send
|
partial class Notice_Send
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Notice_Send : Form
|
public partial class Notice_Send : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/마스터/Sales_Details.Designer.cs
generated
2
unimarc/unimarc/마스터/Sales_Details.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Sales_Details
|
partial class Sales_Details
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Sales_Details : Form
|
public partial class Sales_Details : Form
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class User_account_inquiry
|
partial class User_account_inquiry
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class User_account_inquiry : Form
|
public partial class User_account_inquiry : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/마스터/User_manage.Designer.cs
generated
2
unimarc/unimarc/마스터/User_manage.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class User_manage
|
partial class User_manage
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace WindowsFormsApp1
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class User_manage : Form
|
public partial class User_manage : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/마크/AddMarc.Designer.cs
generated
2
unimarc/unimarc/마크/AddMarc.Designer.cs
generated
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class AddMarc
|
partial class AddMarc
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
using ExcelTest;
|
using SHDocVw;
|
||||||
using SHDocVw;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
@@ -10,9 +9,8 @@ using System.Text;
|
|||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1;
|
|
||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class AddMarc : Form
|
public partial class AddMarc : Form
|
||||||
{
|
{
|
||||||
|
|||||||
6
unimarc/unimarc/마크/AddMarc2.Designer.cs
generated
6
unimarc/unimarc/마크/AddMarc2.Designer.cs
generated
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class AddMarc2
|
partial class AddMarc2
|
||||||
{
|
{
|
||||||
@@ -36,7 +36,7 @@ namespace UniMarc.마크
|
|||||||
this.panel2 = new System.Windows.Forms.Panel();
|
this.panel2 = new System.Windows.Forms.Panel();
|
||||||
this.Btn_SearchKolis = new System.Windows.Forms.Button();
|
this.Btn_SearchKolis = new System.Windows.Forms.Button();
|
||||||
this.btn_Empty = new System.Windows.Forms.Button();
|
this.btn_Empty = new System.Windows.Forms.Button();
|
||||||
this.marcEditorControl1 = new ExcelTest.MarcEditorControl();
|
this.marcEditorControl1 = new MarcEditorControl();
|
||||||
this.panel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
||||||
this.panel2.SuspendLayout();
|
this.panel2.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
@@ -152,6 +152,6 @@ namespace UniMarc.마크
|
|||||||
private System.Windows.Forms.ComboBox cb_SearchCol;
|
private System.Windows.Forms.ComboBox cb_SearchCol;
|
||||||
private System.Windows.Forms.Button btn_Empty;
|
private System.Windows.Forms.Button btn_Empty;
|
||||||
private System.Windows.Forms.Button Btn_SearchKolis;
|
private System.Windows.Forms.Button Btn_SearchKolis;
|
||||||
private ExcelTest.MarcEditorControl marcEditorControl1;
|
private MarcEditorControl marcEditorControl1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
using ExcelTest;
|
using SHDocVw;
|
||||||
using SHDocVw;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
@@ -10,9 +9,8 @@ using System.Text;
|
|||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1;
|
|
||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class AddMarc2 : Form
|
public partial class AddMarc2 : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/마크/AddMarc_FillBlank.Designer.cs
generated
2
unimarc/unimarc/마크/AddMarc_FillBlank.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class AddMarc_FillBlank
|
partial class AddMarc_FillBlank
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class AddMarc_FillBlank : Form
|
public partial class AddMarc_FillBlank : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/마크/All_Book_Detail.Designer.cs
generated
2
unimarc/unimarc/마크/All_Book_Detail.Designer.cs
generated
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class All_Book_Detail
|
partial class All_Book_Detail
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1.Mac;
|
|
||||||
using WindowsFormsApp1;
|
|
||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class All_Book_Detail : Form
|
public partial class All_Book_Detail : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/마크/All_Book_manage.Designer.cs
generated
2
unimarc/unimarc/마크/All_Book_manage.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace WindowsFormsApp1.Mac
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class All_Book_manage
|
partial class All_Book_manage
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,9 +7,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using UniMarc.마크;
|
|
||||||
|
|
||||||
namespace WindowsFormsApp1.Mac
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class All_Book_manage : Form
|
public partial class All_Book_manage : Form
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class All_Book_manage_Add
|
partial class All_Book_manage_Add
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1;
|
|
||||||
using WindowsFormsApp1.Mac;
|
|
||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class All_Book_manage_Add : Form
|
public partial class All_Book_manage_Add : Form
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class All_Book_manage_Edit
|
partial class All_Book_manage_Edit
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1;
|
|
||||||
using WindowsFormsApp1.Mac;
|
|
||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class All_Book_manage_Edit : Form
|
public partial class All_Book_manage_Edit : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/마크/CD_LP.Designer.cs
generated
2
unimarc/unimarc/마크/CD_LP.Designer.cs
generated
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class CD_LP
|
partial class CD_LP
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,9 +7,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1;
|
|
||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class CD_LP : Form
|
public partial class CD_LP : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/마크/CD_LP_AddList.Designer.cs
generated
2
unimarc/unimarc/마크/CD_LP_AddList.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class CD_LP_AddList
|
partial class CD_LP_AddList
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,9 +7,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1;
|
|
||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class CD_LP_AddList : Form
|
public partial class CD_LP_AddList : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/마크/CD_LP_List.Designer.cs
generated
2
unimarc/unimarc/마크/CD_LP_List.Designer.cs
generated
@@ -1,4 +1,4 @@
|
|||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class CD_LP_List
|
partial class CD_LP_List
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1;
|
|
||||||
using WindowsFormsApp1.Mac;
|
|
||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class CD_LP_List : Form
|
public partial class CD_LP_List : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/마크/CD_LP_SelectList.Designer.cs
generated
2
unimarc/unimarc/마크/CD_LP_SelectList.Designer.cs
generated
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class CD_LP_SelectList
|
partial class CD_LP_SelectList
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,9 +7,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1;
|
|
||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class CD_LP_SelectList : Form
|
public partial class CD_LP_SelectList : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/마크/CD_LP_Sub.Designer.cs
generated
2
unimarc/unimarc/마크/CD_LP_Sub.Designer.cs
generated
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class CD_LP_Sub
|
partial class CD_LP_Sub
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,9 +10,8 @@ using System.Text;
|
|||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1;
|
|
||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class CD_LP_Sub : Form
|
public partial class CD_LP_Sub : Form
|
||||||
{
|
{
|
||||||
|
|||||||
2
unimarc/unimarc/마크/Check_Copy_Login.Designer.cs
generated
2
unimarc/unimarc/마크/Check_Copy_Login.Designer.cs
generated
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Check_Copy_Login
|
partial class Check_Copy_Login
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Check_Copy_Login : Form
|
public partial class Check_Copy_Login : Form
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Check_Copy_Sub_List
|
partial class Check_Copy_Sub_List
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,11 +7,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
//
|
|
||||||
using WindowsFormsApp1;
|
|
||||||
using WindowsFormsApp1.Mac;
|
|
||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Check_Copy_Sub_List : Form
|
public partial class Check_Copy_Sub_List : Form
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Check_Copy_Sub_Search
|
partial class Check_Copy_Sub_Search
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using WindowsFormsApp1;
|
|
||||||
using WindowsFormsApp1.Mac;
|
|
||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Check_Copy_Sub_Search : Form
|
public partial class Check_Copy_Sub_Search : Form
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
partial class Check_Copy_Sub_Selector
|
partial class Check_Copy_Sub_Selector
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,10 +10,8 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using System.Windows.Forms.VisualStyles;
|
using System.Windows.Forms.VisualStyles;
|
||||||
using WindowsFormsApp1;
|
|
||||||
using WindowsFormsApp1.Mac;
|
|
||||||
|
|
||||||
namespace UniMarc.마크
|
namespace UniMarc
|
||||||
{
|
{
|
||||||
public partial class Check_Copy_Sub_Selector : Form
|
public partial class Check_Copy_Sub_Selector : Form
|
||||||
{
|
{
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user