diff --git a/ExcelTest/.vs/ExcelTest/v16/.suo b/ExcelTest/.vs/ExcelTest/v16/.suo
index d62eb3f..7a03e63 100644
Binary files a/ExcelTest/.vs/ExcelTest/v16/.suo and b/ExcelTest/.vs/ExcelTest/v16/.suo differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/ExcelTest.exe b/ExcelTest/ExcelTest/bin/Debug/ExcelTest.exe
index 60e29dc..e322b77 100644
Binary files a/ExcelTest/ExcelTest/bin/Debug/ExcelTest.exe and b/ExcelTest/ExcelTest/bin/Debug/ExcelTest.exe differ
diff --git a/ExcelTest/ExcelTest/bin/Debug/ExcelTest.pdb b/ExcelTest/ExcelTest/bin/Debug/ExcelTest.pdb
index b1169be..f556589 100644
Binary files a/ExcelTest/ExcelTest/bin/Debug/ExcelTest.pdb and b/ExcelTest/ExcelTest/bin/Debug/ExcelTest.pdb differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.AssemblyReference.cache b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.AssemblyReference.cache
index f9a647b..3a8b85d 100644
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.AssemblyReference.cache and b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.AssemblyReference.cache differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.GenerateResource.cache b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.GenerateResource.cache
index 46cf952..414d2bd 100644
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.GenerateResource.cache and b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.csproj.GenerateResource.cache differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.exe b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.exe
index 60e29dc..e322b77 100644
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.exe and b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.exe differ
diff --git a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.pdb b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.pdb
index b1169be..f556589 100644
Binary files a/ExcelTest/ExcelTest/obj/Debug/ExcelTest.pdb and b/ExcelTest/ExcelTest/obj/Debug/ExcelTest.pdb differ
diff --git a/ISBN_Check_test/.vs/ISBN_Check_test/v16/.suo b/ISBN_Check_test/.vs/ISBN_Check_test/v16/.suo
index 9449723..8604139 100644
Binary files a/ISBN_Check_test/.vs/ISBN_Check_test/v16/.suo and b/ISBN_Check_test/.vs/ISBN_Check_test/v16/.suo differ
diff --git a/Test_Project/.vs/Test_Project/v16/.suo b/Test_Project/.vs/Test_Project/v16/.suo
index f32bdbc..bea68dd 100644
Binary files a/Test_Project/.vs/Test_Project/v16/.suo and b/Test_Project/.vs/Test_Project/v16/.suo differ
diff --git a/unimarc/.vs/unimarc/v16/.suo b/unimarc/.vs/unimarc/v16/.suo
index 362bb25..f730631 100644
Binary files a/unimarc/.vs/unimarc/v16/.suo and b/unimarc/.vs/unimarc/v16/.suo differ
diff --git a/unimarc/unimarc/Login.Designer.cs b/unimarc/unimarc/Login.Designer.cs
index 8757eec..78b2244 100644
--- a/unimarc/unimarc/Login.Designer.cs
+++ b/unimarc/unimarc/Login.Designer.cs
@@ -34,12 +34,13 @@
this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
- this.button3 = new System.Windows.Forms.Button();
+ this.label3 = new System.Windows.Forms.Label();
+ this.chk_Save = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// ID_text
//
- this.ID_text.Location = new System.Drawing.Point(199, 73);
+ this.ID_text.Location = new System.Drawing.Point(190, 57);
this.ID_text.Name = "ID_text";
this.ID_text.Size = new System.Drawing.Size(100, 21);
this.ID_text.TabIndex = 1;
@@ -47,7 +48,7 @@
//
// PW_text
//
- this.PW_text.Location = new System.Drawing.Point(199, 100);
+ this.PW_text.Location = new System.Drawing.Point(190, 84);
this.PW_text.Name = "PW_text";
this.PW_text.PasswordChar = '●';
this.PW_text.Size = new System.Drawing.Size(100, 21);
@@ -56,7 +57,7 @@
//
// button1
//
- this.button1.Location = new System.Drawing.Point(172, 149);
+ this.button1.Location = new System.Drawing.Point(157, 138);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 3;
@@ -66,7 +67,7 @@
//
// button2
//
- this.button2.Location = new System.Drawing.Point(267, 149);
+ this.button2.Location = new System.Drawing.Point(252, 138);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 4;
@@ -77,7 +78,7 @@
// label1
//
this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(145, 77);
+ this.label1.Location = new System.Drawing.Point(136, 61);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 2;
@@ -86,28 +87,41 @@
// label2
//
this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(139, 104);
+ this.label2.Location = new System.Drawing.Point(130, 88);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "비밀번호";
//
- // button3
+ // label3
//
- this.button3.Location = new System.Drawing.Point(378, 92);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(89, 23);
- this.button3.TabIndex = 5;
- this.button3.Text = "관리자 로그인";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
+ this.label3.AutoSize = true;
+ this.label3.BackColor = System.Drawing.SystemColors.Control;
+ this.label3.Location = new System.Drawing.Point(77, 61);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(33, 12);
+ this.label3.TabIndex = 5;
+ this.label3.Text = " ";
+ this.label3.Click += new System.EventHandler(this.label3_Click);
+ //
+ // chk_Save
+ //
+ this.chk_Save.AutoSize = true;
+ this.chk_Save.Location = new System.Drawing.Point(193, 111);
+ this.chk_Save.Name = "chk_Save";
+ this.chk_Save.Size = new System.Drawing.Size(95, 16);
+ this.chk_Save.TabIndex = 6;
+ this.chk_Save.Text = "ID / PW 저장";
+ this.chk_Save.UseVisualStyleBackColor = true;
//
// login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(498, 239);
- this.Controls.Add(this.button3);
+ this.ClientSize = new System.Drawing.Size(480, 219);
+ this.ControlBox = false;
+ this.Controls.Add(this.chk_Save);
+ this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.button2);
@@ -131,6 +145,7 @@
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button button3;
+ private System.Windows.Forms.Label label3;
+ private System.Windows.Forms.CheckBox chk_Save;
}
}
\ No newline at end of file
diff --git a/unimarc/unimarc/Login.cs b/unimarc/unimarc/Login.cs
index 8eea28a..639f06f 100644
--- a/unimarc/unimarc/Login.cs
+++ b/unimarc/unimarc/Login.cs
@@ -7,6 +7,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
+using System.IO;
namespace WindowsFormsApp1
{
@@ -22,9 +23,10 @@ namespace WindowsFormsApp1
{
this.ActiveControl = ID_text;
- // 삭제대상.
- ID_text.Text = "sh";
- PW_text.Text = "123";
+ if (CreateFile()) {
+ chk_Save.Checked = true;
+ ReadFile();
+ }
db.DBcon();
}
@@ -38,7 +40,12 @@ namespace WindowsFormsApp1
((Main)(this.Owner)).User_Name = ID_text.Text;
if (db_res == "") { return; }
if (ID_text.Text == result[1]) {
- if (PW_text.Text == result[2]) {
+ if (PW_text.Text == result[2])
+ {
+ if (chk_Save.Checked)
+ if (!CreateFile())
+ WriteFile();
+
this.DialogResult = DialogResult.OK;
this.Close();
}
@@ -53,6 +60,48 @@ namespace WindowsFormsApp1
}
}
+ #region AutoLogin
+ ///
+ /// 파일이 있는지 확인하고 없으면 생성
+ ///
+ /// 생성시 false
+ private bool CreateFile()
+ {
+ string path = Application.StartupPath + "\\AutoLogin.txt";
+
+ if (!File.Exists(path))
+ {
+ return false;
+ }
+ return true;
+ }
+
+ private void WriteFile()
+ {
+ string path = Application.StartupPath + "\\AutoLogin.txt";
+ string contents = string.Format("ID={0}\nPW={1}", ID_text.Text, PW_text.Text);
+
+ File.WriteAllText(path, contents);
+
+ // StreamWriter writer;
+ // writer = File.AppendText(path);
+ // writer.Write(string.Format("ID={0}\nPW={1}", ID_text.Text, PW_text.Text));
+ // writer.Close();
+ }
+
+ private void ReadFile()
+ {
+ string LoginData = File.ReadAllText(Application.StartupPath + "\\AutoLogin.txt");
+ string[] Ary = LoginData.Split('\n');
+
+ if (Ary.Length < 1)
+ return;
+
+ ID_text.Text = Ary[0].Replace("ID=", "");
+ PW_text.Text = Ary[1].Replace("PW=", "");
+ }
+ #endregion
+
private void button2_Click(object sender, EventArgs e)
{
this.Close();
@@ -70,11 +119,15 @@ namespace WindowsFormsApp1
if (e.KeyCode == Keys.Escape) { this.Close(); }
}
- private void button3_Click(object sender, EventArgs e)
+ ///
+ /// //TODO: 삭제대상
+ ///
+ ///
+ ///
+ private void label3_Click(object sender, EventArgs e)
{
- ID_text.Text = "admin";
- PW_text.Text = "admin";
- button1_Click(null, null);
+ ID_text.Text = "sh";
+ PW_text.Text = "123";
}
}
}
diff --git a/unimarc/unimarc/Main.cs b/unimarc/unimarc/Main.cs
index 35bd252..8ce780f 100644
--- a/unimarc/unimarc/Main.cs
+++ b/unimarc/unimarc/Main.cs
@@ -868,6 +868,7 @@ namespace WindowsFormsApp1
Mac_check_ISBN.MdiParent = this;
Mac_check_ISBN.WindowState = FormWindowState.Maximized;
Mac_check_ISBN.FormClosed += (o, ea) => Mac_check_ISBN = null;
+ Mac_check_ISBN.tb_list_name.Enabled = true;
Mac_check_ISBN.Show();
}
}
diff --git a/unimarc/unimarc/bin/Debug/AutoLogin.txt b/unimarc/unimarc/bin/Debug/AutoLogin.txt
new file mode 100644
index 0000000..8bc2323
--- /dev/null
+++ b/unimarc/unimarc/bin/Debug/AutoLogin.txt
@@ -0,0 +1,2 @@
+ID=sh
+PW=123
\ No newline at end of file
diff --git a/unimarc/unimarc/bin/Debug/UniMarc.exe b/unimarc/unimarc/bin/Debug/UniMarc.exe
index 3662e24..8d2de43 100644
Binary files a/unimarc/unimarc/bin/Debug/UniMarc.exe and b/unimarc/unimarc/bin/Debug/UniMarc.exe differ
diff --git a/unimarc/unimarc/bin/Debug/UniMarc.pdb b/unimarc/unimarc/bin/Debug/UniMarc.pdb
index 19993a8..8a4d3be 100644
Binary files a/unimarc/unimarc/bin/Debug/UniMarc.pdb and b/unimarc/unimarc/bin/Debug/UniMarc.pdb differ
diff --git a/unimarc/unimarc/bin/Debug/ko/UniMarc.resources.dll b/unimarc/unimarc/bin/Debug/ko/UniMarc.resources.dll
index d33cc04..6b61173 100644
Binary files a/unimarc/unimarc/bin/Debug/ko/UniMarc.resources.dll and b/unimarc/unimarc/bin/Debug/ko/UniMarc.resources.dll differ
diff --git a/unimarc/unimarc/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/unimarc/unimarc/obj/Debug/DesignTimeResolveAssemblyReferences.cache
index d142153..99bbcfd 100644
Binary files a/unimarc/unimarc/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/unimarc/unimarc/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.csproj.AssemblyReference.cache b/unimarc/unimarc/obj/Debug/UniMarc.csproj.AssemblyReference.cache
index 83b6e0f..f5e894a 100644
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.csproj.AssemblyReference.cache and b/unimarc/unimarc/obj/Debug/UniMarc.csproj.AssemblyReference.cache differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.csproj.GenerateResource.cache b/unimarc/unimarc/obj/Debug/UniMarc.csproj.GenerateResource.cache
index 383a342..84022c5 100644
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.csproj.GenerateResource.cache and b/unimarc/unimarc/obj/Debug/UniMarc.csproj.GenerateResource.cache differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.exe b/unimarc/unimarc/obj/Debug/UniMarc.exe
index 3662e24..8d2de43 100644
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.exe and b/unimarc/unimarc/obj/Debug/UniMarc.exe differ
diff --git a/unimarc/unimarc/obj/Debug/UniMarc.pdb b/unimarc/unimarc/obj/Debug/UniMarc.pdb
index 19993a8..8a4d3be 100644
Binary files a/unimarc/unimarc/obj/Debug/UniMarc.pdb and b/unimarc/unimarc/obj/Debug/UniMarc.pdb differ
diff --git a/unimarc/unimarc/obj/Debug/ko/UniMarc.resources.dll b/unimarc/unimarc/obj/Debug/ko/UniMarc.resources.dll
index d33cc04..6b61173 100644
Binary files a/unimarc/unimarc/obj/Debug/ko/UniMarc.resources.dll and b/unimarc/unimarc/obj/Debug/ko/UniMarc.resources.dll differ
diff --git a/unimarc/unimarc/납품관리/Commodity_registration.cs b/unimarc/unimarc/납품관리/Commodity_registration.cs
index 2582d41..ef554da 100644
--- a/unimarc/unimarc/납품관리/Commodity_registration.cs
+++ b/unimarc/unimarc/납품관리/Commodity_registration.cs
@@ -419,6 +419,7 @@ namespace WindowsFormsApp1.Delivery
{
Check_ISBN isbn = new Check_ISBN(this);
isbn.list_name = dataGridView2.Rows[e.RowIndex].Cells["list_name"].Value.ToString();
+ isbn.DataLoad();
isbn.Show();
}
}
diff --git a/unimarc/unimarc/납품관리/List_Lookup.Designer.cs b/unimarc/unimarc/납품관리/List_Lookup.Designer.cs
index bd93f4d..e2df14f 100644
--- a/unimarc/unimarc/납품관리/List_Lookup.Designer.cs
+++ b/unimarc/unimarc/납품관리/List_Lookup.Designer.cs
@@ -28,10 +28,10 @@
///
private void InitializeComponent()
{
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(List_Lookup));
this.label1 = new System.Windows.Forms.Label();
this.cb_stat = new System.Windows.Forms.ComboBox();
@@ -39,7 +39,6 @@
this.cb_search = new System.Windows.Forms.ComboBox();
this.tb_search = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
- this.panel2 = new System.Windows.Forms.Panel();
this.tb_clt = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.btn_print = new System.Windows.Forms.Button();
@@ -79,13 +78,19 @@
this.label11 = new System.Windows.Forms.Label();
this.printDocument1 = new System.Drawing.Printing.PrintDocument();
this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
- this.button1 = new System.Windows.Forms.Button();
this.printDialog1 = new System.Windows.Forms.PrintDialog();
+ this.panel5 = new System.Windows.Forms.Panel();
+ this.panel6 = new System.Windows.Forms.Panel();
+ this.panel2 = new System.Windows.Forms.Panel();
+ this.panel7 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel4.SuspendLayout();
+ this.panel5.SuspendLayout();
+ this.panel6.SuspendLayout();
+ this.panel2.SuspendLayout();
+ this.panel7.SuspendLayout();
this.SuspendLayout();
//
// label1
@@ -135,30 +140,19 @@
//
// panel1
//
- this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.cb_stat);
this.panel1.Controls.Add(this.tb_search);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.cb_search);
this.panel1.Controls.Add(this.label2);
- this.panel1.Location = new System.Drawing.Point(12, 12);
+ this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(342, 35);
this.panel1.TabIndex = 3;
//
- // panel2
- //
- this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel2.Controls.Add(this.tb_clt);
- this.panel2.Controls.Add(this.label3);
- this.panel2.Location = new System.Drawing.Point(357, 12);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(184, 35);
- this.panel2.TabIndex = 4;
- //
// tb_clt
//
- this.tb_clt.Location = new System.Drawing.Point(44, 6);
+ this.tb_clt.Location = new System.Drawing.Point(61, 6);
this.tb_clt.Name = "tb_clt";
this.tb_clt.Size = new System.Drawing.Size(134, 21);
this.tb_clt.TabIndex = 2;
@@ -167,7 +161,7 @@
// label3
//
this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(3, 10);
+ this.label3.Location = new System.Drawing.Point(20, 10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 0;
@@ -175,7 +169,7 @@
//
// btn_print
//
- this.btn_print.Location = new System.Drawing.Point(979, 51);
+ this.btn_print.Location = new System.Drawing.Point(981, 6);
this.btn_print.Name = "btn_print";
this.btn_print.Size = new System.Drawing.Size(75, 25);
this.btn_print.TabIndex = 5;
@@ -185,7 +179,7 @@
//
// btn_close
//
- this.btn_close.Location = new System.Drawing.Point(1141, 51);
+ this.btn_close.Location = new System.Drawing.Point(1143, 6);
this.btn_close.Name = "btn_close";
this.btn_close.Size = new System.Drawing.Size(75, 25);
this.btn_close.TabIndex = 5;
@@ -195,7 +189,7 @@
//
// btn_lookup
//
- this.btn_lookup.Location = new System.Drawing.Point(1060, 51);
+ this.btn_lookup.Location = new System.Drawing.Point(1062, 6);
this.btn_lookup.Name = "btn_lookup";
this.btn_lookup.Size = new System.Drawing.Size(75, 25);
this.btn_lookup.TabIndex = 5;
@@ -205,7 +199,6 @@
//
// panel3
//
- this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.cb_list_name);
this.panel3.Controls.Add(this.textBox7);
this.panel3.Controls.Add(this.textBox6);
@@ -216,7 +209,7 @@
this.panel3.Controls.Add(this.cb_export);
this.panel3.Controls.Add(this.cb_import);
this.panel3.Controls.Add(this.cb_charge);
- this.panel3.Location = new System.Drawing.Point(544, 12);
+ this.panel3.Location = new System.Drawing.Point(540, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(672, 35);
this.panel3.TabIndex = 7;
@@ -229,6 +222,7 @@
this.cb_list_name.Name = "cb_list_name";
this.cb_list_name.Size = new System.Drawing.Size(185, 20);
this.cb_list_name.TabIndex = 1;
+ this.cb_list_name.SelectedIndexChanged += new System.EventHandler(this.cb_list_name_SelectedIndexChanged);
//
// textBox7
//
@@ -313,14 +307,14 @@
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
+ dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
+ dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
+ dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idx,
@@ -338,31 +332,32 @@
this.order,
this.Column2,
this.Column3});
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle6;
- this.dataGridView1.Location = new System.Drawing.Point(10, 80);
+ dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
+ this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
+ dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
+ dataGridViewCellStyle3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
+ dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowHeadersWidth = 21;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle8;
+ dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
- this.dataGridView1.Size = new System.Drawing.Size(1206, 547);
+ this.dataGridView1.Size = new System.Drawing.Size(1229, 571);
this.dataGridView1.TabIndex = 8;
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
//
@@ -464,16 +459,17 @@
this.panel4.Controls.Add(this.lbl_pay);
this.panel4.Controls.Add(this.lbl_count);
this.panel4.Controls.Add(this.label11);
- this.panel4.Location = new System.Drawing.Point(10, 633);
+ this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.panel4.Location = new System.Drawing.Point(0, 645);
this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(1206, 26);
+ this.panel4.Size = new System.Drawing.Size(1229, 26);
this.panel4.TabIndex = 9;
//
// lbl_total
//
this.lbl_total.AutoSize = true;
this.lbl_total.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.lbl_total.Location = new System.Drawing.Point(723, 5);
+ this.lbl_total.Location = new System.Drawing.Point(889, 5);
this.lbl_total.Name = "lbl_total";
this.lbl_total.Size = new System.Drawing.Size(50, 13);
this.lbl_total.TabIndex = 0;
@@ -483,7 +479,7 @@
//
this.lbl_pay.AutoSize = true;
this.lbl_pay.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.lbl_pay.Location = new System.Drawing.Point(509, 5);
+ this.lbl_pay.Location = new System.Drawing.Point(603, 5);
this.lbl_pay.Name = "lbl_pay";
this.lbl_pay.Size = new System.Drawing.Size(50, 13);
this.lbl_pay.TabIndex = 0;
@@ -493,7 +489,7 @@
//
this.lbl_count.AutoSize = true;
this.lbl_count.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.lbl_count.Location = new System.Drawing.Point(288, 5);
+ this.lbl_count.Location = new System.Drawing.Point(317, 5);
this.lbl_count.Name = "lbl_count";
this.lbl_count.Size = new System.Drawing.Size(50, 13);
this.lbl_count.TabIndex = 0;
@@ -511,6 +507,7 @@
//
// printDocument1
//
+ this.printDocument1.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_BeginPrint);
this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_tempPage);
//
// printPreviewDialog1
@@ -521,48 +518,77 @@
this.printPreviewDialog1.Enabled = true;
this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
this.printPreviewDialog1.Name = "printPreviewDialog1";
+ this.printPreviewDialog1.UseAntiAlias = true;
this.printPreviewDialog1.Visible = false;
//
- // button1
- //
- this.button1.Location = new System.Drawing.Point(898, 51);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 10;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
// printDialog1
//
this.printDialog1.UseEXDialog = true;
//
+ // panel5
+ //
+ this.panel5.Controls.Add(this.panel6);
+ this.panel5.Controls.Add(this.panel1);
+ this.panel5.Controls.Add(this.panel3);
+ this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel5.Location = new System.Drawing.Point(0, 0);
+ this.panel5.Name = "panel5";
+ this.panel5.Size = new System.Drawing.Size(1229, 34);
+ this.panel5.TabIndex = 10;
+ //
+ // panel6
+ //
+ this.panel6.Controls.Add(this.tb_clt);
+ this.panel6.Controls.Add(this.label3);
+ this.panel6.Location = new System.Drawing.Point(341, 0);
+ this.panel6.Name = "panel6";
+ this.panel6.Size = new System.Drawing.Size(200, 34);
+ this.panel6.TabIndex = 8;
+ //
+ // panel2
+ //
+ this.panel2.Controls.Add(this.btn_print);
+ this.panel2.Controls.Add(this.btn_close);
+ this.panel2.Controls.Add(this.btn_lookup);
+ this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel2.Location = new System.Drawing.Point(0, 34);
+ this.panel2.Name = "panel2";
+ this.panel2.Size = new System.Drawing.Size(1229, 40);
+ this.panel2.TabIndex = 1;
+ //
+ // panel7
+ //
+ this.panel7.Controls.Add(this.dataGridView1);
+ this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel7.Location = new System.Drawing.Point(0, 74);
+ this.panel7.Name = "panel7";
+ this.panel7.Size = new System.Drawing.Size(1229, 571);
+ this.panel7.TabIndex = 11;
+ //
// List_Lookup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1229, 671);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.panel4);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.btn_lookup);
- this.Controls.Add(this.btn_close);
- this.Controls.Add(this.btn_print);
+ this.Controls.Add(this.panel7);
this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
+ this.Controls.Add(this.panel5);
+ this.Controls.Add(this.panel4);
this.Name = "List_Lookup";
this.Text = "목록조회";
this.Load += new System.EventHandler(this.List_Lookup_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
+ this.panel5.ResumeLayout(false);
+ this.panel6.ResumeLayout(false);
+ this.panel6.PerformLayout();
+ this.panel2.ResumeLayout(false);
+ this.panel7.ResumeLayout(false);
this.ResumeLayout(false);
}
@@ -575,7 +601,6 @@
private System.Windows.Forms.ComboBox cb_search;
private System.Windows.Forms.TextBox tb_search;
private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btn_print;
private System.Windows.Forms.Button btn_close;
@@ -599,6 +624,8 @@
private System.Windows.Forms.Label label11;
private System.Drawing.Printing.PrintDocument printDocument1;
private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
+ public System.Windows.Forms.TextBox tb_clt;
+ private System.Windows.Forms.PrintDialog printDialog1;
private System.Windows.Forms.DataGridViewTextBoxColumn idx;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn num;
@@ -614,8 +641,9 @@
private System.Windows.Forms.DataGridViewTextBoxColumn order;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- public System.Windows.Forms.TextBox tb_clt;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.PrintDialog printDialog1;
+ private System.Windows.Forms.Panel panel5;
+ private System.Windows.Forms.Panel panel6;
+ private System.Windows.Forms.Panel panel2;
+ private System.Windows.Forms.Panel panel7;
}
}
\ No newline at end of file
diff --git a/unimarc/unimarc/납품관리/List_Lookup.cs b/unimarc/unimarc/납품관리/List_Lookup.cs
index 38b2372..ed2af49 100644
--- a/unimarc/unimarc/납품관리/List_Lookup.cs
+++ b/unimarc/unimarc/납품관리/List_Lookup.cs
@@ -20,6 +20,7 @@ namespace WindowsFormsApp1.Delivery
public string call_base;
public int grididx;
public string compidx;
+ string list_Date;
public List_Lookup()
{
InitializeComponent();
@@ -39,6 +40,7 @@ namespace WindowsFormsApp1.Delivery
private void List_Lookup_Load(object sender, EventArgs e)
{
db.DBcon();
+
string[] combo_list = { "진행", "완료" };
cb_stat.Items.AddRange(combo_list);
cb_stat.SelectedIndex = 0;
@@ -55,6 +57,11 @@ namespace WindowsFormsApp1.Delivery
cb_export.Items.AddRange(combo_export);
cb_export.SelectedIndex = 0;
+ Init();
+ }
+
+ public void Init()
+ {
mk_combo_list_name();
mk_charge();
}
@@ -81,11 +88,9 @@ namespace WindowsFormsApp1.Delivery
}
#endregion
int cnt = 0, pageNo = 1;
- PrinterSettings ps = new PrinterSettings();
private void btn_print_Click(object sender, EventArgs e) // 인쇄 기능
{
- if (dataGridView1.Rows.Count < 1)
- {
+ if (dataGridView1.Rows.Count < 1) {
MessageBox.Show("인쇄할 목록이 없습니다!");
return;
}
@@ -96,7 +101,7 @@ namespace WindowsFormsApp1.Delivery
printDocument1.DefaultPageSettings.Margins.Bottom = 10;
// 용지 방향 가로(true), 세로(false)
- printDocument1.DefaultPageSettings.Landscape = true;
+ printDocument1.DefaultPageSettings.Landscape = false;
// 용지 크기
printDocument1.DefaultPageSettings.PaperSize =
@@ -113,22 +118,15 @@ namespace WindowsFormsApp1.Delivery
}
}
- private void button1_Click(object sender, EventArgs e)
+ private void printDocument1_BeginPrint(object sender, PrintEventArgs e)
{
- string x = ps.DefaultPageSettings.PrintableArea.ToString();
- string y = ps.DefaultPageSettings.PrintableArea.ToString();
- string landscape = ps.DefaultPageSettings.Landscape.ToString();
- string size = ps.DefaultPageSettings.PaperSize.ToString();
-
- string msg = string.Format("x:{0}\n, y:{1}\n, 가로:{2}\n, 사이즈:{3}\n", x, y, landscape, size);
- MessageBox.Show(msg);
+ cnt = 0;
+ pageNo = 1;
}
private void printDocument1_tempPage(object sender, PrintPageEventArgs e)
{
PrintGrid(dataGridView1, e);
- cnt = 0;
- pageNo = 1;
}
private void PrintGrid(DataGridView gridView, PrintPageEventArgs e)
@@ -148,26 +146,40 @@ namespace WindowsFormsApp1.Delivery
// 시작점 x좌표
int startWidth = 10;
// 시작점 y좌표
- int startHeight = 140;
+ int startHeight = 80;
// datagrid 1개의 컬럼 하나의 높이
- int avgHeight = gridView.Rows[0].Height;
+ // int avgHeight = gridView.Rows[0].Height;
+ int avgHeight = 25;
int temp = 0; // row개수 세어줄 것. cnt역할.
- g.DrawString("목록 조회", new Font("Arial", 20, FontStyle.Bold), Brushes.Black, dialogWidth / 2, 40);
- g.DrawString("인쇄일: " + DateTime.Now.ToString("yyyy/MM/dd"), new Font("Arial", 13), Brushes.Black, dialogWidth - 20, 80);
- g.DrawString("페이지번호: " + pageNo, new Font("Arial", 13), Brushes.Black, dialogWidth - 20, 100);
+ string Title = cb_list_name.Text;
+
+ g.DrawString(Title, new Font("Arial", 20, FontStyle.Bold), Brushes.Black, 10, 10);
+ g.DrawString("목록일자: " + list_Date, new Font("Arial", 13), Brushes.Black, dialogWidth - 20, 45);
+ g.DrawString("페이지번호: " + pageNo, new Font("Arial", 13), Brushes.Black, dialogWidth - 20, 1150);
for (int a = 0; a < gridView.ColumnCount; a++) // columnCount는 일정
{
- if (!gridView.Columns[a].Visible) { continue; }
- if (a == 0)
+ if (!gridView.Columns[a].Visible)
+ continue;
+ if (gridView.Columns[a].Name == "Column1" || gridView.Columns[a].Name == "stat" ||
+ gridView.Columns[a].Name == "gubun" || gridView.Columns[a].Name == "order")
+ continue;
+
+ if (a == 2)
{
width = 0;
width1 = gridView.Columns[a].Width + 15;
}
- else if (a >= 1 && a < gridView.ColumnCount - 1)
+ else if (gridView.Columns[a].Name == "etc")
+ {
+ int etcWidth = 250;
+ width = gridView.Columns[a - 1].Width - 5;
+ width1 = etcWidth - 5;
+ }
+ else if (a < gridView.ColumnCount - 1)
{
width = gridView.Columns[a - 1].Width + 15;
width1 = gridView.Columns[a].Width + 15;
@@ -192,13 +204,24 @@ namespace WindowsFormsApp1.Delivery
startWidth = 10;
for (int b = 0; b < gridView.ColumnCount; b++)
{
- if (!gridView.Columns[b].Visible) { continue; }
- if (b == 0)
+ if (!gridView.Columns[b].Visible)
+ continue;
+ if (gridView.Columns[b].Name == "Column1" || gridView.Columns[b].Name == "stat" ||
+ gridView.Columns[b].Name == "gubun" || gridView.Columns[b].Name == "order")
+ continue;
+
+ if (b == 2)
{
width = 0;
width1 = gridView.Columns[b].Width + 15;
}
- else if (b >= 1 && b <= gridView.ColumnCount - 2)
+ else if (gridView.Columns[b].Name == "etc")
+ {
+ int etcWidth = 250;
+ width = gridView.Columns[b - 1].Width - 5;
+ width1 = etcWidth - 5;
+ }
+ else if (b <= gridView.ColumnCount - 2)
{
width = gridView.Columns[b - 1].Width + 15;
width1 = gridView.Columns[b].Width + 15;
@@ -222,7 +245,7 @@ namespace WindowsFormsApp1.Delivery
temp++;
cnt++;
- if (temp % 23 == 0)
+ if (temp % 40 == 0)
{
e.HasMorePages = true;
pageNo++;
@@ -383,11 +406,11 @@ namespace WindowsFormsApp1.Delivery
{
ary_where[3] = string.Format("`list_name` = \"{0}\"", cb_list_name.Text);
}
- if (cb_import.SelectedItem.ToString() != "전체")
+ if (cb_import.SelectedIndex != 0)
{
ary_where[4] = string.Format("`import` = \"{0}\"", cb_import.Text);
}
- if (cb_export.SelectedItem.ToString() != "전체")
+ if (cb_export.SelectedIndex != 0)
{
ary_where[5] = string.Format("`export` = \"{0}\"", cb_export.Text);
}
@@ -558,6 +581,14 @@ namespace WindowsFormsApp1.Delivery
}
}
+ private void cb_list_name_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ string cmd = string.Format("SELECT {0} FROM {1} WHERE `list_name` = \"{2}\";",
+ "`date`", "Obj_List", cb_list_name.SelectedItem.ToString());
+ string res = db.DB_Send_CMD_Search(cmd);
+ list_Date = res.Replace("|", "");
+ }
+
private void tb_order_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Enter)
diff --git a/unimarc/unimarc/납품관리/List_Lookup.resx b/unimarc/unimarc/납품관리/List_Lookup.resx
index 6046a6d..6c015a4 100644
--- a/unimarc/unimarc/납품관리/List_Lookup.resx
+++ b/unimarc/unimarc/납품관리/List_Lookup.resx
@@ -163,7 +163,7 @@
True
- 1, -5
+ 3, -2
125, -3
diff --git a/unimarc/unimarc/납품관리/List_aggregation.Designer.cs b/unimarc/unimarc/납품관리/List_aggregation.Designer.cs
index 6ec939f..387b6df 100644
--- a/unimarc/unimarc/납품관리/List_aggregation.Designer.cs
+++ b/unimarc/unimarc/납품관리/List_aggregation.Designer.cs
@@ -511,7 +511,7 @@
//
this.lbl_send_n.AutoSize = true;
this.lbl_send_n.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.lbl_send_n.Location = new System.Drawing.Point(327, 360);
+ this.lbl_send_n.Location = new System.Drawing.Point(327, 291);
this.lbl_send_n.Name = "lbl_send_n";
this.lbl_send_n.Size = new System.Drawing.Size(24, 13);
this.lbl_send_n.TabIndex = 16;
@@ -533,7 +533,7 @@
//
this.label27.AutoSize = true;
this.label27.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label27.Location = new System.Drawing.Point(306, 360);
+ this.label27.Location = new System.Drawing.Point(306, 291);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(13, 13);
this.label27.TabIndex = 16;
diff --git a/unimarc/unimarc/납품관리/List_aggregation.cs b/unimarc/unimarc/납품관리/List_aggregation.cs
index 8d5cde9..15743e5 100644
--- a/unimarc/unimarc/납품관리/List_aggregation.cs
+++ b/unimarc/unimarc/납품관리/List_aggregation.cs
@@ -35,21 +35,31 @@ namespace WindowsFormsApp1.Delivery
// 작업명 - 배송방법까진 수정이 가능하여야함. 3,4,5,6 + 체크 추가
for (int a = 0; a < 16; a++)
{
- if(a==2 || a == 4 || a == 5 || a == 6 || a == 15) {
+ if (a == 2 || a == 4 || a == 5 || a == 6 || a == 15)
dataGridView1.Columns[a].ReadOnly = false;
- }
- else { dataGridView1.Columns[a].ReadOnly = true; }
+
+ else
+ dataGridView1.Columns[a].ReadOnly = true;
}
string[] state = { "진행", "완료", "전체" };
combo_state.Items.AddRange(state);
combo_state.SelectedIndex = 0;
- string[] years = {"2009", "2010", "2011", "2012", "2013",
- "2014", "2015", "2016", "2017", "2018",
- "2019", "2020", "2021"};
+ #region 연도삽입
+ int Years = DateTime.Now.Year;
+
+ List Year = new List();
+ while (Years != 2009)
+ {
+ string AddYear = Years.ToString();
+ Year.Add(AddYear);
+ Years--;
+ }
+ string[] years = Year.ToArray();
combo_year.Items.AddRange(years);
- combo_year.SelectedIndex = 11;
+ combo_year.SelectedIndex = 0;
combo_year.Visible = false;
+ #endregion
combo_user.Items.Add("전체");
string cmd = db.self_Made_Cmd("SELECT `name` FROM `User_Data` WHERE `affil` = '" + main.toolStripLabel2.Text + "';");
@@ -59,7 +69,7 @@ namespace WindowsFormsApp1.Delivery
if (a == user_name.Length - 1) { break; }
combo_user.Items.Add(user_name[a]);
}
- combo_user.SelectedItem = main.botUserLabel.Text;
+ combo_user.SelectedIndex = 0;
}
public void btn_lookup_Click(object sender, EventArgs e) // 조회
{
@@ -69,6 +79,7 @@ namespace WindowsFormsApp1.Delivery
string searchdb = "`list_name`, `date`, `date_res`, `charge`, `work_name`, " +
"`work_way`, `send_way`, `total`, `stock_money`, `vol`, " +
"`stock`, `unstock`, `list_num`, `chk_marc`, `clt`";
+
List search_L_tbl = new List();
List search_L_col = new List();
@@ -454,6 +465,7 @@ namespace WindowsFormsApp1.Delivery
{
Check_ISBN isbn = new Check_ISBN(this);
isbn.list_name = dataGridView1.Rows[row].Cells["list_name"].Value.ToString();
+ isbn.DataLoad();
isbn.Show();
}
private void btn_date_Click(object sender, EventArgs e) // 일정
@@ -570,8 +582,10 @@ namespace WindowsFormsApp1.Delivery
if (e.ColumnIndex != 2 || e.ColumnIndex != 4 || e.ColumnIndex != 5 ||
e.ColumnIndex != 6 || e.ColumnIndex != 15)
{
- List_Lookup list_l = new List_Lookup(this);
- list_l.call_base = dataGridView1.Rows[e.RowIndex].Cells["list_name"].Value.ToString();
+ List_Lookup list_l = new List_Lookup(this)
+ {
+ call_base = dataGridView1.Rows[e.RowIndex].Cells["list_name"].Value.ToString()
+ };
list_l.MdiParent = main;
list_l.WindowState = FormWindowState.Maximized;
list_l.Show();
@@ -585,24 +599,26 @@ namespace WindowsFormsApp1.Delivery
private void lbl_l_y_Click(object sender, EventArgs e)
{
- if(((Label)sender).Name == "lbl_l_y") {
+ if (((Label)sender).Name == "lbl_l_y") {
lbl_l_y.Font = new Font(this.Font, FontStyle.Bold);
lbl_l_n.Font = new Font(this.Font, FontStyle.Regular);
}
- if(((Label)sender).Name == "lbl_l_n") {
+
+ if (((Label)sender).Name == "lbl_l_n") {
lbl_l_y.Font = new Font(this.Font, FontStyle.Regular);
lbl_l_n.Font = new Font(this.Font, FontStyle.Bold);
}
- if(((Label)sender).Name == "lbl_send_y")
- {
+
+ if (((Label)sender).Name == "lbl_send_y") {
lbl_send_y.Font = new Font(this.Font, FontStyle.Bold);
lbl_send_n.Font = new Font(this.Font, FontStyle.Regular);
}
- if (((Label)sender).Name == "lbl_send_n")
- {
+
+ if (((Label)sender).Name == "lbl_send_n") {
lbl_send_y.Font = new Font(this.Font, FontStyle.Regular);
lbl_send_n.Font = new Font(this.Font, FontStyle.Bold);
}
+
}
}
}
diff --git a/unimarc/unimarc/납품관리/Order_input_Search.cs b/unimarc/unimarc/납품관리/Order_input_Search.cs
index 1715d49..2272ac0 100644
--- a/unimarc/unimarc/납품관리/Order_input_Search.cs
+++ b/unimarc/unimarc/납품관리/Order_input_Search.cs
@@ -8,6 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1.Account;
+using WindowsFormsApp1.Mac;
namespace WindowsFormsApp1.Delivery
{
@@ -16,12 +17,14 @@ namespace WindowsFormsApp1.Delivery
Order_input oin;
Purchase_Book pb;
Remit_reg2 rem2;
+ Check_ISBN isbn;
Helper_DB db = new Helper_DB();
int grididx = 0;
public int[] oin_grid_idx = { 0, 0 };
public string Where_Open;
public string searchText;
+ public bool OnlyMarc = false;
string compidx;
public Order_input_Search(Order_input o_in)
@@ -44,6 +47,14 @@ namespace WindowsFormsApp1.Delivery
compidx = pb.compidx;
searchText = pb.tb_purchase.Text;
}
+ public Order_input_Search(Check_ISBN _isbn)
+ {
+ InitializeComponent();
+ isbn = _isbn;
+ compidx = isbn.compidx;
+ searchText = isbn.tb_list_name.Text;
+ }
+
public Order_input_Search()
{
InitializeComponent();
@@ -54,16 +65,22 @@ namespace WindowsFormsApp1.Delivery
db.DBcon();
if (Where_Open == "book_list")
{
- if (searchText == "")
+ string table = "Obj_List";
+ string Area = "`list_name`, `charge`, `date`, `date_res`";
+ cmd = string.Format("SELECT {0} FROM {1} WHERE `comp_num` = {2} AND `state` = \"진행\"", Area, table, compidx);
+ if (searchText != "")
{
- cmd = db.DB_Contains("Obj_List", compidx,
- "", "", "`list_name`, `charge`, `date`, `date_res`");
+ cmd += " AND `list_name` like \"%" + searchText + "%\"";
+ // cmd = db.DB_Contains("Obj_List", compidx,
+ // "", "", "`list_name`, `charge`, `date`, `date_res`");
}
- else
+ if (OnlyMarc)
{
- cmd = db.DB_Contains("Obj_List", compidx,
- "list_name", searchText, "`list_name`, `charge`, `date`, `date_res`");
+ cmd += " AND `chk_marc` > 0";
+ // cmd = db.DB_Contains("Obj_List", compidx,
+ // "list_name", searchText, "`list_name`, `charge`, `date`, `date_res`");
}
+ cmd += ";";
db_res = db.DB_Send_CMD_Search(cmd);
made_grid(db_res);
this.Text = "목록 검색";
@@ -114,7 +131,11 @@ namespace WindowsFormsApp1.Delivery
if (e.KeyCode == Keys.Up) { grididx--; }
if (e.KeyCode == Keys.Down) { grididx++; }
- if (e.KeyCode == Keys.Enter) { dataGridView1_CellDoubleClick(null, null); }
+ if (e.KeyCode == Keys.Enter) {
+ if (dataGridView1.Rows.Count == 0)
+ return;
+ dataGridView1_CellDoubleClick(null, null);
+ }
if (e.KeyCode == Keys.Escape) { Close(); }
}
private void dataGridView1_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
@@ -131,6 +152,11 @@ namespace WindowsFormsApp1.Delivery
rem2.tb_purchase.Text = dataGridView1.Rows[grididx].Cells["list_name"].Value.ToString();
rem2.mk_base(rem2.tb_purchase.Text);
}
+ else if (isbn != null) {
+ string listName = dataGridView1.Rows[grididx].Cells["list_name"].Value.ToString();
+ isbn.tb_list_name.Text = listName;
+ isbn.DataLoad(listName);
+ }
Close();
}
private void oin_result()
diff --git a/unimarc/unimarc/마크/Check_ISBN.Designer.cs b/unimarc/unimarc/마크/Check_ISBN.Designer.cs
index 158a42b..e8a6124 100644
--- a/unimarc/unimarc/마크/Check_ISBN.Designer.cs
+++ b/unimarc/unimarc/마크/Check_ISBN.Designer.cs
@@ -32,6 +32,19 @@
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
+ this.btn_lookup = new System.Windows.Forms.Button();
+ this.cb_filter = new System.Windows.Forms.ComboBox();
+ this.label1 = new System.Windows.Forms.Label();
+ this.tb_list_name = new System.Windows.Forms.TextBox();
+ this.label2 = new System.Windows.Forms.Label();
+ this.btn_Save = new System.Windows.Forms.Button();
+ this.btn_Close = new System.Windows.Forms.Button();
+ this.label3 = new System.Windows.Forms.Label();
+ this.cb_api = new System.Windows.Forms.ComboBox();
+ this.progressBar1 = new System.Windows.Forms.ProgressBar();
+ this.richTextBox1 = new System.Windows.Forms.RichTextBox();
+ this.btn_yes24 = new System.Windows.Forms.Button();
+ this.idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.num = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.isbn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.book_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -52,18 +65,6 @@
this.sold_out = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.image = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.api_data = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btn_lookup = new System.Windows.Forms.Button();
- this.cb_filter = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.tb_list_name = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.btn_Save = new System.Windows.Forms.Button();
- this.btn_Close = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
- this.cb_api = new System.Windows.Forms.ComboBox();
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
- this.richTextBox1 = new System.Windows.Forms.RichTextBox();
- this.btn_yes24 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
@@ -81,6 +82,7 @@
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+ this.idx,
this.num,
this.isbn,
this.book_name,
@@ -122,6 +124,123 @@
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
//
+ // btn_lookup
+ //
+ this.btn_lookup.Location = new System.Drawing.Point(706, 7);
+ this.btn_lookup.Name = "btn_lookup";
+ this.btn_lookup.Size = new System.Drawing.Size(99, 23);
+ this.btn_lookup.TabIndex = 1;
+ this.btn_lookup.Text = "ISBN 자동 조회";
+ this.btn_lookup.UseVisualStyleBackColor = true;
+ this.btn_lookup.Click += new System.EventHandler(this.btn_lookup_Click);
+ //
+ // cb_filter
+ //
+ this.cb_filter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cb_filter.FormattingEnabled = true;
+ this.cb_filter.Location = new System.Drawing.Point(516, 8);
+ this.cb_filter.Name = "cb_filter";
+ this.cb_filter.Size = new System.Drawing.Size(161, 20);
+ this.cb_filter.TabIndex = 2;
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Location = new System.Drawing.Point(16, 12);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(41, 12);
+ this.label1.TabIndex = 3;
+ this.label1.Text = "목록명";
+ //
+ // tb_list_name
+ //
+ this.tb_list_name.Enabled = false;
+ this.tb_list_name.Location = new System.Drawing.Point(59, 8);
+ this.tb_list_name.Name = "tb_list_name";
+ this.tb_list_name.Size = new System.Drawing.Size(213, 21);
+ this.tb_list_name.TabIndex = 4;
+ this.tb_list_name.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_list_name_KeyDown);
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.Location = new System.Drawing.Point(457, 12);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(57, 12);
+ this.label2.TabIndex = 3;
+ this.label2.Text = "검색 조건";
+ //
+ // btn_Save
+ //
+ this.btn_Save.Location = new System.Drawing.Point(815, 7);
+ this.btn_Save.Name = "btn_Save";
+ this.btn_Save.Size = new System.Drawing.Size(99, 23);
+ this.btn_Save.TabIndex = 1;
+ this.btn_Save.Text = "전 체 저 장";
+ this.btn_Save.UseVisualStyleBackColor = true;
+ this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
+ //
+ // btn_Close
+ //
+ this.btn_Close.Location = new System.Drawing.Point(1033, 7);
+ this.btn_Close.Name = "btn_Close";
+ this.btn_Close.Size = new System.Drawing.Size(99, 23);
+ this.btn_Close.TabIndex = 1;
+ this.btn_Close.Text = "닫 기";
+ this.btn_Close.UseVisualStyleBackColor = true;
+ this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.Location = new System.Drawing.Point(278, 12);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(57, 12);
+ this.label3.TabIndex = 5;
+ this.label3.Text = "검색 엔진";
+ //
+ // cb_api
+ //
+ this.cb_api.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cb_api.FormattingEnabled = true;
+ this.cb_api.Location = new System.Drawing.Point(337, 8);
+ this.cb_api.Name = "cb_api";
+ this.cb_api.Size = new System.Drawing.Size(93, 20);
+ this.cb_api.TabIndex = 6;
+ this.cb_api.SelectedIndexChanged += new System.EventHandler(this.cb_api_SelectedIndexChanged);
+ //
+ // progressBar1
+ //
+ this.progressBar1.Location = new System.Drawing.Point(1166, 7);
+ this.progressBar1.Name = "progressBar1";
+ this.progressBar1.Size = new System.Drawing.Size(219, 23);
+ this.progressBar1.TabIndex = 7;
+ //
+ // richTextBox1
+ //
+ this.richTextBox1.Location = new System.Drawing.Point(12, 589);
+ this.richTextBox1.Name = "richTextBox1";
+ this.richTextBox1.Size = new System.Drawing.Size(1608, 123);
+ this.richTextBox1.TabIndex = 8;
+ this.richTextBox1.Text = "";
+ //
+ // btn_yes24
+ //
+ this.btn_yes24.Location = new System.Drawing.Point(924, 7);
+ this.btn_yes24.Name = "btn_yes24";
+ this.btn_yes24.Size = new System.Drawing.Size(99, 23);
+ this.btn_yes24.TabIndex = 1;
+ this.btn_yes24.Text = "예스 양식 반출";
+ this.btn_yes24.UseVisualStyleBackColor = true;
+ this.btn_yes24.Click += new System.EventHandler(this.btn_yes24_Click);
+ //
+ // idx
+ //
+ this.idx.HeaderText = "idx";
+ this.idx.Name = "idx";
+ this.idx.Visible = false;
+ this.idx.Width = 50;
+ //
// num
//
this.num.HeaderText = "번호";
@@ -231,115 +350,6 @@
this.api_data.Name = "api_data";
this.api_data.Visible = false;
//
- // btn_lookup
- //
- this.btn_lookup.Location = new System.Drawing.Point(706, 7);
- this.btn_lookup.Name = "btn_lookup";
- this.btn_lookup.Size = new System.Drawing.Size(99, 23);
- this.btn_lookup.TabIndex = 1;
- this.btn_lookup.Text = "ISBN 자동 조회";
- this.btn_lookup.UseVisualStyleBackColor = true;
- this.btn_lookup.Click += new System.EventHandler(this.btn_lookup_Click);
- //
- // cb_filter
- //
- this.cb_filter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cb_filter.FormattingEnabled = true;
- this.cb_filter.Location = new System.Drawing.Point(516, 8);
- this.cb_filter.Name = "cb_filter";
- this.cb_filter.Size = new System.Drawing.Size(161, 20);
- this.cb_filter.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(16, 12);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 3;
- this.label1.Text = "목록명";
- //
- // tb_list_name
- //
- this.tb_list_name.Enabled = false;
- this.tb_list_name.Location = new System.Drawing.Point(59, 8);
- this.tb_list_name.Name = "tb_list_name";
- this.tb_list_name.Size = new System.Drawing.Size(199, 21);
- this.tb_list_name.TabIndex = 4;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(457, 12);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(57, 12);
- this.label2.TabIndex = 3;
- this.label2.Text = "검색 조건";
- //
- // btn_Save
- //
- this.btn_Save.Location = new System.Drawing.Point(815, 7);
- this.btn_Save.Name = "btn_Save";
- this.btn_Save.Size = new System.Drawing.Size(99, 23);
- this.btn_Save.TabIndex = 1;
- this.btn_Save.Text = "전 체 저 장";
- this.btn_Save.UseVisualStyleBackColor = true;
- this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
- //
- // btn_Close
- //
- this.btn_Close.Location = new System.Drawing.Point(1033, 7);
- this.btn_Close.Name = "btn_Close";
- this.btn_Close.Size = new System.Drawing.Size(99, 23);
- this.btn_Close.TabIndex = 1;
- this.btn_Close.Text = "닫 기";
- this.btn_Close.UseVisualStyleBackColor = true;
- this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(278, 12);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(57, 12);
- this.label3.TabIndex = 5;
- this.label3.Text = "검색 엔진";
- //
- // cb_api
- //
- this.cb_api.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cb_api.FormattingEnabled = true;
- this.cb_api.Location = new System.Drawing.Point(337, 8);
- this.cb_api.Name = "cb_api";
- this.cb_api.Size = new System.Drawing.Size(93, 20);
- this.cb_api.TabIndex = 6;
- this.cb_api.SelectedIndexChanged += new System.EventHandler(this.cb_api_SelectedIndexChanged);
- //
- // progressBar1
- //
- this.progressBar1.Location = new System.Drawing.Point(1166, 7);
- this.progressBar1.Name = "progressBar1";
- this.progressBar1.Size = new System.Drawing.Size(219, 23);
- this.progressBar1.TabIndex = 7;
- //
- // richTextBox1
- //
- this.richTextBox1.Location = new System.Drawing.Point(12, 589);
- this.richTextBox1.Name = "richTextBox1";
- this.richTextBox1.Size = new System.Drawing.Size(1608, 123);
- this.richTextBox1.TabIndex = 8;
- this.richTextBox1.Text = "";
- //
- // btn_yes24
- //
- this.btn_yes24.Location = new System.Drawing.Point(924, 7);
- this.btn_yes24.Name = "btn_yes24";
- this.btn_yes24.Size = new System.Drawing.Size(99, 23);
- this.btn_yes24.TabIndex = 1;
- this.btn_yes24.Text = "예스 양식 반출";
- this.btn_yes24.UseVisualStyleBackColor = true;
- this.btn_yes24.Click += new System.EventHandler(this.btn_yes24_Click);
- //
// Check_ISBN
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -372,7 +382,6 @@
private System.Windows.Forms.Button btn_lookup;
private System.Windows.Forms.ComboBox cb_filter;
private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox tb_list_name;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btn_Save;
private System.Windows.Forms.Button btn_Close;
@@ -381,6 +390,9 @@
private System.Windows.Forms.ProgressBar progressBar1;
public System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.RichTextBox richTextBox1;
+ private System.Windows.Forms.Button btn_yes24;
+ public System.Windows.Forms.TextBox tb_list_name;
+ private System.Windows.Forms.DataGridViewTextBoxColumn idx;
private System.Windows.Forms.DataGridViewTextBoxColumn num;
private System.Windows.Forms.DataGridViewTextBoxColumn isbn;
private System.Windows.Forms.DataGridViewTextBoxColumn book_name;
@@ -401,6 +413,5 @@
private System.Windows.Forms.DataGridViewTextBoxColumn sold_out;
private System.Windows.Forms.DataGridViewTextBoxColumn image;
private System.Windows.Forms.DataGridViewTextBoxColumn api_data;
- private System.Windows.Forms.Button btn_yes24;
}
}
\ No newline at end of file
diff --git a/unimarc/unimarc/마크/Check_ISBN.cs b/unimarc/unimarc/마크/Check_ISBN.cs
index c83c94c..ad4b465 100644
--- a/unimarc/unimarc/마크/Check_ISBN.cs
+++ b/unimarc/unimarc/마크/Check_ISBN.cs
@@ -45,8 +45,13 @@ namespace WindowsFormsApp1.Mac
}
private void Check_ISBN_Load(object sender, EventArgs e)
+ {
+ }
+
+ public void DataLoad()
{
tb_list_name.Text = list_name;
+ cb_api.Items.Clear();
string[] list_combo = { "알라딘", "네이버", "다음" };
cb_api.Items.AddRange(list_combo);
@@ -63,6 +68,28 @@ namespace WindowsFormsApp1.Mac
string[] data = db_res.Split('|');
made_Grid(data);
}
+
+ public void DataLoad(string ListName)
+ {
+ dataGridView1.Rows.Clear();
+
+ list_name = ListName;
+
+ string[] list_combo = { "알라딘", "네이버", "다음" };
+ cb_api.Items.AddRange(list_combo);
+
+ db.DBcon();
+ string[] search_tbl = { "compidx", "list_name" };
+ string[] search_col = { compidx, ListName };
+ string search_data = "`idx`, `header`, `num`, `isbn_marc`, `book_name`, `author`, `book_comp`, " +
+ "`count`, `pay`, `total`, `import`, `price`, " +
+ "`etc`, `pubDate`, `persent`, `category`, `image_url`, `set_book_name`";
+
+ string cmd = db.More_DB_Search("Obj_List_Book", search_tbl, search_col, search_data);
+ string db_res = db.DB_Send_CMD_Search(cmd);
+ string[] data = db_res.Split('|');
+ made_Grid(data);
+ }
#region Load_Sub
void made_Grid(string[] data)
{
@@ -72,29 +99,30 @@ namespace WindowsFormsApp1.Mac
string[] grid = { "", "", "", "", "",
"", "", "", "", "",
"", "", "", "", "",
- "", "", "", "" };
+ "", "", "", "", "" };
- int sdc = 17; // search_data_count
+ int sdc = 18; // search_data_count
for (int a = 0; a < data.Length; a++)
{
- if (a % sdc == 1) { grid[0] = data[a - 1] + " " + data[a]; } // 번호
- if (a % sdc == 2) { grid[1] = data[a]; } // isbn
- if (a % sdc == 3) { grid[2] = data[a]; } // 도서명
- if (a % sdc == 4) { grid[4] = data[a]; } // 저자
- if (a % sdc == 5) { grid[6] = data[a]; } // 출판사
- if (a % sdc == 6) { grid[8] = data[a]; } // 수량
- if (a % sdc == 7) { grid[9] = data[a]; } // 단가
- if (a % sdc == 8) { grid[10] = data[a]; } // 합계
- if (a % sdc == 9) { grid[11] = data[a]; } // 상태
- if (a % sdc == 10) { grid[12] = data[a]; } // 정가
- if (a % sdc == 11) { grid[13] = data[a]; } // 비고
- if (a % sdc == 12) { grid[14] = data[a]; } // 발행일
- if (a % sdc == 13) { grid[15] = data[a]; } // %
- if (a % sdc == 14) { grid[16] = data[a]; } // 도서분류
- if (a % sdc == 15) { grid[18] = data[a]; } // 도서 URL
- if (a % sdc == 16) {
+ if (a % sdc == 0) { grid[ 0] = data[a]; } // idx
+ if (a % sdc == 2) { grid[ 1] = data[a - 1] + " " + data[a]; } // 번호
+ if (a % sdc == 3) { grid[ 2] = data[a]; } // isbn
+ if (a % sdc == 4) { grid[ 3] = data[a]; } // 도서명
+ if (a % sdc == 5) { grid[ 5] = data[a]; } // 저자
+ if (a % sdc == 6) { grid[ 7] = data[a]; } // 출판사
+ if (a % sdc == 7) { grid[ 9] = data[a]; } // 수량
+ if (a % sdc == 8) { grid[10] = data[a]; } // 단가
+ if (a % sdc == 9) { grid[11] = data[a]; } // 합계
+ if (a % sdc == 10) { grid[12] = data[a]; } // 상태
+ if (a % sdc == 11) { grid[13] = data[a]; } // 정가
+ if (a % sdc == 12) { grid[14] = data[a]; } // 비고
+ if (a % sdc == 13) { grid[15] = data[a]; } // 발행일
+ if (a % sdc == 14) { grid[16] = data[a]; } // %
+ if (a % sdc == 15) { grid[17] = data[a]; } // 도서분류
+ if (a % sdc == 16) { grid[19] = data[a]; } // 도서 URL
+ if (a % sdc == 17) {
if (data[a] != "") {
- grid[2] = data[a];
+ grid[3] = data[a];
}
dataGridView1.Rows.Add(grid);
}
@@ -179,7 +207,6 @@ namespace WindowsFormsApp1.Mac
{
string temp = string.Empty;
string type = string.Empty;
- string query = string.Empty;
// 도서명 / 저자 / 출판사 / isbn / 정가
// 발행일 / 도서분류 / 재고
@@ -190,28 +217,42 @@ namespace WindowsFormsApp1.Mac
switch (cb_filter.SelectedIndex)
{
case 0:
- type = "Keyword";
- break;
- case 1:
type = "Title";
break;
- case 2:
+ case 1:
type = "Author";
break;
- case 3:
+ case 2:
type = "Publisher";
break;
+ case 3:
+ type = "ISBN13";
+ break;
}
- for (int a = 0; a < dataGridView1.Rows.Count - 1; a++)
+ for (int a = 0; a < dataGridView1.Rows.Count; a++)
{
progressBar1.PerformStep();
- if (gridview.Rows[a].DefaultCellStyle.BackColor == Color.Yellow)
- continue;
- else if (gridview.Rows[a].DefaultCellStyle.BackColor == Color.LightGray)
- gridview.Rows[a].DefaultCellStyle.BackColor = Color.Empty;
+ // if (gridview.Rows[a].DefaultCellStyle.BackColor == Color.Yellow)
+ // continue;
+ // else if (gridview.Rows[a].DefaultCellStyle.BackColor == Color.LightGray)
+ // gridview.Rows[a].DefaultCellStyle.BackColor = Color.Empty;
- query = Aladin_Set_query(type, a);
+ string isbn = gridview.Rows[a].Cells["isbn"].Value.ToString();
+ if (cb_filter.SelectedIndex == 3) {
+ if (!CheckData(isbn))
+ continue;
+ else
+ gridview.Rows[a].DefaultCellStyle.BackColor = Color.Empty;
+ }
+ else {
+ if (CheckData(isbn))
+ continue;
+ else
+ gridview.Rows[a].DefaultCellStyle.BackColor = Color.Empty;
+ }
+
+ string query = Aladin_Set_query(type, a);
insert_Aladin(api.Aladin(query, type, param), a);
}
}
@@ -219,10 +260,6 @@ namespace WindowsFormsApp1.Mac
{
string result = string.Empty;
- if (type == "Keyword")
- result = dataGridView1.Rows[idx].Cells["book_name"].Value.ToString() +
- dataGridView1.Rows[idx].Cells["author"].Value.ToString();
-
if (type == "Title")
result = dataGridView1.Rows[idx].Cells["book_name"].Value.ToString();
@@ -232,6 +269,9 @@ namespace WindowsFormsApp1.Mac
if (type == "Publisher")
result = dataGridView1.Rows[idx].Cells["book_comp"].Value.ToString();
+ if (type == "ISBN13")
+ result = dataGridView1.Rows[idx].Cells["isbn"].Value.ToString();
+
return result;
}
private void Naver_API(DataGridView gridview)
@@ -250,9 +290,14 @@ namespace WindowsFormsApp1.Mac
L_Array.Clear();
progressBar1.PerformStep();
- if (gridview.Rows[a].DefaultCellStyle.BackColor == Color.Yellow)
+ // if (gridview.Rows[a].DefaultCellStyle.BackColor == Color.Yellow)
+ // continue;
+ // else if (gridview.Rows[a].DefaultCellStyle.BackColor == Color.LightGray)
+ // gridview.Rows[a].DefaultCellStyle.BackColor = Color.Empty;
+ string isbn = gridview.Rows[a].Cells["isbn"].Value.ToString();
+ if (CheckData(isbn))
continue;
- else if (gridview.Rows[a].DefaultCellStyle.BackColor == Color.LightGray)
+ else
gridview.Rows[a].DefaultCellStyle.BackColor = Color.Empty;
#region 필터적용
@@ -323,9 +368,16 @@ namespace WindowsFormsApp1.Mac
for(int a = 0; a < gridview.Rows.Count; a++)
{
progressBar1.PerformStep();
- if (gridview.Rows[a].DefaultCellStyle.BackColor == Color.Yellow)
+ string isbn = gridview.Rows[a].Cells["isbn"].Value.ToString();
+
+ // if (gridview.Rows[a].DefaultCellStyle.BackColor == Color.Yellow)
+ // continue;
+ // else if (gridview.Rows[a].DefaultCellStyle.BackColor == Color.LightGray)
+ // gridview.Rows[a].DefaultCellStyle.BackColor = Color.Empty;
+
+ if (CheckData(isbn))
continue;
- else if (gridview.Rows[a].DefaultCellStyle.BackColor == Color.LightGray)
+ else
gridview.Rows[a].DefaultCellStyle.BackColor = Color.Empty;
switch (cb_filter.SelectedIndex)
@@ -347,6 +399,15 @@ namespace WindowsFormsApp1.Mac
insert_Daum(result, a);
}
}
+
+ bool CheckData(string isbn)
+ {
+ if (isbn == null)
+ return false;
+ if (isbn == "")
+ return false;
+ return true;
+ }
void insert_Aladin(string data, int row)
{
if (row > 0) { dataGridView1.Rows[row - 1].Selected = false; }
@@ -374,7 +435,58 @@ namespace WindowsFormsApp1.Mac
if (insert.Length > 10) {
return;
}
+ if (cb_filter.SelectedItem.ToString() == "별치조사")
+ input_api_aladin(insert, row, newstring);
input_api(insert, row, newstring);
+
+ /*
+ if (row > 0) { dataGridView1.Rows[row - 1].Selected = false; }
+ dataGridView1.Rows[row].Selected = true;
+
+ string[] insert = data.Split('|');
+
+ if (data == "") { return; }
+
+ // pubDate형 보기편하게 DateTime형으로 재정리
+ string newstring = "";
+ try
+ {
+ newstring = String.Format("{0:yyyy/MM/dd}",
+ DateTime.Parse(insert[5].Remove(insert[5].IndexOf(" G"))));
+ }
+ catch (Exception ex) { MessageBox.Show(data); }
+
+ for (int a = 0; a < insert.Length; a++)
+ {
+ if (a % 8 == 6) { insert[a] = Aladin_CategorySort(insert[a]); }
+ }
+
+ dataGridView1.Rows[row].Cells["Column1"].Value += string.Join("|", insert) + "|";
+ dataGridView1.Rows[row].DefaultCellStyle.BackColor = Color.LightGray;
+ if (cb_filter.SelectedItem.ToString() == "별치조사")
+ input_api_aladin(insert, row, newstring);
+ input_api(insert, row, newstring);*/
+ }
+ string Aladin_CategorySort(string insert)
+ {
+ // 도서 분류 필요한 데이터로 재정리
+ int top = insert.IndexOf('>');
+ int mid = insert.IndexOf('>', top + 1);
+ int bot = insert.IndexOf('>', mid + 1);
+
+ if (bot < 0) { insert = insert.Substring(top + 1); }
+ else { insert = insert.Substring(top + 1, bot - top - 1); }
+
+ return insert;
+ }
+ void input_api_aladin(string[] value, int idx, string date)
+ {
+ dataGridView1.Rows[idx].Cells["search_book_name"].Value = value[0];
+ dataGridView1.Rows[idx].Cells["search_author"].Value = value[1];
+ dataGridView1.Rows[idx].Cells["search_book_comp"].Value = value[2];
+ dataGridView1.Rows[idx].Cells["price"].Value = value[4];
+ dataGridView1.Rows[idx].Cells["pubDate"].Value = date;
+ dataGridView1.Rows[idx].Cells["category"].Value = value[6];
}
void insert_Naver(string value, int row)
{
@@ -529,19 +641,24 @@ namespace WindowsFormsApp1.Mac
}
private void btn_Save_Click(object sender, EventArgs e)
{
+ string[] Edit_tbl = { "isbn", "price", "pubDate", "category", "image_url" };
for (int a = 0; a < dataGridView1.Rows.Count; a++)
{
- if (dataGridView1.Rows[a].Cells["isbn"].Value.ToString() == "") { continue; }
- string[] Edit_tbl = { "isbn", "price", "pubDate", "category", "image_url" };
+ if (dataGridView1.Rows[a].Cells["isbn"].Value == null) continue;
+ if (dataGridView1.Rows[a].Cells["isbn"].Value.ToString() == "") continue;
+
+ if (main != null)
+ Edit_tbl[0] = "isbn_marc";
+ else
+ Edit_tbl[0] = "isbn";
+
string[] Edit_Col = { dataGridView1.Rows[a].Cells["isbn"].Value.ToString(),
dataGridView1.Rows[a].Cells["price"].Value.ToString(),
dataGridView1.Rows[a].Cells["pubDate"].Value.ToString(),
dataGridView1.Rows[a].Cells["category"].Value.ToString(),
dataGridView1.Rows[a].Cells["image"].Value.ToString() };
- string[] Search_tbl = { "book_name", "author", "book_comp", "list_name", "compidx" };
- string[] Search_col = { dataGridView1.Rows[a].Cells["book_name"].Value.ToString(),
- dataGridView1.Rows[a].Cells["author"].Value.ToString(),
- dataGridView1.Rows[a].Cells["book_comp"].Value.ToString(),
+ string[] Search_tbl = { "idx", "list_name", "compidx" };
+ string[] Search_col = { dataGridView1.Rows[a].Cells["idx"].Value.ToString(),
list_name, compidx };
if (dataGridView1.Rows[a].Cells["etc"].Value.ToString().Contains("세트분할"))
@@ -571,6 +688,8 @@ namespace WindowsFormsApp1.Mac
}
private void dataGridView1_KeyDown(object sender, KeyEventArgs e)
{
+ Skill_Grid sg = new Skill_Grid();
+ sg.Excel_to_DataGridView(sender, e);
if (e.KeyCode == Keys.Enter) { dataGridView1_CellDoubleClick(null, null); rowidx++; }
if(e.KeyCode== Keys.Insert)
{
@@ -612,7 +731,7 @@ namespace WindowsFormsApp1.Mac
{
cb_filter.Items.Clear();
if (cb_api.SelectedIndex == 0) {
- string[] aladin = { "도서명 + 저자", "도서명", "저자", "출판사" };
+ string[] aladin = { "도서명", "저자", "출판사", "별치조사" };
cb_filter.Items.AddRange(aladin);
}
else if (cb_api.SelectedIndex == 1) {
@@ -653,5 +772,18 @@ namespace WindowsFormsApp1.Mac
Check_ISBN_Yes24 yes = new Check_ISBN_Yes24(this);
yes.Show();
}
+
+ private void tb_list_name_KeyDown(object sender, KeyEventArgs e)
+ {
+ if (e.KeyCode == Keys.Enter)
+ {
+ Order_input_Search search = new Order_input_Search(this);
+ search.Where_Open = "book_list";
+ search.searchText = tb_list_name.Text;
+ search.OnlyMarc = true;
+ search.TopMost = true;
+ search.Show();
+ }
+ }
}
}
\ No newline at end of file
diff --git a/unimarc/unimarc/마크/Check_ISBN.resx b/unimarc/unimarc/마크/Check_ISBN.resx
index 08f2730..493a490 100644
--- a/unimarc/unimarc/마크/Check_ISBN.resx
+++ b/unimarc/unimarc/마크/Check_ISBN.resx
@@ -117,6 +117,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
+
True
diff --git a/unimarc/unimarc/마크/Check_ISBN_Sub.cs b/unimarc/unimarc/마크/Check_ISBN_Sub.cs
index 149afb5..2d52ac8 100644
--- a/unimarc/unimarc/마크/Check_ISBN_Sub.cs
+++ b/unimarc/unimarc/마크/Check_ISBN_Sub.cs
@@ -71,7 +71,14 @@ namespace WindowsFormsApp1.마크
private string change_Date_type(string date)
{
if (Call_API == "알라딘")
- return String.Format("{0:yyyy/MM/dd}", DateTime.Parse(date.Remove(date.IndexOf(" G"))));
+ {
+ try
+ {
+ return String.Format("{0:yyyy/MM/dd}",
+ DateTime.Parse(date.Remove(date.IndexOf(" G"))));
+ }
+ catch { return date; }
+ }
else if (Call_API == "네이버")
{
if (date.Length < 5)
diff --git a/unimarc/unimarc/마크/DLS_Copy.cs b/unimarc/unimarc/마크/DLS_Copy.cs
index 665e5ce..a586c03 100644
--- a/unimarc/unimarc/마크/DLS_Copy.cs
+++ b/unimarc/unimarc/마크/DLS_Copy.cs
@@ -148,17 +148,18 @@ namespace WindowsFormsApp1.Mac
}
bool isISBN = rBtn_ISBN.Checked;
- SearchCopy(isISBN);
+ if (!SearchCopy(isISBN))
+ return;
MessageBox.Show("완료되었습니다.");
}
#region SearchClick_Sub
- private void SearchCopy(bool isISBN)
+ private bool SearchCopy(bool isISBN)
{
- if (!webBrowser1.Url.AbsoluteUri.Contains("collectionFormMA")) {
+ if (!webBrowser1.Url.AbsoluteUri.Contains("collectionFormMA")) {
MessageBox.Show("자료관리 창이 아닙니다!");
- return;
+ return false;
}
int count = dataGridView1.Rows.Count;
@@ -176,6 +177,7 @@ namespace WindowsFormsApp1.Mac
}
dataGridView1.Rows[a].Cells["Check"].Value = Check;
}
+ return true;
}
///
/// 도서명 필터로 DLS복본 검색
diff --git a/unimarc/unimarc/마크/DLS_Copy.cs.rej b/unimarc/unimarc/마크/DLS_Copy.cs.rej
new file mode 100644
index 0000000..836478e
--- /dev/null
+++ b/unimarc/unimarc/마크/DLS_Copy.cs.rej
@@ -0,0 +1,9 @@
+diff a/unimarc/unimarc/마크/DLS_Copy.cs b/unimarc/unimarc/마크/DLS_Copy.cs (rejected hunks)
+@@ -91,6 +91,7 @@
+ while (!isWebComplite)
+ {
+ Delay(1000);
++ if (tb_URL.Text.Contains("/r/newReading/member/loginForm.jsp"))
+ {
+ isWebComplite = true;
+ break;
diff --git a/unimarc/unimarc/마크/Mac_Input.cs b/unimarc/unimarc/마크/Mac_Input.cs
index d3a8e0a..9e7e13b 100644
--- a/unimarc/unimarc/마크/Mac_Input.cs
+++ b/unimarc/unimarc/마크/Mac_Input.cs
@@ -126,11 +126,20 @@ namespace WindowsFormsApp1.Mac
}
private void btn_db_save_Click(object sender, EventArgs e)
{
+ string Time = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
+ string user = main.User;
string compidx = UniMarc.Properties.Settings.Default.compidx;
string table = "Marc";
- string[] col = { "ISBN", "서명", "총서명", "저자", "출판사", "가격", "marc", "marc_chk", "compidx", "grade" };
+ string[] GridCol = { "isbn", "book_name", "series", "author", "book_comp", "price" };
+
+ string[] col = { "ISBN", "서명", "총서명", "저자", "출판사", "가격", "marc", "marc_chk", "compidx", "grade", "date", "user" };
for(int a = 0; a < dataGridView1.Rows.Count; a++)
{
+ foreach (string colName in GridCol)
+ {
+ if (dataGridView1.Rows[a].Cells[colName].Value == null)
+ dataGridView1.Rows[a].Cells[colName].Value = "";
+ }
string Marc = dataGridView1.Rows[a].Cells["Marc"].Value.ToString();
Marc = Marc.Replace(@"'", "'");
Marc = Marc.Replace(@"""", "\"\"");
@@ -142,11 +151,13 @@ namespace WindowsFormsApp1.Mac
dataGridView1.Rows[a].Cells["author"].Value.ToString(),
dataGridView1.Rows[a].Cells["book_comp"].Value.ToString(),
dataGridView1.Rows[a].Cells["price"].Value.ToString(),
- Marc, "1", compidx, "4" };
+ Marc, "1", compidx, "3", Time, user };
+
+ // string Incmd = db.DB_INSERT_DUPLICATE(table, col, data);
string Incmd = db.DB_INSERT(table, col, data);
db.DB_Send_CMD_reVoid(Incmd);
}
- catch(Exception ex) { MessageBox.Show(ex.Message); }
+ catch (Exception ex) { MessageBox.Show(ex.Message); }
}
MessageBox.Show("DB 저장 완료!");
}
diff --git a/unimarc/unimarc/마크/Mac_Output.cs b/unimarc/unimarc/마크/Mac_Output.cs
index da7c12a..7416842 100644
--- a/unimarc/unimarc/마크/Mac_Output.cs
+++ b/unimarc/unimarc/마크/Mac_Output.cs
@@ -191,7 +191,7 @@ namespace WindowsFormsApp1.Mac
if (saveFileDialog.ShowDialog() == DialogResult.OK)
{
FileName = saveFileDialog.FileName;
- File.WriteAllText(FileName, Marc_data);
+ File.WriteAllText(FileName, Marc_data, Encoding.Default);
}
}
diff --git a/unimarc/unimarc/마크/Marc.cs b/unimarc/unimarc/마크/Marc.cs
index a2b968e..ea04666 100644
--- a/unimarc/unimarc/마크/Marc.cs
+++ b/unimarc/unimarc/마크/Marc.cs
@@ -88,7 +88,7 @@ namespace ExcelTest
public void input_list(string date, string value)
{
db.DBcon();
- string Area = "`idx`, `isbn`, `header`, `num`, `book_name`, `author`, `book_comp`, `count`, `pay`, `image_url`";
+ string Area = "`idx`, `isbn_marc`, `header`, `num`, `book_name`, `author`, `book_comp`, `count`, `pay`, `image_url`";
string[] sear_tbl = { "date", "list_name" };
string[] sear_col = { date, value };
@@ -96,11 +96,11 @@ namespace ExcelTest
string db_res = db.DB_Send_CMD_Search(cmd);
string[] db_data = db_res.Split('|');
- string[] grid = {
- "", "", "", "", "",
- "", "", "", "", "",
- "", "", "V" };
- for(int a = 0; a < db_data.Length; a++)
+ string[] grid = {
+ "", "", "", "", "",
+ "", "", "", "", "",
+ "", "", "V", "", "" };
+ for (int a = 0; a < db_data.Length; a++)
{
if (a % 10 == 0) { grid[0] = db_data[a]; } // 0: idx
if (a % 10 == 1) { grid[1] = db_data[a]; } // 1: isbn
@@ -122,7 +122,7 @@ namespace ExcelTest
///
void chk_Marc()
{
- for(int a= 0; a < List_Book.Rows.Count; a++)
+ for (int a = 0; a < List_Book.Rows.Count; a++)
{
string[] sear_tbl = { "ISBN" };
string[] sear_col = { List_Book.Rows[a].Cells["ISBN13"].Value.ToString() };
@@ -140,15 +140,15 @@ namespace ExcelTest
{
if (tmp_ary[0] == "1")
cmd = string.Format(
- "SELECT `idx`, `marc`, `grade`, `008tag` FROM `Marc` WHERE `{0}` = \"{1}\" " +
+ "SELECT `idx`, `marc`, `grade`, `008tag`, `user`, `date` FROM `Marc` WHERE `{0}` = \"{1}\" " +
"AND (`marc_chk` = 1 OR `marc_chk1` = 1 OR `marc_chk2` = 1);", sear_tbl[0], sear_col[0]);
else if (tmp_ary[1] == "1")
cmd = string.Format(
- "SELECT `idx`, `marc1`, `grade`, `008tag` FROM `Marc` WHERE `{0}` = \"{1}\" " +
+ "SELECT `idx`, `marc1`, `grade`, `008tag`, `user`, `date` FROM `Marc` WHERE `{0}` = \"{1}\" " +
"AND (`marc_chk` = 1 OR `marc_chk1` = 1 OR `marc_chk2` = 1);", sear_tbl[0], sear_col[0]);
else if (tmp_ary[2] == "1")
cmd = string.Format(
- "SELECT `idx`, `marc2`, `grade`, `008tag` FROM `Marc` WHERE `{0}` = \"{1}\" " +
+ "SELECT `idx`, `marc2`, `grade`, `008tag`, `user`, `date` FROM `Marc` WHERE `{0}` = \"{1}\" " +
"AND (`marc_chk` = 1 OR `marc_chk1` = 1 OR `marc_chk2` = 1);", sear_tbl[0], sear_col[0]);
}
@@ -178,6 +178,8 @@ namespace ExcelTest
List_Book.Rows[a].Cells["db_marc"].Value = db_data[1];
List_Book.Rows[a].Cells["grade"].Value = db_data[2];
text008.Text = db_data[3];
+ List_Book.Rows[a].Cells["user"].Value = db_data[4];
+ List_Book.Rows[a].Cells["SaveDate"].Value = db_data[5];
}
}
}
@@ -399,15 +401,15 @@ namespace ExcelTest
{
case 70: // f
string value = "";
- if(search_Text.InputBox("찾을 단어를 입력해주세요.", "찾기(Ctrl+F)", ref value) == DialogResult.OK)
- {
+ if (search_Text.InputBox("찾을 단어를 입력해주세요.", "찾기(Ctrl+F)", ref value) == DialogResult.OK)
st.Color_change(value, richTextBox1);
- }
break;
+
case 72: // h
findNchange fnc = new findNchange(this);
fnc.Show();
break;
+
default:
break;
}
@@ -415,7 +417,7 @@ namespace ExcelTest
}
private void etc_KeyDown(object sender, KeyEventArgs e)
{
- if(e.KeyCode == Keys.F8)
+ if (e.KeyCode == Keys.F8)
{
((RichTextBox)sender).Text += DateTime.Now.ToString("yyyy-MM-dd HH:mm");
}
@@ -441,6 +443,7 @@ namespace ExcelTest
{
Marc_memo memo = new Marc_memo(this);
memo.StartPosition = FormStartPosition.Manual;
+ memo.TopMost = true;
memo.Location = new Point(1018, 8);
memo.Show();
}
@@ -453,10 +456,16 @@ namespace ExcelTest
}
private void Btn_Save_Click(object sender, EventArgs e)
{
+ int TabIndex = tabControl1.SelectedIndex;
+ if (TabIndex == 1) {
+ MessageBox.Show("칸채우기가 아닌 편집창에서 저장해주세요!");
+ return;
+ }
string table_name = "Marc";
int row_idx = List_Book.CurrentCell.RowIndex;
+ int grade = cb_grade.SelectedIndex;
string tag056 = Tag056();
- string[] grid_data = {
+ string[] grid_data = {
List_Book.Rows[row_idx].Cells["ISBN13"].Value.ToString(),
List_Book.Rows[row_idx].Cells["book_name"].Value.ToString(),
List_Book.Rows[row_idx].Cells["author"].Value.ToString(),
@@ -464,17 +473,23 @@ namespace ExcelTest
List_Book.Rows[row_idx].Cells["pay"].Value.ToString(),
List_Book.Rows[row_idx].Cells["url"].Value.ToString() };
string date = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
+ string orimarc = st.made_Ori_marc(richTextBox1).Replace("\\", "₩");
+
+ // 필수태그 확인
+ if (!isMustTag(orimarc)) {
+ return;
+ }
if (List_Book.Rows[row_idx].Cells["db_marc"].Value.ToString() != "")
{
- string[] Edit_tbl = {
+ string[] Edit_tbl = {
"compidx", "marc", "marc_chk", "marc_chk1", "비고1",
"비고2", "url", "division", "008tag", "date",
- "user" };
- string[] Edit_col = {
- compidx, st.made_Ori_marc(richTextBox1), "1", "0", etc1.Text,
+ "user", "grade" };
+ string[] Edit_col = {
+ compidx, orimarc, "1", "0", etc1.Text,
etc2.Text, grid_data[5], tag056, text008.Text, date,
- user_name };
+ user_name, grade.ToString() };
string[] Sear_tbl = { "ISBN" };
string[] Sear_col = { List_Book.Rows[row_idx].Cells["ISBN13"].Value.ToString() };
@@ -499,29 +514,35 @@ namespace ExcelTest
default:
break;
}
-
+
string U_cmd = db.More_Update(table_name, Edit_tbl, Edit_col, Sear_tbl, Sear_col);
db.DB_Send_CMD_reVoid(U_cmd);
}
else
{
- string[] Insert_tbl = {
- "ISBN", "서명", "저자", "출판사",
- "가격", "marc", "비고1", "비고2", "url",
+ string[] Insert_tbl = {
+ "ISBN", "서명", "저자", "출판사",
+ "가격", "marc", "비고1", "비고2", "url",
"grade", "marc_chk", "user", "division", "008tag",
"date", "compidx" };
- string[] Insert_col = {
+ string[] Insert_col = {
grid_data[0], grid_data[1], grid_data[2], grid_data[3],
- grid_data[4], st.made_Ori_marc(richTextBox1), etc1.Text, etc2.Text, grid_data[5],
- cb_grade.SelectedIndex.ToString(), "1", user_name, tag056, text008.Text,
+ grid_data[4], orimarc, etc1.Text, etc2.Text, grid_data[5],
+ grade.ToString(), "1", user_name, tag056, text008.Text,
date, compidx };
string Incmd = db.DB_INSERT(table_name, Insert_tbl, Insert_col);
db.DB_Send_CMD_reVoid(Incmd);
}
- List_Book.Rows[row_idx].Cells["db_marc"].Value = st.made_Ori_marc(richTextBox1);
+
+
+ List_Book.Rows[row_idx].Cells["grade"].Value = grade.ToString();
+ List_Book.Rows[row_idx].Cells["SaveDate"].Value = date;
+ List_Book.Rows[row_idx].Cells["user"].Value = user_name;
+ List_Book.Rows[row_idx].Cells["db_marc"].Value = orimarc;
+
List_Book.Rows[row_idx].DefaultCellStyle.BackColor = Color.White;
- switch (cb_grade.SelectedIndex)
+ switch (grade)
{
case 0: // A
List_Book.Rows[row_idx].DefaultCellStyle.ForeColor = Color.Blue;
@@ -539,6 +560,53 @@ namespace ExcelTest
MessageBox.Show("저장되었습니다!");
}
#region Save_Click_Sub
+ private bool isMustTag(string orimarc)
+ {
+ String_Text st = new String_Text();
+ string[] SearchTag = {
+ "056a", "0562", "245a", "245d", "260a", "260b", "260c", "300a", "300b", "300c", "653a"
+ };
+
+ string[] Tag = st.Take_Tag(orimarc, SearchTag);
+
+ int count = 0;
+ string msg = "";
+ bool isTag = true;
+ foreach (string tag in Tag)
+ {
+ if (tag == "")
+ {
+ msg += SearchTag[count] + " ";
+ isTag = false;
+ }
+ count++;
+ }
+
+ if (!isTag)
+ {
+ MessageBox.Show(msg + "태그가 없습니다.");
+ return false;
+ }
+
+ bool isAuthor = false;
+ string[] AuthorTag = { "100a", "110a", "111a" };
+ Tag = st.Take_Tag(orimarc, AuthorTag);
+
+ foreach (string author in Tag)
+ {
+ if (author != "")
+ isAuthor = true;
+ }
+
+ if (!isAuthor)
+ {
+ MessageBox.Show("기본표목이 존재하지않습니다.");
+ return false;
+ }
+
+ return true;
+ }
+
///
/// 분류기호(056)추출 & 008태그 마크에 삽입
///
@@ -549,6 +617,7 @@ namespace ExcelTest
string[] temp = marc.Split('\n');
List target = temp.ToList();
+ bool isEight = false;
bool eight_chk = false;
string tag056 = string.Empty;
int count = 0;
@@ -557,24 +626,30 @@ namespace ExcelTest
{
string[] tmp = target[a].Split('\t');
string tag = tmp[0];
+ if (tag == "") break;
int eight = Convert.ToInt32(tag);
- if (eight > 008 && !eight_chk)
+ if (eight == 008)
+ {
+ count = a;
+ isEight = true;
+ }
+ else if (eight > 008 && !eight_chk)
{
count = a;
eight_chk = true;
}
if (tag == "056")
{
- tag056 = tmp[2];
- int p = tag056.IndexOf("▼", 2);
- tag056 = tag056.Substring(2, p - 2);
+ tag056 = GetMiddelString(tmp[2], "▼a", "▼");
}
}
- target.Insert(count, string.Format("{0}\t{1}\t{2}▲", "008", " ", text008.Text));
+ if (!isEight)
+ target.Insert(count, string.Format("{0}\t{1}\t{2}▲", "008", " ", text008.Text));
+
richTextBox1.Text = string.Join("\n", target.ToArray());
return tag056;
}
-
+
private string Sub_marc_chk(string isbn)
{
string Area = "`marc_chk`, `marc_chk1`, `marc_chk2`";
@@ -582,7 +657,7 @@ namespace ExcelTest
string db_res = db.DB_Send_CMD_Search(cmd);
string[] chk_ary = db_res.Split('|');
- for(int a= 0; a < chk_ary.Length; a++)
+ for (int a = 0; a < chk_ary.Length; a++)
{
if (chk_ary[a] == "1") {
return a.ToString();
@@ -591,12 +666,16 @@ namespace ExcelTest
return "0";
}
#endregion
- private void List_Book_CellContentClick(object sender, DataGridViewCellEventArgs e)
+
+
+ private void List_Book_CellClick(object sender, DataGridViewCellEventArgs e)
{
if (e.RowIndex == -1) { return; }
int row_idx = e.RowIndex;
int col_idx = e.ColumnIndex;
+ tabControl1.SelectedIndex = 0;
+
if (check_V(row_idx, col_idx))
return;
@@ -616,9 +695,17 @@ namespace ExcelTest
grade = Convert.ToInt32(List_Book.Rows[row_idx].Cells["grade"].Value.ToString());
}
cb_grade.SelectedIndex = grade;
+ OnSaveData(row_idx);
}
- #region ContentClick_Sub
+ #region CellClick_Sub
+ void OnSaveData(int row)
+ {
+ string User = List_Book.Rows[row].Cells["user"].Value.ToString();
+ string Date = List_Book.Rows[row].Cells["SaveDate"].Value.ToString();
+
+ lbl_SaveData.Text = string.Format("[{0}] [{1}]", User, Date);
+ }
void ReadRemark(int row)
{
string[] sear_tbl = { "ISBN" };
@@ -641,7 +728,7 @@ namespace ExcelTest
else
List_Book.Rows[row].Cells["colCheck"].Value = "V";
-
+
return true;
}
else
@@ -660,7 +747,7 @@ namespace ExcelTest
if (Marc_data.Length < 3) return false;
string result = string.Empty;
-
+
List TagNum = new List(); // 태그번호
List field = new List(); // 가변길이필드 저장
@@ -763,8 +850,10 @@ namespace ExcelTest
"020\t \t▼a{1}▼c\\{5}▲\n" +
"245\t \t▼a{2}▼d{3}▲\n" +
"260\t \t▼b{4}▲\n" +
- "950\t \t▼b₩{5}▲\n",
+ "950\t \t▼b₩{5}▲\n",
Empty_008, data_book[0], data_book[1], data_book[2], data_book[3], data_book[4]);
+ etc1.Text = "";
+ etc2.Text = "";
return Empty_text;
}
///
@@ -796,7 +885,7 @@ namespace ExcelTest
if (tmp_years > now_years)
century = "19";
- Tag008[0] = century
+ Tag008[0] = century
+ data.Substring(0, 6); // 입력일자 (00-05)
Tag008[1] = data.Substring(6, 1); // 발행년유형 (6)
Tag008[2] = data.Substring(7, 4); // 발행년1 (07-10)
@@ -851,7 +940,7 @@ namespace ExcelTest
private void btn_Reflesh008_Click(object sender, EventArgs e)
{
string data = text008.Text;
- string oriMarc = st.made_Ori_marc(richTextBox1);
+ string oriMarc = st.made_Ori_marc(richTextBox1).Replace("\\", "₩");
if (data == "" || data == null) { return; }
@@ -886,8 +975,7 @@ namespace ExcelTest
char[] textArray = data.ToCharArray();
- for (int a = 0; a < tmp.Length; a++)
- {
+ for (int a = 0; a < tmp.Length; a++) {
textArray[a] = tmp[a];
}
text008.Text = new string(textArray);
@@ -950,7 +1038,7 @@ namespace ExcelTest
MessageBox.Show("260a가 인식되지않습니다.");
return "false";
}
- else if (res.Length < 3)
+ else if (res.Length < 3)
Result = res + " ";
else
Result = res;
@@ -965,7 +1053,7 @@ namespace ExcelTest
string text = text008.Text;
string comboName = ((ComboBox)sender).Name;
int comboIdx = ((ComboBox)sender).SelectedIndex;
-
+
text008.Text = tag008.Combo_Change(text, comboName, comboIdx);
Apply_Main_marc();
}
@@ -1082,7 +1170,7 @@ namespace ExcelTest
private void btn_Search_Click(object sender, EventArgs e)
{
-
+
if (List_Book.RowCount < 0) return;
Search_ReSet();
@@ -1105,7 +1193,7 @@ namespace ExcelTest
Search_Filter("grade", text);
}
else { // 수정필요
-
+
}
}
}
@@ -1154,7 +1242,7 @@ namespace ExcelTest
string text = rb.Text;
if (text == "정렬")
comboBox9.Enabled = false;
-
+
else
comboBox9.Enabled = true;
}
@@ -1187,14 +1275,14 @@ namespace ExcelTest
{
if (List_Book.Rows[row].DefaultCellStyle.BackColor != Color.LightGray)
return true;
-
+
return false;
}
public bool Check_List_V(int row)
{
if (List_Book.Rows[row].Cells["colCheck"].Value.ToString() == "V")
return true;
-
+
return false;
}
#endregion
@@ -1218,12 +1306,6 @@ namespace ExcelTest
}
}
- private void btn_FillBlank_Click(object sender, EventArgs e)
- {
- UniMarc.Marc_FillBlank fill = new UniMarc.Marc_FillBlank();
- fill.Show();
- }
-
private void List_Book_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Space)
@@ -1237,5 +1319,1453 @@ namespace ExcelTest
List_Book.Rows[row].Cells["colCheck"].Value = "V";
}
}
+
+ private void btn_FillBlank_Click(object sender, EventArgs e)
+ {
+ tabControl1.SelectedIndex = 1;
+
+ int row = List_Book.CurrentRow.Index;
+ string ISBN = List_Book.Rows[row].Cells["ISBN13"].Value.ToString();
+
+ UniMarc.Marc_FillBlank fb = new UniMarc.Marc_FillBlank(this);
+ fb.ISBN = ISBN;
+ fb.Show();
+ }
+
+ private void tabControl1_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ int TabIndex = tabControl1.SelectedIndex;
+ label4.Text = TabIndex.ToString();
+
+ // 종단기호 제거
+ string Text = richTextBox1.Text.Replace("▲", "");
+
+ string[] SplitLine = Text.Split('\n');
+
+ switch (TabIndex)
+ {
+ case 0: // 칸채우기 -> 메모장
+ InputMemo(SplitLine);
+ break;
+ case 1: // 메모장 -> 칸채우기
+ TextReset();
+ foreach (string Line in SplitLine)
+ {
+ if (Line == "") break;
+
+ // [0]:태그번호, [1]:지시기호, [2]:마크내용
+ string[] SplitTag = Line.Split('\t');
+ InputTotal(SplitTag);
+ }
+ break;
+ }
+ }
+
+ #region 칸채우기 SUB
+ public void TextReset()
+ {
+ TextBox[] tb = {
+ textDDC21, textDDC22, textDDC23, textKDC4, textKDC5, textKDC6,
+ text041a, text041b, text041h, text041k,
+
+ basicHeadBox,
+
+ text245a, text245b, text245e, text245n, text245p, text245d, text245x,
+
+ text250a,
+
+ text260a, text260b, text260c, text260g,
+
+ text300a, text300b, text300c1, text300c2, text300e,
+
+ text500a, text504a, text505a, text507a, text507t,
+ text520a, text521a, text525a, text536a, text546a,
+ text586a, text650a, text653a, text700a, text710a,
+ text900a, text910a, text940a
+ };
+ DataGridView[] dgv = {
+ GridView020, GridView246, GridView440, GridView490, GridView505
+ };
+
+ foreach (TextBox box in tb)
+ {
+ box.Text = "";
+ }
+ foreach (DataGridView grid in dgv)
+ {
+ grid.Rows.Clear();
+ }
+ }
+
+ ///
+ /// 칸채우기에 값을 집어넣는 함수
+ ///
+ /// [0]:태그번호, [1]:지시기호, [2]:마크내용
+ public void InputTotal(string[] SplitTag)
+ {
+ string TagNum = SplitTag[0];
+ string Jisi = SplitTag[1];
+ string Marc = SplitTag[2];
+
+ if (TagNum == "020") Grid020(Marc);
+ if (TagNum == "041") Text041(Marc);
+ if (TagNum == "056") Text056(Marc);
+ if (TagNum == "082") Text082(Marc);
+ if (TagNum == "100" || TagNum == "110" || TagNum == "111") Text100(Marc, TagNum);
+ if (TagNum == "245") Text245(Marc);
+ if (TagNum == "246") Grid246(Jisi, Marc);
+ if (TagNum == "250") InputOneTextBox(text250a, GetMiddelString(Marc, "▼a", "▼"));
+ if (TagNum == "260") Text260(Marc);
+ if (TagNum == "300") Text300(Marc);
+ if (TagNum == "440") Grid440(Marc);
+ if (TagNum == "490") Grid490(Marc);
+ if (TagNum == "500") InputOneTextBox(text500a, GetMiddelString(Marc, "▼a", "▼"));
+ if (TagNum == "504") InputOneTextBox(text504a, GetMiddelString(Marc, "▼a", "▼"));
+ if (TagNum == "505") InputOneTextBox(text505a, GetMiddelString(Marc, "▼a", "▼"));
+ if (TagNum == "507") Text507(Marc);
+ if (TagNum == "520") InputOneTextBox(text520a, GetMiddelString(Marc, "▼a", "▼"));
+ if (TagNum == "521") InputOneTextBox(text521a, GetMiddelString(Marc, "▼a", "▼"));
+ if (TagNum == "525") InputOneTextBox(text525a, GetMiddelString(Marc, "▼a", "▼"));
+ if (TagNum == "536") InputOneTextBox(text536a, GetMiddelString(Marc, "▼a", "▼"));
+ if (TagNum == "546") InputOneTextBox(text546a, GetMiddelString(Marc, "▼a", "▼"));
+ if (TagNum == "586") InputOneTextBox(text586a, GetMiddelString(Marc, "▼a", "▼"));
+ if (TagNum == "650") InputOneTextBox(text650a, GetMiddelString(Marc, "▼a", "▼"));
+ if (TagNum == "653") InputOneTextBox(text653a, GetMiddelString(Marc, "▼a", "▼"));
+ if (TagNum == "700") InputOneTextBox(text700a, GetMiddelString(Marc, "▼a", "▼"));
+ if (TagNum == "710") Text710And910(Marc, TagNum);
+ if (TagNum == "900") InputOneTextBox(text900a, GetMiddelString(Marc, "▼a", "▼"));
+ if (TagNum == "910") Text710And910(Marc, TagNum);
+ if (TagNum == "940") InputOneTextBox(text940a, GetMiddelString(Marc, "▼a", "▼"));
+ }
+
+ #region Grid_Input
+ ///
+ /// 020Grid에 적용하는 함수
+ ///
+ ///
+ private void Grid020(string SplitTag)
+ {
+ string a = GetMiddelString(SplitTag, "▼a", "▼");
+ string g = GetMiddelString(SplitTag, "▼g", "▼");
+ string c = GetMiddelString(SplitTag, "▼c", "▼");
+ object[] Grid = { false, a, g, c };
+
+ if (a.Contains("세트"))
+ Grid[0] = true;
+
+ GridView020.Rows.Add(Grid);
+ }
+
+ ///
+ /// 246Grid에 적용하는 함수
+ ///
+ ///
+ private void Grid246(string Jisi, string SplitTag)
+ {
+ string i = GetMiddelString(SplitTag, "▼i", "▼");
+ string a = GetMiddelString(SplitTag, "▼a", "▼");
+ string b = GetMiddelString(SplitTag, "▼b", "▼");
+ string n = GetMiddelString(SplitTag, "▼n", "▼");
+ string p = GetMiddelString(SplitTag, "▼p", "▼");
+
+ object[] Grid = { Jisi, i, a, b, n, p };
+
+ GridView246.Rows.Add(Grid);
+ }
+
+ ///
+ /// 440Grid에 적용하는 함수
+ ///
+ ///
+ private void Grid440(string SplitTag)
+ {
+ string a = GetMiddelString(SplitTag, "▼a", "▼");
+ string n = GetMiddelString(SplitTag, "▼n", "▼");
+ string p = GetMiddelString(SplitTag, "▼p", "▼");
+ string v = GetMiddelString(SplitTag, "▼v", "▼");
+ string x = GetMiddelString(SplitTag, "▼x", "▼");
+
+ // string vNum = System.Text.RegularExpressions.Regex.Replace(v, @"[^0-9]", "");
+ // string vTxt = System.Text.RegularExpressions.Regex.Replace(v, @"\d", "");
+
+ object[] Grid = { a, n, p, v, "", x };
+
+ GridView440.Rows.Add(Grid);
+ }
+
+ ///
+ /// 490Grid에 적용하는 함수
+ ///
+ ///
+ private void Grid490(string SplitTag)
+ {
+ string a = GetMiddelString(SplitTag, "▼a", "▼");
+ string v = GetMiddelString(SplitTag, "▼v", "▼");
+
+ object[] Grid = { a, v };
+
+ GridView490.Rows.Add(Grid);
+ }
+
+ ///
+ /// 505Grid에 적용하는 함수
+ ///
+ ///
+ private void Grid505(string SplitTag)
+ {
+ string a = GetMiddelString(SplitTag, "▼a", "▼");
+ string n = GetMiddelString(SplitTag, "▼n", "▼");
+ string t = GetMiddelString(SplitTag, "▼t", "▼");
+ string d = GetMiddelString(SplitTag, "▼d", "▼");
+ string e = GetMiddelString(SplitTag, "▼e", "▼");
+
+ object[] Grid = { n, t, d, e };
+
+ GridView505.Rows.Add(Grid);
+ text505a.Text = a;
+ }
+ #endregion
+
+ #region Text_Input
+
+ ///
+ /// 041Text에 적용하는 함수
+ ///
+ /// 마크데이터
+ private void Text041(string SplitTag)
+ {
+ TextBox[] Text = {
+ text041a, text041k, text041h, text041b
+ };
+
+ string a = GetMiddelString(SplitTag, "▼a", "▼");
+ string k = GetMiddelString(SplitTag, "▼k", "▼");
+ string h = GetMiddelString(SplitTag, "▼h", "▼");
+ string b = GetMiddelString(SplitTag, "▼b", "▼");
+
+ string[] Marc = { a, k, h, b };
+
+ InputMoreTextBox(Text, Marc);
+ }
+
+ ///
+ /// 100Text에 적용하는 함수
+ ///
+ /// 마크데이터
+ private void Text100(string SplitTag, string TagNum)
+ {
+ TextBox Text = basicHeadBox;
+
+ RadioButton[] rbtn = { rbtn_100, rbtn_110, rbtn_111 };
+
+ if (TagNum == "100")
+ rbtn[0].Checked = true;
+ if (TagNum == "110")
+ rbtn[1].Checked = true;
+ if (TagNum == "111")
+ rbtn[2].Checked = true;
+
+ string a = GetMiddelString(SplitTag, "▼a", "▼");
+
+ InputOneTextBox(Text, a);
+ }
+
+ ///
+ /// 056Text에 적용하는 함수
+ ///
+ ///
+ private void Text056(string SplitTag)
+ {
+ TextBox[] Text = {
+ textKDC4, textKDC5, textKDC6
+ };
+
+ string a = GetMiddelString(SplitTag, "▼a", "▼");
+ string num = GetMiddelString(SplitTag, "▼2", "▼");
+
+ int TextCount;
+ switch (num)
+ {
+ case "4":
+ TextCount = 0;
+ break;
+ case "5":
+ TextCount = 1;
+ break;
+ case "6":
+ TextCount = 2;
+ break;
+ default:
+ TextCount = 1;
+ break;
+ }
+
+ Text[TextCount].Text = a;
+ }
+
+ ///
+ /// 082Text에 적용하는 함수
+ ///
+ ///
+ private void Text082(string SplitTag)
+ {
+ TextBox[] Text = {
+ textDDC21, textDDC22, textDDC23
+ };
+
+ string a = GetMiddelString(SplitTag, "▼a", "▼");
+ string num = GetMiddelString(SplitTag, "▼2", "▼");
+
+ int TextCount;
+ switch (num)
+ {
+ case "21":
+ TextCount = 0;
+ break;
+ case "22":
+ TextCount = 1;
+ break;
+ case "23":
+ TextCount = 2;
+ break;
+ default:
+ TextCount = 1;
+ break;
+ }
+
+ Text[TextCount].Text = a;
+ }
+
+ ///
+ /// 245Text에 적용하는 함수
+ ///
+ ///
+ private void Text245(string SplitTag)
+ {
+ TextBox[] Text = {
+ text245a, text245b, text245x, text245n, text245p,
+ text245d, text245e
+ };
+
+ string a = GetMiddelString(SplitTag, "▼a", "▼");
+ string b = GetMiddelString(SplitTag, "▼b", "▼");
+ string x = GetMiddelString(SplitTag, "▼x", "▼");
+ string n = GetMiddelString(SplitTag, "▼n", "▼");
+ string p = GetMiddelString(SplitTag, "▼p", "▼");
+ string d = GetMiddelString(SplitTag, "▼d", "▼");
+ string e = GetMiddelString(SplitTag, "▼e", "▼");
+
+ string[] Marc = {
+ a, b, x, n, p,
+ d, e
+ };
+
+ InputMoreTextBox(Text, Marc);
+ }
+
+ private void Text260(string SplitTag)
+ {
+ TextBox[] Text = {
+ text260a, text260b, text260c, text260g
+ };
+
+ string a = GetMiddelString(SplitTag, "▼a", "▼");
+ string b = GetMiddelString(SplitTag, "▼b", "▼");
+ string c = GetMiddelString(SplitTag, "▼c", "▼");
+ string g = GetMiddelString(SplitTag, "▼g", "▼");
+
+ string[] Marc = { a, b, c, g };
+
+ InputMoreTextBox(Text, Marc);
+ }
+
+ private void Text300(string SplitTag)
+ {
+ TextBox[] Text = {
+ text300a, text300b, text300c1, text300c2, text300e
+ };
+
+ string a = GetMiddelString(SplitTag, "▼a", "▼");
+ string b = GetMiddelString(SplitTag, "▼b", "▼");
+ string c = GetMiddelString(SplitTag, "▼c", "▼");
+ string e = GetMiddelString(SplitTag, "▼e", "▼");
+
+ string[] size = { "", "" };
+ string[] size_tmp = c.ToUpper().Split('X');
+
+ size[0] = System.Text.RegularExpressions.Regex.Replace(size_tmp[0], @"[^0-9]", "");
+ if (size_tmp.Length > 1)
+ size[1] = System.Text.RegularExpressions.Regex.Replace(size_tmp[1], @"[^0-9]", "");
+
+ string[] Marc = { a, b, size[0], size[1], e };
+
+ InputMoreTextBox(Text, Marc);
+ }
+
+ private void Text507(string SplitTag)
+ {
+ TextBox[] Text = {
+ text507a, text507t
+ };
+
+ string a = GetMiddelString(SplitTag, "▼a", "▼");
+ string t = GetMiddelString(SplitTag, "▼t", "▼");
+
+ string[] Marc = { a, t };
+
+ InputMoreTextBox(Text, Marc);
+ }
+
+ private void Text710And910(string SplitTag, string TagNum)
+ {
+ TextBox[] box = { text710a, text910a };
+
+ string a = GetMiddelString(SplitTag, "▼a", "▲", TagNum);
+
+ a = a.Replace(".▼", "▼");
+ a = a.Replace("▼b", "@");
+
+ // int count = a.IndexOf("▼");
+ // if (count > -1)
+ // {
+ // a = a.Remove(count, 2);
+ // if (a[count - 1] != '.')
+ // a = a.Insert(count, ".");
+ // }
+
+ if (TagNum == "710")
+ InputOneTextBox(box[0], a);
+
+ if (TagNum == "910")
+ InputOneTextBox(box[1], a);
+ }
+
+ ///
+ /// 여러 텍스트박스에 값을 입력.
+ ///
+ /// 텍스트박스 배열
+ /// 텍스트박스에 들어갈 값 배열
+ private void InputMoreTextBox(TextBox[] box, string[] Marc)
+ {
+ int count = 0;
+
+ foreach (string marc in Marc)
+ {
+ if (box[count].Text == "")
+ box[count].Text = marc;
+
+ else
+ box[count].Text += "▽" + marc;
+
+ count++;
+ }
+ }
+
+ ///
+ /// 단일 텍스트박스에 값을 입력
+ ///
+ /// 입력할 텍스트박스
+ /// 텍스트박스에 들어갈 값
+ private void InputOneTextBox(TextBox box, string marc)
+ {
+ if (box.Text == "")
+ {
+ box.Text = marc;
+ }
+ else
+ {
+ box.Text += "▽" + marc;
+ }
+ }
+ #endregion
+
+
+ ///
+ /// 문자와 문자사이의 값 가져오기
+ ///
+ /// 대상 문자열
+ /// 시작 문자열
+ /// 마지막 문자열
+ /// 문자 사이값
+ public string GetMiddelString(string str, string begin, string end, string TagNum = "")
+ {
+ string result = "";
+
+ if (string.IsNullOrEmpty(str) || str == "")
+ return result;
+
+ int count = 0;
+ bool loop = false;
+
+ for (int a = count; a < str.Length; a++)
+ {
+ count = str.IndexOf(begin);
+ if (count > -1)
+ {
+ str = str.Substring(count + begin.Length);
+ if (loop)
+ //result += "♠";
+ result += "▽";
+
+ if (str.IndexOf(end) > -1)
+ result += str.Substring(0, str.IndexOf(end));
+ else
+ result += str;
+
+ result = TrimEndGubun(result, TagNum);
+
+ }
+ else
+ break;
+ loop = true;
+ }
+
+ return result;
+ }
+
+ string TrimEndGubun(string str, string TagNum)
+ {
+ if (TagNum == "710" || TagNum == "910")
+ return str;
+
+ char[] gu = { '.', ',', ':', ';', '/' };
+
+ foreach (char gubun in gu)
+ {
+ if (str[str.Length - 1] == gubun)
+ {
+ str = str.Remove(str.Length - 1);
+ str = str.Trim();
+ }
+ }
+
+ return str;
+ }
+ #endregion
+
+ #region 메모장 채우기 SUB
+
+ ///
+ /// 메모장 채우기
+ ///
+ /// 메모장으로 쓸 RichTextBox
+ /// [0]:태그번호, [1]:지시기호, [2]:마크내용
+ private void InputMemo(string[] SplitTag)
+ {
+ dataGridView1.Rows.Clear();
+
+ string[] Tag =
+ {
+ "020", "041", "056", "082", "245",
+ "246", "250", "260", "300", "440",
+ "490", "500", "504", "505", "507",
+ "520", "521", "525", "536", "546",
+ "586", "650", "653", "700", "710",
+ "900", "910", "940"
+ };
+
+ List RemainTag = new List();
+ List BlankTag = MakeMarcLine();
+
+ foreach (string Content in SplitTag)
+ {
+ if (Content == "")
+ {
+ continue;
+ }
+
+ string txt = Content.Substring(0, 3);
+ bool isCopy = false;
+
+ foreach (string TagNum in Tag)
+ {
+ if (txt.Contains(TagNum))
+ {
+ isCopy = true;
+ break;
+ }
+ }
+
+ if (!isCopy)
+ RemainTag.Add(Content + "▲");
+ else
+ continue;
+ }
+
+ BlankTag.AddRange(RemainTag);
+ string text = "";
+
+ for (int b = 0; b < BlankTag.Count; b++)
+ {
+ string[] tmp = BlankTag[b].Split('\n');
+ if (tmp.Length < 1) continue;
+ for (int a = 0; a < tmp.Length; a++)
+ {
+ BlankTag.Add(tmp[a]);
+ }
+ BlankTag.RemoveAt(b);
+
+ if (BlankTag[b] != "")
+ {
+ if (BlankTag[b].IndexOf("\n") > -1)
+ text += BlankTag[b];
+ else
+ text += BlankTag[b] + "\n";
+ }
+ }
+
+ string[] aryText = text.Split('\n');
+
+
+ int count = 0;
+ foreach (string Data in aryText)
+ {
+ string[] grid = { count.ToString() };
+ string[] dataAry = Data.Split('\t');
+
+ if (dataAry.Length < 2) continue;
+
+ foreach (string tt in dataAry)
+ {
+ Array.Resize(ref grid, grid.Length + 1);
+ grid[grid.Length - 1] = tt;
+ }
+ dataGridView1.Rows.Add(grid);
+ count++;
+ }
+
+ richTextBox1.Text = "";
+
+ dataGridView1.Sort(dataGridView1.Columns["tag"], System.ComponentModel.ListSortDirection.Ascending);
+
+ bool isAuthor = false;
+ for (int a = 0; a < dataGridView1.Rows.Count; a++)
+ {
+ string tag = dataGridView1.Rows[a].Cells["tag"].Value.ToString();
+ string jisi = dataGridView1.Rows[a].Cells["jisi"].Value.ToString();
+ string marc = dataGridView1.Rows[a].Cells["MarcValue"].Value.ToString();
+
+ if (tag == "100" && !isAuthor ||
+ tag == "110" && !isAuthor ||
+ tag == "111" && !isAuthor)
+ {
+ richTextBox1.Text += string.Format("{0}\t{1}\t{2}\n", tag, jisi, marc);
+ isAuthor = true;
+ }
+ else
+ isAuthor = false;
+
+ if(!isAuthor)
+ richTextBox1.Text += string.Format("{0}\t{1}\t{2}\n", tag, jisi, marc);
+ }
+ }
+
+
+ private List MakeMarcLine()
+ {
+ List LineMarc = new List();
+
+ string[] Tag = {
+ "020", "041", "056", "082", "100",
+ "110", "111", "245", "246", "250",
+ "260", "300", "440", "490", "500",
+ "504", "505", "507", "520", "521",
+ "525", "536", "546", "586", "650",
+ "653", "700", "710", "900", "910",
+ "940"
+ };
+
+ string[] GridTag = {
+ "020", "246", "440", "490", "505"
+ };
+
+ string[] TextTag = {
+ "041", "056", "082", "100", "110",
+ "111", "245", "250", "260", "300",
+ "500", "505", "504", "507", "520",
+ "521", "525", "536", "546", "586",
+ "650", "653", "700", "710", "900",
+ "910", "940"
+ };
+
+ foreach (string TagNum in Tag)
+ {
+ bool isGrid = false;
+ bool isText = false;
+
+ foreach (string Grid in GridTag)
+ {
+ if (TagNum == Grid)
+ {
+ isGrid = true;
+ break;
+ }
+ }
+ foreach (string Text in TextTag)
+ {
+ if (TagNum == Text)
+ {
+ isText = true;
+ break;
+ }
+ }
+
+ if (isGrid)
+ {
+ LineMarc.Add(GridMarc(TagNum));
+ }
+ if (isText)
+ LineMarc.Add(TextMarc(TagNum));
+ }
+
+ return LineMarc;
+ }
+
+ #region GridInsert부분
+ private string GridMarc(string Tag)
+ {
+ DataGridView[] dgvNum = { GridView020, GridView246, GridView440, GridView490, GridView505 };
+ string result = "";
+
+ switch (Tag)
+ {
+ case "020": result = Grid020Insert(dgvNum[0]); break;
+ case "246": result = Grid246Insert(dgvNum[1]); break;
+ case "440": result = Grid440Insert(dgvNum[2]); break;
+ case "490": result = Grid490Insert(dgvNum[3]); break;
+ case "505": result = Grid505Insert(dgvNum[4]); break;
+ default:
+ break;
+ }
+
+ return result;
+ }
+
+ private string Grid020Insert(DataGridView dgv)
+ {
+ string Insert020Sub(string Check)
+ {
+ string res = " ";
+ if (Check == "True")
+ res = "1 ";
+ return res;
+ }
+ int count = dgv.Rows.Count - 1;
+ string result = "";
+
+ for (int a = 0; a < count; a++)
+ {
+ if (dgv.Rows[a].Cells["Text020a"].Value.ToString() == "" || dgv.Rows[a].Cells["Text020a"].Value == null)
+ break;
+
+ string CheckSet = dgv.Rows[a].Cells["CheckSet"].Value.ToString();
+ string a020 = dgv.Rows[a].Cells["Text020a"].Value.ToString();
+ string g020 = dgv.Rows[a].Cells["Text020g"].Value.ToString();
+ string c020 = dgv.Rows[a].Cells["Text020c"].Value.ToString();
+
+ result += string.Format("020\t{0}\t▼a{1}", Insert020Sub(CheckSet), a020);
+
+ if (g020 != "")
+ result += "▼g" + g020;
+
+ if (c020 != "")
+ result += "▼c" + c020;
+
+ result += "▲\n";
+ }
+
+ return result;
+ }
+
+ private string Grid246Insert(DataGridView dgv)
+ {
+ int count = dgv.Rows.Count - 1;
+ string result = "";
+
+ for (int a = 0; a < count; a++)
+ {
+ if (dgv.Rows[a].Cells[0].Value.ToString() == "" || dgv.Rows[a].Cells[0].Value == null)
+ break;
+
+ string Jisi = dgv.Rows[a].Cells["Text246Jisi"].Value.ToString();
+ string a246 = dgv.Rows[a].Cells["Text246a"].Value.ToString();
+ string b246 = dgv.Rows[a].Cells["Text246b"].Value.ToString();
+ string i246 = dgv.Rows[a].Cells["Text246i"].Value.ToString();
+ string n246 = dgv.Rows[a].Cells["Text246n"].Value.ToString();
+ string p246 = dgv.Rows[a].Cells["Text246p"].Value.ToString();
+
+ result += string.Format("246\t{0}\t▼a{1}", Jisi, a246);
+
+ if (b246 != "") result += "▼b" + b246;
+ if (i246 != "") result += "▼i" + i246;
+ if (n246 != "") result += "▼n" + n246;
+ if (p246 != "") result += "▼p" + p246;
+
+ result += "▲\n";
+ }
+ return result;
+ }
+
+ private string Grid440Insert(DataGridView dgv)
+ {
+ int count = dgv.Rows.Count - 1;
+ string result = "";
+
+ for (int a = 0; a < count; a++)
+ {
+ if (dgv.Rows[a].Cells[0].Value.ToString() == "" || dgv.Rows[a].Cells[0].Value == null)
+ break;
+
+ for (int b = 0; b < dgv.ColumnCount; b++)
+ {
+ if (dgv.Rows[a].Cells[b].Value == null)
+ dgv.Rows[a].Cells[b].Value = "";
+ }
+
+ string a440 = dgv.Rows[a].Cells["text440a"].Value.ToString();
+ string n440 = dgv.Rows[a].Cells["text440n"].Value.ToString();
+ string p440 = dgv.Rows[a].Cells["text440p"].Value.ToString();
+ string v440Num = dgv.Rows[a].Cells["text440vNum"].Value.ToString();
+ string v440Txt = dgv.Rows[a].Cells["text440vTxt"].Value.ToString();
+ string x440 = dgv.Rows[a].Cells["text440x"].Value.ToString();
+
+ result += string.Format("440\t \t▼a{0}", a440);
+
+ if (n440 != "") result += "▼n" + n440;
+ if (p440 != "") result += "▼p" + p440;
+ if (v440Num != "") result += "▼v" + v440Num + v440Txt;
+ if (x440 != "") result += "▼x" + x440;
+
+ result += "▲\n";
+ }
+
+ return result;
+ }
+
+ private string Grid490Insert(DataGridView dgv)
+ {
+ int count = dgv.Rows.Count - 1;
+ string result = "";
+
+ for (int a = 0; a < count; a++)
+ {
+ if (dgv.Rows[a].Cells[0].Value.ToString() == "" || dgv.Rows[a].Cells[0].Value == null)
+ break;
+
+ string a490 = dgv.Rows[a].Cells["text490a"].Value.ToString();
+ string v490 = dgv.Rows[a].Cells["text490v"].Value.ToString();
+
+ result += string.Format("490\t \t▼a{0}", a490);
+
+ if (v490 != "") result += "▼v" + v490;
+
+ result += "▲\n";
+ }
+
+ return result;
+ }
+
+ private string Grid505Insert(DataGridView dgv)
+ {
+ int count = dgv.Rows.Count - 1;
+ string result = "";
+
+ for (int a = 0; a < count; a++)
+ {
+ if (dgv.Rows[a].Cells[0].Value.ToString() == "" || dgv.Rows[a].Cells[0].Value == null)
+ break;
+
+ string n505 = dgv.Rows[a].Cells["text505n"].Value.ToString();
+ string t505 = dgv.Rows[a].Cells["text505t"].Value.ToString();
+ string d505 = dgv.Rows[a].Cells["text505d"].Value.ToString();
+ string e505 = dgv.Rows[a].Cells["text505e"].Value.ToString();
+
+ result += string.Format("505\t 0\t▼n{0}", n505);
+
+ if (t505 != "") result += "▼t" + t505;
+ if (d505 != "") result += "▼d" + d505;
+ if (e505 != "") result += "▼e" + e505;
+
+ if (a == count - 1)
+ result += "▲\n";
+ }
+
+
+ return result;
+ }
+
+ #endregion
+
+ #region TextInsert부분
+
+ private string TextMarc(string tag)
+ {
+ string result = "";
+ //"▼" "▲";
+
+ switch (tag)
+ {
+ case "041": result = Text041Insert(); break;
+ case "056": result = Text056Insert(); break;
+ case "082": result = Text082Insert(); break;
+ case "100": result = Text100Insert(tag); break;
+ case "110": result = Text100Insert(tag); break;
+ case "111": result = Text100Insert(tag); break;
+ case "245": result = Text245Insert(); break;
+ case "250": result = Text250Insert(); break;
+ case "260": result = Text260Insert(); break;
+ case "300": result = Text300Insert(); break;
+ case "500": result = Text500Insert(); break;
+ case "504": result = Text504Insert(); break;
+ case "505": result = Text505Insert(); break;
+ case "507": result = Text507Insert(); break;
+ case "520": result = Text520Insert(); break;
+ case "521": result = Text521Insert(); break;
+ case "525": result = Text525Insert(); break;
+ case "536": result = Text536Insert(); break;
+ case "546": result = Text546Insert(); break;
+ case "586": result = Text586Insert(); break;
+ case "650": result = Text650Insert(); break;
+ case "653": result = Text653Insert(); break;
+ case "700": result = Text700Insert(); break;
+ case "710": result = Text710Insert(); break;
+ case "900": result = Text900Insert(); break;
+ case "910": result = Text910Insert(); break;
+ case "940": result = Text940Insert(); break;
+ }
+
+ return result;
+ }
+
+ private string Text041Insert()
+ {
+ string[] boxText = { text041a.Text, text041b.Text, text041h.Text, text041k.Text };
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string result = "041\t \t";
+
+ if (boxText[0] != "") result += "▼a" + boxText[0].Replace("▽", "▼a");
+ if (boxText[1] != "") result += "▼b" + boxText[1];
+ if (boxText[2] != "") result += "▼h" + boxText[2].Replace("▽", "▼h");
+ if (boxText[3] != "") result += "▼k" + boxText[3];
+
+ result += "▲";
+
+ return result;
+ }
+
+ private string Text056Insert()
+ {
+ string[] boxText = { textKDC4.Text, textKDC5.Text, textKDC6.Text };
+
+ bool isText = isEmpty(boxText);
+ string result = "";
+ if (!isText)
+ return "";
+
+ if (boxText[0] != "")
+ result += string.Format("056\t \t▼a{0}▼2{1}▲", boxText[0], "4");
+ if (boxText[1] != "")
+ result += string.Format("056\t \t▼a{0}▼2{1}▲", boxText[1], "5");
+ if (boxText[2] != "")
+ result += string.Format("056\t \t▼a{0}▼2{1}▲", boxText[2], "6");
+
+ return result;
+ }
+
+ private string Text082Insert()
+ {
+ string[] boxText = { textDDC21.Text, textDDC22.Text, textDDC23.Text };
+
+ bool isText = isEmpty(boxText);
+ string result = "";
+ if (!isText)
+ return "";
+
+ if (boxText[0] != "")
+ result += string.Format("082\t \t▼a{0}▼2{1}▲", boxText[0], "4");
+ if (boxText[1] != "")
+ result += string.Format("082\t \t▼a{0}▼2{1}▲", boxText[1], "5");
+ if (boxText[2] != "")
+ result += string.Format("082\t \t▼a{0}▼2{1}▲", boxText[2], "6");
+
+ return result;
+ }
+
+ private string Text100Insert(string TagNum)
+ {
+ string boxText = basicHeadBox.Text;
+
+ bool isText;
+ if (boxText == "")
+ isText = false;
+ else
+ isText = true;
+
+ if (!isText)
+ return "";
+
+ string result = "";
+
+ if (TagNum == "100" && rbtn_100.Checked)
+ result = string.Format("{0}\t \t▼a{1}", TagNum, boxText);
+ if (TagNum == "110" && rbtn_110.Checked)
+ result = string.Format("{0}\t \t▼a{1}", TagNum, boxText);
+ if (TagNum == "111" && rbtn_111.Checked)
+ result = string.Format("{0}\t \t▼a{1}", TagNum, boxText);
+
+
+ result += "▲";
+
+ return result;
+ }
+
+ private string Text245Insert()
+ {
+ string[] boxText = {
+ text245a.Text, text245n.Text, text245p.Text, text245b.Text, text245x.Text , text245d.Text, text245e.Text };
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string result = "245\t \t";
+
+ if (boxText[0] != "") result += "▼a" + boxText[0];
+ if (boxText[3] != "") result += "▼b" + boxText[3];
+ if (boxText[1] != "") result += "▼n" + boxText[1];
+ if (boxText[2] != "") result += "▼p" + boxText[2];
+ if (boxText[4] != "") result += "▼x" + boxText[4];
+ if (boxText[5] != "") result += "▼d" + boxText[5];
+ if (boxText[6] != "") result += "▼e" + boxText[6].Replace("▽", "▼e");
+
+ result += "▲";
+
+ return result;
+ }
+
+ private string Text250Insert()
+ {
+ string boxText = text250a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string result = string.Format("250\t \t▼a{0}", boxText);
+
+ result += "▲";
+
+ return result;
+ }
+
+ private string Text260Insert()
+ {
+ string[] boxText = {
+ text260a.Text, text260b.Text, text260c.Text, text260g.Text };
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string result = "260\t \t";
+
+ if (boxText[0] != "") result += "▼a" + boxText[0];
+ if (boxText[1] != "") result += "▼b" + boxText[1].Replace("▽", "▼b"); ;
+ if (boxText[2] != "") result += "▼c" + boxText[2];
+ if (boxText[3] != "") result += "▼g" + boxText[3];
+
+ result += "▲";
+
+ return result;
+ }
+
+ private string Text300Insert()
+ {
+ string[] boxText = {
+ text300a.Text, text300b.Text, text300c1.Text, text300c2.Text, text300e.Text };
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string result = "300\t \t";
+
+ if (boxText[0] != "") result += "▼a" + boxText[0];
+ if (boxText[1] != "") result += "▼b" + boxText[1];
+ if (boxText[2] != "") result += "▼c" + boxText[2];
+ if (boxText[3] != "") result += " x " + boxText[3];
+ if (boxText[4] != "") result += "▼e" + boxText[4];
+
+ result += "▲";
+
+ return result;
+ }
+
+ private string Text500Insert()
+ {
+ string boxText = text500a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string[] splitText = boxText.Split('▽');
+
+ string result = "";
+
+ foreach (string text in splitText)
+ {
+ result += string.Format("500\t \t▼a{0}▲\n", text);
+ }
+
+ return result;
+ }
+
+ private string Text504Insert()
+ {
+ string boxText = text504a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string result = string.Format("504\t \t▼a{0}", boxText);
+
+ result += "▲";
+
+ return result;
+ }
+
+ private string Text505Insert()
+ {
+ string boxText = text505a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string result = string.Format("505\t \t▼a{0}", boxText);
+
+ result += "▲";
+
+ return result;
+ }
+
+ private string Text507Insert()
+ {
+ string[] boxText = {
+ text507a.Text, text507t.Text };
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string result = "507\t \t";
+
+ if (boxText[0] != "") result += "▼a" + boxText[0];
+ if (boxText[1] != "") result += "▼t" + boxText[1];
+
+ result += "▲";
+
+ return result;
+ }
+
+ private string Text520Insert()
+ {
+ string boxText = text520a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string result = string.Format("520\t \t▼a{0}", boxText);
+
+ result += "▲";
+
+ return result;
+ }
+
+ private string Text521Insert()
+ {
+ string boxText = text521a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string result = string.Format("521\t \t▼a{0}", boxText);
+
+ result += "▲";
+
+ return result;
+ }
+
+ private string Text525Insert()
+ {
+ string boxText = text525a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string result = string.Format("525\t \t▼a{0}", boxText);
+
+ result += "▲";
+
+ return result;
+ }
+
+ private string Text536Insert()
+ {
+ string boxText = text536a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string result = string.Format("536\t \t▼a{0}", boxText);
+
+ result += "▲";
+
+ return result;
+ }
+
+ private string Text546Insert()
+ {
+ string boxText = text546a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string result = string.Format("546\t \t▼a{0}", boxText);
+
+ result += "▲";
+
+ return result;
+ }
+
+ private string Text586Insert()
+ {
+ string boxText = text586a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string[] splitText = boxText.Split('▽');
+
+ string result = "";
+
+ foreach (string text in splitText)
+ {
+ result += string.Format("586\t \t▼a{0}▲\n", text);
+ }
+
+ return result;
+ }
+
+ private string Text650Insert()
+ {
+ string boxText = text650a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string[] splitText = boxText.Split('▽');
+
+ string result = "";
+
+ foreach (string text in splitText)
+ {
+ result += string.Format("650\t \t▼a{0}▲\n", text);
+ }
+
+ return result;
+ }
+
+ private string Text653Insert()
+ {
+ string boxText = text653a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string[] splitText = boxText.Split('▽');
+
+ string result = "";
+
+ foreach (string text in splitText)
+ {
+ result += string.Format("653\t \t▼a{0}▲\n", text);
+ }
+
+ return result;
+ }
+
+ private string Text700Insert()
+ {
+ string boxText = text700a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string[] splitText = boxText.Split('▽');
+
+ string result = "";
+
+ foreach (string text in splitText)
+ {
+ result += string.Format("700\t \t▼a{0}▲\n", text);
+ }
+
+ return result;
+ }
+
+ private string Text710Insert()
+ {
+ string boxText = text710a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string[] splitText = boxText.Split('▽');
+
+ string result = "";
+
+ foreach (string text in splitText)
+ {
+ if (text.IndexOf("@") > 0)
+ result += string.Format("710\t \t▼a{0}▲\n", text.Replace("@", "▼b"));
+ else
+ result += string.Format("710\t \t▼a{0}▲\n", text);
+
+ }
+
+ return result;
+ }
+
+ private string Text900Insert()
+ {
+ string boxText = text900a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string[] splitText = boxText.Split('▽');
+
+ string result = "";
+
+ foreach (string text in splitText)
+ {
+ result += string.Format("900\t \t▼a{0}▲", text);
+ }
+
+ return result;
+ }
+
+ private string Text910Insert()
+ {
+ string boxText = text910a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string[] splitText = boxText.Split('▽');
+
+ string result = "";
+
+ foreach (string text in splitText)
+ {
+ if (text.IndexOf("@") > 0)
+ result += string.Format("910\t \t▼a{0}▲\n", text.Replace("@", "▼b"));
+ else
+ result += string.Format("910\t \t▼a{0}▲\n", text);
+ }
+
+ return result;
+ }
+
+ private string Text940Insert()
+ {
+ string boxText = text940a.Text;
+
+ bool isText = isEmpty(boxText);
+
+ if (!isText)
+ return "";
+
+ string result = string.Format("940\t \t▼a{0}\n", boxText);
+
+ result += "▲";
+
+ return result;
+ }
+
+
+
+ private bool isEmpty(string boxText)
+ {
+ if (boxText == "")
+ return false;
+ return true;
+ }
+
+ private bool isEmpty(string[] boxText)
+ {
+ bool[] isText = new bool[boxText.Length];
+ int count = 0;
+ int chkCount = 0;
+ foreach (string Check in boxText)
+ {
+ if (Check == "")
+ isText[count] = false;
+ else
+ {
+ isText[count] = true;
+ chkCount++;
+ }
+ count++;
+ }
+
+ if (chkCount == 0)
+ return false;
+
+ return true;
+ }
+ #endregion
+
+ #endregion
}
}
\ No newline at end of file
diff --git a/unimarc/unimarc/마크/Marc.designer.cs b/unimarc/unimarc/마크/Marc.designer.cs
index be22ebb..f430208 100644
--- a/unimarc/unimarc/마크/Marc.designer.cs
+++ b/unimarc/unimarc/마크/Marc.designer.cs
@@ -28,9 +28,17 @@
///
private void InitializeComponent()
{
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Marc));
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.etc1 = new System.Windows.Forms.RichTextBox();
this.etc2 = new System.Windows.Forms.RichTextBox();
@@ -58,19 +66,6 @@
this.comboBox7 = new System.Windows.Forms.ComboBox();
this.Btn_Memo = new System.Windows.Forms.Button();
this.List_Book = new System.Windows.Forms.DataGridView();
- this.list_idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ISBN13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.num = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.book_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.author = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.book_comp = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.count = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pay = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.url = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.marc_idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.db_marc = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.grade = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colCheck = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btn_Save = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.text008 = new System.Windows.Forms.TextBox();
@@ -92,41 +87,226 @@
this.btn_Search = new System.Windows.Forms.Button();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.btn_FillBlank = new System.Windows.Forms.Button();
+ this.tabControl1 = new System.Windows.Forms.TabControl();
+ this.tabPage1 = new System.Windows.Forms.TabPage();
+ this.tabPage2 = new System.Windows.Forms.TabPage();
+ this.panel4 = new System.Windows.Forms.Panel();
+ this.groupBox5 = new System.Windows.Forms.GroupBox();
+ this.GridView020 = new System.Windows.Forms.DataGridView();
+ this.CheckSet = new System.Windows.Forms.DataGridViewCheckBoxColumn();
+ this.Text020a = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.Text020g = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.Text020c = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.groupBox10 = new System.Windows.Forms.GroupBox();
+ this.text505a = new System.Windows.Forms.TextBox();
+ this.GridView505 = new System.Windows.Forms.DataGridView();
+ this.text505n = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.text505t = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.text505d = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.text505e = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.label42 = new System.Windows.Forms.Label();
+ this.label45 = new System.Windows.Forms.Label();
+ this.label41 = new System.Windows.Forms.Label();
+ this.label47 = new System.Windows.Forms.Label();
+ this.label46 = new System.Windows.Forms.Label();
+ this.label44 = new System.Windows.Forms.Label();
+ this.label37 = new System.Windows.Forms.Label();
+ this.label40 = new System.Windows.Forms.Label();
+ this.label5 = new System.Windows.Forms.Label();
+ this.label36 = new System.Windows.Forms.Label();
+ this.GridView246 = new System.Windows.Forms.DataGridView();
+ this.Text246Jisi = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.Text246i = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.Text246a = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.Text246b = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.Text246n = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.Text246p = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.label39 = new System.Windows.Forms.Label();
+ this.label23 = new System.Windows.Forms.Label();
+ this.label43 = new System.Windows.Forms.Label();
+ this.label38 = new System.Windows.Forms.Label();
+ this.label22 = new System.Windows.Forms.Label();
+ this.groupBox9 = new System.Windows.Forms.GroupBox();
+ this.text900a = new System.Windows.Forms.TextBox();
+ this.text910a = new System.Windows.Forms.TextBox();
+ this.label35 = new System.Windows.Forms.Label();
+ this.label34 = new System.Windows.Forms.Label();
+ this.GridView440 = new System.Windows.Forms.DataGridView();
+ this.text440a = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.text440n = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.text440p = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.text440vNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.text440vTxt = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.text440x = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.groupBox8 = new System.Windows.Forms.GroupBox();
+ this.text700a = new System.Windows.Forms.TextBox();
+ this.text710a = new System.Windows.Forms.TextBox();
+ this.label21 = new System.Windows.Forms.Label();
+ this.label20 = new System.Windows.Forms.Label();
+ this.GridView490 = new System.Windows.Forms.DataGridView();
+ this.text490a = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.text490v = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.groupBox7 = new System.Windows.Forms.GroupBox();
+ this.text300a = new System.Windows.Forms.TextBox();
+ this.text300c1 = new System.Windows.Forms.TextBox();
+ this.text300c2 = new System.Windows.Forms.TextBox();
+ this.text300b = new System.Windows.Forms.TextBox();
+ this.label31 = new System.Windows.Forms.Label();
+ this.label30 = new System.Windows.Forms.Label();
+ this.text300e = new System.Windows.Forms.TextBox();
+ this.label33 = new System.Windows.Forms.Label();
+ this.label32 = new System.Windows.Forms.Label();
+ this.label29 = new System.Windows.Forms.Label();
+ this.label28 = new System.Windows.Forms.Label();
+ this.text546a = new System.Windows.Forms.TextBox();
+ this.groupBox6 = new System.Windows.Forms.GroupBox();
+ this.text260a = new System.Windows.Forms.TextBox();
+ this.text260b = new System.Windows.Forms.TextBox();
+ this.text260c = new System.Windows.Forms.TextBox();
+ this.text260g = new System.Windows.Forms.TextBox();
+ this.label24 = new System.Windows.Forms.Label();
+ this.label25 = new System.Windows.Forms.Label();
+ this.label26 = new System.Windows.Forms.Label();
+ this.label27 = new System.Windows.Forms.Label();
+ this.text504a = new System.Windows.Forms.TextBox();
+ this.text536a = new System.Windows.Forms.TextBox();
+ this.groupBox4 = new System.Windows.Forms.GroupBox();
+ this.radioButton4 = new System.Windows.Forms.RadioButton();
+ this.basicHeadBox = new System.Windows.Forms.TextBox();
+ this.invertCheck = new System.Windows.Forms.CheckBox();
+ this.rbtn_100 = new System.Windows.Forms.RadioButton();
+ this.rbtn_111 = new System.Windows.Forms.RadioButton();
+ this.rbtn_110 = new System.Windows.Forms.RadioButton();
+ this.text650a = new System.Windows.Forms.TextBox();
+ this.groupBox3 = new System.Windows.Forms.GroupBox();
+ this.label8 = new System.Windows.Forms.Label();
+ this.label9 = new System.Windows.Forms.Label();
+ this.label10 = new System.Windows.Forms.Label();
+ this.label11 = new System.Windows.Forms.Label();
+ this.text041a = new System.Windows.Forms.TextBox();
+ this.text041b = new System.Windows.Forms.TextBox();
+ this.text041h = new System.Windows.Forms.TextBox();
+ this.text041k = new System.Windows.Forms.TextBox();
+ this.text586a = new System.Windows.Forms.TextBox();
+ this.groupBox2 = new System.Windows.Forms.GroupBox();
+ this.textKDC4 = new System.Windows.Forms.TextBox();
+ this.textKDC5 = new System.Windows.Forms.TextBox();
+ this.textKDC6 = new System.Windows.Forms.TextBox();
+ this.label12 = new System.Windows.Forms.Label();
+ this.label13 = new System.Windows.Forms.Label();
+ this.label14 = new System.Windows.Forms.Label();
+ this.label15 = new System.Windows.Forms.Label();
+ this.label16 = new System.Windows.Forms.Label();
+ this.label17 = new System.Windows.Forms.Label();
+ this.label18 = new System.Windows.Forms.Label();
+ this.label19 = new System.Windows.Forms.Label();
+ this.textDDC21 = new System.Windows.Forms.TextBox();
+ this.textDDC22 = new System.Windows.Forms.TextBox();
+ this.textDDC23 = new System.Windows.Forms.TextBox();
+ this.text520a = new System.Windows.Forms.TextBox();
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
+ this.text245a = new System.Windows.Forms.TextBox();
+ this.text245b = new System.Windows.Forms.TextBox();
+ this.text245x = new System.Windows.Forms.TextBox();
+ this.text245n = new System.Windows.Forms.TextBox();
+ this.text245d = new System.Windows.Forms.TextBox();
+ this.text245e = new System.Windows.Forms.TextBox();
+ this.text245p = new System.Windows.Forms.TextBox();
+ this.label48 = new System.Windows.Forms.Label();
+ this.label49 = new System.Windows.Forms.Label();
+ this.label50 = new System.Windows.Forms.Label();
+ this.label51 = new System.Windows.Forms.Label();
+ this.label52 = new System.Windows.Forms.Label();
+ this.label53 = new System.Windows.Forms.Label();
+ this.label54 = new System.Windows.Forms.Label();
+ this.text521a = new System.Windows.Forms.TextBox();
+ this.text525a = new System.Windows.Forms.TextBox();
+ this.text940a = new System.Windows.Forms.TextBox();
+ this.text653a = new System.Windows.Forms.TextBox();
+ this.text507t = new System.Windows.Forms.TextBox();
+ this.text500a = new System.Windows.Forms.TextBox();
+ this.text507a = new System.Windows.Forms.TextBox();
+ this.text250a = new System.Windows.Forms.TextBox();
+ this.dataGridView1 = new System.Windows.Forms.DataGridView();
+ this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.tag = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.jisi = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.MarcValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.lbl_SaveData = new System.Windows.Forms.Label();
+ this.list_idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.ISBN13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.num = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.book_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.author = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.book_comp = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.count = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.pay = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.url = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.marc_idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.db_marc = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.grade = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.colCheck = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.user = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.SaveDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.List_Book)).BeginInit();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
+ this.tabControl1.SuspendLayout();
+ this.tabPage1.SuspendLayout();
+ this.tabPage2.SuspendLayout();
+ this.panel4.SuspendLayout();
+ this.groupBox5.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.GridView020)).BeginInit();
+ this.groupBox10.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.GridView505)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.GridView246)).BeginInit();
+ this.groupBox9.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.GridView440)).BeginInit();
+ this.groupBox8.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.GridView490)).BeginInit();
+ this.groupBox7.SuspendLayout();
+ this.groupBox6.SuspendLayout();
+ this.groupBox4.SuspendLayout();
+ this.groupBox3.SuspendLayout();
+ this.groupBox2.SuspendLayout();
+ this.groupBox1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// richTextBox1
//
this.richTextBox1.AcceptsTab = true;
- this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.richTextBox1.BackColor = System.Drawing.Color.LightGray;
+ this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.richTextBox1.Font = new System.Drawing.Font("굴림체", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.richTextBox1.Location = new System.Drawing.Point(520, 95);
+ this.richTextBox1.Location = new System.Drawing.Point(3, 3);
this.richTextBox1.Name = "richTextBox1";
- this.richTextBox1.Size = new System.Drawing.Size(631, 649);
+ this.richTextBox1.Size = new System.Drawing.Size(932, 810);
this.richTextBox1.TabIndex = 32;
this.richTextBox1.Text = "";
this.richTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.richTextBox1_KeyDown);
//
// etc1
//
+ this.etc1.BackColor = System.Drawing.SystemColors.ScrollBar;
this.etc1.Font = new System.Drawing.Font("굴림체", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.etc1.Location = new System.Drawing.Point(1157, 364);
+ this.etc1.Location = new System.Drawing.Point(1466, 348);
this.etc1.Name = "etc1";
- this.etc1.Size = new System.Drawing.Size(291, 187);
+ this.etc1.Size = new System.Drawing.Size(287, 187);
this.etc1.TabIndex = 32;
this.etc1.Text = "Remark1";
this.etc1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.etc_KeyDown);
//
// etc2
//
+ this.etc2.BackColor = System.Drawing.SystemColors.ScrollBar;
this.etc2.Font = new System.Drawing.Font("굴림체", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.etc2.Location = new System.Drawing.Point(1157, 557);
+ this.etc2.Location = new System.Drawing.Point(1466, 541);
this.etc2.Name = "etc2";
- this.etc2.Size = new System.Drawing.Size(291, 184);
+ this.etc2.Size = new System.Drawing.Size(287, 184);
this.etc2.TabIndex = 32;
this.etc2.Text = "Remark2";
this.etc2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.etc_KeyDown);
@@ -134,7 +314,7 @@
// label1
//
this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(521, 15);
+ this.label1.Location = new System.Drawing.Point(891, 11);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 14;
@@ -143,7 +323,7 @@
// label2
//
this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(690, 15);
+ this.label2.Location = new System.Drawing.Point(1060, 11);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 206;
@@ -153,7 +333,7 @@
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(731, 11);
+ this.comboBox1.Location = new System.Drawing.Point(1101, 7);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(79, 20);
this.comboBox1.TabIndex = 207;
@@ -163,7 +343,7 @@
// label3
//
this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(821, 15);
+ this.label3.Location = new System.Drawing.Point(1191, 11);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 206;
@@ -173,7 +353,7 @@
//
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.FormattingEnabled = true;
- this.comboBox2.Location = new System.Drawing.Point(875, 11);
+ this.comboBox2.Location = new System.Drawing.Point(1245, 7);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(79, 20);
this.comboBox2.TabIndex = 207;
@@ -183,7 +363,7 @@
// label98
//
this.label98.AutoSize = true;
- this.label98.Location = new System.Drawing.Point(962, 15);
+ this.label98.Location = new System.Drawing.Point(1332, 11);
this.label98.Name = "label98";
this.label98.Size = new System.Drawing.Size(53, 12);
this.label98.TabIndex = 14;
@@ -193,7 +373,7 @@
//
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox3.FormattingEnabled = true;
- this.comboBox3.Location = new System.Drawing.Point(1016, 11);
+ this.comboBox3.Location = new System.Drawing.Point(1386, 7);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(118, 20);
this.comboBox3.TabIndex = 207;
@@ -203,7 +383,7 @@
// label99
//
this.label99.AutoSize = true;
- this.label99.Location = new System.Drawing.Point(1263, 15);
+ this.label99.Location = new System.Drawing.Point(1633, 11);
this.label99.Name = "label99";
this.label99.Size = new System.Drawing.Size(29, 12);
this.label99.TabIndex = 206;
@@ -211,7 +391,8 @@
//
// text008col
//
- this.text008col.Location = new System.Drawing.Point(1292, 11);
+ this.text008col.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text008col.Location = new System.Drawing.Point(1662, 7);
this.text008col.Name = "text008col";
this.text008col.Size = new System.Drawing.Size(41, 21);
this.text008col.TabIndex = 204;
@@ -220,7 +401,7 @@
// label100
//
this.label100.AutoSize = true;
- this.label100.Location = new System.Drawing.Point(821, 37);
+ this.label100.Location = new System.Drawing.Point(1191, 33);
this.label100.Name = "label100";
this.label100.Size = new System.Drawing.Size(53, 12);
this.label100.TabIndex = 206;
@@ -230,7 +411,7 @@
//
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox4.FormattingEnabled = true;
- this.comboBox4.Location = new System.Drawing.Point(875, 33);
+ this.comboBox4.Location = new System.Drawing.Point(1245, 29);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(79, 20);
this.comboBox4.TabIndex = 207;
@@ -240,7 +421,7 @@
// label101
//
this.label101.AutoSize = true;
- this.label101.Location = new System.Drawing.Point(986, 37);
+ this.label101.Location = new System.Drawing.Point(1356, 33);
this.label101.Name = "label101";
this.label101.Size = new System.Drawing.Size(29, 12);
this.label101.TabIndex = 206;
@@ -250,7 +431,7 @@
//
this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox5.FormattingEnabled = true;
- this.comboBox5.Location = new System.Drawing.Point(1016, 33);
+ this.comboBox5.Location = new System.Drawing.Point(1386, 29);
this.comboBox5.Name = "comboBox5";
this.comboBox5.Size = new System.Drawing.Size(97, 20);
this.comboBox5.TabIndex = 207;
@@ -260,7 +441,7 @@
// label102
//
this.label102.AutoSize = true;
- this.label102.Location = new System.Drawing.Point(1126, 37);
+ this.label102.Location = new System.Drawing.Point(1496, 33);
this.label102.Name = "label102";
this.label102.Size = new System.Drawing.Size(29, 12);
this.label102.TabIndex = 206;
@@ -270,7 +451,7 @@
//
this.comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox6.FormattingEnabled = true;
- this.comboBox6.Location = new System.Drawing.Point(1156, 33);
+ this.comboBox6.Location = new System.Drawing.Point(1526, 29);
this.comboBox6.Name = "comboBox6";
this.comboBox6.Size = new System.Drawing.Size(97, 20);
this.comboBox6.TabIndex = 207;
@@ -279,7 +460,8 @@
//
// text008gov
//
- this.text008gov.Location = new System.Drawing.Point(1292, 33);
+ this.text008gov.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text008gov.Location = new System.Drawing.Point(1662, 29);
this.text008gov.Name = "text008gov";
this.text008gov.Size = new System.Drawing.Size(41, 21);
this.text008gov.TabIndex = 204;
@@ -288,7 +470,7 @@
// label103
//
this.label103.AutoSize = true;
- this.label103.Location = new System.Drawing.Point(1263, 37);
+ this.label103.Location = new System.Drawing.Point(1633, 33);
this.label103.Name = "label103";
this.label103.Size = new System.Drawing.Size(29, 12);
this.label103.TabIndex = 206;
@@ -299,7 +481,7 @@
this.col008res.AutoSize = true;
this.col008res.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.col008res.ForeColor = System.Drawing.Color.Blue;
- this.col008res.Location = new System.Drawing.Point(1335, 15);
+ this.col008res.Location = new System.Drawing.Point(1705, 11);
this.col008res.Name = "col008res";
this.col008res.Size = new System.Drawing.Size(13, 12);
this.col008res.TabIndex = 206;
@@ -311,7 +493,7 @@
this.gov008res.AutoSize = true;
this.gov008res.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.gov008res.ForeColor = System.Drawing.Color.Blue;
- this.gov008res.Location = new System.Drawing.Point(1335, 37);
+ this.gov008res.Location = new System.Drawing.Point(1705, 33);
this.gov008res.Name = "gov008res";
this.gov008res.Size = new System.Drawing.Size(13, 12);
this.gov008res.TabIndex = 206;
@@ -321,7 +503,7 @@
// checkBox1
//
this.checkBox1.AutoSize = true;
- this.checkBox1.Location = new System.Drawing.Point(523, 35);
+ this.checkBox1.Location = new System.Drawing.Point(893, 31);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(112, 16);
this.checkBox1.TabIndex = 213;
@@ -332,7 +514,7 @@
// checkBox2
//
this.checkBox2.AutoSize = true;
- this.checkBox2.Location = new System.Drawing.Point(647, 35);
+ this.checkBox2.Location = new System.Drawing.Point(1017, 31);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(112, 16);
this.checkBox2.TabIndex = 213;
@@ -344,7 +526,7 @@
//
this.comboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox7.FormattingEnabled = true;
- this.comboBox7.Location = new System.Drawing.Point(1135, 11);
+ this.comboBox7.Location = new System.Drawing.Point(1505, 7);
this.comboBox7.Name = "comboBox7";
this.comboBox7.Size = new System.Drawing.Size(118, 20);
this.comboBox7.TabIndex = 207;
@@ -353,7 +535,7 @@
//
// Btn_Memo
//
- this.Btn_Memo.Location = new System.Drawing.Point(1157, 197);
+ this.Btn_Memo.Location = new System.Drawing.Point(1466, 158);
this.Btn_Memo.Name = "Btn_Memo";
this.Btn_Memo.Size = new System.Drawing.Size(77, 23);
this.Btn_Memo.TabIndex = 215;
@@ -366,14 +548,14 @@
this.List_Book.AllowUserToAddRows = false;
this.List_Book.AllowUserToDeleteRows = false;
this.List_Book.AllowUserToResizeColumns = false;
- dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle23.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- dataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.List_Book.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle23;
+ dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
+ dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
+ dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.List_Book.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.List_Book.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.list_idx,
this.ISBN13,
@@ -387,7 +569,9 @@
this.marc_idx,
this.db_marc,
this.grade,
- this.colCheck});
+ this.colCheck,
+ this.user,
+ this.SaveDate});
this.List_Book.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.List_Book.Location = new System.Drawing.Point(12, 57);
this.List_Book.MultiSelect = false;
@@ -397,11 +581,1759 @@
this.List_Book.RowHeadersWidth = 10;
this.List_Book.RowTemplate.Height = 23;
this.List_Book.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.List_Book.Size = new System.Drawing.Size(502, 684);
+ this.List_Book.Size = new System.Drawing.Size(502, 842);
this.List_Book.TabIndex = 217;
- this.List_Book.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.List_Book_CellContentClick);
+ this.List_Book.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.List_Book_CellClick);
this.List_Book.KeyDown += new System.Windows.Forms.KeyEventHandler(this.List_Book_KeyDown);
//
+ // btn_Save
+ //
+ this.btn_Save.Location = new System.Drawing.Point(1466, 186);
+ this.btn_Save.Name = "btn_Save";
+ this.btn_Save.Size = new System.Drawing.Size(77, 23);
+ this.btn_Save.TabIndex = 215;
+ this.btn_Save.Text = "저 장";
+ this.btn_Save.UseVisualStyleBackColor = true;
+ this.btn_Save.Click += new System.EventHandler(this.Btn_Save_Click);
+ //
+ // label4
+ //
+ this.label4.AutoSize = true;
+ this.label4.Location = new System.Drawing.Point(8, 7);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(49, 12);
+ this.label4.TabIndex = 206;
+ this.label4.Text = "008 Tag";
+ //
+ // text008
+ //
+ this.text008.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text008.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.text008.Location = new System.Drawing.Point(60, 3);
+ this.text008.MaxLength = 40;
+ this.text008.Name = "text008";
+ this.text008.Size = new System.Drawing.Size(272, 21);
+ this.text008.TabIndex = 204;
+ //
+ // panel3
+ //
+ this.panel3.BackColor = System.Drawing.Color.Silver;
+ this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel3.Controls.Add(this.btn_Reflesh008);
+ this.panel3.Controls.Add(this.text008);
+ this.panel3.Controls.Add(this.label4);
+ this.panel3.Location = new System.Drawing.Point(520, 12);
+ this.panel3.Name = "panel3";
+ this.panel3.Size = new System.Drawing.Size(364, 30);
+ this.panel3.TabIndex = 219;
+ //
+ // btn_Reflesh008
+ //
+ this.btn_Reflesh008.BackColor = System.Drawing.SystemColors.WindowText;
+ this.btn_Reflesh008.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn_Reflesh008.BackgroundImage")));
+ this.btn_Reflesh008.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+ this.btn_Reflesh008.Dock = System.Windows.Forms.DockStyle.Right;
+ this.btn_Reflesh008.Location = new System.Drawing.Point(334, 0);
+ this.btn_Reflesh008.Name = "btn_Reflesh008";
+ this.btn_Reflesh008.Size = new System.Drawing.Size(28, 28);
+ this.btn_Reflesh008.TabIndex = 207;
+ this.btn_Reflesh008.UseVisualStyleBackColor = false;
+ this.btn_Reflesh008.Click += new System.EventHandler(this.btn_Reflesh008_Click);
+ //
+ // btn_close
+ //
+ this.btn_close.Location = new System.Drawing.Point(1466, 244);
+ this.btn_close.Name = "btn_close";
+ this.btn_close.Size = new System.Drawing.Size(77, 23);
+ this.btn_close.TabIndex = 215;
+ this.btn_close.Text = "닫 기";
+ this.btn_close.UseVisualStyleBackColor = true;
+ this.btn_close.Click += new System.EventHandler(this.Btn_Close_Click);
+ //
+ // input_date
+ //
+ this.input_date.CalendarTitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.input_date.CalendarTitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.input_date.Checked = false;
+ this.input_date.CustomFormat = "yyyy-MM-dd";
+ this.input_date.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
+ this.input_date.Location = new System.Drawing.Point(950, 7);
+ this.input_date.Name = "input_date";
+ this.input_date.ShowCheckBox = true;
+ this.input_date.Size = new System.Drawing.Size(101, 21);
+ this.input_date.TabIndex = 220;
+ this.input_date.ValueChanged += new System.EventHandler(this.input_date_ValueChanged);
+ //
+ // pictureBox1
+ //
+ this.pictureBox1.BackColor = System.Drawing.SystemColors.ControlLight;
+ this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
+ this.pictureBox1.Location = new System.Drawing.Point(1545, 57);
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.Size = new System.Drawing.Size(208, 285);
+ this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+ this.pictureBox1.TabIndex = 221;
+ this.pictureBox1.TabStop = false;
+ this.pictureBox1.DoubleClick += new System.EventHandler(this.pictureBox1_DoubleClick);
+ //
+ // btn_preview
+ //
+ this.btn_preview.Location = new System.Drawing.Point(1466, 215);
+ this.btn_preview.Name = "btn_preview";
+ this.btn_preview.Size = new System.Drawing.Size(77, 23);
+ this.btn_preview.TabIndex = 215;
+ this.btn_preview.Text = "미리보기";
+ this.btn_preview.UseVisualStyleBackColor = true;
+ this.btn_preview.Click += new System.EventHandler(this.Btn_preview_Click);
+ //
+ // cb_grade
+ //
+ this.cb_grade.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cb_grade.FormattingEnabled = true;
+ this.cb_grade.Items.AddRange(new object[] {
+ "A",
+ "B",
+ "C",
+ "D"});
+ this.cb_grade.Location = new System.Drawing.Point(1467, 93);
+ this.cb_grade.Name = "cb_grade";
+ this.cb_grade.Size = new System.Drawing.Size(75, 20);
+ this.cb_grade.TabIndex = 222;
+ //
+ // label6
+ //
+ this.label6.AutoSize = true;
+ this.label6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label6.Location = new System.Drawing.Point(1473, 79);
+ this.label6.Name = "label6";
+ this.label6.Size = new System.Drawing.Size(62, 12);
+ this.label6.TabIndex = 223;
+ this.label6.Text = "마크 등급";
+ //
+ // rb_Sort
+ //
+ this.rb_Sort.AutoSize = true;
+ this.rb_Sort.Location = new System.Drawing.Point(10, 8);
+ this.rb_Sort.Name = "rb_Sort";
+ this.rb_Sort.Size = new System.Drawing.Size(47, 16);
+ this.rb_Sort.TabIndex = 224;
+ this.rb_Sort.TabStop = true;
+ this.rb_Sort.Text = "정렬";
+ this.rb_Sort.UseVisualStyleBackColor = true;
+ this.rb_Sort.CheckedChanged += new System.EventHandler(this.rb_Sort_CheckedChanged);
+ //
+ // rb_Filter
+ //
+ this.rb_Filter.AutoSize = true;
+ this.rb_Filter.Location = new System.Drawing.Point(57, 8);
+ this.rb_Filter.Name = "rb_Filter";
+ this.rb_Filter.Size = new System.Drawing.Size(47, 16);
+ this.rb_Filter.TabIndex = 224;
+ this.rb_Filter.TabStop = true;
+ this.rb_Filter.Text = "필터";
+ this.rb_Filter.UseVisualStyleBackColor = true;
+ this.rb_Filter.CheckedChanged += new System.EventHandler(this.rb_Sort_CheckedChanged);
+ //
+ // comboBox8
+ //
+ this.comboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.comboBox8.FormattingEnabled = true;
+ this.comboBox8.Location = new System.Drawing.Point(115, 6);
+ this.comboBox8.Name = "comboBox8";
+ this.comboBox8.Size = new System.Drawing.Size(79, 20);
+ this.comboBox8.TabIndex = 225;
+ this.comboBox8.SelectedIndexChanged += new System.EventHandler(this.comboBox8_SelectedIndexChanged);
+ //
+ // comboBox9
+ //
+ this.comboBox9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.comboBox9.FormattingEnabled = true;
+ this.comboBox9.Location = new System.Drawing.Point(200, 6);
+ this.comboBox9.Name = "comboBox9";
+ this.comboBox9.Size = new System.Drawing.Size(79, 20);
+ this.comboBox9.TabIndex = 225;
+ //
+ // panel1
+ //
+ this.panel1.BackColor = System.Drawing.Color.Silver;
+ this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel1.Controls.Add(this.panel2);
+ this.panel1.Controls.Add(this.btn_Search);
+ this.panel1.Controls.Add(this.rb_Sort);
+ this.panel1.Controls.Add(this.comboBox9);
+ this.panel1.Controls.Add(this.rb_Filter);
+ this.panel1.Controls.Add(this.comboBox8);
+ this.panel1.Location = new System.Drawing.Point(12, 11);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(476, 35);
+ this.panel1.TabIndex = 226;
+ //
+ // panel2
+ //
+ this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel2.Controls.Add(this.btn_mk_marcList);
+ this.panel2.Location = new System.Drawing.Point(377, -1);
+ this.panel2.Name = "panel2";
+ this.panel2.Size = new System.Drawing.Size(98, 35);
+ this.panel2.TabIndex = 228;
+ //
+ // btn_mk_marcList
+ //
+ this.btn_mk_marcList.Location = new System.Drawing.Point(6, 5);
+ this.btn_mk_marcList.Name = "btn_mk_marcList";
+ this.btn_mk_marcList.Size = new System.Drawing.Size(85, 23);
+ this.btn_mk_marcList.TabIndex = 227;
+ this.btn_mk_marcList.Text = "마크목록생성";
+ this.btn_mk_marcList.UseVisualStyleBackColor = true;
+ this.btn_mk_marcList.Click += new System.EventHandler(this.btn_mk_marcList_Click);
+ //
+ // btn_Search
+ //
+ this.btn_Search.Location = new System.Drawing.Point(293, 5);
+ this.btn_Search.Name = "btn_Search";
+ this.btn_Search.Size = new System.Drawing.Size(79, 23);
+ this.btn_Search.TabIndex = 227;
+ this.btn_Search.Text = "검 색";
+ this.btn_Search.UseVisualStyleBackColor = true;
+ this.btn_Search.Click += new System.EventHandler(this.btn_Search_Click);
+ //
+ // checkBox3
+ //
+ this.checkBox3.AutoSize = true;
+ this.checkBox3.BackColor = System.Drawing.Color.Transparent;
+ this.checkBox3.Checked = true;
+ this.checkBox3.CheckState = System.Windows.Forms.CheckState.Checked;
+ this.checkBox3.Location = new System.Drawing.Point(476, 62);
+ this.checkBox3.Name = "checkBox3";
+ this.checkBox3.Size = new System.Drawing.Size(15, 14);
+ this.checkBox3.TabIndex = 227;
+ this.checkBox3.UseVisualStyleBackColor = false;
+ this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
+ //
+ // btn_FillBlank
+ //
+ this.btn_FillBlank.Location = new System.Drawing.Point(1466, 119);
+ this.btn_FillBlank.Name = "btn_FillBlank";
+ this.btn_FillBlank.Size = new System.Drawing.Size(77, 33);
+ this.btn_FillBlank.TabIndex = 228;
+ this.btn_FillBlank.Text = "코리스\r\n칸채우기";
+ this.btn_FillBlank.UseVisualStyleBackColor = true;
+ this.btn_FillBlank.Click += new System.EventHandler(this.btn_FillBlank_Click);
+ //
+ // tabControl1
+ //
+ this.tabControl1.Controls.Add(this.tabPage1);
+ this.tabControl1.Controls.Add(this.tabPage2);
+ this.tabControl1.Location = new System.Drawing.Point(516, 57);
+ this.tabControl1.Multiline = true;
+ this.tabControl1.Name = "tabControl1";
+ this.tabControl1.SelectedIndex = 0;
+ this.tabControl1.Size = new System.Drawing.Size(946, 842);
+ this.tabControl1.TabIndex = 311;
+ this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
+ //
+ // tabPage1
+ //
+ this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.tabPage1.Controls.Add(this.richTextBox1);
+ this.tabPage1.Location = new System.Drawing.Point(4, 22);
+ this.tabPage1.Name = "tabPage1";
+ this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
+ this.tabPage1.Size = new System.Drawing.Size(938, 816);
+ this.tabPage1.TabIndex = 0;
+ this.tabPage1.Text = "마크 편집";
+ //
+ // tabPage2
+ //
+ this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.tabPage2.Controls.Add(this.panel4);
+ this.tabPage2.Location = new System.Drawing.Point(4, 22);
+ this.tabPage2.Name = "tabPage2";
+ this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
+ this.tabPage2.Size = new System.Drawing.Size(938, 816);
+ this.tabPage2.TabIndex = 1;
+ this.tabPage2.Text = "마크 칸채우기";
+ //
+ // panel4
+ //
+ this.panel4.BackColor = System.Drawing.SystemColors.ScrollBar;
+ this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel4.Controls.Add(this.groupBox5);
+ this.panel4.Controls.Add(this.groupBox10);
+ this.panel4.Controls.Add(this.label45);
+ this.panel4.Controls.Add(this.label41);
+ this.panel4.Controls.Add(this.label47);
+ this.panel4.Controls.Add(this.label46);
+ this.panel4.Controls.Add(this.label44);
+ this.panel4.Controls.Add(this.label37);
+ this.panel4.Controls.Add(this.label40);
+ this.panel4.Controls.Add(this.label5);
+ this.panel4.Controls.Add(this.label36);
+ this.panel4.Controls.Add(this.GridView246);
+ this.panel4.Controls.Add(this.label39);
+ this.panel4.Controls.Add(this.label23);
+ this.panel4.Controls.Add(this.label43);
+ this.panel4.Controls.Add(this.label38);
+ this.panel4.Controls.Add(this.label22);
+ this.panel4.Controls.Add(this.groupBox9);
+ this.panel4.Controls.Add(this.GridView440);
+ this.panel4.Controls.Add(this.groupBox8);
+ this.panel4.Controls.Add(this.GridView490);
+ this.panel4.Controls.Add(this.groupBox7);
+ this.panel4.Controls.Add(this.text546a);
+ this.panel4.Controls.Add(this.groupBox6);
+ this.panel4.Controls.Add(this.text504a);
+ this.panel4.Controls.Add(this.text536a);
+ this.panel4.Controls.Add(this.groupBox4);
+ this.panel4.Controls.Add(this.text650a);
+ this.panel4.Controls.Add(this.groupBox3);
+ this.panel4.Controls.Add(this.text586a);
+ this.panel4.Controls.Add(this.groupBox2);
+ this.panel4.Controls.Add(this.text520a);
+ this.panel4.Controls.Add(this.groupBox1);
+ this.panel4.Controls.Add(this.text521a);
+ this.panel4.Controls.Add(this.text525a);
+ this.panel4.Controls.Add(this.text940a);
+ this.panel4.Controls.Add(this.text653a);
+ this.panel4.Controls.Add(this.text507t);
+ this.panel4.Controls.Add(this.text500a);
+ this.panel4.Controls.Add(this.text507a);
+ this.panel4.Controls.Add(this.text250a);
+ this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel4.Location = new System.Drawing.Point(3, 3);
+ this.panel4.Name = "panel4";
+ this.panel4.Size = new System.Drawing.Size(932, 810);
+ this.panel4.TabIndex = 316;
+ //
+ // groupBox5
+ //
+ this.groupBox5.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox5.Controls.Add(this.GridView020);
+ this.groupBox5.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox5.Location = new System.Drawing.Point(3, 3);
+ this.groupBox5.Name = "groupBox5";
+ this.groupBox5.Size = new System.Drawing.Size(414, 100);
+ this.groupBox5.TabIndex = 304;
+ this.groupBox5.TabStop = false;
+ this.groupBox5.Text = "020";
+ //
+ // GridView020
+ //
+ this.GridView020.AllowDrop = true;
+ this.GridView020.AllowUserToResizeRows = false;
+ this.GridView020.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+ this.GridView020.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+ this.CheckSet,
+ this.Text020a,
+ this.Text020g,
+ this.Text020c});
+ this.GridView020.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.GridView020.Location = new System.Drawing.Point(3, 17);
+ this.GridView020.Name = "GridView020";
+ this.GridView020.RowHeadersVisible = false;
+ this.GridView020.RowHeadersWidth = 30;
+ dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.GridView020.RowsDefaultCellStyle = dataGridViewCellStyle3;
+ this.GridView020.RowTemplate.Height = 23;
+ this.GridView020.Size = new System.Drawing.Size(408, 80);
+ this.GridView020.TabIndex = 244;
+ //
+ // CheckSet
+ //
+ this.CheckSet.HeaderText = "세트";
+ this.CheckSet.Name = "CheckSet";
+ this.CheckSet.Width = 40;
+ //
+ // Text020a
+ //
+ this.Text020a.HeaderText = "ISBN(a)";
+ this.Text020a.Name = "Text020a";
+ this.Text020a.Width = 140;
+ //
+ // Text020g
+ //
+ this.Text020g.HeaderText = "부가기호(g)";
+ this.Text020g.Name = "Text020g";
+ //
+ // Text020c
+ //
+ this.Text020c.HeaderText = "가격(c)";
+ this.Text020c.Name = "Text020c";
+ //
+ // groupBox10
+ //
+ this.groupBox10.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox10.Controls.Add(this.text505a);
+ this.groupBox10.Controls.Add(this.GridView505);
+ this.groupBox10.Controls.Add(this.label42);
+ this.groupBox10.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox10.Location = new System.Drawing.Point(3, 624);
+ this.groupBox10.Name = "groupBox10";
+ this.groupBox10.Size = new System.Drawing.Size(414, 129);
+ this.groupBox10.TabIndex = 308;
+ this.groupBox10.TabStop = false;
+ this.groupBox10.Text = "505";
+ //
+ // text505a
+ //
+ this.text505a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text505a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text505a.Location = new System.Drawing.Point(18, 20);
+ this.text505a.Multiline = true;
+ this.text505a.Name = "text505a";
+ this.text505a.Size = new System.Drawing.Size(389, 33);
+ this.text505a.TabIndex = 270;
+ //
+ // GridView505
+ //
+ this.GridView505.AllowDrop = true;
+ this.GridView505.AllowUserToResizeRows = false;
+ this.GridView505.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+ this.GridView505.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+ this.text505n,
+ this.text505t,
+ this.text505d,
+ this.text505e});
+ this.GridView505.Location = new System.Drawing.Point(6, 54);
+ this.GridView505.Name = "GridView505";
+ this.GridView505.RowHeadersVisible = false;
+ this.GridView505.RowHeadersWidth = 30;
+ dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.GridView505.RowsDefaultCellStyle = dataGridViewCellStyle4;
+ this.GridView505.RowTemplate.Height = 23;
+ this.GridView505.Size = new System.Drawing.Size(401, 71);
+ this.GridView505.TabIndex = 246;
+ //
+ // text505n
+ //
+ this.text505n.HeaderText = "505n";
+ this.text505n.Name = "text505n";
+ this.text505n.Width = 50;
+ //
+ // text505t
+ //
+ this.text505t.HeaderText = "505t";
+ this.text505t.Name = "text505t";
+ //
+ // text505d
+ //
+ this.text505d.HeaderText = "505d";
+ this.text505d.Name = "text505d";
+ //
+ // text505e
+ //
+ this.text505e.HeaderText = "505e";
+ this.text505e.Name = "text505e";
+ //
+ // label42
+ //
+ this.label42.AutoSize = true;
+ this.label42.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label42.Location = new System.Drawing.Point(4, 23);
+ this.label42.Name = "label42";
+ this.label42.Size = new System.Drawing.Size(13, 12);
+ this.label42.TabIndex = 255;
+ this.label42.Text = "a";
+ //
+ // label45
+ //
+ this.label45.AutoSize = true;
+ this.label45.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label45.Location = new System.Drawing.Point(483, 789);
+ this.label45.Name = "label45";
+ this.label45.Size = new System.Drawing.Size(57, 12);
+ this.label45.TabIndex = 255;
+ this.label45.Text = "수상주기";
+ //
+ // label41
+ //
+ this.label41.AutoSize = true;
+ this.label41.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label41.Location = new System.Drawing.Point(444, 574);
+ this.label41.Name = "label41";
+ this.label41.Size = new System.Drawing.Size(30, 12);
+ this.label41.TabIndex = 255;
+ this.label41.Text = "507t";
+ //
+ // label47
+ //
+ this.label47.AutoSize = true;
+ this.label47.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label47.Location = new System.Drawing.Point(444, 745);
+ this.label47.Name = "label47";
+ this.label47.Size = new System.Drawing.Size(96, 12);
+ this.label47.TabIndex = 255;
+ this.label47.Text = "이용자대상주기";
+ //
+ // label46
+ //
+ this.label46.AutoSize = true;
+ this.label46.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label46.Location = new System.Drawing.Point(5, 453);
+ this.label46.Name = "label46";
+ this.label46.Size = new System.Drawing.Size(57, 12);
+ this.label46.TabIndex = 255;
+ this.label46.Text = "부록주기";
+ //
+ // label44
+ //
+ this.label44.AutoSize = true;
+ this.label44.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label44.Location = new System.Drawing.Point(457, 767);
+ this.label44.Name = "label44";
+ this.label44.Size = new System.Drawing.Size(83, 12);
+ this.label44.TabIndex = 255;
+ this.label44.Text = "기금정보주기";
+ //
+ // label37
+ //
+ this.label37.AutoSize = true;
+ this.label37.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label37.Location = new System.Drawing.Point(442, 452);
+ this.label37.Name = "label37";
+ this.label37.Size = new System.Drawing.Size(44, 12);
+ this.label37.TabIndex = 255;
+ this.label37.Text = "주제명";
+ //
+ // label40
+ //
+ this.label40.AutoSize = true;
+ this.label40.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label40.Location = new System.Drawing.Point(444, 552);
+ this.label40.Name = "label40";
+ this.label40.Size = new System.Drawing.Size(34, 12);
+ this.label40.TabIndex = 255;
+ this.label40.Text = "507a";
+ //
+ // label5
+ //
+ this.label5.AutoSize = true;
+ this.label5.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label5.Location = new System.Drawing.Point(444, 50);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(57, 24);
+ this.label5.TabIndex = 255;
+ this.label5.Text = "언어주기\r\n546a";
+ //
+ // label36
+ //
+ this.label36.AutoSize = true;
+ this.label36.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label36.Location = new System.Drawing.Point(442, 430);
+ this.label36.Name = "label36";
+ this.label36.Size = new System.Drawing.Size(44, 12);
+ this.label36.TabIndex = 255;
+ this.label36.Text = "색인어";
+ //
+ // GridView246
+ //
+ this.GridView246.AllowDrop = true;
+ this.GridView246.AllowUserToResizeRows = false;
+ dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
+ dataGridViewCellStyle5.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
+ dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.GridView246.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
+ this.GridView246.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+ this.Text246Jisi,
+ this.Text246i,
+ this.Text246a,
+ this.Text246b,
+ this.Text246n,
+ this.Text246p});
+ this.GridView246.Location = new System.Drawing.Point(434, 597);
+ this.GridView246.Name = "GridView246";
+ this.GridView246.RowHeadersVisible = false;
+ this.GridView246.RowHeadersWidth = 30;
+ dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.GridView246.RowsDefaultCellStyle = dataGridViewCellStyle6;
+ this.GridView246.RowTemplate.Height = 23;
+ this.GridView246.Size = new System.Drawing.Size(493, 138);
+ this.GridView246.TabIndex = 250;
+ //
+ // Text246Jisi
+ //
+ this.Text246Jisi.HeaderText = "지시";
+ this.Text246Jisi.Name = "Text246Jisi";
+ this.Text246Jisi.Resizable = System.Windows.Forms.DataGridViewTriState.True;
+ this.Text246Jisi.Width = 40;
+ //
+ // Text246i
+ //
+ this.Text246i.HeaderText = "246i";
+ this.Text246i.Name = "Text246i";
+ this.Text246i.Width = 80;
+ //
+ // Text246a
+ //
+ this.Text246a.HeaderText = "246a";
+ this.Text246a.Name = "Text246a";
+ //
+ // Text246b
+ //
+ this.Text246b.HeaderText = "246b";
+ this.Text246b.Name = "Text246b";
+ //
+ // Text246n
+ //
+ this.Text246n.HeaderText = "246n";
+ this.Text246n.Name = "Text246n";
+ this.Text246n.Width = 50;
+ //
+ // Text246p
+ //
+ this.Text246p.HeaderText = "246p";
+ this.Text246p.Name = "Text246p";
+ //
+ // label39
+ //
+ this.label39.AutoSize = true;
+ this.label39.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label39.Location = new System.Drawing.Point(7, 595);
+ this.label39.Name = "label39";
+ this.label39.Size = new System.Drawing.Size(31, 24);
+ this.label39.TabIndex = 255;
+ this.label39.Text = "서지\r\n주기";
+ //
+ // label23
+ //
+ this.label23.AutoSize = true;
+ this.label23.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label23.Location = new System.Drawing.Point(33, 306);
+ this.label23.Name = "label23";
+ this.label23.Size = new System.Drawing.Size(31, 12);
+ this.label23.TabIndex = 255;
+ this.label23.Text = "판차";
+ //
+ // label43
+ //
+ this.label43.AutoSize = true;
+ this.label43.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label43.Location = new System.Drawing.Point(7, 761);
+ this.label43.Name = "label43";
+ this.label43.Size = new System.Drawing.Size(31, 12);
+ this.label43.TabIndex = 255;
+ this.label43.Text = "요약";
+ //
+ // label38
+ //
+ this.label38.AutoSize = true;
+ this.label38.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label38.Location = new System.Drawing.Point(7, 552);
+ this.label38.Name = "label38";
+ this.label38.Size = new System.Drawing.Size(31, 24);
+ this.label38.TabIndex = 255;
+ this.label38.Text = "일반\r\n주기";
+ //
+ // label22
+ //
+ this.label22.AutoSize = true;
+ this.label22.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label22.Location = new System.Drawing.Point(7, 284);
+ this.label22.Name = "label22";
+ this.label22.Size = new System.Drawing.Size(57, 12);
+ this.label22.TabIndex = 255;
+ this.label22.Text = "로컬서명";
+ //
+ // groupBox9
+ //
+ this.groupBox9.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox9.Controls.Add(this.text900a);
+ this.groupBox9.Controls.Add(this.text910a);
+ this.groupBox9.Controls.Add(this.label35);
+ this.groupBox9.Controls.Add(this.label34);
+ this.groupBox9.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox9.Location = new System.Drawing.Point(436, 353);
+ this.groupBox9.Name = "groupBox9";
+ this.groupBox9.Size = new System.Drawing.Size(491, 67);
+ this.groupBox9.TabIndex = 307;
+ this.groupBox9.TabStop = false;
+ this.groupBox9.Text = "로컬표목 (9XX) [이명, 원저자명]";
+ //
+ // text900a
+ //
+ this.text900a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text900a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text900a.Location = new System.Drawing.Point(44, 19);
+ this.text900a.Name = "text900a";
+ this.text900a.Size = new System.Drawing.Size(435, 21);
+ this.text900a.TabIndex = 292;
+ //
+ // text910a
+ //
+ this.text910a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text910a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text910a.Location = new System.Drawing.Point(44, 41);
+ this.text910a.Name = "text910a";
+ this.text910a.Size = new System.Drawing.Size(435, 21);
+ this.text910a.TabIndex = 299;
+ //
+ // label35
+ //
+ this.label35.AutoSize = true;
+ this.label35.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label35.Location = new System.Drawing.Point(8, 44);
+ this.label35.Name = "label35";
+ this.label35.Size = new System.Drawing.Size(34, 12);
+ this.label35.TabIndex = 255;
+ this.label35.Text = "910a";
+ //
+ // label34
+ //
+ this.label34.AutoSize = true;
+ this.label34.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label34.Location = new System.Drawing.Point(8, 22);
+ this.label34.Name = "label34";
+ this.label34.Size = new System.Drawing.Size(34, 12);
+ this.label34.TabIndex = 255;
+ this.label34.Text = "900a";
+ //
+ // GridView440
+ //
+ this.GridView440.AllowDrop = true;
+ this.GridView440.AllowUserToResizeRows = false;
+ dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
+ dataGridViewCellStyle7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
+ dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.GridView440.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
+ this.GridView440.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+ this.GridView440.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+ this.text440a,
+ this.text440n,
+ this.text440p,
+ this.text440vNum,
+ this.text440vTxt,
+ this.text440x});
+ this.GridView440.Location = new System.Drawing.Point(3, 475);
+ this.GridView440.Name = "GridView440";
+ this.GridView440.RowHeadersVisible = false;
+ this.GridView440.RowHeadersWidth = 30;
+ dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.GridView440.RowsDefaultCellStyle = dataGridViewCellStyle8;
+ this.GridView440.RowTemplate.Height = 23;
+ this.GridView440.Size = new System.Drawing.Size(597, 71);
+ this.GridView440.TabIndex = 245;
+ //
+ // text440a
+ //
+ this.text440a.HeaderText = "440a";
+ this.text440a.Name = "text440a";
+ //
+ // text440n
+ //
+ this.text440n.HeaderText = "440n";
+ this.text440n.Name = "text440n";
+ this.text440n.Width = 50;
+ //
+ // text440p
+ //
+ this.text440p.HeaderText = "440p";
+ this.text440p.Name = "text440p";
+ //
+ // text440vNum
+ //
+ this.text440vNum.HeaderText = "440v [숫자]";
+ this.text440vNum.Name = "text440vNum";
+ this.text440vNum.Width = 110;
+ //
+ // text440vTxt
+ //
+ this.text440vTxt.HeaderText = "440v [문자]";
+ this.text440vTxt.Name = "text440vTxt";
+ this.text440vTxt.Width = 110;
+ //
+ // text440x
+ //
+ this.text440x.HeaderText = "440x";
+ this.text440x.Name = "text440x";
+ //
+ // groupBox8
+ //
+ this.groupBox8.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox8.Controls.Add(this.text700a);
+ this.groupBox8.Controls.Add(this.text710a);
+ this.groupBox8.Controls.Add(this.label21);
+ this.groupBox8.Controls.Add(this.label20);
+ this.groupBox8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox8.Location = new System.Drawing.Point(436, 280);
+ this.groupBox8.Name = "groupBox8";
+ this.groupBox8.Size = new System.Drawing.Size(491, 67);
+ this.groupBox8.TabIndex = 307;
+ this.groupBox8.TabStop = false;
+ this.groupBox8.Text = "부출표목 (7XX) [한글]";
+ //
+ // text700a
+ //
+ this.text700a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text700a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text700a.Location = new System.Drawing.Point(44, 20);
+ this.text700a.Name = "text700a";
+ this.text700a.Size = new System.Drawing.Size(435, 21);
+ this.text700a.TabIndex = 287;
+ //
+ // text710a
+ //
+ this.text710a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text710a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text710a.Location = new System.Drawing.Point(44, 42);
+ this.text710a.Name = "text710a";
+ this.text710a.Size = new System.Drawing.Size(435, 21);
+ this.text710a.TabIndex = 298;
+ //
+ // label21
+ //
+ this.label21.AutoSize = true;
+ this.label21.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label21.Location = new System.Drawing.Point(8, 46);
+ this.label21.Name = "label21";
+ this.label21.Size = new System.Drawing.Size(34, 12);
+ this.label21.TabIndex = 255;
+ this.label21.Text = "710a";
+ //
+ // label20
+ //
+ this.label20.AutoSize = true;
+ this.label20.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label20.Location = new System.Drawing.Point(8, 24);
+ this.label20.Name = "label20";
+ this.label20.Size = new System.Drawing.Size(34, 12);
+ this.label20.TabIndex = 255;
+ this.label20.Text = "700a";
+ //
+ // GridView490
+ //
+ this.GridView490.AllowDrop = true;
+ this.GridView490.AllowUserToResizeRows = false;
+ dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
+ dataGridViewCellStyle9.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
+ dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.GridView490.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
+ this.GridView490.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+ this.GridView490.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+ this.text490a,
+ this.text490v});
+ this.GridView490.Location = new System.Drawing.Point(606, 475);
+ this.GridView490.Name = "GridView490";
+ this.GridView490.RowHeadersVisible = false;
+ this.GridView490.RowHeadersWidth = 30;
+ dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.GridView490.RowsDefaultCellStyle = dataGridViewCellStyle10;
+ this.GridView490.RowTemplate.Height = 23;
+ this.GridView490.Size = new System.Drawing.Size(321, 71);
+ this.GridView490.TabIndex = 247;
+ //
+ // text490a
+ //
+ this.text490a.HeaderText = "490a";
+ this.text490a.Name = "text490a";
+ this.text490a.Width = 150;
+ //
+ // text490v
+ //
+ this.text490v.HeaderText = "490v";
+ this.text490v.Name = "text490v";
+ this.text490v.Width = 150;
+ //
+ // groupBox7
+ //
+ this.groupBox7.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox7.Controls.Add(this.text300a);
+ this.groupBox7.Controls.Add(this.text300c1);
+ this.groupBox7.Controls.Add(this.text300c2);
+ this.groupBox7.Controls.Add(this.text300b);
+ this.groupBox7.Controls.Add(this.label31);
+ this.groupBox7.Controls.Add(this.label30);
+ this.groupBox7.Controls.Add(this.text300e);
+ this.groupBox7.Controls.Add(this.label33);
+ this.groupBox7.Controls.Add(this.label32);
+ this.groupBox7.Controls.Add(this.label29);
+ this.groupBox7.Controls.Add(this.label28);
+ this.groupBox7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox7.Location = new System.Drawing.Point(215, 330);
+ this.groupBox7.Name = "groupBox7";
+ this.groupBox7.Size = new System.Drawing.Size(202, 113);
+ this.groupBox7.TabIndex = 306;
+ this.groupBox7.TabStop = false;
+ this.groupBox7.Text = "300";
+ //
+ // text300a
+ //
+ this.text300a.BackColor = System.Drawing.SystemColors.Info;
+ this.text300a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text300a.Location = new System.Drawing.Point(17, 20);
+ this.text300a.Name = "text300a";
+ this.text300a.Size = new System.Drawing.Size(178, 21);
+ this.text300a.TabIndex = 276;
+ //
+ // text300c1
+ //
+ this.text300c1.BackColor = System.Drawing.SystemColors.Info;
+ this.text300c1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text300c1.Location = new System.Drawing.Point(44, 64);
+ this.text300c1.Name = "text300c1";
+ this.text300c1.Size = new System.Drawing.Size(59, 21);
+ this.text300c1.TabIndex = 275;
+ //
+ // text300c2
+ //
+ this.text300c2.BackColor = System.Drawing.SystemColors.Info;
+ this.text300c2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text300c2.Location = new System.Drawing.Point(136, 64);
+ this.text300c2.Name = "text300c2";
+ this.text300c2.Size = new System.Drawing.Size(59, 21);
+ this.text300c2.TabIndex = 274;
+ //
+ // text300b
+ //
+ this.text300b.BackColor = System.Drawing.SystemColors.Info;
+ this.text300b.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text300b.Location = new System.Drawing.Point(17, 42);
+ this.text300b.Name = "text300b";
+ this.text300b.Size = new System.Drawing.Size(178, 21);
+ this.text300b.TabIndex = 272;
+ //
+ // label31
+ //
+ this.label31.AutoSize = true;
+ this.label31.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label31.Location = new System.Drawing.Point(2, 24);
+ this.label31.Name = "label31";
+ this.label31.Size = new System.Drawing.Size(13, 12);
+ this.label31.TabIndex = 255;
+ this.label31.Text = "a";
+ //
+ // label30
+ //
+ this.label30.AutoSize = true;
+ this.label30.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label30.Location = new System.Drawing.Point(2, 46);
+ this.label30.Name = "label30";
+ this.label30.Size = new System.Drawing.Size(13, 12);
+ this.label30.TabIndex = 255;
+ this.label30.Text = "b";
+ //
+ // text300e
+ //
+ this.text300e.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text300e.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text300e.Location = new System.Drawing.Point(17, 86);
+ this.text300e.Name = "text300e";
+ this.text300e.Size = new System.Drawing.Size(178, 21);
+ this.text300e.TabIndex = 271;
+ //
+ // label33
+ //
+ this.label33.AutoSize = true;
+ this.label33.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label33.Location = new System.Drawing.Point(107, 68);
+ this.label33.Name = "label33";
+ this.label33.Size = new System.Drawing.Size(29, 12);
+ this.label33.TabIndex = 255;
+ this.label33.Text = "가로";
+ //
+ // label32
+ //
+ this.label32.AutoSize = true;
+ this.label32.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label32.Location = new System.Drawing.Point(15, 68);
+ this.label32.Name = "label32";
+ this.label32.Size = new System.Drawing.Size(29, 12);
+ this.label32.TabIndex = 255;
+ this.label32.Text = "세로";
+ //
+ // label29
+ //
+ this.label29.AutoSize = true;
+ this.label29.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label29.Location = new System.Drawing.Point(2, 68);
+ this.label29.Name = "label29";
+ this.label29.Size = new System.Drawing.Size(13, 12);
+ this.label29.TabIndex = 255;
+ this.label29.Text = "c";
+ //
+ // label28
+ //
+ this.label28.AutoSize = true;
+ this.label28.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label28.Location = new System.Drawing.Point(2, 90);
+ this.label28.Name = "label28";
+ this.label28.Size = new System.Drawing.Size(13, 12);
+ this.label28.TabIndex = 255;
+ this.label28.Text = "e";
+ //
+ // text546a
+ //
+ this.text546a.AcceptsReturn = true;
+ this.text546a.AcceptsTab = true;
+ this.text546a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text546a.Location = new System.Drawing.Point(502, 47);
+ this.text546a.Multiline = true;
+ this.text546a.Name = "text546a";
+ this.text546a.Size = new System.Drawing.Size(323, 53);
+ this.text546a.TabIndex = 255;
+ //
+ // groupBox6
+ //
+ this.groupBox6.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox6.Controls.Add(this.text260a);
+ this.groupBox6.Controls.Add(this.text260b);
+ this.groupBox6.Controls.Add(this.text260c);
+ this.groupBox6.Controls.Add(this.text260g);
+ this.groupBox6.Controls.Add(this.label24);
+ this.groupBox6.Controls.Add(this.label25);
+ this.groupBox6.Controls.Add(this.label26);
+ this.groupBox6.Controls.Add(this.label27);
+ this.groupBox6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox6.Location = new System.Drawing.Point(3, 330);
+ this.groupBox6.Name = "groupBox6";
+ this.groupBox6.Size = new System.Drawing.Size(202, 113);
+ this.groupBox6.TabIndex = 306;
+ this.groupBox6.TabStop = false;
+ this.groupBox6.Text = "260";
+ //
+ // text260a
+ //
+ this.text260a.BackColor = System.Drawing.SystemColors.Info;
+ this.text260a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text260a.Location = new System.Drawing.Point(18, 20);
+ this.text260a.Name = "text260a";
+ this.text260a.Size = new System.Drawing.Size(178, 21);
+ this.text260a.TabIndex = 258;
+ //
+ // text260b
+ //
+ this.text260b.BackColor = System.Drawing.SystemColors.Info;
+ this.text260b.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text260b.Location = new System.Drawing.Point(18, 42);
+ this.text260b.Name = "text260b";
+ this.text260b.Size = new System.Drawing.Size(178, 21);
+ this.text260b.TabIndex = 268;
+ //
+ // text260c
+ //
+ this.text260c.BackColor = System.Drawing.SystemColors.Info;
+ this.text260c.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text260c.Location = new System.Drawing.Point(18, 64);
+ this.text260c.Name = "text260c";
+ this.text260c.Size = new System.Drawing.Size(178, 21);
+ this.text260c.TabIndex = 264;
+ //
+ // text260g
+ //
+ this.text260g.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text260g.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text260g.Location = new System.Drawing.Point(18, 86);
+ this.text260g.Name = "text260g";
+ this.text260g.Size = new System.Drawing.Size(178, 21);
+ this.text260g.TabIndex = 263;
+ //
+ // label24
+ //
+ this.label24.AutoSize = true;
+ this.label24.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label24.Location = new System.Drawing.Point(4, 23);
+ this.label24.Name = "label24";
+ this.label24.Size = new System.Drawing.Size(13, 12);
+ this.label24.TabIndex = 255;
+ this.label24.Text = "a";
+ //
+ // label25
+ //
+ this.label25.AutoSize = true;
+ this.label25.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label25.Location = new System.Drawing.Point(4, 45);
+ this.label25.Name = "label25";
+ this.label25.Size = new System.Drawing.Size(13, 12);
+ this.label25.TabIndex = 255;
+ this.label25.Text = "b";
+ //
+ // label26
+ //
+ this.label26.AutoSize = true;
+ this.label26.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label26.Location = new System.Drawing.Point(4, 66);
+ this.label26.Name = "label26";
+ this.label26.Size = new System.Drawing.Size(13, 12);
+ this.label26.TabIndex = 255;
+ this.label26.Text = "c";
+ //
+ // label27
+ //
+ this.label27.AutoSize = true;
+ this.label27.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label27.Location = new System.Drawing.Point(4, 88);
+ this.label27.Name = "label27";
+ this.label27.Size = new System.Drawing.Size(13, 12);
+ this.label27.TabIndex = 255;
+ this.label27.Text = "g";
+ //
+ // text504a
+ //
+ this.text504a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text504a.Location = new System.Drawing.Point(38, 597);
+ this.text504a.Name = "text504a";
+ this.text504a.Size = new System.Drawing.Size(372, 21);
+ this.text504a.TabIndex = 273;
+ //
+ // text536a
+ //
+ this.text536a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text536a.Location = new System.Drawing.Point(540, 763);
+ this.text536a.Name = "text536a";
+ this.text536a.Size = new System.Drawing.Size(387, 21);
+ this.text536a.TabIndex = 269;
+ //
+ // groupBox4
+ //
+ this.groupBox4.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox4.Controls.Add(this.radioButton4);
+ this.groupBox4.Controls.Add(this.basicHeadBox);
+ this.groupBox4.Controls.Add(this.invertCheck);
+ this.groupBox4.Controls.Add(this.rbtn_100);
+ this.groupBox4.Controls.Add(this.rbtn_111);
+ this.groupBox4.Controls.Add(this.rbtn_110);
+ this.groupBox4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox4.Location = new System.Drawing.Point(436, 109);
+ this.groupBox4.Name = "groupBox4";
+ this.groupBox4.Size = new System.Drawing.Size(491, 76);
+ this.groupBox4.TabIndex = 303;
+ this.groupBox4.TabStop = false;
+ this.groupBox4.Text = "기본표목 (1XX)";
+ //
+ // radioButton4
+ //
+ this.radioButton4.AutoSize = true;
+ this.radioButton4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.radioButton4.Location = new System.Drawing.Point(349, 21);
+ this.radioButton4.Name = "radioButton4";
+ this.radioButton4.Size = new System.Drawing.Size(75, 16);
+ this.radioButton4.TabIndex = 207;
+ this.radioButton4.TabStop = true;
+ this.radioButton4.Text = "작자미상";
+ this.radioButton4.UseVisualStyleBackColor = true;
+ //
+ // basicHeadBox
+ //
+ this.basicHeadBox.BackColor = System.Drawing.SystemColors.Info;
+ this.basicHeadBox.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.basicHeadBox.Location = new System.Drawing.Point(22, 44);
+ this.basicHeadBox.Name = "basicHeadBox";
+ this.basicHeadBox.Size = new System.Drawing.Size(285, 21);
+ this.basicHeadBox.TabIndex = 211;
+ //
+ // invertCheck
+ //
+ this.invertCheck.AutoSize = true;
+ this.invertCheck.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.invertCheck.Location = new System.Drawing.Point(317, 46);
+ this.invertCheck.Name = "invertCheck";
+ this.invertCheck.Size = new System.Drawing.Size(48, 16);
+ this.invertCheck.TabIndex = 213;
+ this.invertCheck.Text = "생성";
+ this.invertCheck.UseVisualStyleBackColor = true;
+ //
+ // rbtn_100
+ //
+ this.rbtn_100.AutoSize = true;
+ this.rbtn_100.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.rbtn_100.Location = new System.Drawing.Point(16, 21);
+ this.rbtn_100.Name = "rbtn_100";
+ this.rbtn_100.Size = new System.Drawing.Size(100, 16);
+ this.rbtn_100.TabIndex = 207;
+ this.rbtn_100.TabStop = true;
+ this.rbtn_100.Text = "개인명 (100)";
+ this.rbtn_100.UseVisualStyleBackColor = true;
+ //
+ // rbtn_111
+ //
+ this.rbtn_111.AutoSize = true;
+ this.rbtn_111.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.rbtn_111.Location = new System.Drawing.Point(238, 21);
+ this.rbtn_111.Name = "rbtn_111";
+ this.rbtn_111.Size = new System.Drawing.Size(100, 16);
+ this.rbtn_111.TabIndex = 207;
+ this.rbtn_111.TabStop = true;
+ this.rbtn_111.Text = "회의명 (111)";
+ this.rbtn_111.UseVisualStyleBackColor = true;
+ //
+ // rbtn_110
+ //
+ this.rbtn_110.AutoSize = true;
+ this.rbtn_110.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.rbtn_110.Location = new System.Drawing.Point(127, 21);
+ this.rbtn_110.Name = "rbtn_110";
+ this.rbtn_110.Size = new System.Drawing.Size(100, 16);
+ this.rbtn_110.TabIndex = 207;
+ this.rbtn_110.TabStop = true;
+ this.rbtn_110.Text = "단체명 (110)";
+ this.rbtn_110.UseVisualStyleBackColor = true;
+ //
+ // text650a
+ //
+ this.text650a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text650a.Location = new System.Drawing.Point(486, 448);
+ this.text650a.Name = "text650a";
+ this.text650a.Size = new System.Drawing.Size(429, 21);
+ this.text650a.TabIndex = 277;
+ //
+ // groupBox3
+ //
+ this.groupBox3.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox3.Controls.Add(this.label8);
+ this.groupBox3.Controls.Add(this.label9);
+ this.groupBox3.Controls.Add(this.label10);
+ this.groupBox3.Controls.Add(this.label11);
+ this.groupBox3.Controls.Add(this.text041a);
+ this.groupBox3.Controls.Add(this.text041b);
+ this.groupBox3.Controls.Add(this.text041h);
+ this.groupBox3.Controls.Add(this.text041k);
+ this.groupBox3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox3.Location = new System.Drawing.Point(436, 3);
+ this.groupBox3.Name = "groupBox3";
+ this.groupBox3.Size = new System.Drawing.Size(491, 40);
+ this.groupBox3.TabIndex = 302;
+ this.groupBox3.TabStop = false;
+ this.groupBox3.Text = "041";
+ //
+ // label8
+ //
+ this.label8.AutoSize = true;
+ this.label8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label8.Location = new System.Drawing.Point(370, 18);
+ this.label8.Name = "label8";
+ this.label8.Size = new System.Drawing.Size(13, 12);
+ this.label8.TabIndex = 255;
+ this.label8.Text = "b";
+ //
+ // label9
+ //
+ this.label9.AutoSize = true;
+ this.label9.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label9.Location = new System.Drawing.Point(249, 18);
+ this.label9.Name = "label9";
+ this.label9.Size = new System.Drawing.Size(13, 12);
+ this.label9.TabIndex = 255;
+ this.label9.Text = "h";
+ //
+ // label10
+ //
+ this.label10.AutoSize = true;
+ this.label10.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label10.Location = new System.Drawing.Point(129, 18);
+ this.label10.Name = "label10";
+ this.label10.Size = new System.Drawing.Size(12, 12);
+ this.label10.TabIndex = 255;
+ this.label10.Text = "k";
+ //
+ // label11
+ //
+ this.label11.AutoSize = true;
+ this.label11.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label11.Location = new System.Drawing.Point(8, 18);
+ this.label11.Name = "label11";
+ this.label11.Size = new System.Drawing.Size(13, 12);
+ this.label11.TabIndex = 255;
+ this.label11.Text = "a";
+ //
+ // text041a
+ //
+ this.text041a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text041a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text041a.Location = new System.Drawing.Point(22, 14);
+ this.text041a.Name = "text041a";
+ this.text041a.Size = new System.Drawing.Size(94, 21);
+ this.text041a.TabIndex = 251;
+ //
+ // text041b
+ //
+ this.text041b.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text041b.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text041b.Location = new System.Drawing.Point(385, 14);
+ this.text041b.Name = "text041b";
+ this.text041b.Size = new System.Drawing.Size(94, 21);
+ this.text041b.TabIndex = 252;
+ //
+ // text041h
+ //
+ this.text041h.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text041h.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text041h.Location = new System.Drawing.Point(264, 14);
+ this.text041h.Name = "text041h";
+ this.text041h.Size = new System.Drawing.Size(94, 21);
+ this.text041h.TabIndex = 253;
+ //
+ // text041k
+ //
+ this.text041k.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text041k.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text041k.Location = new System.Drawing.Point(143, 14);
+ this.text041k.Name = "text041k";
+ this.text041k.Size = new System.Drawing.Size(94, 21);
+ this.text041k.TabIndex = 254;
+ //
+ // text586a
+ //
+ this.text586a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text586a.Location = new System.Drawing.Point(540, 785);
+ this.text586a.Name = "text586a";
+ this.text586a.Size = new System.Drawing.Size(387, 21);
+ this.text586a.TabIndex = 267;
+ //
+ // groupBox2
+ //
+ this.groupBox2.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox2.Controls.Add(this.textKDC4);
+ this.groupBox2.Controls.Add(this.textKDC5);
+ this.groupBox2.Controls.Add(this.textKDC6);
+ this.groupBox2.Controls.Add(this.label12);
+ this.groupBox2.Controls.Add(this.label13);
+ this.groupBox2.Controls.Add(this.label14);
+ this.groupBox2.Controls.Add(this.label15);
+ this.groupBox2.Controls.Add(this.label16);
+ this.groupBox2.Controls.Add(this.label17);
+ this.groupBox2.Controls.Add(this.label18);
+ this.groupBox2.Controls.Add(this.label19);
+ this.groupBox2.Controls.Add(this.textDDC21);
+ this.groupBox2.Controls.Add(this.textDDC22);
+ this.groupBox2.Controls.Add(this.textDDC23);
+ this.groupBox2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox2.Location = new System.Drawing.Point(3, 109);
+ this.groupBox2.Name = "groupBox2";
+ this.groupBox2.Size = new System.Drawing.Size(414, 76);
+ this.groupBox2.TabIndex = 301;
+ this.groupBox2.TabStop = false;
+ this.groupBox2.Text = "분류기호";
+ //
+ // textKDC4
+ //
+ this.textKDC4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.textKDC4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textKDC4.Location = new System.Drawing.Point(62, 20);
+ this.textKDC4.Name = "textKDC4";
+ this.textKDC4.Size = new System.Drawing.Size(93, 21);
+ this.textKDC4.TabIndex = 256;
+ //
+ // textKDC5
+ //
+ this.textKDC5.BackColor = System.Drawing.SystemColors.Info;
+ this.textKDC5.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textKDC5.Location = new System.Drawing.Point(188, 20);
+ this.textKDC5.Name = "textKDC5";
+ this.textKDC5.Size = new System.Drawing.Size(93, 21);
+ this.textKDC5.TabIndex = 257;
+ //
+ // textKDC6
+ //
+ this.textKDC6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.textKDC6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textKDC6.Location = new System.Drawing.Point(314, 20);
+ this.textKDC6.Name = "textKDC6";
+ this.textKDC6.Size = new System.Drawing.Size(93, 21);
+ this.textKDC6.TabIndex = 259;
+ //
+ // label12
+ //
+ this.label12.AutoSize = true;
+ this.label12.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label12.Location = new System.Drawing.Point(295, 48);
+ this.label12.Name = "label12";
+ this.label12.Size = new System.Drawing.Size(19, 12);
+ this.label12.TabIndex = 255;
+ this.label12.Text = "23";
+ //
+ // label13
+ //
+ this.label13.AutoSize = true;
+ this.label13.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label13.Location = new System.Drawing.Point(169, 48);
+ this.label13.Name = "label13";
+ this.label13.Size = new System.Drawing.Size(19, 12);
+ this.label13.TabIndex = 255;
+ this.label13.Text = "22";
+ //
+ // label14
+ //
+ this.label14.AutoSize = true;
+ this.label14.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label14.Location = new System.Drawing.Point(301, 24);
+ this.label14.Name = "label14";
+ this.label14.Size = new System.Drawing.Size(12, 12);
+ this.label14.TabIndex = 255;
+ this.label14.Text = "6";
+ //
+ // label15
+ //
+ this.label15.AutoSize = true;
+ this.label15.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label15.Location = new System.Drawing.Point(43, 48);
+ this.label15.Name = "label15";
+ this.label15.Size = new System.Drawing.Size(19, 12);
+ this.label15.TabIndex = 255;
+ this.label15.Text = "21";
+ //
+ // label16
+ //
+ this.label16.AutoSize = true;
+ this.label16.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label16.Location = new System.Drawing.Point(175, 24);
+ this.label16.Name = "label16";
+ this.label16.Size = new System.Drawing.Size(12, 12);
+ this.label16.TabIndex = 255;
+ this.label16.Text = "5";
+ //
+ // label17
+ //
+ this.label17.AutoSize = true;
+ this.label17.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label17.Location = new System.Drawing.Point(4, 48);
+ this.label17.Name = "label17";
+ this.label17.Size = new System.Drawing.Size(33, 12);
+ this.label17.TabIndex = 255;
+ this.label17.Text = "DDC";
+ //
+ // label18
+ //
+ this.label18.AutoSize = true;
+ this.label18.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label18.Location = new System.Drawing.Point(4, 24);
+ this.label18.Name = "label18";
+ this.label18.Size = new System.Drawing.Size(33, 12);
+ this.label18.TabIndex = 255;
+ this.label18.Text = "KDC";
+ //
+ // label19
+ //
+ this.label19.AutoSize = true;
+ this.label19.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label19.Location = new System.Drawing.Point(49, 24);
+ this.label19.Name = "label19";
+ this.label19.Size = new System.Drawing.Size(12, 12);
+ this.label19.TabIndex = 255;
+ this.label19.Text = "4";
+ //
+ // textDDC21
+ //
+ this.textDDC21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.textDDC21.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textDDC21.Location = new System.Drawing.Point(62, 44);
+ this.textDDC21.Name = "textDDC21";
+ this.textDDC21.Size = new System.Drawing.Size(93, 21);
+ this.textDDC21.TabIndex = 262;
+ //
+ // textDDC22
+ //
+ this.textDDC22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.textDDC22.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textDDC22.Location = new System.Drawing.Point(188, 44);
+ this.textDDC22.Name = "textDDC22";
+ this.textDDC22.Size = new System.Drawing.Size(93, 21);
+ this.textDDC22.TabIndex = 261;
+ //
+ // textDDC23
+ //
+ this.textDDC23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.textDDC23.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textDDC23.Location = new System.Drawing.Point(314, 44);
+ this.textDDC23.Name = "textDDC23";
+ this.textDDC23.Size = new System.Drawing.Size(93, 21);
+ this.textDDC23.TabIndex = 260;
+ //
+ // text520a
+ //
+ this.text520a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text520a.Location = new System.Drawing.Point(38, 758);
+ this.text520a.Multiline = true;
+ this.text520a.Name = "text520a";
+ this.text520a.Size = new System.Drawing.Size(372, 48);
+ this.text520a.TabIndex = 266;
+ //
+ // groupBox1
+ //
+ this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox1.Controls.Add(this.text245a);
+ this.groupBox1.Controls.Add(this.text245b);
+ this.groupBox1.Controls.Add(this.text245x);
+ this.groupBox1.Controls.Add(this.text245n);
+ this.groupBox1.Controls.Add(this.text245d);
+ this.groupBox1.Controls.Add(this.text245e);
+ this.groupBox1.Controls.Add(this.text245p);
+ this.groupBox1.Controls.Add(this.label48);
+ this.groupBox1.Controls.Add(this.label49);
+ this.groupBox1.Controls.Add(this.label50);
+ this.groupBox1.Controls.Add(this.label51);
+ this.groupBox1.Controls.Add(this.label52);
+ this.groupBox1.Controls.Add(this.label53);
+ this.groupBox1.Controls.Add(this.label54);
+ this.groupBox1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox1.Location = new System.Drawing.Point(3, 191);
+ this.groupBox1.Name = "groupBox1";
+ this.groupBox1.Size = new System.Drawing.Size(924, 83);
+ this.groupBox1.TabIndex = 300;
+ this.groupBox1.TabStop = false;
+ this.groupBox1.Text = "245";
+ //
+ // text245a
+ //
+ this.text245a.BackColor = System.Drawing.SystemColors.Info;
+ this.text245a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text245a.Location = new System.Drawing.Point(18, 13);
+ this.text245a.Name = "text245a";
+ this.text245a.Size = new System.Drawing.Size(389, 21);
+ this.text245a.TabIndex = 285;
+ //
+ // text245b
+ //
+ this.text245b.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text245b.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text245b.Location = new System.Drawing.Point(18, 35);
+ this.text245b.Name = "text245b";
+ this.text245b.Size = new System.Drawing.Size(389, 21);
+ this.text245b.TabIndex = 291;
+ //
+ // text245x
+ //
+ this.text245x.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text245x.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text245x.Location = new System.Drawing.Point(18, 58);
+ this.text245x.Name = "text245x";
+ this.text245x.Size = new System.Drawing.Size(389, 21);
+ this.text245x.TabIndex = 290;
+ //
+ // text245n
+ //
+ this.text245n.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text245n.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text245n.Location = new System.Drawing.Point(455, 13);
+ this.text245n.Name = "text245n";
+ this.text245n.Size = new System.Drawing.Size(107, 21);
+ this.text245n.TabIndex = 289;
+ //
+ // text245d
+ //
+ this.text245d.BackColor = System.Drawing.SystemColors.Info;
+ this.text245d.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text245d.Location = new System.Drawing.Point(455, 35);
+ this.text245d.Name = "text245d";
+ this.text245d.Size = new System.Drawing.Size(457, 21);
+ this.text245d.TabIndex = 288;
+ //
+ // text245e
+ //
+ this.text245e.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text245e.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text245e.Location = new System.Drawing.Point(455, 58);
+ this.text245e.Name = "text245e";
+ this.text245e.Size = new System.Drawing.Size(457, 21);
+ this.text245e.TabIndex = 283;
+ //
+ // text245p
+ //
+ this.text245p.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text245p.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text245p.Location = new System.Drawing.Point(582, 13);
+ this.text245p.Name = "text245p";
+ this.text245p.Size = new System.Drawing.Size(330, 21);
+ this.text245p.TabIndex = 282;
+ //
+ // label48
+ //
+ this.label48.AutoSize = true;
+ this.label48.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label48.Location = new System.Drawing.Point(4, 62);
+ this.label48.Name = "label48";
+ this.label48.Size = new System.Drawing.Size(13, 12);
+ this.label48.TabIndex = 255;
+ this.label48.Text = "x";
+ //
+ // label49
+ //
+ this.label49.AutoSize = true;
+ this.label49.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label49.Location = new System.Drawing.Point(441, 16);
+ this.label49.Name = "label49";
+ this.label49.Size = new System.Drawing.Size(13, 12);
+ this.label49.TabIndex = 255;
+ this.label49.Text = "n";
+ //
+ // label50
+ //
+ this.label50.AutoSize = true;
+ this.label50.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label50.Location = new System.Drawing.Point(568, 16);
+ this.label50.Name = "label50";
+ this.label50.Size = new System.Drawing.Size(13, 12);
+ this.label50.TabIndex = 255;
+ this.label50.Text = "p";
+ //
+ // label51
+ //
+ this.label51.AutoSize = true;
+ this.label51.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label51.Location = new System.Drawing.Point(441, 60);
+ this.label51.Name = "label51";
+ this.label51.Size = new System.Drawing.Size(13, 12);
+ this.label51.TabIndex = 255;
+ this.label51.Text = "e";
+ //
+ // label52
+ //
+ this.label52.AutoSize = true;
+ this.label52.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label52.Location = new System.Drawing.Point(441, 38);
+ this.label52.Name = "label52";
+ this.label52.Size = new System.Drawing.Size(13, 12);
+ this.label52.TabIndex = 255;
+ this.label52.Text = "d";
+ //
+ // label53
+ //
+ this.label53.AutoSize = true;
+ this.label53.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label53.Location = new System.Drawing.Point(4, 39);
+ this.label53.Name = "label53";
+ this.label53.Size = new System.Drawing.Size(13, 12);
+ this.label53.TabIndex = 255;
+ this.label53.Text = "b";
+ //
+ // label54
+ //
+ this.label54.AutoSize = true;
+ this.label54.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label54.Location = new System.Drawing.Point(4, 17);
+ this.label54.Name = "label54";
+ this.label54.Size = new System.Drawing.Size(13, 12);
+ this.label54.TabIndex = 255;
+ this.label54.Text = "a";
+ //
+ // text521a
+ //
+ this.text521a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text521a.Location = new System.Drawing.Point(540, 741);
+ this.text521a.Name = "text521a";
+ this.text521a.Size = new System.Drawing.Size(387, 21);
+ this.text521a.TabIndex = 265;
+ //
+ // text525a
+ //
+ this.text525a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text525a.Location = new System.Drawing.Point(64, 449);
+ this.text525a.Name = "text525a";
+ this.text525a.Size = new System.Drawing.Size(346, 21);
+ this.text525a.TabIndex = 286;
+ //
+ // text940a
+ //
+ this.text940a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text940a.Location = new System.Drawing.Point(64, 280);
+ this.text940a.Name = "text940a";
+ this.text940a.Size = new System.Drawing.Size(346, 21);
+ this.text940a.TabIndex = 279;
+ //
+ // text653a
+ //
+ this.text653a.BackColor = System.Drawing.SystemColors.Info;
+ this.text653a.Location = new System.Drawing.Point(486, 426);
+ this.text653a.Name = "text653a";
+ this.text653a.Size = new System.Drawing.Size(429, 21);
+ this.text653a.TabIndex = 284;
+ //
+ // text507t
+ //
+ this.text507t.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text507t.Location = new System.Drawing.Point(480, 570);
+ this.text507t.Name = "text507t";
+ this.text507t.Size = new System.Drawing.Size(435, 21);
+ this.text507t.TabIndex = 280;
+ //
+ // text500a
+ //
+ this.text500a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text500a.Location = new System.Drawing.Point(38, 548);
+ this.text500a.Multiline = true;
+ this.text500a.Name = "text500a";
+ this.text500a.Size = new System.Drawing.Size(372, 48);
+ this.text500a.TabIndex = 278;
+ //
+ // text507a
+ //
+ this.text507a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text507a.Location = new System.Drawing.Point(480, 548);
+ this.text507a.Name = "text507a";
+ this.text507a.Size = new System.Drawing.Size(435, 21);
+ this.text507a.TabIndex = 280;
+ //
+ // text250a
+ //
+ this.text250a.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.text250a.Location = new System.Drawing.Point(64, 302);
+ this.text250a.Name = "text250a";
+ this.text250a.Size = new System.Drawing.Size(346, 21);
+ this.text250a.TabIndex = 281;
+ //
+ // dataGridView1
+ //
+ this.dataGridView1.AllowUserToAddRows = false;
+ this.dataGridView1.AllowUserToDeleteRows = false;
+ this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+ this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+ this.dataGridViewTextBoxColumn1,
+ this.tag,
+ this.jisi,
+ this.MarcValue});
+ this.dataGridView1.Location = new System.Drawing.Point(1461, 731);
+ this.dataGridView1.Name = "dataGridView1";
+ this.dataGridView1.RowHeadersVisible = false;
+ this.dataGridView1.RowTemplate.Height = 23;
+ this.dataGridView1.Size = new System.Drawing.Size(310, 79);
+ this.dataGridView1.TabIndex = 317;
+ this.dataGridView1.Visible = false;
+ //
+ // dataGridViewTextBoxColumn1
+ //
+ this.dataGridViewTextBoxColumn1.HeaderText = "num";
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
+ this.dataGridViewTextBoxColumn1.Width = 40;
+ //
+ // tag
+ //
+ this.tag.HeaderText = "tag";
+ this.tag.Name = "tag";
+ this.tag.Width = 60;
+ //
+ // jisi
+ //
+ this.jisi.HeaderText = "jisi";
+ this.jisi.Name = "jisi";
+ this.jisi.Width = 40;
+ //
+ // MarcValue
+ //
+ this.MarcValue.HeaderText = "marc";
+ this.MarcValue.Name = "MarcValue";
+ this.MarcValue.Width = 150;
+ //
+ // lbl_SaveData
+ //
+ this.lbl_SaveData.AutoSize = true;
+ this.lbl_SaveData.Font = new System.Drawing.Font("굴림체", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.lbl_SaveData.ForeColor = System.Drawing.Color.PaleTurquoise;
+ this.lbl_SaveData.Location = new System.Drawing.Point(1132, 53);
+ this.lbl_SaveData.Name = "lbl_SaveData";
+ this.lbl_SaveData.Size = new System.Drawing.Size(336, 19);
+ this.lbl_SaveData.TabIndex = 318;
+ this.lbl_SaveData.Text = "[양승호] [2022-01-05 14:44:09]";
+ //
// list_idx
//
this.list_idx.HeaderText = "list_idx";
@@ -496,248 +2428,35 @@
//
// colCheck
//
- dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.colCheck.DefaultCellStyle = dataGridViewCellStyle24;
+ dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ this.colCheck.DefaultCellStyle = dataGridViewCellStyle2;
this.colCheck.HeaderText = "V";
this.colCheck.Name = "colCheck";
this.colCheck.ReadOnly = true;
this.colCheck.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.colCheck.Width = 30;
//
- // btn_Save
+ // user
//
- this.btn_Save.Location = new System.Drawing.Point(1157, 225);
- this.btn_Save.Name = "btn_Save";
- this.btn_Save.Size = new System.Drawing.Size(77, 23);
- this.btn_Save.TabIndex = 215;
- this.btn_Save.Text = "저 장";
- this.btn_Save.UseVisualStyleBackColor = true;
- this.btn_Save.Click += new System.EventHandler(this.Btn_Save_Click);
+ this.user.HeaderText = "작업자";
+ this.user.Name = "user";
+ this.user.ReadOnly = true;
//
- // label4
+ // SaveDate
//
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(8, 7);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(49, 12);
- this.label4.TabIndex = 206;
- this.label4.Text = "008 Tag";
- //
- // text008
- //
- this.text008.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.text008.Location = new System.Drawing.Point(60, 3);
- this.text008.MaxLength = 40;
- this.text008.Name = "text008";
- this.text008.Size = new System.Drawing.Size(317, 21);
- this.text008.TabIndex = 204;
- //
- // panel3
- //
- this.panel3.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel3.Controls.Add(this.btn_Reflesh008);
- this.panel3.Controls.Add(this.text008);
- this.panel3.Controls.Add(this.label4);
- this.panel3.Location = new System.Drawing.Point(520, 57);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(409, 30);
- this.panel3.TabIndex = 219;
- //
- // btn_Reflesh008
- //
- this.btn_Reflesh008.BackColor = System.Drawing.SystemColors.WindowText;
- this.btn_Reflesh008.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn_Reflesh008.BackgroundImage")));
- this.btn_Reflesh008.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.btn_Reflesh008.Dock = System.Windows.Forms.DockStyle.Right;
- this.btn_Reflesh008.Location = new System.Drawing.Point(379, 0);
- this.btn_Reflesh008.Name = "btn_Reflesh008";
- this.btn_Reflesh008.Size = new System.Drawing.Size(28, 28);
- this.btn_Reflesh008.TabIndex = 207;
- this.btn_Reflesh008.UseVisualStyleBackColor = false;
- this.btn_Reflesh008.Click += new System.EventHandler(this.btn_Reflesh008_Click);
- //
- // btn_close
- //
- this.btn_close.Location = new System.Drawing.Point(1157, 254);
- this.btn_close.Name = "btn_close";
- this.btn_close.Size = new System.Drawing.Size(77, 23);
- this.btn_close.TabIndex = 215;
- this.btn_close.Text = "닫 기";
- this.btn_close.UseVisualStyleBackColor = true;
- this.btn_close.Click += new System.EventHandler(this.Btn_Close_Click);
- //
- // input_date
- //
- this.input_date.Checked = false;
- this.input_date.CustomFormat = "yyyy-MM-dd";
- this.input_date.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.input_date.Location = new System.Drawing.Point(580, 11);
- this.input_date.Name = "input_date";
- this.input_date.ShowCheckBox = true;
- this.input_date.Size = new System.Drawing.Size(101, 21);
- this.input_date.TabIndex = 220;
- this.input_date.ValueChanged += new System.EventHandler(this.input_date_ValueChanged);
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.SystemColors.ControlLight;
- this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.pictureBox1.Location = new System.Drawing.Point(1240, 95);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(208, 256);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 221;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.DoubleClick += new System.EventHandler(this.pictureBox1_DoubleClick);
- //
- // btn_preview
- //
- this.btn_preview.Location = new System.Drawing.Point(1157, 139);
- this.btn_preview.Name = "btn_preview";
- this.btn_preview.Size = new System.Drawing.Size(77, 23);
- this.btn_preview.TabIndex = 215;
- this.btn_preview.Text = "미리보기";
- this.btn_preview.UseVisualStyleBackColor = true;
- this.btn_preview.Click += new System.EventHandler(this.Btn_preview_Click);
- //
- // cb_grade
- //
- this.cb_grade.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cb_grade.FormattingEnabled = true;
- this.cb_grade.Items.AddRange(new object[] {
- "A",
- "B",
- "C",
- "D"});
- this.cb_grade.Location = new System.Drawing.Point(1158, 113);
- this.cb_grade.Name = "cb_grade";
- this.cb_grade.Size = new System.Drawing.Size(75, 20);
- this.cb_grade.TabIndex = 222;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label6.Location = new System.Drawing.Point(1164, 99);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(62, 12);
- this.label6.TabIndex = 223;
- this.label6.Text = "마크 등급";
- //
- // rb_Sort
- //
- this.rb_Sort.AutoSize = true;
- this.rb_Sort.Location = new System.Drawing.Point(10, 8);
- this.rb_Sort.Name = "rb_Sort";
- this.rb_Sort.Size = new System.Drawing.Size(47, 16);
- this.rb_Sort.TabIndex = 224;
- this.rb_Sort.TabStop = true;
- this.rb_Sort.Text = "정렬";
- this.rb_Sort.UseVisualStyleBackColor = true;
- this.rb_Sort.CheckedChanged += new System.EventHandler(this.rb_Sort_CheckedChanged);
- //
- // rb_Filter
- //
- this.rb_Filter.AutoSize = true;
- this.rb_Filter.Location = new System.Drawing.Point(57, 8);
- this.rb_Filter.Name = "rb_Filter";
- this.rb_Filter.Size = new System.Drawing.Size(47, 16);
- this.rb_Filter.TabIndex = 224;
- this.rb_Filter.TabStop = true;
- this.rb_Filter.Text = "필터";
- this.rb_Filter.UseVisualStyleBackColor = true;
- this.rb_Filter.CheckedChanged += new System.EventHandler(this.rb_Sort_CheckedChanged);
- //
- // comboBox8
- //
- this.comboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox8.FormattingEnabled = true;
- this.comboBox8.Location = new System.Drawing.Point(115, 6);
- this.comboBox8.Name = "comboBox8";
- this.comboBox8.Size = new System.Drawing.Size(79, 20);
- this.comboBox8.TabIndex = 225;
- this.comboBox8.SelectedIndexChanged += new System.EventHandler(this.comboBox8_SelectedIndexChanged);
- //
- // comboBox9
- //
- this.comboBox9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox9.FormattingEnabled = true;
- this.comboBox9.Location = new System.Drawing.Point(200, 6);
- this.comboBox9.Name = "comboBox9";
- this.comboBox9.Size = new System.Drawing.Size(79, 20);
- this.comboBox9.TabIndex = 225;
- //
- // panel1
- //
- this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel1.Controls.Add(this.panel2);
- this.panel1.Controls.Add(this.btn_Search);
- this.panel1.Controls.Add(this.rb_Sort);
- this.panel1.Controls.Add(this.comboBox9);
- this.panel1.Controls.Add(this.rb_Filter);
- this.panel1.Controls.Add(this.comboBox8);
- this.panel1.Location = new System.Drawing.Point(12, 11);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(476, 35);
- this.panel1.TabIndex = 226;
- //
- // panel2
- //
- this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel2.Controls.Add(this.btn_mk_marcList);
- this.panel2.Location = new System.Drawing.Point(377, -1);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(98, 35);
- this.panel2.TabIndex = 228;
- //
- // btn_mk_marcList
- //
- this.btn_mk_marcList.Location = new System.Drawing.Point(6, 5);
- this.btn_mk_marcList.Name = "btn_mk_marcList";
- this.btn_mk_marcList.Size = new System.Drawing.Size(85, 23);
- this.btn_mk_marcList.TabIndex = 227;
- this.btn_mk_marcList.Text = "마크목록생성";
- this.btn_mk_marcList.UseVisualStyleBackColor = true;
- this.btn_mk_marcList.Click += new System.EventHandler(this.btn_mk_marcList_Click);
- //
- // btn_Search
- //
- this.btn_Search.Location = new System.Drawing.Point(293, 5);
- this.btn_Search.Name = "btn_Search";
- this.btn_Search.Size = new System.Drawing.Size(79, 23);
- this.btn_Search.TabIndex = 227;
- this.btn_Search.Text = "검 색";
- this.btn_Search.UseVisualStyleBackColor = true;
- this.btn_Search.Click += new System.EventHandler(this.btn_Search_Click);
- //
- // checkBox3
- //
- this.checkBox3.AutoSize = true;
- this.checkBox3.Checked = true;
- this.checkBox3.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkBox3.Location = new System.Drawing.Point(475, 62);
- this.checkBox3.Name = "checkBox3";
- this.checkBox3.Size = new System.Drawing.Size(15, 14);
- this.checkBox3.TabIndex = 227;
- this.checkBox3.UseVisualStyleBackColor = true;
- this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
- //
- // btn_FillBlank
- //
- this.btn_FillBlank.Location = new System.Drawing.Point(1157, 168);
- this.btn_FillBlank.Name = "btn_FillBlank";
- this.btn_FillBlank.Size = new System.Drawing.Size(77, 23);
- this.btn_FillBlank.TabIndex = 228;
- this.btn_FillBlank.Text = "칸채우기";
- this.btn_FillBlank.UseVisualStyleBackColor = true;
- this.btn_FillBlank.Click += new System.EventHandler(this.btn_FillBlank_Click);
+ this.SaveDate.HeaderText = "저장시각";
+ this.SaveDate.Name = "SaveDate";
+ this.SaveDate.ReadOnly = true;
//
// Marc
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1462, 748);
+ this.BackColor = System.Drawing.Color.Gray;
+ this.ClientSize = new System.Drawing.Size(1759, 929);
+ this.Controls.Add(this.lbl_SaveData);
+ this.Controls.Add(this.dataGridView1);
+ this.Controls.Add(this.tabControl1);
this.Controls.Add(this.btn_FillBlank);
this.Controls.Add(this.checkBox3);
this.Controls.Add(this.panel1);
@@ -773,7 +2492,6 @@
this.Controls.Add(this.text008gov);
this.Controls.Add(this.etc2);
this.Controls.Add(this.etc1);
- this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.label98);
this.Controls.Add(this.label1);
this.Name = "Marc";
@@ -786,6 +2504,36 @@
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
+ this.tabControl1.ResumeLayout(false);
+ this.tabPage1.ResumeLayout(false);
+ this.tabPage2.ResumeLayout(false);
+ this.panel4.ResumeLayout(false);
+ this.panel4.PerformLayout();
+ this.groupBox5.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.GridView020)).EndInit();
+ this.groupBox10.ResumeLayout(false);
+ this.groupBox10.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.GridView505)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.GridView246)).EndInit();
+ this.groupBox9.ResumeLayout(false);
+ this.groupBox9.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.GridView440)).EndInit();
+ this.groupBox8.ResumeLayout(false);
+ this.groupBox8.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.GridView490)).EndInit();
+ this.groupBox7.ResumeLayout(false);
+ this.groupBox7.PerformLayout();
+ this.groupBox6.ResumeLayout(false);
+ this.groupBox6.PerformLayout();
+ this.groupBox4.ResumeLayout(false);
+ this.groupBox4.PerformLayout();
+ this.groupBox3.ResumeLayout(false);
+ this.groupBox3.PerformLayout();
+ this.groupBox2.ResumeLayout(false);
+ this.groupBox2.PerformLayout();
+ this.groupBox1.ResumeLayout(false);
+ this.groupBox1.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -841,6 +2589,156 @@
private System.Windows.Forms.Button btn_Search;
private System.Windows.Forms.Button btn_mk_marcList;
private System.Windows.Forms.Panel panel2;
+ public System.Windows.Forms.DataGridView List_Book;
+ private System.Windows.Forms.CheckBox checkBox3;
+ private System.Windows.Forms.Button btn_Reflesh008;
+ private System.Windows.Forms.Button btn_FillBlank;
+ private System.Windows.Forms.TabControl tabControl1;
+ private System.Windows.Forms.TabPage tabPage1;
+ private System.Windows.Forms.TabPage tabPage2;
+ private System.Windows.Forms.Panel panel4;
+ private System.Windows.Forms.GroupBox groupBox5;
+ private System.Windows.Forms.DataGridView GridView020;
+ private System.Windows.Forms.GroupBox groupBox10;
+ private System.Windows.Forms.TextBox text505a;
+ private System.Windows.Forms.DataGridView GridView505;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text505n;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text505t;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text505d;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text505e;
+ private System.Windows.Forms.Label label42;
+ private System.Windows.Forms.Label label45;
+ private System.Windows.Forms.Label label41;
+ private System.Windows.Forms.Label label47;
+ private System.Windows.Forms.Label label46;
+ private System.Windows.Forms.Label label44;
+ private System.Windows.Forms.Label label37;
+ private System.Windows.Forms.Label label40;
+ private System.Windows.Forms.Label label5;
+ private System.Windows.Forms.Label label36;
+ private System.Windows.Forms.DataGridView GridView246;
+ private System.Windows.Forms.DataGridViewTextBoxColumn Text246Jisi;
+ private System.Windows.Forms.DataGridViewTextBoxColumn Text246i;
+ private System.Windows.Forms.DataGridViewTextBoxColumn Text246a;
+ private System.Windows.Forms.DataGridViewTextBoxColumn Text246b;
+ private System.Windows.Forms.DataGridViewTextBoxColumn Text246n;
+ private System.Windows.Forms.DataGridViewTextBoxColumn Text246p;
+ private System.Windows.Forms.Label label39;
+ private System.Windows.Forms.Label label23;
+ private System.Windows.Forms.Label label43;
+ private System.Windows.Forms.Label label38;
+ private System.Windows.Forms.Label label22;
+ private System.Windows.Forms.GroupBox groupBox9;
+ private System.Windows.Forms.TextBox text900a;
+ private System.Windows.Forms.TextBox text910a;
+ private System.Windows.Forms.Label label35;
+ private System.Windows.Forms.Label label34;
+ private System.Windows.Forms.DataGridView GridView440;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text440a;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text440n;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text440p;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text440vNum;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text440vTxt;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text440x;
+ private System.Windows.Forms.GroupBox groupBox8;
+ private System.Windows.Forms.TextBox text700a;
+ private System.Windows.Forms.TextBox text710a;
+ private System.Windows.Forms.Label label21;
+ private System.Windows.Forms.Label label20;
+ private System.Windows.Forms.DataGridView GridView490;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text490a;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text490v;
+ private System.Windows.Forms.GroupBox groupBox7;
+ private System.Windows.Forms.TextBox text300a;
+ private System.Windows.Forms.TextBox text300c1;
+ private System.Windows.Forms.TextBox text300c2;
+ private System.Windows.Forms.TextBox text300b;
+ private System.Windows.Forms.Label label31;
+ private System.Windows.Forms.Label label30;
+ private System.Windows.Forms.TextBox text300e;
+ private System.Windows.Forms.Label label33;
+ private System.Windows.Forms.Label label32;
+ private System.Windows.Forms.Label label29;
+ private System.Windows.Forms.Label label28;
+ private System.Windows.Forms.TextBox text546a;
+ private System.Windows.Forms.GroupBox groupBox6;
+ private System.Windows.Forms.TextBox text260a;
+ private System.Windows.Forms.TextBox text260b;
+ private System.Windows.Forms.TextBox text260c;
+ private System.Windows.Forms.TextBox text260g;
+ private System.Windows.Forms.Label label24;
+ private System.Windows.Forms.Label label25;
+ private System.Windows.Forms.Label label26;
+ private System.Windows.Forms.Label label27;
+ private System.Windows.Forms.TextBox text504a;
+ private System.Windows.Forms.TextBox text536a;
+ private System.Windows.Forms.GroupBox groupBox4;
+ private System.Windows.Forms.RadioButton radioButton4;
+ private System.Windows.Forms.TextBox basicHeadBox;
+ private System.Windows.Forms.CheckBox invertCheck;
+ private System.Windows.Forms.RadioButton rbtn_100;
+ private System.Windows.Forms.RadioButton rbtn_111;
+ private System.Windows.Forms.RadioButton rbtn_110;
+ private System.Windows.Forms.TextBox text650a;
+ private System.Windows.Forms.GroupBox groupBox3;
+ private System.Windows.Forms.Label label8;
+ private System.Windows.Forms.Label label9;
+ private System.Windows.Forms.Label label10;
+ private System.Windows.Forms.Label label11;
+ private System.Windows.Forms.TextBox text041a;
+ private System.Windows.Forms.TextBox text041b;
+ private System.Windows.Forms.TextBox text041h;
+ private System.Windows.Forms.TextBox text041k;
+ private System.Windows.Forms.TextBox text586a;
+ private System.Windows.Forms.GroupBox groupBox2;
+ private System.Windows.Forms.TextBox textKDC4;
+ private System.Windows.Forms.TextBox textKDC5;
+ private System.Windows.Forms.TextBox textKDC6;
+ private System.Windows.Forms.Label label12;
+ private System.Windows.Forms.Label label13;
+ private System.Windows.Forms.Label label14;
+ private System.Windows.Forms.Label label15;
+ private System.Windows.Forms.Label label16;
+ private System.Windows.Forms.Label label17;
+ private System.Windows.Forms.Label label18;
+ private System.Windows.Forms.Label label19;
+ private System.Windows.Forms.TextBox textDDC21;
+ private System.Windows.Forms.TextBox textDDC22;
+ private System.Windows.Forms.TextBox textDDC23;
+ private System.Windows.Forms.TextBox text520a;
+ private System.Windows.Forms.GroupBox groupBox1;
+ private System.Windows.Forms.TextBox text245a;
+ private System.Windows.Forms.TextBox text245b;
+ private System.Windows.Forms.TextBox text245x;
+ private System.Windows.Forms.TextBox text245n;
+ private System.Windows.Forms.TextBox text245d;
+ private System.Windows.Forms.TextBox text245e;
+ private System.Windows.Forms.TextBox text245p;
+ private System.Windows.Forms.Label label48;
+ private System.Windows.Forms.Label label49;
+ private System.Windows.Forms.Label label50;
+ private System.Windows.Forms.Label label51;
+ private System.Windows.Forms.Label label52;
+ private System.Windows.Forms.Label label53;
+ private System.Windows.Forms.Label label54;
+ private System.Windows.Forms.TextBox text521a;
+ private System.Windows.Forms.TextBox text525a;
+ private System.Windows.Forms.TextBox text940a;
+ private System.Windows.Forms.TextBox text653a;
+ private System.Windows.Forms.TextBox text507t;
+ private System.Windows.Forms.TextBox text500a;
+ private System.Windows.Forms.TextBox text507a;
+ private System.Windows.Forms.TextBox text250a;
+ private System.Windows.Forms.DataGridView dataGridView1;
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
+ private System.Windows.Forms.DataGridViewTextBoxColumn tag;
+ private System.Windows.Forms.DataGridViewTextBoxColumn jisi;
+ private System.Windows.Forms.DataGridViewTextBoxColumn MarcValue;
+ private System.Windows.Forms.DataGridViewCheckBoxColumn CheckSet;
+ private System.Windows.Forms.DataGridViewTextBoxColumn Text020a;
+ private System.Windows.Forms.DataGridViewTextBoxColumn Text020g;
+ private System.Windows.Forms.DataGridViewTextBoxColumn Text020c;
+ private System.Windows.Forms.Label lbl_SaveData;
private System.Windows.Forms.DataGridViewTextBoxColumn list_idx;
private System.Windows.Forms.DataGridViewTextBoxColumn ISBN13;
private System.Windows.Forms.DataGridViewTextBoxColumn num;
@@ -854,9 +2752,7 @@
private System.Windows.Forms.DataGridViewTextBoxColumn db_marc;
private System.Windows.Forms.DataGridViewTextBoxColumn grade;
private System.Windows.Forms.DataGridViewTextBoxColumn colCheck;
- public System.Windows.Forms.DataGridView List_Book;
- private System.Windows.Forms.CheckBox checkBox3;
- private System.Windows.Forms.Button btn_Reflesh008;
- private System.Windows.Forms.Button btn_FillBlank;
+ private System.Windows.Forms.DataGridViewTextBoxColumn user;
+ private System.Windows.Forms.DataGridViewTextBoxColumn SaveDate;
}
}
\ No newline at end of file
diff --git a/unimarc/unimarc/마크/Marc.resx b/unimarc/unimarc/마크/Marc.resx
index 3e338ee..76fcdb4 100644
--- a/unimarc/unimarc/마크/Marc.resx
+++ b/unimarc/unimarc/마크/Marc.resx
@@ -156,6 +156,12 @@
True
+
+ True
+
+
+ True
+
@@ -195,4 +201,82 @@
giAIgiAIgiAIgiAIAilPT/8BzuZT5uV+S2QAAAAASUVORK5CYII=
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
\ No newline at end of file
diff --git a/unimarc/unimarc/마크/Marc_FillBlank.Designer.cs b/unimarc/unimarc/마크/Marc_FillBlank.Designer.cs
index edd429e..d4ac172 100644
--- a/unimarc/unimarc/마크/Marc_FillBlank.Designer.cs
+++ b/unimarc/unimarc/마크/Marc_FillBlank.Designer.cs
@@ -29,6 +29,9 @@ namespace UniMarc
///
private void InitializeComponent()
{
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.Btn_interlock = new System.Windows.Forms.Button();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.invertCheck = new System.Windows.Forms.CheckBox();
@@ -70,7 +73,6 @@ namespace UniMarc
this.text300c1 = new System.Windows.Forms.TextBox();
this.text300a = new System.Windows.Forms.TextBox();
this.text260a = new System.Windows.Forms.TextBox();
- this.textKDC6 = new System.Windows.Forms.TextBox();
this.textKDC5 = new System.Windows.Forms.TextBox();
this.textKDC4 = new System.Windows.Forms.TextBox();
this.text041k = new System.Windows.Forms.TextBox();
@@ -93,32 +95,91 @@ namespace UniMarc
this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.text440x = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GridView246 = new System.Windows.Forms.DataGridView();
- this.GridView020 = new System.Windows.Forms.DataGridView();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.text546a = new System.Windows.Forms.TextBox();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.groupBox5 = new System.Windows.Forms.GroupBox();
- this.groupBox6 = new System.Windows.Forms.GroupBox();
- this.groupBox7 = new System.Windows.Forms.GroupBox();
- this.groupBox8 = new System.Windows.Forms.GroupBox();
- this.groupBox9 = new System.Windows.Forms.GroupBox();
- this.Column4 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.groupBox10 = new System.Windows.Forms.GroupBox();
this.Column10 = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.GridView020 = new System.Windows.Forms.DataGridView();
+ this.Column4 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
+ this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.textBox2 = new System.Windows.Forms.TextBox();
+ this.textBox3 = new System.Windows.Forms.TextBox();
+ this.text546a = new System.Windows.Forms.TextBox();
+ this.textBox4 = new System.Windows.Forms.TextBox();
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
+ this.label16 = new System.Windows.Forms.Label();
+ this.label15 = new System.Windows.Forms.Label();
+ this.label19 = new System.Windows.Forms.Label();
+ this.label18 = new System.Windows.Forms.Label();
+ this.label17 = new System.Windows.Forms.Label();
+ this.label14 = new System.Windows.Forms.Label();
+ this.label13 = new System.Windows.Forms.Label();
+ this.groupBox2 = new System.Windows.Forms.GroupBox();
+ this.textKDC6 = new System.Windows.Forms.TextBox();
+ this.label10 = new System.Windows.Forms.Label();
+ this.label9 = new System.Windows.Forms.Label();
+ this.label7 = new System.Windows.Forms.Label();
+ this.label8 = new System.Windows.Forms.Label();
+ this.label6 = new System.Windows.Forms.Label();
+ this.label12 = new System.Windows.Forms.Label();
+ this.label11 = new System.Windows.Forms.Label();
+ this.label5 = new System.Windows.Forms.Label();
+ this.groupBox3 = new System.Windows.Forms.GroupBox();
+ this.label4 = new System.Windows.Forms.Label();
+ this.label3 = new System.Windows.Forms.Label();
+ this.label2 = new System.Windows.Forms.Label();
+ this.label1 = new System.Windows.Forms.Label();
+ this.groupBox4 = new System.Windows.Forms.GroupBox();
+ this.groupBox5 = new System.Windows.Forms.GroupBox();
+ this.groupBox6 = new System.Windows.Forms.GroupBox();
+ this.label24 = new System.Windows.Forms.Label();
+ this.label25 = new System.Windows.Forms.Label();
+ this.label26 = new System.Windows.Forms.Label();
+ this.label27 = new System.Windows.Forms.Label();
+ this.groupBox7 = new System.Windows.Forms.GroupBox();
+ this.label31 = new System.Windows.Forms.Label();
+ this.label30 = new System.Windows.Forms.Label();
+ this.label33 = new System.Windows.Forms.Label();
+ this.label32 = new System.Windows.Forms.Label();
+ this.label29 = new System.Windows.Forms.Label();
+ this.label28 = new System.Windows.Forms.Label();
+ this.groupBox8 = new System.Windows.Forms.GroupBox();
+ this.label21 = new System.Windows.Forms.Label();
+ this.label20 = new System.Windows.Forms.Label();
+ this.groupBox9 = new System.Windows.Forms.GroupBox();
+ this.label35 = new System.Windows.Forms.Label();
+ this.label34 = new System.Windows.Forms.Label();
+ this.groupBox10 = new System.Windows.Forms.GroupBox();
+ this.label42 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
+ this.label45 = new System.Windows.Forms.Label();
+ this.label41 = new System.Windows.Forms.Label();
+ this.label47 = new System.Windows.Forms.Label();
+ this.label46 = new System.Windows.Forms.Label();
+ this.label44 = new System.Windows.Forms.Label();
+ this.label37 = new System.Windows.Forms.Label();
+ this.label40 = new System.Windows.Forms.Label();
+ this.label36 = new System.Windows.Forms.Label();
+ this.label39 = new System.Windows.Forms.Label();
+ this.label23 = new System.Windows.Forms.Label();
+ this.label43 = new System.Windows.Forms.Label();
+ this.label38 = new System.Windows.Forms.Label();
+ this.label22 = new System.Windows.Forms.Label();
+ this.panel2 = new System.Windows.Forms.Panel();
+ this.panel4 = new System.Windows.Forms.Panel();
+ this.webBrowser1 = new System.Windows.Forms.WebBrowser();
+ this.panel3 = new System.Windows.Forms.Panel();
+ this.richTextBox1 = new System.Windows.Forms.RichTextBox();
+ this.panel6 = new System.Windows.Forms.Panel();
+ this.btn_Back = new System.Windows.Forms.Button();
+ this.btn_Forward = new System.Windows.Forms.Button();
+ this.tb_URL = new System.Windows.Forms.TextBox();
+ this.btn_Close = new System.Windows.Forms.Button();
+ this.btn_Move = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.GridView490)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GridView505)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GridView440)).BeginInit();
@@ -135,6 +196,10 @@ namespace UniMarc
this.groupBox9.SuspendLayout();
this.groupBox10.SuspendLayout();
this.panel1.SuspendLayout();
+ this.panel2.SuspendLayout();
+ this.panel4.SuspendLayout();
+ this.panel3.SuspendLayout();
+ this.panel6.SuspendLayout();
this.SuspendLayout();
//
// Btn_interlock
@@ -149,9 +214,10 @@ namespace UniMarc
// radioButton4
//
this.radioButton4.AutoSize = true;
- this.radioButton4.Location = new System.Drawing.Point(303, 48);
+ this.radioButton4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.radioButton4.Location = new System.Drawing.Point(342, 48);
this.radioButton4.Name = "radioButton4";
- this.radioButton4.Size = new System.Drawing.Size(71, 16);
+ this.radioButton4.Size = new System.Drawing.Size(75, 16);
this.radioButton4.TabIndex = 207;
this.radioButton4.TabStop = true;
this.radioButton4.Text = "작자미상";
@@ -171,9 +237,10 @@ namespace UniMarc
// radioButton3
//
this.radioButton3.AutoSize = true;
- this.radioButton3.Location = new System.Drawing.Point(205, 48);
+ this.radioButton3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.radioButton3.Location = new System.Drawing.Point(231, 48);
this.radioButton3.Name = "radioButton3";
- this.radioButton3.Size = new System.Drawing.Size(91, 16);
+ this.radioButton3.Size = new System.Drawing.Size(100, 16);
this.radioButton3.TabIndex = 207;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "회의명 (111)";
@@ -182,9 +249,10 @@ namespace UniMarc
// radioButton2
//
this.radioButton2.AutoSize = true;
- this.radioButton2.Location = new System.Drawing.Point(107, 48);
+ this.radioButton2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.radioButton2.Location = new System.Drawing.Point(120, 48);
this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(91, 16);
+ this.radioButton2.Size = new System.Drawing.Size(100, 16);
this.radioButton2.TabIndex = 207;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "단체명 (110)";
@@ -193,9 +261,10 @@ namespace UniMarc
// radioButton1
//
this.radioButton1.AutoSize = true;
+ this.radioButton1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.radioButton1.Location = new System.Drawing.Point(9, 48);
this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(91, 16);
+ this.radioButton1.Size = new System.Drawing.Size(100, 16);
this.radioButton1.TabIndex = 207;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "개인명 (100)";
@@ -203,359 +272,347 @@ namespace UniMarc
//
// basicHeadBox
//
+ this.basicHeadBox.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.basicHeadBox.Location = new System.Drawing.Point(6, 20);
this.basicHeadBox.Name = "basicHeadBox";
this.basicHeadBox.Size = new System.Drawing.Size(285, 21);
this.basicHeadBox.TabIndex = 211;
- this.basicHeadBox.Text = "기본표목";
//
// text940a
//
- this.text940a.Location = new System.Drawing.Point(9, 303);
+ this.text940a.Location = new System.Drawing.Point(43, 303);
this.text940a.Name = "text940a";
- this.text940a.Size = new System.Drawing.Size(402, 21);
+ this.text940a.Size = new System.Drawing.Size(367, 21);
this.text940a.TabIndex = 279;
- this.text940a.Text = "940a 로컬서명";
//
// text507a
//
- this.text507a.Location = new System.Drawing.Point(442, 571);
+ this.text507a.Location = new System.Drawing.Point(480, 571);
this.text507a.Name = "text507a";
- this.text507a.Size = new System.Drawing.Size(473, 21);
+ this.text507a.Size = new System.Drawing.Size(435, 21);
this.text507a.TabIndex = 280;
- this.text507a.Text = "507a";
//
// text250a
//
- this.text250a.Location = new System.Drawing.Point(9, 325);
+ this.text250a.Location = new System.Drawing.Point(43, 325);
this.text250a.Name = "text250a";
- this.text250a.Size = new System.Drawing.Size(402, 21);
+ this.text250a.Size = new System.Drawing.Size(367, 21);
this.text250a.TabIndex = 281;
- this.text250a.Text = "250a";
//
// text245p
//
- this.text245p.Location = new System.Drawing.Point(118, 57);
+ this.text245p.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text245p.Location = new System.Drawing.Point(130, 57);
this.text245p.Name = "text245p";
- this.text245p.Size = new System.Drawing.Size(290, 21);
+ this.text245p.Size = new System.Drawing.Size(277, 21);
this.text245p.TabIndex = 282;
- this.text245p.Text = "245p";
//
// text245e
//
- this.text245e.Location = new System.Drawing.Point(439, 36);
+ this.text245e.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text245e.Location = new System.Drawing.Point(455, 36);
this.text245e.Multiline = true;
this.text245e.Name = "text245e";
- this.text245e.Size = new System.Drawing.Size(473, 43);
+ this.text245e.Size = new System.Drawing.Size(457, 43);
this.text245e.TabIndex = 283;
- this.text245e.Text = "245e";
//
// text500a
//
- this.text500a.Location = new System.Drawing.Point(9, 571);
+ this.text500a.Location = new System.Drawing.Point(43, 571);
this.text500a.Multiline = true;
this.text500a.Name = "text500a";
- this.text500a.Size = new System.Drawing.Size(402, 48);
+ this.text500a.Size = new System.Drawing.Size(367, 48);
this.text500a.TabIndex = 278;
- this.text500a.Text = "500a";
//
// text653a
//
- this.text653a.Location = new System.Drawing.Point(442, 449);
+ this.text653a.Location = new System.Drawing.Point(480, 449);
this.text653a.Name = "text653a";
- this.text653a.Size = new System.Drawing.Size(473, 21);
+ this.text653a.Size = new System.Drawing.Size(435, 21);
this.text653a.TabIndex = 284;
- this.text653a.Text = "653a";
//
// text900a
//
- this.text900a.Location = new System.Drawing.Point(6, 19);
+ this.text900a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text900a.Location = new System.Drawing.Point(44, 19);
this.text900a.Name = "text900a";
- this.text900a.Size = new System.Drawing.Size(473, 21);
+ this.text900a.Size = new System.Drawing.Size(435, 21);
this.text900a.TabIndex = 292;
- this.text900a.Text = "900a";
//
// text525a
//
- this.text525a.Location = new System.Drawing.Point(442, 781);
+ this.text525a.Location = new System.Drawing.Point(480, 781);
this.text525a.Name = "text525a";
- this.text525a.Size = new System.Drawing.Size(473, 21);
+ this.text525a.Size = new System.Drawing.Size(435, 21);
this.text525a.TabIndex = 286;
- this.text525a.Text = "525a";
//
// text700a
//
- this.text700a.Location = new System.Drawing.Point(6, 20);
+ this.text700a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text700a.Location = new System.Drawing.Point(44, 20);
this.text700a.Name = "text700a";
- this.text700a.Size = new System.Drawing.Size(473, 21);
+ this.text700a.Size = new System.Drawing.Size(435, 21);
this.text700a.TabIndex = 287;
- this.text700a.Text = "700a";
//
// text245d
//
- this.text245d.Location = new System.Drawing.Point(439, 13);
+ this.text245d.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text245d.Location = new System.Drawing.Point(455, 13);
this.text245d.Name = "text245d";
- this.text245d.Size = new System.Drawing.Size(473, 21);
+ this.text245d.Size = new System.Drawing.Size(457, 21);
this.text245d.TabIndex = 288;
- this.text245d.Text = "245d";
//
// text245n
//
- this.text245n.Location = new System.Drawing.Point(6, 57);
+ this.text245n.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text245n.Location = new System.Drawing.Point(18, 57);
this.text245n.Name = "text245n";
- this.text245n.Size = new System.Drawing.Size(106, 21);
+ this.text245n.Size = new System.Drawing.Size(78, 21);
this.text245n.TabIndex = 289;
- this.text245n.Text = "245n";
//
// text245x
//
- this.text245x.Location = new System.Drawing.Point(6, 79);
+ this.text245x.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text245x.Location = new System.Drawing.Point(18, 79);
this.text245x.Name = "text245x";
- this.text245x.Size = new System.Drawing.Size(402, 21);
+ this.text245x.Size = new System.Drawing.Size(389, 21);
this.text245x.TabIndex = 290;
- this.text245x.Text = "245x";
//
// text245b
//
- this.text245b.Location = new System.Drawing.Point(6, 35);
+ this.text245b.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text245b.Location = new System.Drawing.Point(18, 35);
this.text245b.Name = "text245b";
- this.text245b.Size = new System.Drawing.Size(402, 21);
+ this.text245b.Size = new System.Drawing.Size(389, 21);
this.text245b.TabIndex = 291;
- this.text245b.Text = "245b";
//
// text245a
//
- this.text245a.Location = new System.Drawing.Point(6, 13);
+ this.text245a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text245a.Location = new System.Drawing.Point(18, 13);
this.text245a.Name = "text245a";
- this.text245a.Size = new System.Drawing.Size(402, 21);
+ this.text245a.Size = new System.Drawing.Size(389, 21);
this.text245a.TabIndex = 285;
- this.text245a.Text = "245a 서명";
//
// textDDC23
//
- this.textDDC23.Location = new System.Drawing.Point(296, 44);
+ this.textDDC23.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textDDC23.Location = new System.Drawing.Point(314, 44);
this.textDDC23.Name = "textDDC23";
- this.textDDC23.Size = new System.Drawing.Size(112, 21);
+ this.textDDC23.Size = new System.Drawing.Size(93, 21);
this.textDDC23.TabIndex = 260;
- this.textDDC23.Text = "DDC 23";
//
// textDDC22
//
- this.textDDC22.Location = new System.Drawing.Point(151, 44);
+ this.textDDC22.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textDDC22.Location = new System.Drawing.Point(188, 44);
this.textDDC22.Name = "textDDC22";
- this.textDDC22.Size = new System.Drawing.Size(112, 21);
+ this.textDDC22.Size = new System.Drawing.Size(93, 21);
this.textDDC22.TabIndex = 261;
- this.textDDC22.Text = "DDC 22";
//
// textDDC21
//
- this.textDDC21.Location = new System.Drawing.Point(6, 44);
+ this.textDDC21.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textDDC21.Location = new System.Drawing.Point(62, 44);
this.textDDC21.Name = "textDDC21";
- this.textDDC21.Size = new System.Drawing.Size(112, 21);
+ this.textDDC21.Size = new System.Drawing.Size(93, 21);
this.textDDC21.TabIndex = 262;
- this.textDDC21.Text = "DDC 21";
//
// text260g
//
- this.text260g.Location = new System.Drawing.Point(6, 86);
+ this.text260g.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text260g.Location = new System.Drawing.Point(18, 86);
this.text260g.Name = "text260g";
- this.text260g.Size = new System.Drawing.Size(190, 21);
+ this.text260g.Size = new System.Drawing.Size(178, 21);
this.text260g.TabIndex = 263;
- this.text260g.Text = "260g";
//
// text260c
//
- this.text260c.Location = new System.Drawing.Point(6, 64);
+ this.text260c.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text260c.Location = new System.Drawing.Point(18, 64);
this.text260c.Name = "text260c";
- this.text260c.Size = new System.Drawing.Size(190, 21);
+ this.text260c.Size = new System.Drawing.Size(178, 21);
this.text260c.TabIndex = 264;
- this.text260c.Text = "260c";
//
// text260b
//
- this.text260b.Location = new System.Drawing.Point(6, 42);
+ this.text260b.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text260b.Location = new System.Drawing.Point(18, 42);
this.text260b.Name = "text260b";
- this.text260b.Size = new System.Drawing.Size(190, 21);
+ this.text260b.Size = new System.Drawing.Size(178, 21);
this.text260b.TabIndex = 268;
- this.text260b.Text = "260b";
//
// text521a
//
- this.text521a.Location = new System.Drawing.Point(442, 754);
+ this.text521a.Location = new System.Drawing.Point(480, 754);
this.text521a.Name = "text521a";
- this.text521a.Size = new System.Drawing.Size(473, 21);
+ this.text521a.Size = new System.Drawing.Size(435, 21);
this.text521a.TabIndex = 265;
- this.text521a.Text = "521a";
//
// text520a
//
- this.text520a.Location = new System.Drawing.Point(9, 798);
+ this.text520a.Location = new System.Drawing.Point(43, 798);
this.text520a.Multiline = true;
this.text520a.Name = "text520a";
- this.text520a.Size = new System.Drawing.Size(402, 48);
+ this.text520a.Size = new System.Drawing.Size(367, 48);
this.text520a.TabIndex = 266;
- this.text520a.Text = "520a";
//
// text586a
//
- this.text586a.Location = new System.Drawing.Point(442, 825);
+ this.text586a.Location = new System.Drawing.Point(480, 825);
this.text586a.Name = "text586a";
- this.text586a.Size = new System.Drawing.Size(473, 21);
+ this.text586a.Size = new System.Drawing.Size(435, 21);
this.text586a.TabIndex = 267;
- this.text586a.Text = "586a";
//
// text650a
//
- this.text650a.Location = new System.Drawing.Point(442, 471);
+ this.text650a.Location = new System.Drawing.Point(480, 471);
this.text650a.Name = "text650a";
- this.text650a.Size = new System.Drawing.Size(473, 21);
+ this.text650a.Size = new System.Drawing.Size(435, 21);
this.text650a.TabIndex = 277;
- this.text650a.Text = "650a";
//
// text536a
//
- this.text536a.Location = new System.Drawing.Point(442, 803);
+ this.text536a.Location = new System.Drawing.Point(480, 803);
this.text536a.Name = "text536a";
- this.text536a.Size = new System.Drawing.Size(473, 21);
+ this.text536a.Size = new System.Drawing.Size(435, 21);
this.text536a.TabIndex = 269;
- this.text536a.Text = "536a";
//
// text505a
//
- this.text505a.Location = new System.Drawing.Point(6, 20);
+ this.text505a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text505a.Location = new System.Drawing.Point(18, 20);
this.text505a.Multiline = true;
this.text505a.Name = "text505a";
- this.text505a.Size = new System.Drawing.Size(402, 46);
+ this.text505a.Size = new System.Drawing.Size(389, 46);
this.text505a.TabIndex = 270;
- this.text505a.Text = "505a";
//
// text300e
//
- this.text300e.Location = new System.Drawing.Point(6, 86);
+ this.text300e.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text300e.Location = new System.Drawing.Point(17, 86);
this.text300e.Name = "text300e";
- this.text300e.Size = new System.Drawing.Size(190, 21);
+ this.text300e.Size = new System.Drawing.Size(178, 21);
this.text300e.TabIndex = 271;
- this.text300e.Text = "300e";
//
// text300b
//
- this.text300b.Location = new System.Drawing.Point(6, 42);
+ this.text300b.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text300b.Location = new System.Drawing.Point(17, 42);
this.text300b.Name = "text300b";
- this.text300b.Size = new System.Drawing.Size(190, 21);
+ this.text300b.Size = new System.Drawing.Size(178, 21);
this.text300b.TabIndex = 272;
- this.text300b.Text = "300b";
//
// text504a
//
- this.text504a.Location = new System.Drawing.Point(9, 620);
+ this.text504a.Location = new System.Drawing.Point(43, 620);
this.text504a.Name = "text504a";
- this.text504a.Size = new System.Drawing.Size(402, 21);
+ this.text504a.Size = new System.Drawing.Size(367, 21);
this.text504a.TabIndex = 273;
- this.text504a.Text = "504a";
//
// text300c2
//
- this.text300c2.Location = new System.Drawing.Point(102, 64);
+ this.text300c2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text300c2.Location = new System.Drawing.Point(136, 64);
this.text300c2.Name = "text300c2";
- this.text300c2.Size = new System.Drawing.Size(94, 21);
+ this.text300c2.Size = new System.Drawing.Size(59, 21);
this.text300c2.TabIndex = 274;
- this.text300c2.Text = "c가로";
//
// text300c1
//
- this.text300c1.Location = new System.Drawing.Point(6, 64);
+ this.text300c1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text300c1.Location = new System.Drawing.Point(44, 64);
this.text300c1.Name = "text300c1";
- this.text300c1.Size = new System.Drawing.Size(94, 21);
+ this.text300c1.Size = new System.Drawing.Size(59, 21);
this.text300c1.TabIndex = 275;
- this.text300c1.Text = "c세로";
//
// text300a
//
- this.text300a.Location = new System.Drawing.Point(6, 20);
+ this.text300a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text300a.Location = new System.Drawing.Point(17, 20);
this.text300a.Name = "text300a";
- this.text300a.Size = new System.Drawing.Size(190, 21);
+ this.text300a.Size = new System.Drawing.Size(178, 21);
this.text300a.TabIndex = 276;
- this.text300a.Text = "300a";
//
// text260a
//
- this.text260a.Location = new System.Drawing.Point(6, 20);
+ this.text260a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text260a.Location = new System.Drawing.Point(18, 20);
this.text260a.Name = "text260a";
- this.text260a.Size = new System.Drawing.Size(190, 21);
+ this.text260a.Size = new System.Drawing.Size(178, 21);
this.text260a.TabIndex = 258;
- this.text260a.Text = "260a";
- //
- // textKDC6
- //
- this.textKDC6.Location = new System.Drawing.Point(296, 20);
- this.textKDC6.Name = "textKDC6";
- this.textKDC6.Size = new System.Drawing.Size(112, 21);
- this.textKDC6.TabIndex = 259;
- this.textKDC6.Text = "KDC 6";
//
// textKDC5
//
- this.textKDC5.Location = new System.Drawing.Point(151, 20);
+ this.textKDC5.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textKDC5.Location = new System.Drawing.Point(188, 20);
this.textKDC5.Name = "textKDC5";
- this.textKDC5.Size = new System.Drawing.Size(112, 21);
+ this.textKDC5.Size = new System.Drawing.Size(93, 21);
this.textKDC5.TabIndex = 257;
- this.textKDC5.Text = "KDC 5";
//
// textKDC4
//
- this.textKDC4.Location = new System.Drawing.Point(6, 20);
+ this.textKDC4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textKDC4.Location = new System.Drawing.Point(62, 20);
this.textKDC4.Name = "textKDC4";
- this.textKDC4.Size = new System.Drawing.Size(112, 21);
+ this.textKDC4.Size = new System.Drawing.Size(93, 21);
this.textKDC4.TabIndex = 256;
- this.textKDC4.Text = "KDC 4";
//
// text041k
//
- this.text041k.Location = new System.Drawing.Point(119, 14);
+ this.text041k.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text041k.Location = new System.Drawing.Point(145, 14);
this.text041k.Name = "text041k";
this.text041k.Size = new System.Drawing.Size(94, 21);
this.text041k.TabIndex = 254;
- this.text041k.Text = "041k";
//
// text041h
//
- this.text041h.Location = new System.Drawing.Point(232, 14);
+ this.text041h.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text041h.Location = new System.Drawing.Point(265, 14);
this.text041h.Name = "text041h";
this.text041h.Size = new System.Drawing.Size(94, 21);
this.text041h.TabIndex = 253;
- this.text041h.Text = "041h";
//
// text041b
//
- this.text041b.Location = new System.Drawing.Point(345, 14);
+ this.text041b.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text041b.Location = new System.Drawing.Point(385, 14);
this.text041b.Name = "text041b";
this.text041b.Size = new System.Drawing.Size(94, 21);
this.text041b.TabIndex = 252;
- this.text041b.Text = "041b";
//
// text041a
//
- this.text041a.Location = new System.Drawing.Point(6, 14);
+ this.text041a.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.text041a.Location = new System.Drawing.Point(25, 14);
this.text041a.Name = "text041a";
this.text041a.Size = new System.Drawing.Size(94, 21);
this.text041a.TabIndex = 251;
- this.text041a.Text = "041a";
//
// GridView490
//
this.GridView490.AllowDrop = true;
this.GridView490.AllowUserToResizeRows = false;
this.GridView490.BackgroundColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
+ dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
+ dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.GridView490.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.GridView490.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridView490.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.text490a,
this.text490v});
- this.GridView490.Location = new System.Drawing.Point(564, 498);
+ this.GridView490.Location = new System.Drawing.Point(606, 498);
this.GridView490.Name = "GridView490";
this.GridView490.RowHeadersVisible = false;
this.GridView490.RowHeadersWidth = 30;
this.GridView490.RowTemplate.Height = 23;
- this.GridView490.Size = new System.Drawing.Size(363, 71);
+ this.GridView490.Size = new System.Drawing.Size(321, 71);
this.GridView490.TabIndex = 247;
//
// text490a
@@ -586,7 +643,7 @@ namespace UniMarc
this.GridView505.RowHeadersVisible = false;
this.GridView505.RowHeadersWidth = 30;
this.GridView505.RowTemplate.Height = 23;
- this.GridView505.Size = new System.Drawing.Size(402, 71);
+ this.GridView505.Size = new System.Drawing.Size(401, 71);
this.GridView505.TabIndex = 246;
//
// text505n
@@ -615,6 +672,14 @@ namespace UniMarc
this.GridView440.AllowDrop = true;
this.GridView440.AllowUserToResizeRows = false;
this.GridView440.BackgroundColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
+ dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
+ dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.GridView440.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.GridView440.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridView440.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.text440a,
@@ -628,7 +693,7 @@ namespace UniMarc
this.GridView440.RowHeadersVisible = false;
this.GridView440.RowHeadersWidth = 30;
this.GridView440.RowTemplate.Height = 23;
- this.GridView440.Size = new System.Drawing.Size(572, 71);
+ this.GridView440.Size = new System.Drawing.Size(597, 71);
this.GridView440.TabIndex = 245;
//
// text440a
@@ -651,11 +716,13 @@ namespace UniMarc
//
this.text440v.HeaderText = "440v [숫자]";
this.text440v.Name = "text440v";
+ this.text440v.Width = 110;
//
// Column13
//
this.Column13.HeaderText = "440v [문자]";
this.Column13.Name = "Column13";
+ this.Column13.Width = 110;
//
// text440x
//
@@ -667,6 +734,14 @@ namespace UniMarc
this.GridView246.AllowDrop = true;
this.GridView246.AllowUserToResizeRows = false;
this.GridView246.BackgroundColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
+ dataGridViewCellStyle3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
+ dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.GridView246.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.GridView246.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column10,
this.Column5,
@@ -682,221 +757,6 @@ namespace UniMarc
this.GridView246.Size = new System.Drawing.Size(493, 128);
this.GridView246.TabIndex = 250;
//
- // GridView020
- //
- this.GridView020.AllowDrop = true;
- this.GridView020.AllowUserToResizeRows = false;
- this.GridView020.BackgroundColor = System.Drawing.SystemColors.Window;
- this.GridView020.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.GridView020.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column4,
- this.Column1,
- this.Column2,
- this.Column3});
- this.GridView020.Dock = System.Windows.Forms.DockStyle.Fill;
- this.GridView020.Location = new System.Drawing.Point(3, 17);
- this.GridView020.Name = "GridView020";
- this.GridView020.RowHeadersVisible = false;
- this.GridView020.RowHeadersWidth = 30;
- this.GridView020.RowTemplate.Height = 23;
- this.GridView020.Size = new System.Drawing.Size(408, 80);
- this.GridView020.TabIndex = 244;
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(6, 41);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(473, 21);
- this.textBox2.TabIndex = 299;
- this.textBox2.Text = "910a";
- //
- // textBox3
- //
- this.textBox3.Location = new System.Drawing.Point(6, 42);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(473, 21);
- this.textBox3.TabIndex = 298;
- this.textBox3.Text = "710a";
- //
- // text546a
- //
- this.text546a.AcceptsReturn = true;
- this.text546a.AcceptsTab = true;
- this.text546a.Location = new System.Drawing.Point(442, 47);
- this.text546a.Multiline = true;
- this.text546a.Name = "text546a";
- this.text546a.Size = new System.Drawing.Size(299, 53);
- this.text546a.TabIndex = 255;
- this.text546a.Text = "546a 언어주기";
- //
- // textBox4
- //
- this.textBox4.Location = new System.Drawing.Point(442, 593);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(473, 21);
- this.textBox4.TabIndex = 280;
- this.textBox4.Text = "507t";
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox1.Controls.Add(this.text245a);
- this.groupBox1.Controls.Add(this.text245b);
- this.groupBox1.Controls.Add(this.text245x);
- this.groupBox1.Controls.Add(this.text245n);
- this.groupBox1.Controls.Add(this.text245d);
- this.groupBox1.Controls.Add(this.text245e);
- this.groupBox1.Controls.Add(this.text245p);
- this.groupBox1.Location = new System.Drawing.Point(3, 191);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(924, 106);
- this.groupBox1.TabIndex = 300;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "245";
- //
- // groupBox2
- //
- this.groupBox2.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox2.Controls.Add(this.textKDC4);
- this.groupBox2.Controls.Add(this.textKDC5);
- this.groupBox2.Controls.Add(this.textKDC6);
- this.groupBox2.Controls.Add(this.textDDC21);
- this.groupBox2.Controls.Add(this.textDDC22);
- this.groupBox2.Controls.Add(this.textDDC23);
- this.groupBox2.Location = new System.Drawing.Point(3, 109);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(414, 76);
- this.groupBox2.TabIndex = 301;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "분류기호";
- //
- // groupBox3
- //
- this.groupBox3.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox3.Controls.Add(this.text041a);
- this.groupBox3.Controls.Add(this.text041b);
- this.groupBox3.Controls.Add(this.text041h);
- this.groupBox3.Controls.Add(this.text041k);
- this.groupBox3.Location = new System.Drawing.Point(436, 3);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(491, 40);
- this.groupBox3.TabIndex = 302;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "041";
- //
- // groupBox4
- //
- this.groupBox4.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox4.Controls.Add(this.radioButton4);
- this.groupBox4.Controls.Add(this.basicHeadBox);
- this.groupBox4.Controls.Add(this.invertCheck);
- this.groupBox4.Controls.Add(this.radioButton1);
- this.groupBox4.Controls.Add(this.radioButton3);
- this.groupBox4.Controls.Add(this.radioButton2);
- this.groupBox4.Location = new System.Drawing.Point(436, 109);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(491, 76);
- this.groupBox4.TabIndex = 303;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "기본표목";
- //
- // groupBox5
- //
- this.groupBox5.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox5.Controls.Add(this.GridView020);
- this.groupBox5.Location = new System.Drawing.Point(3, 3);
- this.groupBox5.Name = "groupBox5";
- this.groupBox5.Size = new System.Drawing.Size(414, 100);
- this.groupBox5.TabIndex = 304;
- this.groupBox5.TabStop = false;
- this.groupBox5.Text = "020";
- //
- // groupBox6
- //
- this.groupBox6.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox6.Controls.Add(this.text260a);
- this.groupBox6.Controls.Add(this.text260b);
- this.groupBox6.Controls.Add(this.text260c);
- this.groupBox6.Controls.Add(this.text260g);
- this.groupBox6.Location = new System.Drawing.Point(3, 353);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Size = new System.Drawing.Size(202, 113);
- this.groupBox6.TabIndex = 306;
- this.groupBox6.TabStop = false;
- this.groupBox6.Text = "260";
- //
- // groupBox7
- //
- this.groupBox7.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox7.Controls.Add(this.text300a);
- this.groupBox7.Controls.Add(this.text300c1);
- this.groupBox7.Controls.Add(this.text300c2);
- this.groupBox7.Controls.Add(this.text300b);
- this.groupBox7.Controls.Add(this.text300e);
- this.groupBox7.Location = new System.Drawing.Point(215, 353);
- this.groupBox7.Name = "groupBox7";
- this.groupBox7.Size = new System.Drawing.Size(202, 113);
- this.groupBox7.TabIndex = 306;
- this.groupBox7.TabStop = false;
- this.groupBox7.Text = "300";
- //
- // groupBox8
- //
- this.groupBox8.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox8.Controls.Add(this.text700a);
- this.groupBox8.Controls.Add(this.textBox3);
- this.groupBox8.Location = new System.Drawing.Point(436, 303);
- this.groupBox8.Name = "groupBox8";
- this.groupBox8.Size = new System.Drawing.Size(491, 67);
- this.groupBox8.TabIndex = 307;
- this.groupBox8.TabStop = false;
- this.groupBox8.Text = "부출표목";
- //
- // groupBox9
- //
- this.groupBox9.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox9.Controls.Add(this.text900a);
- this.groupBox9.Controls.Add(this.textBox2);
- this.groupBox9.Location = new System.Drawing.Point(436, 376);
- this.groupBox9.Name = "groupBox9";
- this.groupBox9.Size = new System.Drawing.Size(491, 67);
- this.groupBox9.TabIndex = 307;
- this.groupBox9.TabStop = false;
- this.groupBox9.Text = "로컬표목";
- //
- // Column4
- //
- this.Column4.HeaderText = "세트";
- this.Column4.Name = "Column4";
- this.Column4.Width = 40;
- //
- // Column1
- //
- this.Column1.HeaderText = "020a";
- this.Column1.Name = "Column1";
- //
- // Column2
- //
- this.Column2.HeaderText = "020g";
- this.Column2.Name = "Column2";
- //
- // Column3
- //
- this.Column3.HeaderText = "020c";
- this.Column3.Name = "Column3";
- //
- // groupBox10
- //
- this.groupBox10.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox10.Controls.Add(this.text505a);
- this.groupBox10.Controls.Add(this.GridView505);
- this.groupBox10.Location = new System.Drawing.Point(3, 647);
- this.groupBox10.Name = "groupBox10";
- this.groupBox10.Size = new System.Drawing.Size(414, 145);
- this.groupBox10.TabIndex = 308;
- this.groupBox10.TabStop = false;
- this.groupBox10.Text = "505";
- //
// Column10
//
this.Column10.DisplayStyleForCurrentCellOnly = true;
@@ -939,12 +799,631 @@ namespace UniMarc
this.Column8.HeaderText = "246p";
this.Column8.Name = "Column8";
//
+ // GridView020
+ //
+ this.GridView020.AllowDrop = true;
+ this.GridView020.AllowUserToResizeRows = false;
+ this.GridView020.BackgroundColor = System.Drawing.SystemColors.Window;
+ this.GridView020.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+ this.GridView020.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+ this.Column4,
+ this.Column1,
+ this.Column2,
+ this.Column3});
+ this.GridView020.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.GridView020.Location = new System.Drawing.Point(3, 17);
+ this.GridView020.Name = "GridView020";
+ this.GridView020.RowHeadersVisible = false;
+ this.GridView020.RowHeadersWidth = 30;
+ this.GridView020.RowTemplate.Height = 23;
+ this.GridView020.Size = new System.Drawing.Size(408, 80);
+ this.GridView020.TabIndex = 244;
+ //
+ // Column4
+ //
+ this.Column4.HeaderText = "세트";
+ this.Column4.Name = "Column4";
+ this.Column4.Width = 40;
+ //
+ // Column1
+ //
+ this.Column1.HeaderText = "020a";
+ this.Column1.Name = "Column1";
+ //
+ // Column2
+ //
+ this.Column2.HeaderText = "020g";
+ this.Column2.Name = "Column2";
+ //
+ // Column3
+ //
+ this.Column3.HeaderText = "020c";
+ this.Column3.Name = "Column3";
+ //
+ // textBox2
+ //
+ this.textBox2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textBox2.Location = new System.Drawing.Point(44, 41);
+ this.textBox2.Name = "textBox2";
+ this.textBox2.Size = new System.Drawing.Size(435, 21);
+ this.textBox2.TabIndex = 299;
+ //
+ // textBox3
+ //
+ this.textBox3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textBox3.Location = new System.Drawing.Point(44, 42);
+ this.textBox3.Name = "textBox3";
+ this.textBox3.Size = new System.Drawing.Size(435, 21);
+ this.textBox3.TabIndex = 298;
+ //
+ // text546a
+ //
+ this.text546a.AcceptsReturn = true;
+ this.text546a.AcceptsTab = true;
+ this.text546a.Location = new System.Drawing.Point(442, 47);
+ this.text546a.Multiline = true;
+ this.text546a.Name = "text546a";
+ this.text546a.Size = new System.Drawing.Size(299, 53);
+ this.text546a.TabIndex = 255;
+ this.text546a.Text = "546a 언어주기";
+ //
+ // textBox4
+ //
+ this.textBox4.Location = new System.Drawing.Point(480, 593);
+ this.textBox4.Name = "textBox4";
+ this.textBox4.Size = new System.Drawing.Size(435, 21);
+ this.textBox4.TabIndex = 280;
+ //
+ // groupBox1
+ //
+ this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox1.Controls.Add(this.text245a);
+ this.groupBox1.Controls.Add(this.text245b);
+ this.groupBox1.Controls.Add(this.text245x);
+ this.groupBox1.Controls.Add(this.text245n);
+ this.groupBox1.Controls.Add(this.text245d);
+ this.groupBox1.Controls.Add(this.text245e);
+ this.groupBox1.Controls.Add(this.text245p);
+ this.groupBox1.Controls.Add(this.label16);
+ this.groupBox1.Controls.Add(this.label15);
+ this.groupBox1.Controls.Add(this.label19);
+ this.groupBox1.Controls.Add(this.label18);
+ this.groupBox1.Controls.Add(this.label17);
+ this.groupBox1.Controls.Add(this.label14);
+ this.groupBox1.Controls.Add(this.label13);
+ this.groupBox1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox1.Location = new System.Drawing.Point(3, 191);
+ this.groupBox1.Name = "groupBox1";
+ this.groupBox1.Size = new System.Drawing.Size(924, 106);
+ this.groupBox1.TabIndex = 300;
+ this.groupBox1.TabStop = false;
+ this.groupBox1.Text = "245";
+ //
+ // label16
+ //
+ this.label16.AutoSize = true;
+ this.label16.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label16.Location = new System.Drawing.Point(4, 82);
+ this.label16.Name = "label16";
+ this.label16.Size = new System.Drawing.Size(13, 12);
+ this.label16.TabIndex = 255;
+ this.label16.Text = "x";
+ //
+ // label15
+ //
+ this.label15.AutoSize = true;
+ this.label15.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label15.Location = new System.Drawing.Point(4, 60);
+ this.label15.Name = "label15";
+ this.label15.Size = new System.Drawing.Size(13, 12);
+ this.label15.TabIndex = 255;
+ this.label15.Text = "n";
+ //
+ // label19
+ //
+ this.label19.AutoSize = true;
+ this.label19.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label19.Location = new System.Drawing.Point(116, 60);
+ this.label19.Name = "label19";
+ this.label19.Size = new System.Drawing.Size(13, 12);
+ this.label19.TabIndex = 255;
+ this.label19.Text = "p";
+ //
+ // label18
+ //
+ this.label18.AutoSize = true;
+ this.label18.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label18.Location = new System.Drawing.Point(441, 38);
+ this.label18.Name = "label18";
+ this.label18.Size = new System.Drawing.Size(13, 12);
+ this.label18.TabIndex = 255;
+ this.label18.Text = "e";
+ //
+ // label17
+ //
+ this.label17.AutoSize = true;
+ this.label17.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label17.Location = new System.Drawing.Point(441, 16);
+ this.label17.Name = "label17";
+ this.label17.Size = new System.Drawing.Size(13, 12);
+ this.label17.TabIndex = 255;
+ this.label17.Text = "d";
+ //
+ // label14
+ //
+ this.label14.AutoSize = true;
+ this.label14.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label14.Location = new System.Drawing.Point(4, 39);
+ this.label14.Name = "label14";
+ this.label14.Size = new System.Drawing.Size(13, 12);
+ this.label14.TabIndex = 255;
+ this.label14.Text = "b";
+ //
+ // label13
+ //
+ this.label13.AutoSize = true;
+ this.label13.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label13.Location = new System.Drawing.Point(4, 17);
+ this.label13.Name = "label13";
+ this.label13.Size = new System.Drawing.Size(13, 12);
+ this.label13.TabIndex = 255;
+ this.label13.Text = "a";
+ //
+ // groupBox2
+ //
+ this.groupBox2.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox2.Controls.Add(this.textKDC4);
+ this.groupBox2.Controls.Add(this.textKDC5);
+ this.groupBox2.Controls.Add(this.textKDC6);
+ this.groupBox2.Controls.Add(this.label10);
+ this.groupBox2.Controls.Add(this.label9);
+ this.groupBox2.Controls.Add(this.label7);
+ this.groupBox2.Controls.Add(this.label8);
+ this.groupBox2.Controls.Add(this.label6);
+ this.groupBox2.Controls.Add(this.label12);
+ this.groupBox2.Controls.Add(this.label11);
+ this.groupBox2.Controls.Add(this.label5);
+ this.groupBox2.Controls.Add(this.textDDC21);
+ this.groupBox2.Controls.Add(this.textDDC22);
+ this.groupBox2.Controls.Add(this.textDDC23);
+ this.groupBox2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox2.Location = new System.Drawing.Point(3, 109);
+ this.groupBox2.Name = "groupBox2";
+ this.groupBox2.Size = new System.Drawing.Size(414, 76);
+ this.groupBox2.TabIndex = 301;
+ this.groupBox2.TabStop = false;
+ this.groupBox2.Text = "분류기호";
+ //
+ // textKDC6
+ //
+ this.textKDC6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.textKDC6.Location = new System.Drawing.Point(314, 20);
+ this.textKDC6.Name = "textKDC6";
+ this.textKDC6.Size = new System.Drawing.Size(93, 21);
+ this.textKDC6.TabIndex = 259;
+ //
+ // label10
+ //
+ this.label10.AutoSize = true;
+ this.label10.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label10.Location = new System.Drawing.Point(295, 48);
+ this.label10.Name = "label10";
+ this.label10.Size = new System.Drawing.Size(19, 12);
+ this.label10.TabIndex = 255;
+ this.label10.Text = "23";
+ //
+ // label9
+ //
+ this.label9.AutoSize = true;
+ this.label9.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label9.Location = new System.Drawing.Point(169, 48);
+ this.label9.Name = "label9";
+ this.label9.Size = new System.Drawing.Size(19, 12);
+ this.label9.TabIndex = 255;
+ this.label9.Text = "22";
+ //
+ // label7
+ //
+ this.label7.AutoSize = true;
+ this.label7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label7.Location = new System.Drawing.Point(301, 24);
+ this.label7.Name = "label7";
+ this.label7.Size = new System.Drawing.Size(12, 12);
+ this.label7.TabIndex = 255;
+ this.label7.Text = "6";
+ //
+ // label8
+ //
+ this.label8.AutoSize = true;
+ this.label8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label8.Location = new System.Drawing.Point(43, 48);
+ this.label8.Name = "label8";
+ this.label8.Size = new System.Drawing.Size(19, 12);
+ this.label8.TabIndex = 255;
+ this.label8.Text = "21";
+ //
+ // label6
+ //
+ this.label6.AutoSize = true;
+ this.label6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label6.Location = new System.Drawing.Point(175, 24);
+ this.label6.Name = "label6";
+ this.label6.Size = new System.Drawing.Size(12, 12);
+ this.label6.TabIndex = 255;
+ this.label6.Text = "5";
+ //
+ // label12
+ //
+ this.label12.AutoSize = true;
+ this.label12.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label12.Location = new System.Drawing.Point(4, 48);
+ this.label12.Name = "label12";
+ this.label12.Size = new System.Drawing.Size(33, 12);
+ this.label12.TabIndex = 255;
+ this.label12.Text = "DDC";
+ //
+ // label11
+ //
+ this.label11.AutoSize = true;
+ this.label11.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label11.Location = new System.Drawing.Point(4, 24);
+ this.label11.Name = "label11";
+ this.label11.Size = new System.Drawing.Size(33, 12);
+ this.label11.TabIndex = 255;
+ this.label11.Text = "KDC";
+ //
+ // label5
+ //
+ this.label5.AutoSize = true;
+ this.label5.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label5.Location = new System.Drawing.Point(49, 24);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(12, 12);
+ this.label5.TabIndex = 255;
+ this.label5.Text = "4";
+ //
+ // groupBox3
+ //
+ this.groupBox3.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox3.Controls.Add(this.label4);
+ this.groupBox3.Controls.Add(this.label3);
+ this.groupBox3.Controls.Add(this.label2);
+ this.groupBox3.Controls.Add(this.label1);
+ this.groupBox3.Controls.Add(this.text041a);
+ this.groupBox3.Controls.Add(this.text041b);
+ this.groupBox3.Controls.Add(this.text041h);
+ this.groupBox3.Controls.Add(this.text041k);
+ this.groupBox3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox3.Location = new System.Drawing.Point(436, 3);
+ this.groupBox3.Name = "groupBox3";
+ this.groupBox3.Size = new System.Drawing.Size(491, 40);
+ this.groupBox3.TabIndex = 302;
+ this.groupBox3.TabStop = false;
+ this.groupBox3.Text = "041";
+ //
+ // label4
+ //
+ this.label4.AutoSize = true;
+ this.label4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label4.Location = new System.Drawing.Point(371, 18);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(13, 12);
+ this.label4.TabIndex = 255;
+ this.label4.Text = "b";
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label3.Location = new System.Drawing.Point(251, 18);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(13, 12);
+ this.label3.TabIndex = 255;
+ this.label3.Text = "h";
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label2.Location = new System.Drawing.Point(132, 18);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(12, 12);
+ this.label2.TabIndex = 255;
+ this.label2.Text = "k";
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label1.Location = new System.Drawing.Point(11, 18);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(13, 12);
+ this.label1.TabIndex = 255;
+ this.label1.Text = "a";
+ //
+ // groupBox4
+ //
+ this.groupBox4.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox4.Controls.Add(this.radioButton4);
+ this.groupBox4.Controls.Add(this.basicHeadBox);
+ this.groupBox4.Controls.Add(this.invertCheck);
+ this.groupBox4.Controls.Add(this.radioButton1);
+ this.groupBox4.Controls.Add(this.radioButton3);
+ this.groupBox4.Controls.Add(this.radioButton2);
+ this.groupBox4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox4.Location = new System.Drawing.Point(436, 109);
+ this.groupBox4.Name = "groupBox4";
+ this.groupBox4.Size = new System.Drawing.Size(491, 76);
+ this.groupBox4.TabIndex = 303;
+ this.groupBox4.TabStop = false;
+ this.groupBox4.Text = "기본표목 (1XX)";
+ //
+ // groupBox5
+ //
+ this.groupBox5.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox5.Controls.Add(this.GridView020);
+ this.groupBox5.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox5.Location = new System.Drawing.Point(3, 3);
+ this.groupBox5.Name = "groupBox5";
+ this.groupBox5.Size = new System.Drawing.Size(414, 100);
+ this.groupBox5.TabIndex = 304;
+ this.groupBox5.TabStop = false;
+ this.groupBox5.Text = "020";
+ //
+ // groupBox6
+ //
+ this.groupBox6.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox6.Controls.Add(this.text260a);
+ this.groupBox6.Controls.Add(this.text260b);
+ this.groupBox6.Controls.Add(this.text260c);
+ this.groupBox6.Controls.Add(this.text260g);
+ this.groupBox6.Controls.Add(this.label24);
+ this.groupBox6.Controls.Add(this.label25);
+ this.groupBox6.Controls.Add(this.label26);
+ this.groupBox6.Controls.Add(this.label27);
+ this.groupBox6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox6.Location = new System.Drawing.Point(3, 353);
+ this.groupBox6.Name = "groupBox6";
+ this.groupBox6.Size = new System.Drawing.Size(202, 113);
+ this.groupBox6.TabIndex = 306;
+ this.groupBox6.TabStop = false;
+ this.groupBox6.Text = "260";
+ //
+ // label24
+ //
+ this.label24.AutoSize = true;
+ this.label24.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label24.Location = new System.Drawing.Point(4, 23);
+ this.label24.Name = "label24";
+ this.label24.Size = new System.Drawing.Size(13, 12);
+ this.label24.TabIndex = 255;
+ this.label24.Text = "a";
+ //
+ // label25
+ //
+ this.label25.AutoSize = true;
+ this.label25.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label25.Location = new System.Drawing.Point(4, 45);
+ this.label25.Name = "label25";
+ this.label25.Size = new System.Drawing.Size(13, 12);
+ this.label25.TabIndex = 255;
+ this.label25.Text = "b";
+ //
+ // label26
+ //
+ this.label26.AutoSize = true;
+ this.label26.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label26.Location = new System.Drawing.Point(4, 66);
+ this.label26.Name = "label26";
+ this.label26.Size = new System.Drawing.Size(13, 12);
+ this.label26.TabIndex = 255;
+ this.label26.Text = "c";
+ //
+ // label27
+ //
+ this.label27.AutoSize = true;
+ this.label27.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label27.Location = new System.Drawing.Point(4, 88);
+ this.label27.Name = "label27";
+ this.label27.Size = new System.Drawing.Size(13, 12);
+ this.label27.TabIndex = 255;
+ this.label27.Text = "g";
+ //
+ // groupBox7
+ //
+ this.groupBox7.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox7.Controls.Add(this.text300a);
+ this.groupBox7.Controls.Add(this.text300c1);
+ this.groupBox7.Controls.Add(this.text300c2);
+ this.groupBox7.Controls.Add(this.text300b);
+ this.groupBox7.Controls.Add(this.label31);
+ this.groupBox7.Controls.Add(this.label30);
+ this.groupBox7.Controls.Add(this.text300e);
+ this.groupBox7.Controls.Add(this.label33);
+ this.groupBox7.Controls.Add(this.label32);
+ this.groupBox7.Controls.Add(this.label29);
+ this.groupBox7.Controls.Add(this.label28);
+ this.groupBox7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox7.Location = new System.Drawing.Point(215, 353);
+ this.groupBox7.Name = "groupBox7";
+ this.groupBox7.Size = new System.Drawing.Size(202, 113);
+ this.groupBox7.TabIndex = 306;
+ this.groupBox7.TabStop = false;
+ this.groupBox7.Text = "300";
+ //
+ // label31
+ //
+ this.label31.AutoSize = true;
+ this.label31.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label31.Location = new System.Drawing.Point(2, 23);
+ this.label31.Name = "label31";
+ this.label31.Size = new System.Drawing.Size(13, 12);
+ this.label31.TabIndex = 255;
+ this.label31.Text = "a";
+ //
+ // label30
+ //
+ this.label30.AutoSize = true;
+ this.label30.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label30.Location = new System.Drawing.Point(2, 45);
+ this.label30.Name = "label30";
+ this.label30.Size = new System.Drawing.Size(13, 12);
+ this.label30.TabIndex = 255;
+ this.label30.Text = "b";
+ //
+ // label33
+ //
+ this.label33.AutoSize = true;
+ this.label33.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label33.Location = new System.Drawing.Point(107, 68);
+ this.label33.Name = "label33";
+ this.label33.Size = new System.Drawing.Size(29, 12);
+ this.label33.TabIndex = 255;
+ this.label33.Text = "가로";
+ //
+ // label32
+ //
+ this.label32.AutoSize = true;
+ this.label32.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label32.Location = new System.Drawing.Point(15, 68);
+ this.label32.Name = "label32";
+ this.label32.Size = new System.Drawing.Size(29, 12);
+ this.label32.TabIndex = 255;
+ this.label32.Text = "세로";
+ //
+ // label29
+ //
+ this.label29.AutoSize = true;
+ this.label29.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label29.Location = new System.Drawing.Point(2, 66);
+ this.label29.Name = "label29";
+ this.label29.Size = new System.Drawing.Size(13, 12);
+ this.label29.TabIndex = 255;
+ this.label29.Text = "c";
+ //
+ // label28
+ //
+ this.label28.AutoSize = true;
+ this.label28.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label28.Location = new System.Drawing.Point(2, 88);
+ this.label28.Name = "label28";
+ this.label28.Size = new System.Drawing.Size(13, 12);
+ this.label28.TabIndex = 255;
+ this.label28.Text = "e";
+ //
+ // groupBox8
+ //
+ this.groupBox8.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox8.Controls.Add(this.text700a);
+ this.groupBox8.Controls.Add(this.textBox3);
+ this.groupBox8.Controls.Add(this.label21);
+ this.groupBox8.Controls.Add(this.label20);
+ this.groupBox8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox8.Location = new System.Drawing.Point(436, 303);
+ this.groupBox8.Name = "groupBox8";
+ this.groupBox8.Size = new System.Drawing.Size(491, 67);
+ this.groupBox8.TabIndex = 307;
+ this.groupBox8.TabStop = false;
+ this.groupBox8.Text = "부출표목 (7XX)";
+ //
+ // label21
+ //
+ this.label21.AutoSize = true;
+ this.label21.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label21.Location = new System.Drawing.Point(8, 46);
+ this.label21.Name = "label21";
+ this.label21.Size = new System.Drawing.Size(34, 12);
+ this.label21.TabIndex = 255;
+ this.label21.Text = "710a";
+ //
+ // label20
+ //
+ this.label20.AutoSize = true;
+ this.label20.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label20.Location = new System.Drawing.Point(8, 24);
+ this.label20.Name = "label20";
+ this.label20.Size = new System.Drawing.Size(34, 12);
+ this.label20.TabIndex = 255;
+ this.label20.Text = "700a";
+ //
+ // groupBox9
+ //
+ this.groupBox9.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox9.Controls.Add(this.text900a);
+ this.groupBox9.Controls.Add(this.textBox2);
+ this.groupBox9.Controls.Add(this.label35);
+ this.groupBox9.Controls.Add(this.label34);
+ this.groupBox9.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox9.Location = new System.Drawing.Point(436, 376);
+ this.groupBox9.Name = "groupBox9";
+ this.groupBox9.Size = new System.Drawing.Size(491, 67);
+ this.groupBox9.TabIndex = 307;
+ this.groupBox9.TabStop = false;
+ this.groupBox9.Text = "로컬표목 (9XX)";
+ //
+ // label35
+ //
+ this.label35.AutoSize = true;
+ this.label35.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label35.Location = new System.Drawing.Point(8, 44);
+ this.label35.Name = "label35";
+ this.label35.Size = new System.Drawing.Size(34, 12);
+ this.label35.TabIndex = 255;
+ this.label35.Text = "910a";
+ //
+ // label34
+ //
+ this.label34.AutoSize = true;
+ this.label34.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label34.Location = new System.Drawing.Point(8, 22);
+ this.label34.Name = "label34";
+ this.label34.Size = new System.Drawing.Size(34, 12);
+ this.label34.TabIndex = 255;
+ this.label34.Text = "900a";
+ //
+ // groupBox10
+ //
+ this.groupBox10.BackColor = System.Drawing.SystemColors.Control;
+ this.groupBox10.Controls.Add(this.text505a);
+ this.groupBox10.Controls.Add(this.GridView505);
+ this.groupBox10.Controls.Add(this.label42);
+ this.groupBox10.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.groupBox10.Location = new System.Drawing.Point(3, 647);
+ this.groupBox10.Name = "groupBox10";
+ this.groupBox10.Size = new System.Drawing.Size(414, 145);
+ this.groupBox10.TabIndex = 308;
+ this.groupBox10.TabStop = false;
+ this.groupBox10.Text = "505";
+ //
+ // label42
+ //
+ this.label42.AutoSize = true;
+ this.label42.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label42.Location = new System.Drawing.Point(4, 23);
+ this.label42.Name = "label42";
+ this.label42.Size = new System.Drawing.Size(13, 12);
+ this.label42.TabIndex = 255;
+ this.label42.Text = "a";
+ //
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.groupBox5);
this.panel1.Controls.Add(this.groupBox10);
+ this.panel1.Controls.Add(this.label45);
+ this.panel1.Controls.Add(this.label41);
+ this.panel1.Controls.Add(this.label47);
+ this.panel1.Controls.Add(this.label46);
+ this.panel1.Controls.Add(this.label44);
+ this.panel1.Controls.Add(this.label37);
+ this.panel1.Controls.Add(this.label40);
+ this.panel1.Controls.Add(this.label36);
this.panel1.Controls.Add(this.GridView246);
+ this.panel1.Controls.Add(this.label39);
+ this.panel1.Controls.Add(this.label23);
+ this.panel1.Controls.Add(this.label43);
+ this.panel1.Controls.Add(this.label38);
+ this.panel1.Controls.Add(this.label22);
this.panel1.Controls.Add(this.groupBox9);
this.panel1.Controls.Add(this.GridView440);
this.panel1.Controls.Add(this.groupBox8);
@@ -970,16 +1449,260 @@ namespace UniMarc
this.panel1.Controls.Add(this.text500a);
this.panel1.Controls.Add(this.text507a);
this.panel1.Controls.Add(this.text250a);
- this.panel1.Location = new System.Drawing.Point(12, 12);
+ this.panel1.Location = new System.Drawing.Point(956, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(936, 855);
this.panel1.TabIndex = 309;
+ this.panel1.Visible = false;
+ //
+ // label45
+ //
+ this.label45.AutoSize = true;
+ this.label45.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label45.Location = new System.Drawing.Point(444, 829);
+ this.label45.Name = "label45";
+ this.label45.Size = new System.Drawing.Size(34, 12);
+ this.label45.TabIndex = 255;
+ this.label45.Text = "586a";
+ //
+ // label41
+ //
+ this.label41.AutoSize = true;
+ this.label41.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label41.Location = new System.Drawing.Point(444, 597);
+ this.label41.Name = "label41";
+ this.label41.Size = new System.Drawing.Size(30, 12);
+ this.label41.TabIndex = 255;
+ this.label41.Text = "507t";
+ //
+ // label47
+ //
+ this.label47.AutoSize = true;
+ this.label47.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label47.Location = new System.Drawing.Point(444, 758);
+ this.label47.Name = "label47";
+ this.label47.Size = new System.Drawing.Size(34, 12);
+ this.label47.TabIndex = 255;
+ this.label47.Text = "521a";
+ //
+ // label46
+ //
+ this.label46.AutoSize = true;
+ this.label46.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label46.Location = new System.Drawing.Point(444, 785);
+ this.label46.Name = "label46";
+ this.label46.Size = new System.Drawing.Size(34, 12);
+ this.label46.TabIndex = 255;
+ this.label46.Text = "525a";
+ //
+ // label44
+ //
+ this.label44.AutoSize = true;
+ this.label44.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label44.Location = new System.Drawing.Point(444, 807);
+ this.label44.Name = "label44";
+ this.label44.Size = new System.Drawing.Size(34, 12);
+ this.label44.TabIndex = 255;
+ this.label44.Text = "536a";
+ //
+ // label37
+ //
+ this.label37.AutoSize = true;
+ this.label37.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label37.Location = new System.Drawing.Point(444, 475);
+ this.label37.Name = "label37";
+ this.label37.Size = new System.Drawing.Size(34, 12);
+ this.label37.TabIndex = 255;
+ this.label37.Text = "650a";
+ //
+ // label40
+ //
+ this.label40.AutoSize = true;
+ this.label40.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label40.Location = new System.Drawing.Point(444, 575);
+ this.label40.Name = "label40";
+ this.label40.Size = new System.Drawing.Size(34, 12);
+ this.label40.TabIndex = 255;
+ this.label40.Text = "507a";
+ //
+ // label36
+ //
+ this.label36.AutoSize = true;
+ this.label36.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label36.Location = new System.Drawing.Point(444, 453);
+ this.label36.Name = "label36";
+ this.label36.Size = new System.Drawing.Size(34, 12);
+ this.label36.TabIndex = 255;
+ this.label36.Text = "653a";
+ //
+ // label39
+ //
+ this.label39.AutoSize = true;
+ this.label39.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label39.Location = new System.Drawing.Point(7, 624);
+ this.label39.Name = "label39";
+ this.label39.Size = new System.Drawing.Size(34, 12);
+ this.label39.TabIndex = 255;
+ this.label39.Text = "504a";
+ //
+ // label23
+ //
+ this.label23.AutoSize = true;
+ this.label23.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label23.Location = new System.Drawing.Point(7, 329);
+ this.label23.Name = "label23";
+ this.label23.Size = new System.Drawing.Size(34, 12);
+ this.label23.TabIndex = 255;
+ this.label23.Text = "250a";
+ //
+ // label43
+ //
+ this.label43.AutoSize = true;
+ this.label43.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label43.Location = new System.Drawing.Point(7, 801);
+ this.label43.Name = "label43";
+ this.label43.Size = new System.Drawing.Size(34, 12);
+ this.label43.TabIndex = 255;
+ this.label43.Text = "520a";
+ //
+ // label38
+ //
+ this.label38.AutoSize = true;
+ this.label38.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label38.Location = new System.Drawing.Point(7, 575);
+ this.label38.Name = "label38";
+ this.label38.Size = new System.Drawing.Size(34, 12);
+ this.label38.TabIndex = 255;
+ this.label38.Text = "500a";
+ //
+ // label22
+ //
+ this.label22.AutoSize = true;
+ this.label22.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.label22.Location = new System.Drawing.Point(7, 307);
+ this.label22.Name = "label22";
+ this.label22.Size = new System.Drawing.Size(34, 12);
+ this.label22.TabIndex = 255;
+ this.label22.Text = "940a";
+ //
+ // panel2
+ //
+ this.panel2.Controls.Add(this.panel4);
+ this.panel2.Controls.Add(this.panel3);
+ this.panel2.Controls.Add(this.panel6);
+ this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel2.Location = new System.Drawing.Point(0, 0);
+ this.panel2.Name = "panel2";
+ this.panel2.Size = new System.Drawing.Size(1316, 733);
+ this.panel2.TabIndex = 311;
+ //
+ // panel4
+ //
+ this.panel4.Controls.Add(this.webBrowser1);
+ this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel4.Location = new System.Drawing.Point(0, 38);
+ this.panel4.Name = "panel4";
+ this.panel4.Size = new System.Drawing.Size(1095, 695);
+ this.panel4.TabIndex = 8;
+ //
+ // webBrowser1
+ //
+ this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.webBrowser1.Location = new System.Drawing.Point(0, 0);
+ this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
+ this.webBrowser1.Name = "webBrowser1";
+ this.webBrowser1.ScriptErrorsSuppressed = true;
+ this.webBrowser1.Size = new System.Drawing.Size(1095, 695);
+ this.webBrowser1.TabIndex = 0;
+ this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
+ //
+ // panel3
+ //
+ this.panel3.Controls.Add(this.richTextBox1);
+ this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
+ this.panel3.Location = new System.Drawing.Point(1095, 38);
+ this.panel3.Name = "panel3";
+ this.panel3.Size = new System.Drawing.Size(221, 695);
+ this.panel3.TabIndex = 3;
+ //
+ // richTextBox1
+ //
+ this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.richTextBox1.Location = new System.Drawing.Point(0, 0);
+ this.richTextBox1.Name = "richTextBox1";
+ this.richTextBox1.Size = new System.Drawing.Size(221, 695);
+ this.richTextBox1.TabIndex = 1;
+ this.richTextBox1.Text = "";
+ //
+ // panel6
+ //
+ this.panel6.Controls.Add(this.btn_Move);
+ this.panel6.Controls.Add(this.btn_Back);
+ this.panel6.Controls.Add(this.btn_Forward);
+ this.panel6.Controls.Add(this.tb_URL);
+ this.panel6.Controls.Add(this.btn_Close);
+ this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel6.Location = new System.Drawing.Point(0, 0);
+ this.panel6.Name = "panel6";
+ this.panel6.Size = new System.Drawing.Size(1316, 38);
+ this.panel6.TabIndex = 7;
+ //
+ // btn_Back
+ //
+ this.btn_Back.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.btn_Back.Location = new System.Drawing.Point(10, 8);
+ this.btn_Back.Name = "btn_Back";
+ this.btn_Back.Size = new System.Drawing.Size(43, 23);
+ this.btn_Back.TabIndex = 1;
+ this.btn_Back.Text = "<<";
+ this.btn_Back.UseVisualStyleBackColor = true;
+ this.btn_Back.Click += new System.EventHandler(this.btn_Back_Click);
+ //
+ // btn_Forward
+ //
+ this.btn_Forward.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.btn_Forward.Location = new System.Drawing.Point(59, 8);
+ this.btn_Forward.Name = "btn_Forward";
+ this.btn_Forward.Size = new System.Drawing.Size(43, 23);
+ this.btn_Forward.TabIndex = 1;
+ this.btn_Forward.Text = ">>";
+ this.btn_Forward.UseVisualStyleBackColor = true;
+ this.btn_Forward.Click += new System.EventHandler(this.btn_Forward_Click);
+ //
+ // tb_URL
+ //
+ this.tb_URL.Location = new System.Drawing.Point(108, 9);
+ this.tb_URL.Name = "tb_URL";
+ this.tb_URL.Size = new System.Drawing.Size(706, 21);
+ this.tb_URL.TabIndex = 0;
+ this.tb_URL.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_URL_KeyDown);
+ //
+ // btn_Close
+ //
+ this.btn_Close.Location = new System.Drawing.Point(820, 8);
+ this.btn_Close.Name = "btn_Close";
+ this.btn_Close.Size = new System.Drawing.Size(75, 23);
+ this.btn_Close.TabIndex = 2;
+ this.btn_Close.Text = "닫 기";
+ this.btn_Close.UseVisualStyleBackColor = true;
+ this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
+ //
+ // btn_Move
+ //
+ this.btn_Move.Location = new System.Drawing.Point(912, 8);
+ this.btn_Move.Name = "btn_Move";
+ this.btn_Move.Size = new System.Drawing.Size(75, 23);
+ this.btn_Move.TabIndex = 3;
+ this.btn_Move.Text = "옮기기";
+ this.btn_Move.UseVisualStyleBackColor = true;
+ this.btn_Move.Click += new System.EventHandler(this.btn_Move_Click);
//
// Marc_FillBlank
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(961, 879);
+ this.ClientSize = new System.Drawing.Size(1316, 733);
+ this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "Marc_FillBlank";
this.Text = "칸채우기";
@@ -1010,6 +1733,11 @@ namespace UniMarc
this.groupBox10.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
+ this.panel2.ResumeLayout(false);
+ this.panel4.ResumeLayout(false);
+ this.panel3.ResumeLayout(false);
+ this.panel6.ResumeLayout(false);
+ this.panel6.PerformLayout();
this.ResumeLayout(false);
}
@@ -1057,7 +1785,6 @@ namespace UniMarc
private System.Windows.Forms.TextBox text300c1;
private System.Windows.Forms.TextBox text300a;
private System.Windows.Forms.TextBox text260a;
- private System.Windows.Forms.TextBox textKDC6;
private System.Windows.Forms.TextBox textKDC5;
private System.Windows.Forms.TextBox textKDC4;
private System.Windows.Forms.TextBox text041k;
@@ -1073,12 +1800,6 @@ namespace UniMarc
private System.Windows.Forms.DataGridViewTextBoxColumn text505d;
private System.Windows.Forms.DataGridViewTextBoxColumn text505e;
private System.Windows.Forms.DataGridView GridView440;
- private System.Windows.Forms.DataGridViewTextBoxColumn text440a;
- private System.Windows.Forms.DataGridViewTextBoxColumn text440n;
- private System.Windows.Forms.DataGridViewTextBoxColumn text440p;
- private System.Windows.Forms.DataGridViewTextBoxColumn text440v;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
- private System.Windows.Forms.DataGridViewTextBoxColumn text440x;
private System.Windows.Forms.DataGridView GridView246;
private System.Windows.Forms.DataGridView GridView020;
private System.Windows.Forms.TextBox textBox2;
@@ -1106,5 +1827,70 @@ namespace UniMarc
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.Panel panel1;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.Label label4;
+ private System.Windows.Forms.Label label3;
+ private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.Label label10;
+ private System.Windows.Forms.Label label9;
+ private System.Windows.Forms.Label label7;
+ private System.Windows.Forms.Label label8;
+ private System.Windows.Forms.Label label6;
+ private System.Windows.Forms.Label label5;
+ private System.Windows.Forms.Label label12;
+ private System.Windows.Forms.Label label11;
+ private System.Windows.Forms.TextBox textKDC6;
+ private System.Windows.Forms.Label label16;
+ private System.Windows.Forms.Label label15;
+ private System.Windows.Forms.Label label19;
+ private System.Windows.Forms.Label label18;
+ private System.Windows.Forms.Label label17;
+ private System.Windows.Forms.Label label14;
+ private System.Windows.Forms.Label label13;
+ private System.Windows.Forms.Label label20;
+ private System.Windows.Forms.Label label21;
+ private System.Windows.Forms.Label label22;
+ private System.Windows.Forms.Label label23;
+ private System.Windows.Forms.Label label24;
+ private System.Windows.Forms.Label label25;
+ private System.Windows.Forms.Label label26;
+ private System.Windows.Forms.Label label27;
+ private System.Windows.Forms.Label label31;
+ private System.Windows.Forms.Label label30;
+ private System.Windows.Forms.Label label29;
+ private System.Windows.Forms.Label label28;
+ private System.Windows.Forms.Label label33;
+ private System.Windows.Forms.Label label32;
+ private System.Windows.Forms.Label label35;
+ private System.Windows.Forms.Label label34;
+ private System.Windows.Forms.Label label37;
+ private System.Windows.Forms.Label label36;
+ private System.Windows.Forms.Label label39;
+ private System.Windows.Forms.Label label38;
+ private System.Windows.Forms.Label label41;
+ private System.Windows.Forms.Label label40;
+ private System.Windows.Forms.Label label42;
+ private System.Windows.Forms.Label label43;
+ private System.Windows.Forms.Label label45;
+ private System.Windows.Forms.Label label47;
+ private System.Windows.Forms.Label label46;
+ private System.Windows.Forms.Label label44;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text440a;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text440n;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text440p;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text440v;
+ private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
+ private System.Windows.Forms.DataGridViewTextBoxColumn text440x;
+ private System.Windows.Forms.Panel panel2;
+ private System.Windows.Forms.Panel panel3;
+ private System.Windows.Forms.WebBrowser webBrowser1;
+ private System.Windows.Forms.Panel panel6;
+ private System.Windows.Forms.Button btn_Back;
+ private System.Windows.Forms.Button btn_Forward;
+ private System.Windows.Forms.TextBox tb_URL;
+ private System.Windows.Forms.Button btn_Close;
+ private System.Windows.Forms.RichTextBox richTextBox1;
+ private System.Windows.Forms.Panel panel4;
+ private System.Windows.Forms.Button btn_Move;
}
}
\ No newline at end of file
diff --git a/unimarc/unimarc/마크/Marc_FillBlank.cs b/unimarc/unimarc/마크/Marc_FillBlank.cs
index c01aa17..7646a9a 100644
--- a/unimarc/unimarc/마크/Marc_FillBlank.cs
+++ b/unimarc/unimarc/마크/Marc_FillBlank.cs
@@ -12,14 +12,206 @@ namespace UniMarc
{
public partial class Marc_FillBlank : Form
{
- public Marc_FillBlank()
+ public string ISBN;
+ ExcelTest.Marc marc;
+
+ public Marc_FillBlank(ExcelTest.Marc _marc)
{
InitializeComponent();
+ marc = _marc;
}
private void Marc_FillBlank_Load(object sender, EventArgs e)
{
+ string url = string.Format(
+ "https://nl.go.kr/kolisnet/search/searchResultAllList.do?" +
+ "tab=ALL&" +
+ "historyYn=Y&" +
+ "keywordType1=total&" +
+ "keyword1={0}&" +
+ "bookFilter=BKGM&" +
+ "bookFilter=YON&" +
+ "bookFilter=BKDM&" +
+ "bookFilter=NK&" +
+ "bookFilter=NP&" +
+ "bookFilter=OT", ISBN);
+ webBrowser1.Navigate(url);
+ }
+
+ private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
+ {
+ tb_URL.Text = webBrowser1.Url.AbsoluteUri;
+ if (this.webBrowser1.ReadyState == WebBrowserReadyState.Complete)
+ {
+ if (tb_URL.Text.Contains(ISBN))
+ InitCrowling();
+
+ if (tb_URL.Text.Contains("searchResultEditonList"))
+ SearchResultEditonList();
+
+ if (tb_URL.Text.Contains("searchResultDetail"))
+ SearchResultDetail();
+
+ if (tb_URL.Text.Contains("searchResultMarc"))
+ SearchResultMarc();
+ }
+ }
+ #region Completed SUB
+
+ ///
+ /// 코리스에서 ISBN검색이 된 목록 중 맨 첫번째만 클릭해주는 함수.
+ ///
+ private void InitCrowling()
+ {
+ string resultCount = "";
+
+ HtmlElementCollection span = webBrowser1.Document.GetElementsByTagName("span");
+ foreach (HtmlElement Search in span)
+ {
+ if (Search.GetAttribute("className") == "result_count")
+ {
+ resultCount = Search.InnerText;
+ break;
+ }
+ }
+
+ if (resultCount.Contains("0"))
+ {
+ MessageBox.Show("검색결과가 없습니다.");
+ this.Close();
+ return;
+ }
+
+ HtmlElementCollection div = webBrowser1.Document.GetElementsByTagName("div");
+ foreach (HtmlElement SearchDiv in div)
+ {
+ if (SearchDiv.GetAttribute("className") == "resultBookInfo")
+ {
+ SearchDiv.Children[0].Children[0].InvokeMember("click");
+ break;
+ }
+ }
+ }
+
+ ///
+ /// 도서의 상세 정보를 보여주는 페이지로 들어가는 함수
+ ///
+ private void SearchResultEditonList()
+ {
+ HtmlElementCollection span = webBrowser1.Document.GetElementsByTagName("span");
+ foreach (HtmlElement Search in span)
+ {
+ if (Search.GetAttribute("className") == "bookName")
+ {
+ Search.Children[0].InvokeMember("click");
+ break;
+ }
+ }
+
+ }
+
+ ///
+ /// 마크 보기 버튼을 클릭
+ ///
+ private void SearchResultDetail()
+ {
+ HtmlElementCollection a = webBrowser1.Document.GetElementsByTagName("a");
+ foreach (HtmlElement Search in a)
+ {
+ if (Search.Id == "marcViewBtn")
+ {
+ Search.InvokeMember("click");
+ break;
+ }
+ }
+ }
+
+ ///
+ /// 해당하는 마크 따오기
+ ///
+ private void SearchResultMarc()
+ {
+ string Text = "";
+
+ HtmlElementCollection TableName = webBrowser1.Document.GetElementsByTagName("table");
+ foreach (HtmlElement SearchTable in TableName)
+ {
+ if (SearchTable.GetAttribute("className") == "tbl")
+ {
+ HtmlElementCollection tdName = webBrowser1.Document.GetElementsByTagName("td");
+ foreach (HtmlElement SearchTd in tdName)
+ {
+ string Td = SearchTd.InnerText;
+
+ if (Td is null)
+ Td = "";
+
+ if (Td.Contains("▲"))
+ Text += SearchTd.InnerText + "\n";
+ else
+ Text += SearchTd.InnerText + "\t";
+ }
+ }
+ }
+ richTextBox1.Text = SplitText(Text);
+ }
+
+ private string SplitText(string Text)
+ {
+ string result = "";
+
+ string[] Line = Text.Split('\n');
+ for(int a = 0; a < Line.Length - 1; a++)
+ {
+ string[] Tag = Line[a].Split('\t');
+ int Length = Tag.Length;
+ result += Tag[Length - 3] + "\t" + Tag[Length - 2] + "\t" + Tag[Length - 1] + "\n";
+ }
+
+ return result;
+ }
+ #endregion
+
+ private void btn_Back_Click(object sender, EventArgs e)
+ {
+ webBrowser1.GoBack();
+ }
+
+ private void btn_Forward_Click(object sender, EventArgs e)
+ {
+ webBrowser1.GoForward();
+ }
+
+ private void btn_Close_Click(object sender, EventArgs e)
+ {
+ this.Close();
+ }
+
+ private void tb_URL_KeyDown(object sender, KeyEventArgs e)
+ {
+ if (e.KeyCode == Keys.Enter)
+ {
+ string url = tb_URL.Text;
+ webBrowser1.Navigate(url);
+ }
+ }
+
+ private void btn_Move_Click(object sender, EventArgs e)
+ {
+ marc.TextReset();
+ // 종단기호 제거
+ string Text = richTextBox1.Text.Replace("▲", "");
+
+ string[] SplitLine = Text.Split('\n');
+ foreach (string Line in SplitLine)
+ {
+ if (Line == "") break;
+
+ // [0]:태그번호, [1]:지시기호, [2]:마크내용
+ string[] SplitTag = Line.Split('\t');
+ marc.InputTotal(SplitTag);
+ }
}
}
}
diff --git a/unimarc/unimarc/마크/Marc_FillBlank.resx b/unimarc/unimarc/마크/Marc_FillBlank.resx
index 48e198b..499e3f2 100644
--- a/unimarc/unimarc/마크/Marc_FillBlank.resx
+++ b/unimarc/unimarc/마크/Marc_FillBlank.resx
@@ -123,12 +123,6 @@
True
-
- True
-
-
- True
-
True
@@ -141,36 +135,6 @@
True
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
True
@@ -219,34 +183,4 @@
True
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
\ No newline at end of file
diff --git a/unimarc/unimarc/마크/Marc_Plan.Designer.cs b/unimarc/unimarc/마크/Marc_Plan.Designer.cs
index 5d84ca9..7d670f2 100644
--- a/unimarc/unimarc/마크/Marc_Plan.Designer.cs
+++ b/unimarc/unimarc/마크/Marc_Plan.Designer.cs
@@ -28,14 +28,15 @@
///
private void InitializeComponent()
{
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel1 = new System.Windows.Forms.Panel();
+ this.btn_Excel = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.cb_authorType = new System.Windows.Forms.ComboBox();
this.cb_divType = new System.Windows.Forms.ComboBox();
@@ -75,7 +76,6 @@
this.search_tag = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colCheck = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.btn_Excel = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
@@ -98,6 +98,16 @@
this.panel1.Size = new System.Drawing.Size(1464, 36);
this.panel1.TabIndex = 0;
//
+ // btn_Excel
+ //
+ this.btn_Excel.Location = new System.Drawing.Point(838, 6);
+ this.btn_Excel.Name = "btn_Excel";
+ this.btn_Excel.Size = new System.Drawing.Size(75, 23);
+ this.btn_Excel.TabIndex = 8;
+ this.btn_Excel.Text = "엑셀반출";
+ this.btn_Excel.UseVisualStyleBackColor = true;
+ this.btn_Excel.Click += new System.EventHandler(this.btn_Excel_Click);
+ //
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
@@ -245,14 +255,14 @@
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
+ dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
+ dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
+ dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+ dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idx,
@@ -278,7 +288,6 @@
this.search_tag,
this.colCheck});
this.dataGridView1.Location = new System.Drawing.Point(13, 57);
- this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(1463, 611);
@@ -304,8 +313,8 @@
//
// reg_num
//
- dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.reg_num.DefaultCellStyle = dataGridViewCellStyle9;
+ dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.reg_num.DefaultCellStyle = dataGridViewCellStyle2;
this.reg_num.FillWeight = 130.9363F;
this.reg_num.HeaderText = "등록번호";
this.reg_num.Name = "reg_num";
@@ -313,8 +322,8 @@
//
// class_code
//
- dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.class_code.DefaultCellStyle = dataGridViewCellStyle10;
+ dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.class_code.DefaultCellStyle = dataGridViewCellStyle3;
this.class_code.FillWeight = 76.41504F;
this.class_code.HeaderText = "분류";
this.class_code.Name = "class_code";
@@ -322,8 +331,8 @@
//
// author_code
//
- dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.author_code.DefaultCellStyle = dataGridViewCellStyle11;
+ dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.author_code.DefaultCellStyle = dataGridViewCellStyle4;
this.author_code.FillWeight = 77.02635F;
this.author_code.HeaderText = "저자기호";
this.author_code.Name = "author_code";
@@ -331,8 +340,8 @@
//
// volume
//
- dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.volume.DefaultCellStyle = dataGridViewCellStyle12;
+ dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.volume.DefaultCellStyle = dataGridViewCellStyle5;
this.volume.FillWeight = 38.80909F;
this.volume.HeaderText = "V";
this.volume.Name = "volume";
@@ -341,8 +350,8 @@
//
// copy
//
- dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.copy.DefaultCellStyle = dataGridViewCellStyle13;
+ dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.copy.DefaultCellStyle = dataGridViewCellStyle6;
this.copy.FillWeight = 40.14827F;
this.copy.HeaderText = "C";
this.copy.Name = "copy";
@@ -351,8 +360,8 @@
//
// prefix
//
- dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.prefix.DefaultCellStyle = dataGridViewCellStyle14;
+ dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.prefix.DefaultCellStyle = dataGridViewCellStyle7;
this.prefix.FillWeight = 41.51828F;
this.prefix.HeaderText = "F";
this.prefix.Name = "prefix";
@@ -476,16 +485,6 @@
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
- // btn_Excel
- //
- this.btn_Excel.Location = new System.Drawing.Point(852, 6);
- this.btn_Excel.Name = "btn_Excel";
- this.btn_Excel.Size = new System.Drawing.Size(75, 23);
- this.btn_Excel.TabIndex = 8;
- this.btn_Excel.Text = "엑셀반출";
- this.btn_Excel.UseVisualStyleBackColor = true;
- this.btn_Excel.Click += new System.EventHandler(this.btn_Excel_Click);
- //
// Marc_Plan
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
diff --git a/unimarc/unimarc/홈/Home_User_manage.cs b/unimarc/unimarc/홈/Home_User_manage.cs
index 2f71838..d983438 100644
--- a/unimarc/unimarc/홈/Home_User_manage.cs
+++ b/unimarc/unimarc/홈/Home_User_manage.cs
@@ -30,6 +30,7 @@ namespace WindowsFormsApp1.Home
private void Form1_Load(object sender, EventArgs e)
{
_DB.DBcon();
+ tb_Affil.Text = comp_name;
tb_Affil.Enabled = false;
btn_lookup_Click(null, null);
}