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

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

?? 刪除型號.designer.cs

?? 湖南岳陽電力部門 電力管理系統 .net C#開發的
?? CS
字號:
?namespace 計量
{
    partial class 刪除型號
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(刪除型號));
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.型號IDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.資產代號DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.資產類型DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.表計型號DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.廠家DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.型號表BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.sqldatabase_DataDataSet = new 計量.sqldatabase_DataDataSet();
            this.型號表TableAdapter = new 計量.sqldatabase_DataDataSetTableAdapters.型號表TableAdapter();
            this.button1 = new System.Windows.Forms.Button();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.button2 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.button3 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.型號表BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sqldatabase_DataDataSet)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AutoGenerateColumns = false;
            this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.型號IDDataGridViewTextBoxColumn,
            this.資產代號DataGridViewTextBoxColumn,
            this.資產類型DataGridViewTextBoxColumn,
            this.表計型號DataGridViewTextBoxColumn,
            this.廠家DataGridViewTextBoxColumn});
            this.dataGridView1.DataSource = this.型號表BindingSource;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Top;
            this.dataGridView1.Location = new System.Drawing.Point(0, 0);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(547, 414);
            this.dataGridView1.TabIndex = 0;
            // 
            // 型號IDDataGridViewTextBoxColumn
            // 
            this.型號IDDataGridViewTextBoxColumn.DataPropertyName = "型號ID";
            this.型號IDDataGridViewTextBoxColumn.HeaderText = "型號ID";
            this.型號IDDataGridViewTextBoxColumn.Name = "型號IDDataGridViewTextBoxColumn";
            this.型號IDDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // 資產代號DataGridViewTextBoxColumn
            // 
            this.資產代號DataGridViewTextBoxColumn.DataPropertyName = "資產代號";
            this.資產代號DataGridViewTextBoxColumn.HeaderText = "資產代號";
            this.資產代號DataGridViewTextBoxColumn.Name = "資產代號DataGridViewTextBoxColumn";
            this.資產代號DataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // 資產類型DataGridViewTextBoxColumn
            // 
            this.資產類型DataGridViewTextBoxColumn.DataPropertyName = "資產類型";
            this.資產類型DataGridViewTextBoxColumn.HeaderText = "資產類型";
            this.資產類型DataGridViewTextBoxColumn.Name = "資產類型DataGridViewTextBoxColumn";
            this.資產類型DataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // 表計型號DataGridViewTextBoxColumn
            // 
            this.表計型號DataGridViewTextBoxColumn.DataPropertyName = "表計型號";
            this.表計型號DataGridViewTextBoxColumn.HeaderText = "表計型號";
            this.表計型號DataGridViewTextBoxColumn.Name = "表計型號DataGridViewTextBoxColumn";
            this.表計型號DataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // 廠家DataGridViewTextBoxColumn
            // 
            this.廠家DataGridViewTextBoxColumn.DataPropertyName = "廠家";
            this.廠家DataGridViewTextBoxColumn.HeaderText = "廠家";
            this.廠家DataGridViewTextBoxColumn.Name = "廠家DataGridViewTextBoxColumn";
            this.廠家DataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // 型號表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;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(446, 487);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(89, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "刪除這條記錄";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // comboBox1
            // 
            this.comboBox1.DataSource = this.型號表BindingSource;
            this.comboBox1.DisplayMember = "型號ID";
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(319, 487);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(121, 20);
            this.comboBox1.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(212, 492);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(101, 12);
            this.label1.TabIndex = 3;
            this.label1.Text = "選擇要刪除的型號";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(227, 446);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(17, 12);
            this.label2.TabIndex = 12;
            this.label2.Text = "以";
            // 
            // comboBox2
            // 
            this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Items.AddRange(new object[] {
            "型號ID",
            "資產代號",
            "資產類型",
            "表計型號",
            "廠家"});
            this.comboBox2.Location = new System.Drawing.Point(250, 441);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(121, 20);
            this.comboBox2.TabIndex = 11;
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(449, 441);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(87, 23);
            this.button2.TabIndex = 10;
            this.button2.Text = "查詢所有型號";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(71, 440);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(141, 21);
            this.textBox1.TabIndex = 9;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 446);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 8;
            this.label3.Text = "輸入內容";
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(383, 441);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(57, 23);
            this.button3.TabIndex = 7;
            this.button3.Text = "查詢";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // 刪除型號
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.ClientSize = new System.Drawing.Size(547, 522);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.comboBox2);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.dataGridView1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "刪除型號";
            this.Text = "刪除型號";
            this.Load += new System.EventHandler(this.刪除型號_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.型號表BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sqldatabase_DataDataSet)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.DataGridView dataGridView1;
        private sqldatabase_DataDataSet sqldatabase_DataDataSet;
        private System.Windows.Forms.BindingSource 型號表BindingSource;
        private 計量.sqldatabase_DataDataSetTableAdapters.型號表TableAdapter 型號表TableAdapter;
        private System.Windows.Forms.DataGridViewTextBoxColumn 型號IDDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn 資產代號DataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn 資產類型DataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn 表計型號DataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn 廠家DataGridViewTextBoxColumn;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox comboBox2;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button button3;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
