=====* ISBN_Check [0.014] 버전관리 시작 *=====
1. 검색결과 다수의 경우 탭인덱스가 변경되어 빠르게 넘어가지 않던 버그 수정.
This commit is contained in:
22
ISBN_Check_test/Form2.Designer.cs
generated
22
ISBN_Check_test/Form2.Designer.cs
generated
@@ -97,7 +97,7 @@ namespace ISBN_Check_test
|
||||
this.dataGridView1.RowTemplate.Height = 23;
|
||||
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
||||
this.dataGridView1.Size = new System.Drawing.Size(876, 444);
|
||||
this.dataGridView1.TabIndex = 4;
|
||||
this.dataGridView1.TabIndex = 0;
|
||||
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);
|
||||
@@ -159,7 +159,7 @@ namespace ISBN_Check_test
|
||||
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;
|
||||
this.tb_book_name.TabIndex = 0;
|
||||
//
|
||||
// tb_author
|
||||
//
|
||||
@@ -167,7 +167,7 @@ namespace ISBN_Check_test
|
||||
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;
|
||||
this.tb_author.TabIndex = 1;
|
||||
//
|
||||
// tb_book_comp
|
||||
//
|
||||
@@ -175,7 +175,7 @@ namespace ISBN_Check_test
|
||||
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;
|
||||
this.tb_book_comp.TabIndex = 2;
|
||||
//
|
||||
// tb_isbn
|
||||
//
|
||||
@@ -183,7 +183,7 @@ namespace ISBN_Check_test
|
||||
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;
|
||||
this.tb_isbn.TabIndex = 3;
|
||||
//
|
||||
// tb_price
|
||||
//
|
||||
@@ -191,7 +191,7 @@ namespace ISBN_Check_test
|
||||
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;
|
||||
this.tb_price.TabIndex = 4;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
@@ -243,7 +243,7 @@ namespace ISBN_Check_test
|
||||
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;
|
||||
this.button1.TabIndex = 6;
|
||||
this.button1.Text = "닫 기";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
@@ -266,14 +266,14 @@ namespace ISBN_Check_test
|
||||
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;
|
||||
this.panel1.TabIndex = 2;
|
||||
//
|
||||
// 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.TabIndex = 5;
|
||||
this.btn_ReSearch.Text = "검 색";
|
||||
this.btn_ReSearch.UseVisualStyleBackColor = true;
|
||||
this.btn_ReSearch.Click += new System.EventHandler(this.btn_ReSearch_Click);
|
||||
@@ -285,7 +285,7 @@ namespace ISBN_Check_test
|
||||
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;
|
||||
this.panel3.TabIndex = 1;
|
||||
//
|
||||
// Form2
|
||||
//
|
||||
@@ -295,7 +295,7 @@ namespace ISBN_Check_test
|
||||
this.Controls.Add(this.panel3);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Name = "Form2";
|
||||
this.Text = "Form2";
|
||||
this.Text = "`";
|
||||
this.Load += new System.EventHandler(this.Form2_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user