=====* unimarc [0.0104] 버전관리 시작 *=====

1. 인쇄 오류 수정
2. DLS복본조사 추가
This commit is contained in:
SeungHo Yang
2021-12-21 17:43:36 +09:00
parent d3ad66cf1f
commit 43625b5e62
91 changed files with 7119 additions and 4951 deletions

Binary file not shown.

View File

@@ -390,7 +390,7 @@
this.Column3});
this.GridView020.Location = new System.Drawing.Point(350, 71);
this.GridView020.Name = "GridView020";
this.GridView020.RowHeadersWidth = 10;
this.GridView020.RowHeadersWidth = 30;
this.GridView020.RowTemplate.Height = 23;
this.GridView020.Size = new System.Drawing.Size(395, 71);
this.GridView020.TabIndex = 208;
@@ -583,7 +583,7 @@
this.Column8});
this.GridView246.Location = new System.Drawing.Point(760, 238);
this.GridView246.Name = "GridView246";
this.GridView246.RowHeadersWidth = 10;
this.GridView246.RowHeadersWidth = 30;
this.GridView246.RowTemplate.Height = 23;
this.GridView246.Size = new System.Drawing.Size(568, 71);
this.GridView246.TabIndex = 208;
@@ -764,7 +764,7 @@
this.Column12});
this.GridView710.Location = new System.Drawing.Point(605, 384);
this.GridView710.Name = "GridView710";
this.GridView710.RowHeadersWidth = 10;
this.GridView710.RowHeadersWidth = 30;
this.GridView710.RowTemplate.Height = 23;
this.GridView710.Size = new System.Drawing.Size(360, 71);
this.GridView710.TabIndex = 208;
@@ -797,7 +797,7 @@
this.dataGridViewTextBoxColumn2});
this.GridView910.Location = new System.Drawing.Point(968, 384);
this.GridView910.Name = "GridView910";
this.GridView910.RowHeadersWidth = 10;
this.GridView910.RowHeadersWidth = 30;
this.GridView910.RowTemplate.Height = 23;
this.GridView910.Size = new System.Drawing.Size(360, 71);
this.GridView910.TabIndex = 208;
@@ -898,7 +898,7 @@
this.text440x});
this.GridView440.Location = new System.Drawing.Point(350, 486);
this.GridView440.Name = "GridView440";
this.GridView440.RowHeadersWidth = 10;
this.GridView440.RowHeadersWidth = 30;
this.GridView440.RowTemplate.Height = 23;
this.GridView440.Size = new System.Drawing.Size(610, 71);
this.GridView440.TabIndex = 208;
@@ -975,7 +975,7 @@
this.text490v});
this.GridView490.Location = new System.Drawing.Point(968, 486);
this.GridView490.Name = "GridView490";
this.GridView490.RowHeadersWidth = 10;
this.GridView490.RowHeadersWidth = 30;
this.GridView490.RowTemplate.Height = 23;
this.GridView490.Size = new System.Drawing.Size(360, 71);
this.GridView490.TabIndex = 208;
@@ -1019,7 +1019,7 @@
this.text505e});
this.GridView505.Location = new System.Drawing.Point(350, 617);
this.GridView505.Name = "GridView505";
this.GridView505.RowHeadersWidth = 10;
this.GridView505.RowHeadersWidth = 30;
this.GridView505.RowTemplate.Height = 23;
this.GridView505.Size = new System.Drawing.Size(410, 71);
this.GridView505.TabIndex = 208;

View File

@@ -96,12 +96,12 @@ namespace ExcelTest
private void button2_Click(object sender, EventArgs e)
{
string result = "";
string result;
richTextBox1.Text = "";
string mid = "\t--\t";
string Sort = "▼";
string End = "▲\n";
string dlatl = "";
string dlatl;
DataGridView data020 = GridView020;
DataGridView data246 = GridView246;
DataGridView data710 = GridView710;
@@ -116,7 +116,7 @@ namespace ExcelTest
string[] data440a = { "", "", "", "", "", "" };
string[] data490a = { "", "" };
string[] data505a = { "", "", "", "" };
int count = 0, a = 0, b = 0;
int count = 0, a, b;
result = "메모장\n008\t\t200604s20192020ulk b 000a kor ";
result = Create_008(result);

View File

@@ -45,3 +45,34 @@ C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\System.Runt
C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\System.Numerics.Vectors.dll
C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\bin\Debug\MySql.Data.xml
C:\Users\Administrator\Desktop\project\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.CopyComplete
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\ExcelTest.exe.config
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\ExcelTest.exe
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\ExcelTest.pdb
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\MySql.Data.dll
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\Google.Protobuf.dll
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\Zstandard.Net.dll
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\K4os.Compression.LZ4.Streams.dll
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\BouncyCastle.Crypto.dll
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\Ubiety.Dns.Core.dll
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\Renci.SshNet.dll
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\System.Buffers.dll
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\K4os.Compression.LZ4.dll
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\K4os.Hash.xxHash.dll
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\System.Memory.dll
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\System.Numerics.Vectors.dll
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\bin\Debug\MySql.Data.xml
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.AssemblyReference.cache
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.ResolveComReference.cache
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.findNchange.resources
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Helper008.resources
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Font.resources
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Email.resources
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Marc.resources
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.Properties.Resources.resources
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.SubString.resources
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.GenerateResource.cache
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.CoreCompileInputs.cache
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.csproj.CopyComplete
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.exe
C:\Users\Administrator\Desktop\unimarc\ExcelTest\ExcelTest\obj\Debug\ExcelTest.pdb