⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmbookclassmanager.designer.cs

📁 图书馆管理系统的一个代码 很好的学习借鉴
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace BookManagementSystem
{
    partial class frmBookClassManager
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBookClassManager));
            this.mydata2DataSet = new BookManagementSystem.Mydata2DataSet();
            this.bigClassOfBookBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.bigClassOfBookTableAdapter = new BookManagementSystem.Mydata2DataSetTableAdapters.BigClassOfBookTableAdapter();
            this.bigClassOfBookBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            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.bigClassOfBookBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.bigClassOfBookListBox = new System.Windows.Forms.ListBox();
            this.大类TextBox = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.SmallClasslistBox = new System.Windows.Forms.ListBox();
            this.smallClassOfBookBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.smallClassOfBookTableAdapter = new BookManagementSystem.Mydata2DataSetTableAdapters.SmallClassOfBookTableAdapter();
            this.AddBtn = new System.Windows.Forms.Button();
            this.deleteBtn = new System.Windows.Forms.Button();
            this.MotifyBtn = new System.Windows.Forms.Button();
            大类Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.mydata2DataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bigClassOfBookBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bigClassOfBookBindingNavigator)).BeginInit();
            this.bigClassOfBookBindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.smallClassOfBookBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // 大类Label
            // 
            大类Label.AutoSize = true;
            大类Label.Location = new System.Drawing.Point(97, 36);
            大类Label.Name = "大类Label";
            大类Label.Size = new System.Drawing.Size(35, 12);
            大类Label.TabIndex = 2;
            大类Label.Text = "大类:";
            // 
            // mydata2DataSet
            // 
            this.mydata2DataSet.DataSetName = "Mydata2DataSet";
            this.mydata2DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // bigClassOfBookBindingSource
            // 
            this.bigClassOfBookBindingSource.DataMember = "BigClassOfBook";
            this.bigClassOfBookBindingSource.DataSource = this.mydata2DataSet;
            // 
            // bigClassOfBookTableAdapter
            // 
            this.bigClassOfBookTableAdapter.ClearBeforeFill = true;
            // 
            // bigClassOfBookBindingNavigator
            // 
            this.bigClassOfBookBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.bigClassOfBookBindingNavigator.BindingSource = this.bigClassOfBookBindingSource;
            this.bigClassOfBookBindingNavigator.CountItem = this.bindingNavigatorCountItem;
            this.bigClassOfBookBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.bigClassOfBookBindingNavigator.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.bigClassOfBookBindingNavigatorSaveItem});
            this.bigClassOfBookBindingNavigator.Location = new System.Drawing.Point(0, 0);
            this.bigClassOfBookBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.bigClassOfBookBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.bigClassOfBookBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.bigClassOfBookBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.bigClassOfBookBindingNavigator.Name = "bigClassOfBookBindingNavigator";
            this.bigClassOfBookBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
            this.bigClassOfBookBindingNavigator.Size = new System.Drawing.Size(362, 25);
            this.bigClassOfBookBindingNavigator.TabIndex = 0;
            this.bigClassOfBookBindingNavigator.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 = "新添";
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(30, 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";
            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 = "当前位置";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -