226 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			226 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| 
 | |
| namespace ISBN_Check_test
 | |
| {
 | |
|     partial class Form3
 | |
|     {
 | |
|         /// <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 dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             this.button1 = new System.Windows.Forms.Button();
 | |
|             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.richTextBox1 = new System.Windows.Forms.RichTextBox();
 | |
|             this.dataGridView1 = new System.Windows.Forms.DataGridView();
 | |
|             this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.label1 = new System.Windows.Forms.Label();
 | |
|             this.label2 = new System.Windows.Forms.Label();
 | |
|             this.label3 = new System.Windows.Forms.Label();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // button1
 | |
|             // 
 | |
|             this.button1.Location = new System.Drawing.Point(221, 38);
 | |
|             this.button1.Name = "button1";
 | |
|             this.button1.Size = new System.Drawing.Size(75, 23);
 | |
|             this.button1.TabIndex = 4;
 | |
|             this.button1.Text = "검   색";
 | |
|             this.button1.UseVisualStyleBackColor = true;
 | |
|             this.button1.Click += new System.EventHandler(this.button1_Click);
 | |
|             // 
 | |
|             // tb_book_name
 | |
|             // 
 | |
|             this.tb_book_name.Location = new System.Drawing.Point(71, 12);
 | |
|             this.tb_book_name.Name = "tb_book_name";
 | |
|             this.tb_book_name.Size = new System.Drawing.Size(225, 21);
 | |
|             this.tb_book_name.TabIndex = 0;
 | |
|             this.tb_book_name.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_book_name_KeyDown);
 | |
|             // 
 | |
|             // tb_author
 | |
|             // 
 | |
|             this.tb_author.Location = new System.Drawing.Point(71, 39);
 | |
|             this.tb_author.Name = "tb_author";
 | |
|             this.tb_author.Size = new System.Drawing.Size(139, 21);
 | |
|             this.tb_author.TabIndex = 1;
 | |
|             this.tb_author.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_book_name_KeyDown);
 | |
|             // 
 | |
|             // tb_book_comp
 | |
|             // 
 | |
|             this.tb_book_comp.Location = new System.Drawing.Point(71, 66);
 | |
|             this.tb_book_comp.Name = "tb_book_comp";
 | |
|             this.tb_book_comp.Size = new System.Drawing.Size(225, 21);
 | |
|             this.tb_book_comp.TabIndex = 2;
 | |
|             this.tb_book_comp.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_book_name_KeyDown);
 | |
|             // 
 | |
|             // richTextBox1
 | |
|             // 
 | |
|             this.richTextBox1.Location = new System.Drawing.Point(12, 93);
 | |
|             this.richTextBox1.Name = "richTextBox1";
 | |
|             this.richTextBox1.Size = new System.Drawing.Size(300, 161);
 | |
|             this.richTextBox1.TabIndex = 3;
 | |
|             this.richTextBox1.Text = "";
 | |
|             // 
 | |
|             // dataGridView1
 | |
|             // 
 | |
|             dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
 | |
|             dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
 | |
|             dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9.75F, 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.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
 | |
|             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 | |
|             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.Column1,
 | |
|             this.Column2,
 | |
|             this.Column3,
 | |
|             this.Column4,
 | |
|             this.Column5,
 | |
|             this.Column6,
 | |
|             this.Column7});
 | |
|             this.dataGridView1.Location = new System.Drawing.Point(318, 12);
 | |
|             this.dataGridView1.Name = "dataGridView1";
 | |
|             this.dataGridView1.RowTemplate.Height = 23;
 | |
|             this.dataGridView1.Size = new System.Drawing.Size(763, 241);
 | |
|             this.dataGridView1.TabIndex = 5;
 | |
|             // 
 | |
|             // Column1
 | |
|             // 
 | |
|             this.Column1.HeaderText = "title";
 | |
|             this.Column1.Name = "Column1";
 | |
|             // 
 | |
|             // Column2
 | |
|             // 
 | |
|             this.Column2.HeaderText = "author";
 | |
|             this.Column2.Name = "Column2";
 | |
|             // 
 | |
|             // Column3
 | |
|             // 
 | |
|             this.Column3.HeaderText = "publisher";
 | |
|             this.Column3.Name = "Column3";
 | |
|             // 
 | |
|             // Column4
 | |
|             // 
 | |
|             this.Column4.HeaderText = "isbn";
 | |
|             this.Column4.Name = "Column4";
 | |
|             // 
 | |
|             // Column5
 | |
|             // 
 | |
|             this.Column5.HeaderText = "price";
 | |
|             this.Column5.Name = "Column5";
 | |
|             // 
 | |
|             // Column6
 | |
|             // 
 | |
|             this.Column6.HeaderText = "pubdate";
 | |
|             this.Column6.Name = "Column6";
 | |
|             // 
 | |
|             // Column7
 | |
|             // 
 | |
|             this.Column7.HeaderText = "discount";
 | |
|             this.Column7.Name = "Column7";
 | |
|             // 
 | |
|             // label1
 | |
|             // 
 | |
|             this.label1.AutoSize = true;
 | |
|             this.label1.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.label1.Location = new System.Drawing.Point(20, 16);
 | |
|             this.label1.Name = "label1";
 | |
|             this.label1.Size = new System.Drawing.Size(46, 13);
 | |
|             this.label1.TabIndex = 6;
 | |
|             this.label1.Text = "도서명";
 | |
|             this.label1.Click += new System.EventHandler(this.label1_Click);
 | |
|             // 
 | |
|             // label2
 | |
|             // 
 | |
|             this.label2.AutoSize = true;
 | |
|             this.label2.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.label2.Location = new System.Drawing.Point(26, 43);
 | |
|             this.label2.Name = "label2";
 | |
|             this.label2.Size = new System.Drawing.Size(33, 13);
 | |
|             this.label2.TabIndex = 6;
 | |
|             this.label2.Text = "저자";
 | |
|             // 
 | |
|             // label3
 | |
|             // 
 | |
|             this.label3.AutoSize = true;
 | |
|             this.label3.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.label3.Location = new System.Drawing.Point(20, 70);
 | |
|             this.label3.Name = "label3";
 | |
|             this.label3.Size = new System.Drawing.Size(46, 13);
 | |
|             this.label3.TabIndex = 6;
 | |
|             this.label3.Text = "출판사";
 | |
|             // 
 | |
|             // Form3
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(1093, 265);
 | |
|             this.Controls.Add(this.label3);
 | |
|             this.Controls.Add(this.label2);
 | |
|             this.Controls.Add(this.label1);
 | |
|             this.Controls.Add(this.dataGridView1);
 | |
|             this.Controls.Add(this.richTextBox1);
 | |
|             this.Controls.Add(this.tb_book_comp);
 | |
|             this.Controls.Add(this.tb_author);
 | |
|             this.Controls.Add(this.tb_book_name);
 | |
|             this.Controls.Add(this.button1);
 | |
|             this.Name = "Form3";
 | |
|             this.Text = "Form3";
 | |
|             this.Load += new System.EventHandler(this.Form3_Load);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
 | |
|             this.ResumeLayout(false);
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
|         private System.Windows.Forms.Button button1;
 | |
|         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.RichTextBox richTextBox1;
 | |
|         private System.Windows.Forms.DataGridView dataGridView1;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
 | |
|         private System.Windows.Forms.Label label1;
 | |
|         private System.Windows.Forms.Label label2;
 | |
|         private System.Windows.Forms.Label label3;
 | |
|     }
 | |
| } | 
