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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? 密碼權(quán)限編輯.designer.cs

?? 湖南岳陽電力部門 電力管理系統(tǒng) .net C#開發(fā)的
?? CS
字號:
?namespace 計量
{
    partial class 密碼權(quán)限編輯
    {
        /// <summary>
        /// 必需的設(shè)計器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設(shè)計器生成的代碼

        /// <summary>
        /// 設(shè)計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(密碼權(quán)限編輯));
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.用戶表BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.sqldatabase_DataDataSet = new 計量.sqldatabase_DataDataSet();
            this.用戶表TableAdapter = new 計量.sqldatabase_DataDataSetTableAdapters.用戶表TableAdapter();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            ((System.ComponentModel.ISupportInitialize)(this.用戶表BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sqldatabase_DataDataSet)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(309, 40);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 0;
            this.button1.Text = "增加";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(309, 102);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 1;
            this.button2.Text = "刪除";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(309, 169);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 2;
            this.button3.Text = "修改";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(309, 231);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 3;
            this.button4.Text = "確定";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(309, 298);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(75, 23);
            this.button5.TabIndex = 4;
            this.button5.Text = "取消";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(32, 34);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 6;
            this.label1.Text = "選擇用戶";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(33, 35);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 7;
            this.label2.Text = "用戶名";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(33, 89);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 8;
            this.label3.Text = "密碼";
            // 
            // comboBox1
            // 
            this.comboBox1.DataSource = this.用戶表BindingSource;
            this.comboBox1.DisplayMember = "用戶名";
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(110, 31);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(90, 20);
            this.comboBox1.TabIndex = 13;
            // 
            // 用戶表BindingSource
            // 
            this.用戶表BindingSource.DataMember = "用戶表";
            this.用戶表BindingSource.DataSource = this.sqldatabase_DataDataSet;
            // 
            // sqldatabase_DataDataSet
            // 
            this.sqldatabase_DataDataSet.DataSetName = "sqldatabase_DataDataSet";
            this.sqldatabase_DataDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // 用戶表TableAdapter
            // 
            this.用戶表TableAdapter.ClearBeforeFill = true;
            // 
            // textBox1
            // 
            this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.用戶表BindingSource, "用戶名", true));
            this.textBox1.Location = new System.Drawing.Point(83, 30);
            this.textBox1.MaxLength = 12;
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(118, 21);
            this.textBox1.TabIndex = 14;
            // 
            // textBox2
            // 
            this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.用戶表BindingSource, "密碼", true));
            this.textBox2.Location = new System.Drawing.Point(83, 84);
            this.textBox2.MaxLength = 12;
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(118, 21);
            this.textBox2.TabIndex = 15;
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.Location = new System.Drawing.Point(30, 80);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(83, 16);
            this.radioButton1.TabIndex = 16;
            this.radioButton1.Text = "系統(tǒng)管理員";
            this.radioButton1.UseVisualStyleBackColor = true;
            this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.radioButton2.Checked = true;
            this.radioButton2.Location = new System.Drawing.Point(141, 80);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(59, 16);
            this.radioButton2.TabIndex = 17;
            this.radioButton2.TabStop = true;
            this.radioButton2.Text = "管理員";
            this.radioButton2.UseVisualStyleBackColor = true;
            this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.textBox2);
            this.groupBox1.Location = new System.Drawing.Point(26, 196);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(240, 125);
            this.groupBox1.TabIndex = 18;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "用戶";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.comboBox1);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.radioButton2);
            this.groupBox2.Controls.Add(this.radioButton1);
            this.groupBox2.Location = new System.Drawing.Point(26, 30);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(239, 121);
            this.groupBox2.TabIndex = 19;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "選擇";
            // 
            // 密碼權(quán)限編輯
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.ClientSize = new System.Drawing.Size(426, 354);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.button5);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "密碼權(quán)限編輯";
            this.Text = "密碼權(quán)限編輯";
            this.Load += new System.EventHandler(this.密碼權(quán)限編輯_Load);
            ((System.ComponentModel.ISupportInitialize)(this.用戶表BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sqldatabase_DataDataSet)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.ComboBox comboBox1;
        private sqldatabase_DataDataSet sqldatabase_DataDataSet;
        private System.Windows.Forms.BindingSource 用戶表BindingSource;
        private 計量.sqldatabase_DataDataSetTableAdapters.用戶表TableAdapter 用戶表TableAdapter;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.RadioButton radioButton1;
        private System.Windows.Forms.RadioButton radioButton2;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
    }
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产一区二区在线免费观看| 欧美群妇大交群的观看方式| 亚洲天堂a在线| 色香色香欲天天天影视综合网| 亚洲综合小说图片| 538prom精品视频线放| 久久国产尿小便嘘嘘尿| 国产日韩欧美一区二区三区综合| 99久久伊人精品| 亚洲综合成人在线| 这里只有精品电影| 懂色一区二区三区免费观看| 亚洲男人的天堂在线aⅴ视频| 欧美日韩国产影片| 国内一区二区在线| 亚洲欧美日韩系列| 3751色影院一区二区三区| 国产九色sp调教91| 亚洲私人影院在线观看| 91超碰这里只有精品国产| 精品一区二区三区免费| 国产精品美女久久久久高潮| 欧美日韩精品一区二区| 国产在线视视频有精品| 亚洲欧美日韩电影| 日韩一区二区电影| 成人免费观看男女羞羞视频| 亚洲一区二区三区自拍| 久久综合九色综合欧美就去吻| 不卡的电影网站| 午夜激情一区二区三区| 国产嫩草影院久久久久| 欧美日韩国产免费一区二区 | 一区二区三区鲁丝不卡| 51精品视频一区二区三区| 国产丶欧美丶日本不卡视频| 亚洲小说欧美激情另类| 久久久亚洲精品石原莉奈| 在线观看免费成人| 国模套图日韩精品一区二区 | 韩国精品久久久| 亚洲激情自拍偷拍| 久久看人人爽人人| 精品视频色一区| 国产一区激情在线| 亚洲成人精品影院| 国产女人aaa级久久久级 | 婷婷综合五月天| 国产女主播一区| 欧美一级视频精品观看| 99麻豆久久久国产精品免费| 蜜桃传媒麻豆第一区在线观看| 国产精品国产精品国产专区不蜜 | 色哟哟欧美精品| 韩国成人在线视频| 午夜久久久久久| 国产精品美女一区二区在线观看| 日韩色在线观看| 在线观看免费一区| 波多野结衣精品在线| 另类小说欧美激情| 亚洲在线中文字幕| 中文在线一区二区| 欧美成人猛片aaaaaaa| 在线观看成人小视频| 国产成人自拍网| 久久电影网站中文字幕| 亚洲国产cao| 亚洲欧美另类图片小说| 久久蜜桃av一区精品变态类天堂| 欧美视频日韩视频在线观看| 成人一级片网址| 国产综合久久久久影院| 日韩电影在线一区| 亚洲国产精品欧美一二99 | 国产精品久久久久久久久晋中 | 欧美精品一区男女天堂| 欧美日本国产视频| 色综合久久88色综合天天免费| 国产91高潮流白浆在线麻豆| 黄色资源网久久资源365| 香蕉影视欧美成人| 亚洲自拍偷拍av| 亚洲色图另类专区| 国产精品久久久久久久久免费丝袜 | 色哟哟一区二区| 99久久婷婷国产综合精品电影| 国产成人精品www牛牛影视| 激情五月激情综合网| 日韩av网站在线观看| 无码av免费一区二区三区试看| 亚洲一区视频在线观看视频| 亚洲男女毛片无遮挡| 亚洲欧美激情插| 日韩美女啊v在线免费观看| 国产精品卡一卡二卡三| 国产精品久99| 国产精品毛片a∨一区二区三区| 国产亚洲精久久久久久| 久久综合色鬼综合色| 久久亚洲综合色| 久久欧美一区二区| 26uuu色噜噜精品一区| 久久夜色精品国产噜噜av | 一区二区三区不卡视频在线观看 | 色吊一区二区三区| 91天堂素人约啪| 91一区二区在线观看| 99re免费视频精品全部| 色综合视频在线观看| 91免费观看在线| 欧美亚洲国产一区二区三区| 91极品视觉盛宴| 欧美日韩另类一区| 在线播放中文字幕一区| 欧美一级二级在线观看| 欧美哺乳videos| 久久久午夜精品| 中文欧美字幕免费| 国产精品理伦片| 亚洲一区在线看| 男人的天堂久久精品| 激情综合一区二区三区| 国产福利视频一区二区三区| 成人av网站大全| 在线精品视频小说1| 欧美日韩极品在线观看一区| 欧美一级xxx| 国产色综合一区| 国产精品不卡在线| 亚洲福中文字幕伊人影院| 日韩国产欧美在线观看| 精品综合久久久久久8888| 国产一区二区剧情av在线| 成人免费精品视频| 欧美主播一区二区三区| 91精品国产日韩91久久久久久| 精品对白一区国产伦| 国产精品人成在线观看免费| 一区二区三区四区视频精品免费 | 一区二区三区不卡在线观看| 日韩专区在线视频| 狠狠狠色丁香婷婷综合久久五月| 国产成人免费视频网站高清观看视频 | 日韩精品一区二区三区视频| 中文字幕欧美国产| 一区二区日韩av| 久久99精品视频| www.欧美亚洲| 欧美日韩国产一区| 久久精品亚洲国产奇米99| 亚洲另类在线一区| 久久精品久久综合| av在线一区二区| 欧美精品在线一区二区| 国产欧美综合在线| 一片黄亚洲嫩模| 久久er精品视频| 91在线看国产| 日韩欧美在线观看一区二区三区| 国产亚洲va综合人人澡精品 | 天堂在线一区二区| 国产iv一区二区三区| 在线观看av不卡| 久久在线观看免费| 亚洲精品精品亚洲| 国产一区二区三区黄视频| 日本高清无吗v一区| 欧美精品一区二区三区高清aⅴ| 最新久久zyz资源站| 免费一区二区视频| 色综合视频在线观看| 精品成人一区二区| 一二三四社区欧美黄| 国产一区二区三区不卡在线观看| 欧美综合亚洲图片综合区| 国产亚洲一区二区三区| 亚洲成人激情av| www.日本不卡| 精品美女在线观看| 亚洲福利一区二区三区| 成人免费视频免费观看| 日韩亚洲欧美在线观看| 亚洲精品乱码久久久久久黑人| 国产一区二区福利| 正在播放一区二区| 亚洲激情网站免费观看| 国产成人在线网站| 欧美一级黄色录像| 一区二区不卡在线播放| 成人一区二区三区| 精品国产人成亚洲区| 亚洲国产人成综合网站| 成人少妇影院yyyy| 精品国产自在久精品国产| 一级日本不卡的影视| 99麻豆久久久国产精品免费| 久久欧美一区二区| 免费一级欧美片在线观看| 在线观看日韩国产|