namespace ISBN_Check_test { partial class Form2 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); 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.Bottom; this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.dataGridView1.Location = new System.Drawing.Point(0, 55); 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(834, 589); 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.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(43, 28); 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.Name = "tb_author"; 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.Name = "tb_book_comp"; 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.Name = "tb_isbn"; 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.Name = "tb_price"; 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.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(339, 13); 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(457, 13); 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(588, 13); 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(678, 13); 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(737, 18); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 7; this.button1.Text = "닫 기"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(834, 644); 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.Name = "Form2"; this.Text = "Form2"; this.Load += new System.EventHandler(this.Form2_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #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; } }