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

📄 frmissuereturnmanager.designer.cs

📁 图书馆管理系统的一个代码 很好的学习借鉴
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace BookManagementSystem
{
    partial class frmIssueReturnManager
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmIssueReturnManager));
            this.issueBookBindingNavigator = 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.issueBookBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.issueBookDataGridView = new System.Windows.Forms.DataGridView();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.还书日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.借书日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            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.issueBookBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.mydata2DataSet = new BookManagementSystem.Mydata2DataSet();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = 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.issueBookTableAdapter = new BookManagementSystem.Mydata2DataSetTableAdapters.IssueBookTableAdapter();
            借书记录编号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.issueBookBindingNavigator)).BeginInit();
            this.issueBookBindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.issueBookDataGridView)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.issueBookBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mydata2DataSet)).BeginInit();
            this.SuspendLayout();
            // 
            // 借书记录编号Label
            // 
            借书记录编号Label.AutoSize = true;
            借书记录编号Label.Location = new System.Drawing.Point(10, 18);
            借书记录编号Label.Name = "借书记录编号Label";
            借书记录编号Label.Size = new System.Drawing.Size(83, 12);
            借书记录编号Label.TabIndex = 0;
            借书记录编号Label.Text = "借书记录编号:";
            // 
            // 图书编号Label
            // 
            图书编号Label.AutoSize = true;
            图书编号Label.Location = new System.Drawing.Point(34, 46);
            图书编号Label.Name = "图书编号Label";
            图书编号Label.Size = new System.Drawing.Size(59, 12);
            图书编号Label.TabIndex = 2;
            图书编号Label.Text = "图书编号:";
            // 
            // 借书人编号Label
            // 
            借书人编号Label.AutoSize = true;
            借书人编号Label.Location = new System.Drawing.Point(232, 18);
            借书人编号Label.Name = "借书人编号Label";
            借书人编号Label.Size = new System.Drawing.Size(71, 12);
            借书人编号Label.TabIndex = 4;
            借书人编号Label.Text = "借书人帐号:";
            // 
            // 借书人姓名Label
            // 
            借书人姓名Label.AutoSize = true;
            借书人姓名Label.Location = new System.Drawing.Point(232, 43);
            借书人姓名Label.Name = "借书人姓名Label";
            借书人姓名Label.Size = new System.Drawing.Size(71, 12);
            借书人姓名Label.TabIndex = 6;
            借书人姓名Label.Text = "借书人姓名:";
            // 
            // 借书日期Label
            // 
            借书日期Label.AutoSize = true;
            借书日期Label.Location = new System.Drawing.Point(415, 18);
            借书日期Label.Name = "借书日期Label";
            借书日期Label.Size = new System.Drawing.Size(59, 12);
            借书日期Label.TabIndex = 8;
            借书日期Label.Text = "借书日期:";
            // 
            // 还书日期Label
            // 
            还书日期Label.AutoSize = true;
            还书日期Label.Location = new System.Drawing.Point(415, 46);
            还书日期Label.Name = "还书日期Label";
            还书日期Label.Size = new System.Drawing.Size(59, 12);
            还书日期Label.TabIndex = 10;
            还书日期Label.Text = "还书日期:";
            // 
            // issueBookBindingNavigator
            // 
            this.issueBookBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.issueBookBindingNavigator.BindingSource = this.issueBookBindingSource;
            this.issueBookBindingNavigator.CountItem = this.bindingNavigatorCountItem;
            this.issueBookBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.issueBookBindingNavigator.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.issueBookBindingNavigatorSaveItem});
            this.issueBookBindingNavigator.Location = new System.Drawing.Point(0, 0);
            this.issueBookBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.issueBookBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.issueBookBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.issueBookBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.issueBookBindingNavigator.Name = "issueBookBindingNavigator";
            this.issueBookBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
            this.issueBookBindingNavigator.Size = new System.Drawing.Size(716, 25);
            this.issueBookBindingNavigator.TabIndex = 0;
            this.issueBookBindingNavigator.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(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";
            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
            // 

⌨️ 快捷键说明

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