303 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			303 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace WindowsFormsApp1.Home
 | |
| {
 | |
|     partial class Book_infor_manage
 | |
|     {
 | |
|         /// <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()
 | |
|         {
 | |
|             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.label6 = new System.Windows.Forms.Label();
 | |
|             this.label7 = new System.Windows.Forms.Label();
 | |
|             this.label8 = new System.Windows.Forms.Label();
 | |
|             this.label9 = new System.Windows.Forms.Label();
 | |
|             this.textBox1 = new System.Windows.Forms.TextBox();
 | |
|             this.textBox2 = new System.Windows.Forms.TextBox();
 | |
|             this.textBox3 = new System.Windows.Forms.TextBox();
 | |
|             this.textBox4 = new System.Windows.Forms.TextBox();
 | |
|             this.textBox6 = new System.Windows.Forms.TextBox();
 | |
|             this.textBox7 = new System.Windows.Forms.TextBox();
 | |
|             this.textBox8 = new System.Windows.Forms.TextBox();
 | |
|             this.textBox9 = new System.Windows.Forms.TextBox();
 | |
|             this.textBox5 = new System.Windows.Forms.TextBox();
 | |
|             this.Delete_Button = new System.Windows.Forms.Button();
 | |
|             this.Save_Button = new System.Windows.Forms.Button();
 | |
|             this.Add_Button = new System.Windows.Forms.Button();
 | |
|             this.Close_button = new System.Windows.Forms.Button();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // label1
 | |
|             // 
 | |
|             this.label1.AutoSize = true;
 | |
|             this.label1.Location = new System.Drawing.Point(67, 43);
 | |
|             this.label1.Name = "label1";
 | |
|             this.label1.Size = new System.Drawing.Size(33, 12);
 | |
|             this.label1.TabIndex = 1;
 | |
|             this.label1.Text = "ISBN";
 | |
|             // 
 | |
|             // label2
 | |
|             // 
 | |
|             this.label2.AutoSize = true;
 | |
|             this.label2.Location = new System.Drawing.Point(63, 78);
 | |
|             this.label2.Name = "label2";
 | |
|             this.label2.Size = new System.Drawing.Size(41, 12);
 | |
|             this.label2.TabIndex = 2;
 | |
|             this.label2.Text = "도서명";
 | |
|             // 
 | |
|             // label3
 | |
|             // 
 | |
|             this.label3.AutoSize = true;
 | |
|             this.label3.Location = new System.Drawing.Point(69, 113);
 | |
|             this.label3.Name = "label3";
 | |
|             this.label3.Size = new System.Drawing.Size(29, 12);
 | |
|             this.label3.TabIndex = 3;
 | |
|             this.label3.Text = "저자";
 | |
|             // 
 | |
|             // label4
 | |
|             // 
 | |
|             this.label4.AutoSize = true;
 | |
|             this.label4.Location = new System.Drawing.Point(63, 148);
 | |
|             this.label4.Name = "label4";
 | |
|             this.label4.Size = new System.Drawing.Size(41, 12);
 | |
|             this.label4.TabIndex = 4;
 | |
|             this.label4.Text = "출판사";
 | |
|             // 
 | |
|             // label5
 | |
|             // 
 | |
|             this.label5.AutoSize = true;
 | |
|             this.label5.Location = new System.Drawing.Point(69, 183);
 | |
|             this.label5.Name = "label5";
 | |
|             this.label5.Size = new System.Drawing.Size(29, 12);
 | |
|             this.label5.TabIndex = 5;
 | |
|             this.label5.Text = "정가";
 | |
|             // 
 | |
|             // label6
 | |
|             // 
 | |
|             this.label6.AutoSize = true;
 | |
|             this.label6.Location = new System.Drawing.Point(63, 218);
 | |
|             this.label6.Name = "label6";
 | |
|             this.label6.Size = new System.Drawing.Size(41, 12);
 | |
|             this.label6.TabIndex = 6;
 | |
|             this.label6.Text = "발행일";
 | |
|             // 
 | |
|             // label7
 | |
|             // 
 | |
|             this.label7.AutoSize = true;
 | |
|             this.label7.Location = new System.Drawing.Point(69, 253);
 | |
|             this.label7.Name = "label7";
 | |
|             this.label7.Size = new System.Drawing.Size(29, 12);
 | |
|             this.label7.TabIndex = 7;
 | |
|             this.label7.Text = "분류";
 | |
|             // 
 | |
|             // label8
 | |
|             // 
 | |
|             this.label8.AutoSize = true;
 | |
|             this.label8.Location = new System.Drawing.Point(49, 288);
 | |
|             this.label8.Name = "label8";
 | |
|             this.label8.Size = new System.Drawing.Size(69, 12);
 | |
|             this.label8.TabIndex = 8;
 | |
|             this.label8.Text = "최저 매입처";
 | |
|             // 
 | |
|             // label9
 | |
|             // 
 | |
|             this.label9.AutoSize = true;
 | |
|             this.label9.Location = new System.Drawing.Point(391, 288);
 | |
|             this.label9.Name = "label9";
 | |
|             this.label9.Size = new System.Drawing.Size(41, 12);
 | |
|             this.label9.TabIndex = 9;
 | |
|             this.label9.Text = "매입율";
 | |
|             // 
 | |
|             // textBox1
 | |
|             // 
 | |
|             this.textBox1.Location = new System.Drawing.Point(125, 39);
 | |
|             this.textBox1.Name = "textBox1";
 | |
|             this.textBox1.Size = new System.Drawing.Size(235, 21);
 | |
|             this.textBox1.TabIndex = 10;
 | |
|             // 
 | |
|             // textBox2
 | |
|             // 
 | |
|             this.textBox2.Location = new System.Drawing.Point(125, 74);
 | |
|             this.textBox2.Name = "textBox2";
 | |
|             this.textBox2.Size = new System.Drawing.Size(538, 21);
 | |
|             this.textBox2.TabIndex = 11;
 | |
|             // 
 | |
|             // textBox3
 | |
|             // 
 | |
|             this.textBox3.Location = new System.Drawing.Point(125, 109);
 | |
|             this.textBox3.Name = "textBox3";
 | |
|             this.textBox3.Size = new System.Drawing.Size(235, 21);
 | |
|             this.textBox3.TabIndex = 12;
 | |
|             // 
 | |
|             // textBox4
 | |
|             // 
 | |
|             this.textBox4.Location = new System.Drawing.Point(125, 144);
 | |
|             this.textBox4.Name = "textBox4";
 | |
|             this.textBox4.Size = new System.Drawing.Size(235, 21);
 | |
|             this.textBox4.TabIndex = 13;
 | |
|             // 
 | |
|             // textBox6
 | |
|             // 
 | |
|             this.textBox6.Location = new System.Drawing.Point(125, 179);
 | |
|             this.textBox6.Name = "textBox6";
 | |
|             this.textBox6.Size = new System.Drawing.Size(132, 21);
 | |
|             this.textBox6.TabIndex = 15;
 | |
|             // 
 | |
|             // textBox7
 | |
|             // 
 | |
|             this.textBox7.Location = new System.Drawing.Point(125, 214);
 | |
|             this.textBox7.Name = "textBox7";
 | |
|             this.textBox7.Size = new System.Drawing.Size(132, 21);
 | |
|             this.textBox7.TabIndex = 16;
 | |
|             // 
 | |
|             // textBox8
 | |
|             // 
 | |
|             this.textBox8.Location = new System.Drawing.Point(125, 249);
 | |
|             this.textBox8.Name = "textBox8";
 | |
|             this.textBox8.Size = new System.Drawing.Size(235, 21);
 | |
|             this.textBox8.TabIndex = 17;
 | |
|             // 
 | |
|             // textBox9
 | |
|             // 
 | |
|             this.textBox9.Location = new System.Drawing.Point(125, 284);
 | |
|             this.textBox9.Name = "textBox9";
 | |
|             this.textBox9.Size = new System.Drawing.Size(179, 21);
 | |
|             this.textBox9.TabIndex = 18;
 | |
|             // 
 | |
|             // textBox5
 | |
|             // 
 | |
|             this.textBox5.Location = new System.Drawing.Point(448, 284);
 | |
|             this.textBox5.Name = "textBox5";
 | |
|             this.textBox5.Size = new System.Drawing.Size(117, 21);
 | |
|             this.textBox5.TabIndex = 19;
 | |
|             // 
 | |
|             // Delete_Button
 | |
|             // 
 | |
|             this.Delete_Button.DialogResult = System.Windows.Forms.DialogResult.Abort;
 | |
|             this.Delete_Button.ImeMode = System.Windows.Forms.ImeMode.NoControl;
 | |
|             this.Delete_Button.Location = new System.Drawing.Point(349, 339);
 | |
|             this.Delete_Button.Name = "Delete_Button";
 | |
|             this.Delete_Button.Size = new System.Drawing.Size(75, 23);
 | |
|             this.Delete_Button.TabIndex = 65;
 | |
|             this.Delete_Button.Text = "삭  제";
 | |
|             this.Delete_Button.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // Save_Button
 | |
|             // 
 | |
|             this.Save_Button.DialogResult = System.Windows.Forms.DialogResult.Abort;
 | |
|             this.Save_Button.ImeMode = System.Windows.Forms.ImeMode.NoControl;
 | |
|             this.Save_Button.Location = new System.Drawing.Point(210, 339);
 | |
|             this.Save_Button.Name = "Save_Button";
 | |
|             this.Save_Button.Size = new System.Drawing.Size(75, 23);
 | |
|             this.Save_Button.TabIndex = 64;
 | |
|             this.Save_Button.Text = "저  장";
 | |
|             this.Save_Button.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // Add_Button
 | |
|             // 
 | |
|             this.Add_Button.DialogResult = System.Windows.Forms.DialogResult.Abort;
 | |
|             this.Add_Button.ImeMode = System.Windows.Forms.ImeMode.NoControl;
 | |
|             this.Add_Button.Location = new System.Drawing.Point(71, 339);
 | |
|             this.Add_Button.Name = "Add_Button";
 | |
|             this.Add_Button.Size = new System.Drawing.Size(75, 23);
 | |
|             this.Add_Button.TabIndex = 63;
 | |
|             this.Add_Button.Text = "추  가";
 | |
|             this.Add_Button.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // Close_button
 | |
|             // 
 | |
|             this.Close_button.DialogResult = System.Windows.Forms.DialogResult.Abort;
 | |
|             this.Close_button.ImeMode = System.Windows.Forms.ImeMode.NoControl;
 | |
|             this.Close_button.Location = new System.Drawing.Point(488, 339);
 | |
|             this.Close_button.Name = "Close_button";
 | |
|             this.Close_button.Size = new System.Drawing.Size(75, 23);
 | |
|             this.Close_button.TabIndex = 66;
 | |
|             this.Close_button.Text = "닫  기";
 | |
|             this.Close_button.UseVisualStyleBackColor = true;
 | |
|             this.Close_button.Click += new System.EventHandler(this.button1_Click);
 | |
|             // 
 | |
|             // Book_infor_manage
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(800, 450);
 | |
|             this.Controls.Add(this.Close_button);
 | |
|             this.Controls.Add(this.Delete_Button);
 | |
|             this.Controls.Add(this.Save_Button);
 | |
|             this.Controls.Add(this.Add_Button);
 | |
|             this.Controls.Add(this.textBox5);
 | |
|             this.Controls.Add(this.textBox9);
 | |
|             this.Controls.Add(this.textBox8);
 | |
|             this.Controls.Add(this.textBox7);
 | |
|             this.Controls.Add(this.textBox6);
 | |
|             this.Controls.Add(this.textBox4);
 | |
|             this.Controls.Add(this.textBox3);
 | |
|             this.Controls.Add(this.textBox2);
 | |
|             this.Controls.Add(this.textBox1);
 | |
|             this.Controls.Add(this.label9);
 | |
|             this.Controls.Add(this.label8);
 | |
|             this.Controls.Add(this.label7);
 | |
|             this.Controls.Add(this.label6);
 | |
|             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.Name = "Book_infor_manage";
 | |
|             this.Text = "도서 정보 관리";
 | |
|             this.ResumeLayout(false);
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         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.Label label6;
 | |
|         private System.Windows.Forms.Label label7;
 | |
|         private System.Windows.Forms.Label label8;
 | |
|         private System.Windows.Forms.Label label9;
 | |
|         private System.Windows.Forms.TextBox textBox1;
 | |
|         private System.Windows.Forms.TextBox textBox2;
 | |
|         private System.Windows.Forms.TextBox textBox3;
 | |
|         private System.Windows.Forms.TextBox textBox4;
 | |
|         private System.Windows.Forms.TextBox textBox6;
 | |
|         private System.Windows.Forms.TextBox textBox7;
 | |
|         private System.Windows.Forms.TextBox textBox8;
 | |
|         private System.Windows.Forms.TextBox textBox9;
 | |
|         private System.Windows.Forms.TextBox textBox5;
 | |
|         private System.Windows.Forms.Button Delete_Button;
 | |
|         private System.Windows.Forms.Button Save_Button;
 | |
|         private System.Windows.Forms.Button Add_Button;
 | |
|         private System.Windows.Forms.Button Close_button;
 | |
|     }
 | |
| } | 
