亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? 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 + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
天堂精品中文字幕在线| 日韩精品中午字幕| 久久久久国产免费免费| 男女视频一区二区| 成人激情校园春色| 久久尤物电影视频在线观看| 午夜精品视频在线观看| 日本伦理一区二区| 亚洲精品中文字幕在线观看| 成人av网站免费观看| 久久久精品免费观看| 国产美女在线观看一区| 国产三区在线成人av| 丰满放荡岳乱妇91ww| 国产精品久久久久一区| 99精品国产热久久91蜜凸| 日韩理论在线观看| 在线视频国内自拍亚洲视频| 亚洲一区二区视频在线| 久久综合久色欧美综合狠狠| 免费成人在线观看| 精品成人一区二区三区四区| 国产一区二区在线影院| 国产丝袜在线精品| 精品视频在线视频| 久久99国产精品久久| 国产欧美一区二区精品性| 国产91色综合久久免费分享| 亚洲欧美综合色| 欧美视频第二页| 久久精品国产一区二区| 国产喂奶挤奶一区二区三区| 91在线观看地址| 天堂午夜影视日韩欧美一区二区| 日韩你懂的电影在线观看| 国产乱人伦偷精品视频不卡| 亚洲欧洲成人自拍| 欧美日韩精品电影| 国产一区二区三区高清播放| 亚洲免费三区一区二区| 欧美精品一卡两卡| 国产激情视频一区二区在线观看| 亚洲天堂网中文字| 欧美一区国产二区| 从欧美一区二区三区| 一区二区三区**美女毛片| 欧美性高清videossexo| 精品一区二区三区在线播放视频| 国产精品美女一区二区三区| 欧美日韩不卡在线| 成人免费看片app下载| 日韩精品视频网| 亚洲欧美在线视频| 日韩精品一区二区在线| 欧美日韩一区二区三区四区五区 | 亚洲影院久久精品| 欧美成人欧美edvon| jlzzjlzz国产精品久久| 久久国产剧场电影| 亚洲午夜久久久久久久久久久| 久久―日本道色综合久久| 欧美亚洲综合另类| 成人性视频免费网站| 日精品一区二区三区| 欧美激情一区二区三区四区| 欧美少妇xxx| 91麻豆免费观看| 日本亚洲欧美天堂免费| 亚洲综合丝袜美腿| 久久久久国产精品免费免费搜索| 欧美视频精品在线| 91传媒视频在线播放| 国产成人亚洲精品青草天美| 视频一区在线视频| 夜夜操天天操亚洲| 欧美精品一区二区三区蜜臀| 欧美精品一二三| 在线观看日韩毛片| 91麻豆swag| 成人高清伦理免费影院在线观看| 美女性感视频久久| 青青草97国产精品免费观看无弹窗版| 亚洲摸摸操操av| 亚洲精品美腿丝袜| 国产精品久久久久婷婷二区次| 久久综合九色综合97婷婷女人| 制服.丝袜.亚洲.中文.综合| 在线观看日产精品| 欧美体内she精视频| 欧美综合天天夜夜久久| 一本一道久久a久久精品综合蜜臀| 高清在线成人网| 国产91清纯白嫩初高中在线观看| 国产剧情在线观看一区二区| 久久99国产精品麻豆| 精久久久久久久久久久| 国内精品写真在线观看| 麻豆国产精品一区二区三区| 久久国产精品免费| 国产毛片精品一区| 国产**成人网毛片九色| aaa亚洲精品一二三区| 91色综合久久久久婷婷| 91免费视频观看| 欧美私模裸体表演在线观看| 在线观看成人免费视频| 欧美三级欧美一级| 欧美一区二区三区视频在线 | 精品精品国产高清一毛片一天堂| 欧美一区二区三区成人| 精品欧美久久久| 国产三级久久久| 亚洲美女一区二区三区| 亚洲成人第一页| 激情文学综合丁香| jlzzjlzz欧美大全| 欧美日韩高清一区二区不卡| 日韩一级大片在线| 国产网站一区二区三区| 亚洲精品国产成人久久av盗摄| 亚洲h在线观看| 国产精品小仙女| 91亚洲国产成人精品一区二区三 | 91麻豆福利精品推荐| 色老汉av一区二区三区| 91黄色小视频| 在线综合视频播放| 精品av久久707| 亚洲欧美国产毛片在线| 日本女人一区二区三区| 国产成人小视频| 欧美日韩mp4| 国产视频一区在线观看| 亚洲一区二区三区不卡国产欧美| 美国欧美日韩国产在线播放| 成人精品电影在线观看| 欧美日韩在线观看一区二区| 久久综合狠狠综合久久激情| 亚洲自拍都市欧美小说| 亚洲精品免费在线播放| 日韩精品高清不卡| 成人小视频在线| 欧美一级在线观看| 亚洲欧美综合色| 国产一区二区在线免费观看| 在线观看91精品国产入口| 国产亚洲欧洲一区高清在线观看| 一区二区三区四区精品在线视频| 精品一二三四区| 欧美无乱码久久久免费午夜一区| 国产色综合一区| 久久精品国产秦先生| 欧美这里有精品| 中文字幕不卡在线| 免费视频最近日韩| 成人一区二区三区在线观看| 3d成人h动漫网站入口| 中文字幕中文乱码欧美一区二区| 久久国产精品露脸对白| 欧美福利视频一区| 亚洲精品ww久久久久久p站| 国产一区二区免费视频| 欧美日韩精品一区二区三区| 综合av第一页| 99热在这里有精品免费| 国产视频一区在线播放| 久久国产精品露脸对白| 欧美高清视频在线高清观看mv色露露十八| 亚洲免费观看在线视频| 成人av在线播放网站| 久久这里只有精品6| 精品制服美女丁香| 欧美一级欧美一级在线播放| 亚洲综合色视频| 色狠狠综合天天综合综合| 国产精品伦理在线| 风间由美一区二区av101| 久久色.com| 国产一区二区三区综合| 日韩欧美国产综合在线一区二区三区| 亚洲综合小说图片| 欧美天天综合网| 香蕉成人啪国产精品视频综合网 | 亚洲蜜桃精久久久久久久| 99久久免费国产| 一区二区三区四区视频精品免费 | 欧美精品亚洲二区| 亚洲aaa精品| 欧美一级夜夜爽| 精品一区二区三区久久久| 精品国产青草久久久久福利| 国内久久精品视频| 国产欧美日韩久久| 成人免费毛片嘿嘿连载视频| 国产精品国产三级国产普通话99 | 国产69精品一区二区亚洲孕妇| 国产日韩欧美激情| 99re66热这里只有精品3直播| 一区二区三区四区高清精品免费观看 | 欧美男男青年gay1069videost|