📄 frmbookmanager.designer.cs
字号:
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorDeleteItem.Text = "删除";
//
// bindingNavigatorMoveFirstItem
//
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";
//
// bindingNavigatorMovePreviousItem
//
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.AccessibleName = "位置";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
//
// bindingNavigatorMoveLastItem
//
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// bookBindingNavigatorSaveItem
//
this.bookBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bookBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("bookBindingNavigatorSaveItem.Image")));
this.bookBindingNavigatorSaveItem.Name = "bookBindingNavigatorSaveItem";
this.bookBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
this.bookBindingNavigatorSaveItem.Text = "保存数据";
this.bookBindingNavigatorSaveItem.Click += new System.EventHandler(this.bookBindingNavigatorSaveItem_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.内容简介TextBox);
this.groupBox2.Location = new System.Drawing.Point(637, 410);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(159, 178);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "内容简介";
//
// 内容简介TextBox
//
this.内容简介TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "内容简介", true));
this.内容简介TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.内容简介TextBox.Location = new System.Drawing.Point(3, 17);
this.内容简介TextBox.Multiline = true;
this.内容简介TextBox.Name = "内容简介TextBox";
this.内容简介TextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.内容简介TextBox.Size = new System.Drawing.Size(153, 158);
this.内容简介TextBox.TabIndex = 1;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.GetBookClass);
this.groupBox1.Controls.Add(入库时间Label);
this.groupBox1.Controls.Add(this.入库时间DateTimePicker);
this.groupBox1.Controls.Add(数量Label);
this.groupBox1.Controls.Add(this.现有数量TextBox);
this.groupBox1.Controls.Add(小类Label);
this.groupBox1.Controls.Add(this.小类ComboBox);
this.groupBox1.Controls.Add(大类Label);
this.groupBox1.Controls.Add(this.大类ComboBox);
this.groupBox1.Controls.Add(出版社Label);
this.groupBox1.Controls.Add(this.出版社TextBox);
this.groupBox1.Controls.Add(作者Label);
this.groupBox1.Controls.Add(this.作者TextBox);
this.groupBox1.Controls.Add(书名Label);
this.groupBox1.Controls.Add(this.书名TextBox);
this.groupBox1.Controls.Add(书籍编号Label);
this.groupBox1.Controls.Add(this.书籍编号TextBox);
this.groupBox1.Location = new System.Drawing.Point(51, 28);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(751, 81);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查阅图书";
//
// GetBookClass
//
this.GetBookClass.Location = new System.Drawing.Point(701, 23);
this.GetBookClass.Name = "GetBookClass";
this.GetBookClass.Size = new System.Drawing.Size(44, 48);
this.GetBookClass.TabIndex = 16;
this.GetBookClass.Text = "取得类型";
this.GetBookClass.UseVisualStyleBackColor = true;
this.GetBookClass.Click += new System.EventHandler(this.GetBookClass_Click);
//
// 入库时间DateTimePicker
//
this.入库时间DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bookBindingSource, "入库时间", true));
this.入库时间DateTimePicker.Location = new System.Drawing.Point(426, 55);
this.入库时间DateTimePicker.Name = "入库时间DateTimePicker";
this.入库时间DateTimePicker.Size = new System.Drawing.Size(116, 21);
this.入库时间DateTimePicker.TabIndex = 15;
//
// 现有数量TextBox
//
this.现有数量TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "现有数量", true));
this.现有数量TextBox.Location = new System.Drawing.Point(426, 20);
this.现有数量TextBox.Name = "现有数量TextBox";
this.现有数量TextBox.Size = new System.Drawing.Size(116, 21);
this.现有数量TextBox.TabIndex = 13;
//
// 小类ComboBox
//
this.小类ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "小类", true));
this.小类ComboBox.FormattingEnabled = true;
this.小类ComboBox.Location = new System.Drawing.Point(589, 51);
this.小类ComboBox.Name = "小类ComboBox";
this.小类ComboBox.Size = new System.Drawing.Size(109, 20);
this.小类ComboBox.TabIndex = 11;
//
// 大类ComboBox
//
this.大类ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "大类", true));
this.大类ComboBox.FormattingEnabled = true;
this.大类ComboBox.Location = new System.Drawing.Point(589, 20);
this.大类ComboBox.Name = "大类ComboBox";
this.大类ComboBox.Size = new System.Drawing.Size(109, 20);
this.大类ComboBox.TabIndex = 9;
this.大类ComboBox.SelectedIndexChanged += new System.EventHandler(this.大类ComboBox_SelectedIndexChanged);
//
// 出版社TextBox
//
this.出版社TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "出版社", true));
this.出版社TextBox.Location = new System.Drawing.Point(255, 50);
this.出版社TextBox.Name = "出版社TextBox";
this.出版社TextBox.Size = new System.Drawing.Size(100, 21);
this.出版社TextBox.TabIndex = 7;
//
// 作者TextBox
//
this.作者TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "作者", true));
this.作者TextBox.Location = new System.Drawing.Point(255, 19);
this.作者TextBox.Name = "作者TextBox";
this.作者TextBox.Size = new System.Drawing.Size(100, 21);
this.作者TextBox.TabIndex = 5;
//
// 书名TextBox
//
this.书名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "书名", true));
this.书名TextBox.Location = new System.Drawing.Point(77, 50);
this.书名TextBox.Name = "书名TextBox";
this.书名TextBox.Size = new System.Drawing.Size(100, 21);
this.书名TextBox.TabIndex = 3;
//
// 书籍编号TextBox
//
this.书籍编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "书籍编号", true));
this.书籍编号TextBox.Location = new System.Drawing.Point(77, 19);
this.书籍编号TextBox.Name = "书籍编号TextBox";
this.书籍编号TextBox.Size = new System.Drawing.Size(100, 21);
this.书籍编号TextBox.TabIndex = 1;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.图片PictureBox);
this.groupBox3.Location = new System.Drawing.Point(637, 212);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(141, 158);
this.groupBox3.TabIndex = 5;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "图片";
//
// 图片PictureBox
//
this.图片PictureBox.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.bookBindingSource, "图片", true));
this.图片PictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.图片PictureBox.Location = new System.Drawing.Point(3, 17);
this.图片PictureBox.Name = "图片PictureBox";
this.图片PictureBox.Size = new System.Drawing.Size(135, 138);
this.图片PictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.图片PictureBox.TabIndex = 1;
this.图片PictureBox.TabStop = false;
//
// InImage
//
this.InImage.Location = new System.Drawing.Point(637, 376);
this.InImage.Name = "InImage";
this.InImage.Size = new System.Drawing.Size(75, 28);
this.InImage.TabIndex = 6;
this.InImage.Text = "导入图片";
this.InImage.UseVisualStyleBackColor = true;
this.InImage.Click += new System.EventHandler(this.InImage_Click);
//
// openFileDialog
//
this.openFileDialog.FileName = "openFileDialog1";
//
// SerchBoxNo
//
this.SerchBoxNo.Location = new System.Drawing.Point(68, 14);
this.SerchBoxNo.Name = "SerchBoxNo";
this.SerchBoxNo.Size = new System.Drawing.Size(85, 21);
this.SerchBoxNo.TabIndex = 7;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -