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

📄 frmacount.designer.cs

📁 图书馆管理系统的一个代码 很好的学习借鉴
💻 CS
📖 第 1 页 / 共 4 页
字号:
namespace BookManagementSystem
{
    partial class frmAcount
    {
        /// <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 passwordLabel;
            System.Windows.Forms.Label adminImageLabel;
            System.Windows.Forms.Label accountLabel;
            System.Windows.Forms.Label nameLabel;
            System.Windows.Forms.Label acountLabel;
            System.Windows.Forms.Label nameLabel1;
            System.Windows.Forms.Label passwordLabel1;
            System.Windows.Forms.Label identityNoLabel;
            System.Windows.Forms.Label synopsisLabel;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAcount));
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.label1 = new System.Windows.Forms.Label();
            this.serchbox = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.nameTextBox = new System.Windows.Forms.TextBox();
            this.adminBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.mydata2DataSet = new BookManagementSystem.Mydata2DataSet();
            this.accountTextBox = new System.Windows.Forms.TextBox();
            this.adminImagePictureBox = new System.Windows.Forms.PictureBox();
            this.Clear = new System.Windows.Forms.Button();
            this.InImage = new System.Windows.Forms.Button();
            this.passwordTextBox = new System.Windows.Forms.TextBox();
            this.adminDataGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.adminBindingNavigator = 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.adminBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.label2 = new System.Windows.Forms.Label();
            this.serchbox2 = new System.Windows.Forms.TextBox();
            this.button5 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.readerImagePictureBox = new System.Windows.Forms.PictureBox();
            this.readerBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.synopsisTextBox = new System.Windows.Forms.TextBox();
            this.identityNoTextBox = new System.Windows.Forms.TextBox();
            this.passwordTextBox1 = new System.Windows.Forms.TextBox();
            this.nameTextBox1 = new System.Windows.Forms.TextBox();
            this.acountTextBox = new System.Windows.Forms.TextBox();
            this.bindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCountItem1 = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem1 = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.readerDataGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.adminTableAdapter = new BookManagementSystem.Mydata2DataSetTableAdapters.adminTableAdapter();
            this.readerTableAdapter = new BookManagementSystem.Mydata2DataSetTableAdapters.ReaderTableAdapter();
            passwordLabel = new System.Windows.Forms.Label();
            adminImageLabel = new System.Windows.Forms.Label();
            accountLabel = new System.Windows.Forms.Label();
            nameLabel = new System.Windows.Forms.Label();
            acountLabel = new System.Windows.Forms.Label();
            nameLabel1 = new System.Windows.Forms.Label();
            passwordLabel1 = new System.Windows.Forms.Label();
            identityNoLabel = new System.Windows.Forms.Label();
            synopsisLabel = new System.Windows.Forms.Label();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.adminBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mydata2DataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.adminImagePictureBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.adminDataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.adminBindingNavigator)).BeginInit();
            this.adminBindingNavigator.SuspendLayout();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.readerImagePictureBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.readerBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator)).BeginInit();
            this.bindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.readerDataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // passwordLabel
            // 
            passwordLabel.AutoSize = true;
            passwordLabel.Location = new System.Drawing.Point(230, 98);
            passwordLabel.Name = "passwordLabel";
            passwordLabel.Size = new System.Drawing.Size(35, 12);
            passwordLabel.TabIndex = 4;
            passwordLabel.Text = "密码:";
            // 
            // adminImageLabel
            // 
            adminImageLabel.AutoSize = true;
            adminImageLabel.Location = new System.Drawing.Point(230, 122);
            adminImageLabel.Name = "adminImageLabel";
            adminImageLabel.Size = new System.Drawing.Size(35, 12);
            adminImageLabel.TabIndex = 5;
            adminImageLabel.Text = "图片:";
            // 
            // accountLabel
            // 
            accountLabel.AutoSize = true;
            accountLabel.Location = new System.Drawing.Point(230, 44);
            accountLabel.Name = "accountLabel";
            accountLabel.Size = new System.Drawing.Size(35, 12);
            accountLabel.TabIndex = 9;
            accountLabel.Text = "帐号:";
            // 
            // nameLabel
            // 
            nameLabel.AutoSize = true;
            nameLabel.Location = new System.Drawing.Point(230, 73);
            nameLabel.Name = "nameLabel";
            nameLabel.Size = new System.Drawing.Size(35, 12);
            nameLabel.TabIndex = 10;
            nameLabel.Text = "姓名:";
            // 
            // acountLabel
            // 
            acountLabel.AutoSize = true;
            acountLabel.Location = new System.Drawing.Point(217, 31);
            acountLabel.Name = "acountLabel";
            acountLabel.Size = new System.Drawing.Size(35, 12);
            acountLabel.TabIndex = 2;
            acountLabel.Text = "帐号:";
            // 
            // nameLabel1
            // 
            nameLabel1.AutoSize = true;
            nameLabel1.Location = new System.Drawing.Point(217, 62);
            nameLabel1.Name = "nameLabel1";
            nameLabel1.Size = new System.Drawing.Size(35, 12);
            nameLabel1.TabIndex = 4;
            nameLabel1.Text = "姓名:";
            // 
            // passwordLabel1
            // 
            passwordLabel1.AutoSize = true;
            passwordLabel1.Location = new System.Drawing.Point(217, 95);
            passwordLabel1.Name = "passwordLabel1";
            passwordLabel1.Size = new System.Drawing.Size(35, 12);
            passwordLabel1.TabIndex = 6;
            passwordLabel1.Text = "密码:";
            // 
            // identityNoLabel
            // 
            identityNoLabel.AutoSize = true;
            identityNoLabel.Location = new System.Drawing.Point(217, 125);
            identityNoLabel.Name = "identityNoLabel";
            identityNoLabel.Size = new System.Drawing.Size(59, 12);
            identityNoLabel.TabIndex = 8;
            identityNoLabel.Text = "证件号码:";
            // 
            // synopsisLabel
            // 
            synopsisLabel.AutoSize = true;
            synopsisLabel.Location = new System.Drawing.Point(217, 161);
            synopsisLabel.Name = "synopsisLabel";
            synopsisLabel.Size = new System.Drawing.Size(35, 12);
            synopsisLabel.TabIndex = 10;
            synopsisLabel.Text = "电话:";
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(556, 344);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 

⌨️ 快捷键说明

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