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

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

View File

@@ -52,7 +52,12 @@ namespace ISBN_Check_test
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.btn_ReSearch = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// dataGridView1
@@ -77,9 +82,9 @@ namespace ISBN_Check_test
this.category,
this.sold_out,
this.Column1});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dataGridView1.Location = new System.Drawing.Point(0, 55);
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
@@ -91,10 +96,11 @@ namespace ISBN_Check_test
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dataGridView1.Size = new System.Drawing.Size(834, 324);
this.dataGridView1.Size = new System.Drawing.Size(876, 444);
this.dataGridView1.TabIndex = 4;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
//
// book_name
@@ -150,43 +156,47 @@ namespace ISBN_Check_test
//
// tb_book_name
//
this.tb_book_name.Location = new System.Drawing.Point(43, 28);
this.tb_book_name.Location = new System.Drawing.Point(12, 23);
this.tb_book_name.Name = "tb_book_name";
this.tb_book_name.Size = new System.Drawing.Size(254, 21);
this.tb_book_name.TabIndex = 5;
//
// tb_author
//
this.tb_author.Location = new System.Drawing.Point(303, 28);
this.tb_author.Location = new System.Drawing.Point(272, 23);
this.tb_author.Name = "tb_author";
this.tb_author.ReadOnly = true;
this.tb_author.Size = new System.Drawing.Size(101, 21);
this.tb_author.TabIndex = 5;
//
// tb_book_comp
//
this.tb_book_comp.Location = new System.Drawing.Point(410, 28);
this.tb_book_comp.Location = new System.Drawing.Point(379, 23);
this.tb_book_comp.Name = "tb_book_comp";
this.tb_book_comp.ReadOnly = true;
this.tb_book_comp.Size = new System.Drawing.Size(134, 21);
this.tb_book_comp.TabIndex = 5;
//
// tb_isbn
//
this.tb_isbn.Location = new System.Drawing.Point(550, 28);
this.tb_isbn.Location = new System.Drawing.Point(519, 23);
this.tb_isbn.Name = "tb_isbn";
this.tb_isbn.ReadOnly = true;
this.tb_isbn.Size = new System.Drawing.Size(109, 21);
this.tb_isbn.TabIndex = 5;
//
// tb_price
//
this.tb_price.Location = new System.Drawing.Point(665, 28);
this.tb_price.Location = new System.Drawing.Point(634, 23);
this.tb_price.Name = "tb_price";
this.tb_price.ReadOnly = true;
this.tb_price.Size = new System.Drawing.Size(55, 21);
this.tb_price.TabIndex = 5;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(150, 13);
this.label1.Location = new System.Drawing.Point(119, 8);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 6;
@@ -195,7 +205,7 @@ namespace ISBN_Check_test
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(339, 13);
this.label2.Location = new System.Drawing.Point(308, 8);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 6;
@@ -204,7 +214,7 @@ namespace ISBN_Check_test
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(457, 13);
this.label3.Location = new System.Drawing.Point(426, 8);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 6;
@@ -213,7 +223,7 @@ namespace ISBN_Check_test
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(588, 13);
this.label4.Location = new System.Drawing.Point(557, 8);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(33, 12);
this.label4.TabIndex = 6;
@@ -222,7 +232,7 @@ namespace ISBN_Check_test
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(678, 13);
this.label5.Location = new System.Drawing.Point(647, 8);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 6;
@@ -230,7 +240,7 @@ namespace ISBN_Check_test
//
// button1
//
this.button1.Location = new System.Drawing.Point(737, 18);
this.button1.Location = new System.Drawing.Point(776, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 7;
@@ -238,29 +248,60 @@ namespace ISBN_Check_test
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// panel1
//
this.panel1.Controls.Add(this.tb_book_name);
this.panel1.Controls.Add(this.btn_ReSearch);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.tb_author);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.tb_book_comp);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.tb_isbn);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.tb_price);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(876, 55);
this.panel1.TabIndex = 8;
//
// btn_ReSearch
//
this.btn_ReSearch.Location = new System.Drawing.Point(695, 12);
this.btn_ReSearch.Name = "btn_ReSearch";
this.btn_ReSearch.Size = new System.Drawing.Size(75, 23);
this.btn_ReSearch.TabIndex = 7;
this.btn_ReSearch.Text = "검 색";
this.btn_ReSearch.UseVisualStyleBackColor = true;
this.btn_ReSearch.Click += new System.EventHandler(this.btn_ReSearch_Click);
//
// panel3
//
this.panel3.Controls.Add(this.dataGridView1);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 55);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(876, 444);
this.panel3.TabIndex = 10;
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(834, 379);
this.Controls.Add(this.button1);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.tb_price);
this.Controls.Add(this.tb_isbn);
this.Controls.Add(this.tb_book_comp);
this.Controls.Add(this.tb_author);
this.Controls.Add(this.tb_book_name);
this.Controls.Add(this.dataGridView1);
this.ClientSize = new System.Drawing.Size(876, 499);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel1);
this.Name = "Form2";
this.Text = "Form2";
this.Load += new System.EventHandler(this.Form2_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
@@ -287,5 +328,8 @@ namespace ISBN_Check_test
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btn_ReSearch;
private System.Windows.Forms.Panel panel3;
}
}