天天影视网天天综合色在线播放| 欧美日韩在线观看一区二区| 欧美日韩一区二区三区在线| 国产成人高清视频| 亚洲人xxxx| 日韩一级片网站| 成人av影视在线观看| 亚洲一线二线三线视频| 精品国产1区二区| 色婷婷国产精品| 久久国产精品免费| 一级中文字幕一区二区| 欧美精品一区二区三区高清aⅴ| 欧美疯狂性受xxxxx喷水图片| www.66久久| 国产自产2019最新不卡| 亚洲成精国产精品女| 国产人成亚洲第一网站在线播放 | 色噜噜狠狠成人中文综合| 五月婷婷综合激情| 奇米亚洲午夜久久精品| 亚洲美女视频一区| 亚洲综合免费观看高清完整版在线| 亚洲制服丝袜一区| 免费在线观看一区| 懂色一区二区三区免费观看| 日本亚洲电影天堂| 亚洲国产一区在线观看| 亚洲桃色在线一区| 中文字幕精品三区| 精品av久久707| 精品国产一区二区三区忘忧草| 久久久久久免费网| 88在线观看91蜜桃国自产| 91麻豆免费观看| 东方欧美亚洲色图在线| 日本道在线观看一区二区| 777久久久精品| 国产欧美日韩精品a在线观看| 亚洲免费高清视频在线| 美女mm1313爽爽久久久蜜臀| 性做久久久久久久久| 国产美女一区二区| 国产原创一区二区三区| 色婷婷久久久综合中文字幕| 欧美成人一区二区三区| 精品国产伦一区二区三区观看体验| 欧美激情中文字幕| 亚洲成人一区二区| av电影在线观看一区| 91精品国产一区二区三区香蕉| 欧美日韩亚洲不卡| 国产三级精品视频| 欧美aaaaaa午夜精品| 色婷婷亚洲精品| 欧美激情中文不卡| 蜜臀久久99精品久久久久久9| 99国产精品久久久久久久久久 | 欧美激情在线看| 香港成人在线视频| av影院午夜一区| 精品国产自在久精品国产| 亚洲成年人影院| 色拍拍在线精品视频8848| 国产婷婷一区二区| 中文字幕一区二区视频| 成人欧美一区二区三区白人| 免费成人深夜小野草| 欧美三级在线播放| 一区二区在线观看免费 | 色婷婷一区二区三区四区| 久久精品一级爱片| 久久99国产精品免费网站| 国产成人精品免费看| 精品乱码亚洲一区二区不卡| 日韩精品久久久久久| 国产成人精品亚洲午夜麻豆| 日韩免费电影一区| 17c精品麻豆一区二区免费| 国产·精品毛片| 国产欧美一区二区精品忘忧草| 韩日欧美一区二区三区| 久久蜜桃av一区二区天堂| 久久99精品久久久久婷婷| 精品免费国产二区三区| 久久国产综合精品| 久久噜噜亚洲综合| 国产一区二区三区免费看 | 全部av―极品视觉盛宴亚洲| 欧美日韩一区二区三区视频| 午夜精品免费在线| 欧美成va人片在线观看| 久久99精品一区二区三区| 国产三级精品视频| 99re在线视频这里只有精品| 一区二区国产视频| 91精品国产综合久久福利软件| 免费人成精品欧美精品| 久久久久久久精| 99综合影院在线| 久久成人免费网站| 26uuu亚洲综合色| 一区二区日韩av| 欧美一级xxx| 国产精品自拍毛片| 日韩欧美成人午夜| 国产精品自产自拍| 曰韩精品一区二区| 亚洲精品一区二区三区四区高清 | 国产精品一区二区不卡| 国产精品视频在线看| 精品一区二区在线播放| 国产精品丝袜一区| 欧美在线观看视频一区二区| 日韩一区在线看| 欧美一级xxx| 97精品久久久久中文字幕| 午夜不卡av免费| 欧美国产激情一区二区三区蜜月| 色综合激情五月| 精品一区二区三区在线播放| 日韩美女视频一区| 精品国产精品网麻豆系列| 91欧美一区二区| 国产一区二区三区久久久| 亚洲一级在线观看| 欧美激情艳妇裸体舞| 欧美高清激情brazzers| 成人av电影在线观看| 蜜桃一区二区三区在线观看| 亚洲人妖av一区二区| 精品美女在线观看| 欧美日韩成人综合天天影院| 亚洲不卡一区二区三区| 欧美韩国日本不卡| 欧美一个色资源| 欧美优质美女网站| 亚洲卡通欧美制服中文| 久久久久久免费毛片精品| 7777精品伊人久久久大香线蕉超级流畅 | 亚洲成av人在线观看| 国产精品乱码久久久久久| 不卡一区二区中文字幕| 精品一区二区三区免费毛片爱| 亚洲一区二区视频在线| 亚洲欧美日韩在线| 成人欧美一区二区三区白人| 国产亚洲自拍一区| 久久女同互慰一区二区三区| 日韩精品一区在线| 欧美一级黄色片| 91精品视频网| 欧美绝品在线观看成人午夜影视| 日本久久一区二区三区| 一本大道久久精品懂色aⅴ| 成人国产电影网| 国产成人精品午夜视频免费| 国产精品系列在线播放| 国产黄色成人av| 国产一区二区免费视频| 国产在线观看免费一区| 国内欧美视频一区二区 | 日韩免费电影一区| 日韩免费视频一区二区| 久久女同互慰一区二区三区| 久久久国际精品| 国产精品三级电影| 亚洲三级电影网站| 亚洲一区二区欧美激情| 天天综合天天做天天综合| 日韩中文字幕亚洲一区二区va在线| 婷婷综合另类小说色区| 免费的国产精品| 福利视频网站一区二区三区| 99精品在线免费| 欧美日韩精品免费观看视频| 日韩一级片网站| 欧美高清在线精品一区| 亚洲欧洲美洲综合色网| 亚洲午夜激情网页| 久久国产精品无码网站| 丁香婷婷综合五月| 欧美吻胸吃奶大尺度电影 | 日韩欧美电影在线| 亚洲婷婷在线视频| 亚洲韩国精品一区| 激情欧美日韩一区二区| 91啪九色porn原创视频在线观看| 欧美日本视频在线| 国产日产欧美一区二区视频| 一区二区三区免费网站| 久久99久久99| 91电影在线观看| 精品1区2区在线观看| 一区二区三区日韩| 国产电影一区二区三区| 欧美日韩精品高清| 国产精品国产三级国产aⅴ无密码| 午夜久久久影院| 成人网在线免费视频|