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

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

?? frmuser.designer.cs

?? 固定資產管理系統
?? CS
字號:
?namespace EquipmentMS.SystemSet
{
    partial class frmUser
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUser));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.tlbtnAdd = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tlbtnUpdate = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tlbtnDelete = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.tlbtnSave = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.tlbtnCancle = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.dgvUser = new System.Windows.Forms.DataGridView();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.txtPwd = new System.Windows.Forms.TextBox();
            this.txtUserName = new System.Windows.Forms.TextBox();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tlbtnAdd,
            this.toolStripSeparator1,
            this.tlbtnUpdate,
            this.toolStripSeparator2,
            this.tlbtnDelete,
            this.toolStripSeparator3,
            this.tlbtnSave,
            this.toolStripSeparator4,
            this.tlbtnCancle,
            this.toolStripSeparator5});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(377, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // tlbtnAdd
            // 
            this.tlbtnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tlbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnAdd.Image")));
            this.tlbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnAdd.Name = "tlbtnAdd";
            this.tlbtnAdd.Size = new System.Drawing.Size(33, 22);
            this.tlbtnAdd.Text = "添加";
            this.tlbtnAdd.Click += new System.EventHandler(this.tlbtnAdd_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // tlbtnUpdate
            // 
            this.tlbtnUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tlbtnUpdate.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnUpdate.Image")));
            this.tlbtnUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnUpdate.Name = "tlbtnUpdate";
            this.tlbtnUpdate.Size = new System.Drawing.Size(33, 22);
            this.tlbtnUpdate.Text = "修改";
            this.tlbtnUpdate.Click += new System.EventHandler(this.tlbtnUpdate_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // tlbtnDelete
            // 
            this.tlbtnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tlbtnDelete.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnDelete.Image")));
            this.tlbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnDelete.Name = "tlbtnDelete";
            this.tlbtnDelete.Size = new System.Drawing.Size(33, 22);
            this.tlbtnDelete.Text = "刪除";
            this.tlbtnDelete.Click += new System.EventHandler(this.tlbtnDelete_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // tlbtnSave
            // 
            this.tlbtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tlbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnSave.Image")));
            this.tlbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnSave.Name = "tlbtnSave";
            this.tlbtnSave.Size = new System.Drawing.Size(33, 22);
            this.tlbtnSave.Text = "保存";
            this.tlbtnSave.Click += new System.EventHandler(this.tlbtnSave_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // tlbtnCancle
            // 
            this.tlbtnCancle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tlbtnCancle.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnCancle.Image")));
            this.tlbtnCancle.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tlbtnCancle.Name = "tlbtnCancle";
            this.tlbtnCancle.Size = new System.Drawing.Size(33, 22);
            this.tlbtnCancle.Text = "取消";
            this.tlbtnCancle.Click += new System.EventHandler(this.tlbtnCancle_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // dgvUser
            // 
            this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvUser.Location = new System.Drawing.Point(0, 83);
            this.dgvUser.Name = "dgvUser";
            this.dgvUser.RowTemplate.Height = 23;
            this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvUser.Size = new System.Drawing.Size(378, 160);
            this.dgvUser.TabIndex = 1;
            this.dgvUser.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvUser_CellMouseClick);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.txtPwd);
            this.groupBox1.Controls.Add(this.txtUserName);
            this.groupBox1.Enabled = false;
            this.groupBox1.Location = new System.Drawing.Point(6, 28);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(359, 47);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(182, 18);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "用戶密碼:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "用戶名稱:";
            // 
            // txtPwd
            // 
            this.txtPwd.Location = new System.Drawing.Point(253, 14);
            this.txtPwd.Name = "txtPwd";
            this.txtPwd.Size = new System.Drawing.Size(100, 21);
            this.txtPwd.TabIndex = 0;
            // 
            // txtUserName
            // 
            this.txtUserName.Location = new System.Drawing.Point(73, 14);
            this.txtUserName.Name = "txtUserName";
            this.txtUserName.Size = new System.Drawing.Size(100, 21);
            this.txtUserName.TabIndex = 0;
            // 
            // frmUser
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(377, 241);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.dgvUser);
            this.Controls.Add(this.toolStrip1);
            this.MaximizeBox = false;
            this.Name = "frmUser";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "操作員管理";
            this.Load += new System.EventHandler(this.frmUser_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton tlbtnAdd;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton tlbtnUpdate;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton tlbtnDelete;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripButton tlbtnSave;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripButton tlbtnCancle;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.DataGridView dgvUser;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtUserName;
        private System.Windows.Forms.TextBox txtPwd;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
99久久国产综合精品色伊 | 日本一区二区三区电影| 欧美剧情电影在线观看完整版免费励志电影| 国产成人在线看| 国产精品一区二区在线播放| 国产一区二区精品在线观看| 国产成人av资源| 一本色道久久综合精品竹菊| 欧美性猛交xxxxxx富婆| 91精品国产综合久久久久久漫画| 制服丝袜成人动漫| 久久蜜桃一区二区| 亚洲婷婷国产精品电影人久久| 亚洲乱码国产乱码精品精小说 | 欧美一区二区三区视频在线| 日韩一级免费一区| 久久综合九色综合欧美亚洲| 国产拍欧美日韩视频二区| 国产日韩视频一区二区三区| 亚洲四区在线观看| 视频一区二区国产| 国产一区二区中文字幕| 99精品欧美一区二区三区小说 | 久久国产精品色| 国产成人精品免费视频网站| 色视频成人在线观看免| 日韩一区二区不卡| 中文字幕视频一区| 日韩成人一级片| 成人视屏免费看| 欧美日韩aaaaa| 日本一区二区综合亚洲| 香港成人在线视频| 国产一区二三区好的| 色综合婷婷久久| 欧美高清视频一二三区 | 国产精品理论片在线观看| 亚洲国产日产av| 国产成人亚洲综合a∨猫咪| 91国偷自产一区二区开放时间| 欧美一区二区在线看| 亚洲欧洲韩国日本视频| 蜜桃精品视频在线观看| 欧美综合一区二区| 国产校园另类小说区| 午夜电影一区二区| 成人福利视频在线| 久久综合999| 日本欧美一区二区在线观看| 91黄视频在线观看| 中文字幕精品—区二区四季| 美女一区二区视频| 欧美在线999| 中文字幕中文在线不卡住| 精品一区二区国语对白| 91视视频在线观看入口直接观看www | 久久久久国产精品免费免费搜索| 亚洲一区二区在线播放相泽| 91在线免费看| 中文av一区特黄| 国产精品一区二区三区乱码| 日韩久久久精品| 美女尤物国产一区| 日韩网站在线看片你懂的| 亚洲成人高清在线| 欧美视频中文字幕| 一区二区三区在线免费视频| 97久久超碰精品国产| 亚洲国产精品成人综合| 国产综合色产在线精品 | 国产白丝网站精品污在线入口| 欧美人动与zoxxxx乱| 亚洲图片欧美色图| 欧美三级三级三级爽爽爽| 亚洲成人av在线电影| 欧美高清激情brazzers| 蜜桃一区二区三区在线观看| 日韩欧美成人激情| 国产激情一区二区三区桃花岛亚洲| 欧美大片顶级少妇| 国产大陆精品国产| 日韩美女精品在线| 欧美在线观看一区| 日韩中文字幕麻豆| 精品国产免费人成电影在线观看四季| 九九精品一区二区| 国产偷v国产偷v亚洲高清| 成人sese在线| 亚洲综合丝袜美腿| 日韩欧美国产精品| 国产成人综合亚洲网站| 亚洲欧美日韩中文播放| 欧美日本精品一区二区三区| 久久99精品久久久| 国产精品午夜春色av| 欧美自拍偷拍一区| 极品少妇一区二区| 国产精品电影一区二区| 欧美日韩精品一区视频| 久久精品国产澳门| 国产精品对白交换视频| 3751色影院一区二区三区| 国产主播一区二区| 亚洲欧美国产毛片在线| 欧美一区二区美女| 成人黄色软件下载| 日韩精品乱码免费| 国产精品久久久99| 欧美一级欧美一级在线播放| 国产91丝袜在线18| 日韩专区欧美专区| 最新成人av在线| 精品国产青草久久久久福利| 在线免费不卡视频| 国产精品亚洲一区二区三区妖精 | 精品国产乱码久久久久久夜甘婷婷| 国产69精品久久99不卡| 亚洲国产精品久久久久婷婷884| 日韩免费看网站| 在线观看网站黄不卡| 丁香桃色午夜亚洲一区二区三区| 一区二区成人在线视频| 337p日本欧洲亚洲大胆精品| 91久久精品一区二区二区| 国产成人精品午夜视频免费| 水蜜桃久久夜色精品一区的特点| 国产精品久久久一本精品| 欧美变态tickle挠乳网站| 欧美吞精做爰啪啪高潮| 成人av免费网站| 国产一二精品视频| 免费观看成人av| 亚洲国产精品一区二区尤物区| 国产欧美精品在线观看| 久久久五月婷婷| 欧美r级电影在线观看| 欧美欧美欧美欧美首页| 欧美性做爰猛烈叫床潮| 99精品黄色片免费大全| 成人动漫中文字幕| 成人精品高清在线| 国产91精品在线观看| 国产制服丝袜一区| 国产美女主播视频一区| 国产一区二区视频在线| 久久不见久久见中文字幕免费| 视频一区在线视频| 青椒成人免费视频| 理论电影国产精品| 精品中文字幕一区二区小辣椒| 日本欧美一区二区| 欧美aaaaaa午夜精品| 免费成人小视频| 韩国中文字幕2020精品| 国产酒店精品激情| 成人晚上爱看视频| 91亚洲男人天堂| 在线免费观看一区| 欧美日韩国产经典色站一区二区三区| 欧美性xxxxxx少妇| 5566中文字幕一区二区电影| 91精品欧美久久久久久动漫 | 国产一区二区三区电影在线观看| 久久精品国产秦先生| 国产精品99久久久久| a美女胸又www黄视频久久| 在线观看网站黄不卡| 91精品蜜臀在线一区尤物| 精品国产乱码久久久久久夜甘婷婷| 精品国产91亚洲一区二区三区婷婷| 精品国产一区二区三区不卡| 中文字幕一区二区三区在线观看| 亚洲精品一卡二卡| 麻豆国产精品官网| eeuss影院一区二区三区| 在线观看一区二区精品视频| 欧美一区二区三区成人| 日本一区二区三区国色天香 | 国产伦理精品不卡| 99精品欧美一区二区三区小说| 欧美性淫爽ww久久久久无| 欧美一区二区三区在线看| 国产亚洲一区二区三区在线观看| 亚洲欧美日韩在线| 久久成人免费电影| 一本一道综合狠狠老| 精品国产乱码久久久久久浪潮| 国产精品久久久久久久久久久免费看| 一区二区久久久久久| 国产91清纯白嫩初高中在线观看| 欧美亚洲综合在线| 久久精品亚洲国产奇米99| 亚洲综合一二区| 国产精品自拍一区| 欧美日韩成人综合天天影院| 国产日韩欧美a| 美女国产一区二区| 欧美午夜不卡在线观看免费| 日本一区二区三区dvd视频在线| 亚洲国产日韩精品|