📄 frmbookmanager.designer.cs
字号:
namespace BookManagementSystem
{
partial class frmBookManager
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Label 书籍编号Label;
System.Windows.Forms.Label 书名Label;
System.Windows.Forms.Label 作者Label;
System.Windows.Forms.Label 出版社Label;
System.Windows.Forms.Label 大类Label;
System.Windows.Forms.Label 小类Label;
System.Windows.Forms.Label 数量Label;
System.Windows.Forms.Label 入库时间Label;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBookManager));
this.bookBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bookBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.mydata2DataSet = new BookManagementSystem.Mydata2DataSet();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.bookBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.内容简介TextBox = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.GetBookClass = new System.Windows.Forms.Button();
this.入库时间DateTimePicker = new System.Windows.Forms.DateTimePicker();
this.现有数量TextBox = new System.Windows.Forms.TextBox();
this.小类ComboBox = new System.Windows.Forms.ComboBox();
this.大类ComboBox = new System.Windows.Forms.ComboBox();
this.出版社TextBox = new System.Windows.Forms.TextBox();
this.作者TextBox = new System.Windows.Forms.TextBox();
this.书名TextBox = new System.Windows.Forms.TextBox();
this.书籍编号TextBox = new System.Windows.Forms.TextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.图片PictureBox = new System.Windows.Forms.PictureBox();
this.InImage = new System.Windows.Forms.Button();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.SerchBoxNo = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.SerchBoxName = new System.Windows.Forms.TextBox();
this.SerchBox = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.clear = new System.Windows.Forms.Button();
this.dataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fillByToolStrip = new System.Windows.Forms.ToolStrip();
this.fillByToolStripButton = new System.Windows.Forms.ToolStripButton();
this.bookTableAdapter = new BookManagementSystem.Mydata2DataSetTableAdapters.BookTableAdapter();
书籍编号Label = new System.Windows.Forms.Label();
书名Label = new System.Windows.Forms.Label();
作者Label = new System.Windows.Forms.Label();
出版社Label = new System.Windows.Forms.Label();
大类Label = new System.Windows.Forms.Label();
小类Label = new System.Windows.Forms.Label();
数量Label = new System.Windows.Forms.Label();
入库时间Label = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bookBindingNavigator)).BeginInit();
this.bookBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bookBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.mydata2DataSet)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.图片PictureBox)).BeginInit();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
this.fillByToolStrip.SuspendLayout();
this.SuspendLayout();
//
// 书籍编号Label
//
书籍编号Label.AutoSize = true;
书籍编号Label.Location = new System.Drawing.Point(12, 22);
书籍编号Label.Name = "书籍编号Label";
书籍编号Label.Size = new System.Drawing.Size(59, 12);
书籍编号Label.TabIndex = 0;
书籍编号Label.Text = "书籍编号:";
//
// 书名Label
//
书名Label.AutoSize = true;
书名Label.Location = new System.Drawing.Point(36, 53);
书名Label.Name = "书名Label";
书名Label.Size = new System.Drawing.Size(35, 12);
书名Label.TabIndex = 2;
书名Label.Text = "书名:";
//
// 作者Label
//
作者Label.AutoSize = true;
作者Label.Location = new System.Drawing.Point(202, 22);
作者Label.Name = "作者Label";
作者Label.Size = new System.Drawing.Size(35, 12);
作者Label.TabIndex = 4;
作者Label.Text = "作者:";
//
// 出版社Label
//
出版社Label.AutoSize = true;
出版社Label.Location = new System.Drawing.Point(202, 53);
出版社Label.Name = "出版社Label";
出版社Label.Size = new System.Drawing.Size(47, 12);
出版社Label.TabIndex = 6;
出版社Label.Text = "出版社:";
//
// 大类Label
//
大类Label.AutoSize = true;
大类Label.Location = new System.Drawing.Point(548, 23);
大类Label.Name = "大类Label";
大类Label.Size = new System.Drawing.Size(35, 12);
大类Label.TabIndex = 8;
大类Label.Text = "大类:";
//
// 小类Label
//
小类Label.AutoSize = true;
小类Label.Location = new System.Drawing.Point(548, 54);
小类Label.Name = "小类Label";
小类Label.Size = new System.Drawing.Size(35, 12);
小类Label.TabIndex = 10;
小类Label.Text = "小类:";
//
// 数量Label
//
数量Label.AutoSize = true;
数量Label.Location = new System.Drawing.Point(361, 23);
数量Label.Name = "数量Label";
数量Label.Size = new System.Drawing.Size(59, 12);
数量Label.TabIndex = 12;
数量Label.Text = "现有数量:";
//
// 入库时间Label
//
入库时间Label.AutoSize = true;
入库时间Label.Location = new System.Drawing.Point(361, 59);
入库时间Label.Name = "入库时间Label";
入库时间Label.Size = new System.Drawing.Size(59, 12);
入库时间Label.TabIndex = 14;
入库时间Label.Text = "入库时间:";
//
// bookBindingNavigator
//
this.bookBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.bookBindingNavigator.BindingSource = this.bookBindingSource;
this.bookBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.bookBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.bookBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.bindingNavigatorAddNewItem,
this.bindingNavigatorDeleteItem,
this.bookBindingNavigatorSaveItem});
this.bookBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.bookBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.bookBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.bookBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.bookBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.bookBindingNavigator.Name = "bookBindingNavigator";
this.bookBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.bookBindingNavigator.Size = new System.Drawing.Size(819, 25);
this.bookBindingNavigator.TabIndex = 0;
this.bookBindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorAddNewItem
//
this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorAddNewItem.Text = "新添";
//
// bookBindingSource
//
this.bookBindingSource.DataMember = "Book";
this.bookBindingSource.DataSource = this.mydata2DataSet;
//
// mydata2DataSet
//
this.mydata2DataSet.DataSetName = "Mydata2DataSet";
this.mydata2DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
this.bindingNavigatorCountItem.Text = "/ {0}";
this.bindingNavigatorCountItem.ToolTipText = "总项数";
//
// bindingNavigatorDeleteItem
//
this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -