数据库实验视频演示及讲解地址
namespace BookManageSystem
{partial class Add_BookInfo{/// <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.components = new System.ComponentModel.Container();System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Add_BookInfo));this.groupBox1 = new System.Windows.Forms.GroupBox();this.txt_price = new System.Windows.Forms.TextBox();this.txt_page = new System.Windows.Forms.TextBox();this.label7 = new System.Windows.Forms.Label();this.label6 = new System.Windows.Forms.Label();this.label5 = new System.Windows.Forms.Label();this.txt_Press = new System.Windows.Forms.TextBox();this.label4 = new System.Windows.Forms.Label();this.txt_Author = new System.Windows.Forms.TextBox();this.label3 = new System.Windows.Forms.Label();this.cmbb_booktype = new System.Windows.Forms.ComboBox();this.label2 = new System.Windows.Forms.Label();this.txt_BookName = new System.Windows.Forms.TextBox();this.label1 = new System.Windows.Forms.Label();this.groupBox2 = new System.Windows.Forms.GroupBox();this.groupBox4 = new System.Windows.Forms.GroupBox();this.txt_Summary = new System.Windows.Forms.TextBox();this.groupBox3 = new System.Windows.Forms.GroupBox();this.button1 = new System.Windows.Forms.Button();this.ptb_img = new System.Windows.Forms.PictureBox();this.button2 = new System.Windows.Forms.Button();this.button3 = new System.Windows.Forms.Button();this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();this.imageList1 = new System.Windows.Forms.ImageList(this.components);this.mtb_time = new System.Windows.Forms.DateTimePicker();this.groupBox1.SuspendLayout();this.groupBox2.SuspendLayout();this.groupBox4.SuspendLayout();this.groupBox3.SuspendLayout();((System.ComponentModel.ISupportInitialize)(this.ptb_img)).BeginInit();this.SuspendLayout();// // groupBox1// this.groupBox1.BackColor = System.Drawing.Color.Transparent;this.groupBox1.Controls.Add(this.mtb_time);this.groupBox1.Controls.Add(this.txt_price);this.groupBox1.Controls.Add(this.txt_page);this.groupBox1.Controls.Add(this.label7);this.groupBox1.Controls.Add(this.label6);this.groupBox1.Controls.Add(this.label5);this.groupBox1.Controls.Add(this.txt_Press);this.groupBox1.Controls.Add(this.label4);this.groupBox1.Controls.Add(this.txt_Author);this.groupBox1.Controls.Add(this.label3);this.groupBox1.Controls.Add(this.cmbb_booktype);this.groupBox1.Controls.Add(this.label2);this.groupBox1.Controls.Add(this.txt_BookName);this.groupBox1.Controls.Add(this.label1);this.groupBox1.Location = new System.Drawing.Point(12, 2);this.groupBox1.Name = "groupBox1";this.groupBox1.Size = new System.Drawing.Size(248, 366);this.groupBox1.TabIndex = 0;this.groupBox1.TabStop = false;// // txt_price// this.txt_price.Location = new System.Drawing.Point(70, 175);this.txt_price.Name = "txt_price";this.txt_price.Size = new System.Drawing.Size(145, 21);this.txt_price.TabIndex = 14;this.txt_price.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_price_KeyPress);// // txt_page// this.txt_page.Location = new System.Drawing.Point(70, 220);this.txt_page.Name = "txt_page";this.txt_page.Size = new System.Drawing.Size(145, 21);this.txt_page.TabIndex = 12;this.txt_page.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_page_KeyPress);// // label7// this.label7.AutoSize = true;this.label7.Location = new System.Drawing.Point(34, 224);this.label7.Name = "label7";this.label7.Size = new System.Drawing.Size(41, 12);this.label7.TabIndex = 13;this.label7.Text = "页数:";// // label6// this.label6.AutoSize = true;this.label6.Location = new System.Drawing.Point(34, 178);this.label6.Name = "label6";this.label6.Size = new System.Drawing.Size(41, 12);this.label6.TabIndex = 11;this.label6.Text = "价格:";// // label5// this.label5.AutoSize = true;this.label5.Location = new System.Drawing.Point(10, 317);this.label5.Name = "label5";this.label5.Size = new System.Drawing.Size(65, 12);this.label5.TabIndex = 9;this.label5.Text = "出版时间:";// // txt_Press// this.txt_Press.Location = new System.Drawing.Point(70, 266);this.txt_Press.Name = "txt_Press";this.txt_Press.Size = new System.Drawing.Size(145, 21);this.txt_Press.TabIndex = 7;// // label4// this.label4.AutoSize = true;this.label4.Location = new System.Drawing.Point(22, 269);this.label4.Name = "label4";this.label4.Size = new System.Drawing.Size(53, 12);this.label4.TabIndex = 8;this.label4.Text = "出版社:";// // txt_Author// this.txt_Author.Location = new System.Drawing.Point(70, 128);this.txt_Author.Name = "txt_Author";this.txt_Author.Size = new System.Drawing.Size(145, 21);this.txt_Author.TabIndex = 5;// // label3// this.label3.AutoSize = true;this.label3.Location = new System.Drawing.Point(34, 132);this.label3.Name = "label3";this.label3.Size = new System.Drawing.Size(41, 12);this.label3.TabIndex = 6;this.label3.Text = "作者:";// // cmbb_booktype// this.cmbb_booktype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;this.cmbb_booktype.FormattingEnabled = true;this.cmbb_booktype.Location = new System.Drawing.Point(70, 83);this.cmbb_booktype.Name = "cmbb_booktype";this.cmbb_booktype.Size = new System.Drawing.Size(145, 20);this.cmbb_booktype.TabIndex = 0;// // label2// this.label2.AutoSize = true;this.label2.Location = new System.Drawing.Point(34, 86);this.label2.Name = "label2";this.label2.Size = new System.Drawing.Size(41, 12);this.label2.TabIndex = 4;this.label2.Text = "类型:";// // txt_BookName// this.txt_BookName.Location = new System.Drawing.Point(70, 37);this.txt_BookName.Name = "txt_BookName";this.txt_BookName.Size = new System.Drawing.Size(145, 21);this.txt_BookName.TabIndex = 0;// // label1// this.label1.AutoSize = true;this.label1.Location = new System.Drawing.Point(34, 40);this.label1.Name = "label1";this.label1.Size = new System.Drawing.Size(41, 12);this.label1.TabIndex = 2;this.label1.Text = "书名:";// // groupBox2// this.groupBox2.BackColor = System.Drawing.Color.Transparent;this.groupBox2.Controls.Add(this.groupBox4);this.groupBox2.Controls.Add(this.groupBox3);this.groupBox2.Location = new System.Drawing.Point(266, 2);this.groupBox2.Name = "groupBox2";this.groupBox2.Size = new System.Drawing.Size(277, 338);this.groupBox2.TabIndex = 1;this.groupBox2.TabStop = false;// // groupBox4// this.groupBox4.Controls.Add(this.txt_Summary);this.groupBox4.Location = new System.Drawing.Point(16, 204);this.groupBox4.Name = "groupBox4";this.groupBox4.Size = new System.Drawing.Size(255, 128);this.groupBox4.TabIndex = 17;this.groupBox4.TabStop = false;this.groupBox4.Text = "简介";// // txt_Summary// this.txt_Summary.Dock = System.Windows.Forms.DockStyle.Fill;this.txt_Summary.Location = new System.Drawing.Point(3, 17);this.txt_Summary.Multiline = true;this.txt_Summary.Name = "txt_Summary";this.txt_Summary.Size = new System.Drawing.Size(249, 108);this.txt_Summary.TabIndex = 0;// // groupBox3// this.groupBox3.Controls.Add(this.button1);this.groupBox3.Controls.Add(this.ptb_img);this.groupBox3.Location = new System.Drawing.Point(16, 20);this.groupBox3.Name = "groupBox3";this.groupBox3.Size = new System.Drawing.Size(255, 178);this.groupBox3.TabIndex = 16;this.groupBox3.TabStop = false;this.groupBox3.Text = "图片";// // button1// this.button1.Location = new System.Drawing.Point(192, 138);this.button1.Name = "button1";this.button1.Size = new System.Drawing.Size(52, 23);this.button1.TabIndex = 16;this.button1.Text = "浏 览";this.button1.UseVisualStyleBackColor = true;this.button1.Click += new System.EventHandler(this.button1_Click);// // ptb_img// this.ptb_img.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;this.ptb_img.Image = global::BookManageSystem.Properties.Resources._1;this.ptb_img.Location = new System.Drawing.Point(6, 17);this.ptb_img.Name = "ptb_img";this.ptb_img.Size = new System.Drawing.Size(180, 149);this.ptb_img.TabIndex = 15;this.ptb_img.TabStop = false;// // button2// this.button2.BackColor = System.Drawing.Color.Transparent;this.button2.Location = new System.Drawing.Point(345, 346);this.button2.Name = "button2";this.button2.Size = new System.Drawing.Size(75, 23);this.button2.TabIndex = 2;this.button2.Text = "清 除";this.button2.UseVisualStyleBackColor = false;this.button2.Click += new System.EventHandler(this.button2_Click);// // button3// this.button3.BackColor = System.Drawing.Color.Transparent;this.button3.Location = new System.Drawing.Point(438, 346);this.button3.Name = "button3";this.button3.Size = new System.Drawing.Size(75, 23);this.button3.TabIndex = 3;this.button3.Text = "添 加";this.button3.UseVisualStyleBackColor = false;this.button3.Click += new System.EventHandler(this.button3_Click);// // openFileDialog1// this.openFileDialog1.Filter = "JPG|*.jpg|Gif|*.gif|bmp|*.bmp";this.openFileDialog1.Title = "选择";// // imageList1// this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;this.imageList1.ImageSize = new System.Drawing.Size(16, 16);this.imageList1.TransparentColor = System.Drawing.Color.Transparent;// // mtb_time// this.mtb_time.Location = new System.Drawing.Point(70, 311);this.mtb_time.MinDate = new System.DateTime(1970, 1, 1, 0, 0, 0, 0);this.mtb_time.Name = "mtb_time";this.mtb_time.Size = new System.Drawing.Size(145, 21);this.mtb_time.TabIndex = 4;// // Add_BookInfo// this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;this.BackgroundImage = global::BookManageSystem.Properties.Resources.mainbg3;this.ClientSize = new System.Drawing.Size(562, 394);this.Controls.Add(this.button3);this.Controls.Add(this.button2);this.Controls.Add(this.groupBox2);this.Controls.Add(this.groupBox1);this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));this.MaximumSize = new System.Drawing.Size(570, 421);this.MinimumSize = new System.Drawing.Size(570, 421);this.Name = "Add_BookInfo";this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;this.Text = "图书添加";this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Add_BookInfo_FormClosing);this.Load += new System.EventHandler(this.Add_BookInfo_Load);this.groupBox1.ResumeLayout(false);this.groupBox1.PerformLayout();this.groupBox2.ResumeLayout(false);this.groupBox4.ResumeLayout(false);this.groupBox4.PerformLayout();this.groupBox3.ResumeLayout(false);((System.ComponentModel.ISupportInitialize)(this.ptb_img)).EndInit();this.ResumeLayout(false);}#endregionprivate