335 lines
16 KiB
C#
335 lines
16 KiB
C#
|
|
namespace ISBN_Check_test
|
|
{
|
|
partial class Form2
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.book_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.author = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.book_comp = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.isbn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.price = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pubDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.category = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.sold_out = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tb_book_name = new System.Windows.Forms.TextBox();
|
|
this.tb_author = new System.Windows.Forms.TextBox();
|
|
this.tb_book_comp = new System.Windows.Forms.TextBox();
|
|
this.tb_isbn = new System.Windows.Forms.TextBox();
|
|
this.tb_price = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
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
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
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.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.book_name,
|
|
this.author,
|
|
this.book_comp,
|
|
this.isbn,
|
|
this.price,
|
|
this.pubDate,
|
|
this.category,
|
|
this.sold_out,
|
|
this.Column1});
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|
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;
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, 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.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
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 = 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);
|
|
this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
|
|
//
|
|
// book_name
|
|
//
|
|
this.book_name.HeaderText = "도서명";
|
|
this.book_name.Name = "book_name";
|
|
this.book_name.Width = 200;
|
|
//
|
|
// author
|
|
//
|
|
this.author.HeaderText = "저자";
|
|
this.author.Name = "author";
|
|
//
|
|
// book_comp
|
|
//
|
|
this.book_comp.HeaderText = "출판사";
|
|
this.book_comp.Name = "book_comp";
|
|
//
|
|
// isbn
|
|
//
|
|
this.isbn.HeaderText = "ISBN";
|
|
this.isbn.Name = "isbn";
|
|
this.isbn.Width = 70;
|
|
//
|
|
// price
|
|
//
|
|
this.price.HeaderText = "정가";
|
|
this.price.Name = "price";
|
|
this.price.Width = 60;
|
|
//
|
|
// pubDate
|
|
//
|
|
this.pubDate.HeaderText = "출간일";
|
|
this.pubDate.Name = "pubDate";
|
|
this.pubDate.Width = 70;
|
|
//
|
|
// category
|
|
//
|
|
this.category.HeaderText = "카테고리";
|
|
this.category.Name = "category";
|
|
//
|
|
// sold_out
|
|
//
|
|
this.sold_out.HeaderText = "품절여부";
|
|
this.sold_out.Name = "sold_out";
|
|
this.sold_out.Width = 70;
|
|
//
|
|
// Column1
|
|
//
|
|
this.Column1.HeaderText = "Column1";
|
|
this.Column1.Name = "Column1";
|
|
this.Column1.Visible = false;
|
|
//
|
|
// tb_book_name
|
|
//
|
|
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 = 0;
|
|
//
|
|
// tb_author
|
|
//
|
|
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 = 1;
|
|
//
|
|
// tb_book_comp
|
|
//
|
|
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 = 2;
|
|
//
|
|
// tb_isbn
|
|
//
|
|
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 = 3;
|
|
//
|
|
// tb_price
|
|
//
|
|
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 = 4;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
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;
|
|
this.label1.Text = "도서명";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
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;
|
|
this.label2.Text = "저자";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
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;
|
|
this.label3.Text = "출판사";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
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;
|
|
this.label4.Text = "ISBN";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
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;
|
|
this.label5.Text = "정가";
|
|
//
|
|
// button1
|
|
//
|
|
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 = 6;
|
|
this.button1.Text = "닫 기";
|
|
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 = 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 = 5;
|
|
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 = 1;
|
|
//
|
|
// Form2
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(876, 499);
|
|
this.Controls.Add(this.panel3);
|
|
this.Controls.Add(this.panel1);
|
|
this.Name = "Form2";
|
|
this.Text = "`";
|
|
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);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn book_name;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn author;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn book_comp;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn isbn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn price;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pubDate;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn category;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sold_out;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|
private System.Windows.Forms.TextBox tb_book_name;
|
|
private System.Windows.Forms.TextBox tb_author;
|
|
private System.Windows.Forms.TextBox tb_book_comp;
|
|
private System.Windows.Forms.TextBox tb_isbn;
|
|
private System.Windows.Forms.TextBox tb_price;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
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;
|
|
}
|
|
} |