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

📄 删除库存产品.designer.cs

📁 湖南岳阳电力部门 电力管理系统 .net C#开发的
💻 CS
字号:
namespace 计量
{
    partial class label1
    {
        /// <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(label1));
            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.数量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.查找库存产品 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.删除本记录 = new System.Windows.Forms.Button();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            ((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.数量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(635, 525);
            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;
            // 
            // 数量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;
            // 
            // 查找库存产品
            // 
            this.查找库存产品.AutoSize = true;
            this.查找库存产品.Location = new System.Drawing.Point(303, 615);
            this.查找库存产品.Name = "查找库存产品";
            this.查找库存产品.Size = new System.Drawing.Size(77, 12);
            this.查找库存产品.TabIndex = 1;
            this.查找库存产品.Text = "删除库存产品";
            // 
            // 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(386, 610);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(121, 20);
            this.comboBox1.TabIndex = 2;
            // 
            // 删除本记录
            // 
            this.删除本记录.Location = new System.Drawing.Point(525, 610);
            this.删除本记录.Name = "删除本记录";
            this.删除本记录.Size = new System.Drawing.Size(88, 23);
            this.删除本记录.TabIndex = 3;
            this.删除本记录.Text = "删除本记录";
            this.删除本记录.UseVisualStyleBackColor = true;
            this.删除本记录.Click += new System.EventHandler(this.删除本记录_Click);
            // 
            // 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(237, 556);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(121, 20);
            this.comboBox2.TabIndex = 12;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(214, 559);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(17, 12);
            this.label2.TabIndex = 11;
            this.label2.Text = "以";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(472, 554);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(119, 23);
            this.button2.TabIndex = 10;
            this.button2.Text = "查询所有库存产品";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(25, 559);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(77, 12);
            this.label3.TabIndex = 9;
            this.label3.Text = "输入查询内容";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(371, 554);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 8;
            this.button1.Text = "查询";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(108, 556);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(100, 21);
            this.textBox1.TabIndex = 7;
            // 
            // label1
            // 
            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(635, 645);
            this.Controls.Add(this.comboBox2);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.删除本记录);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.查找库存产品);
            this.Controls.Add(this.dataGridView1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "label1";
            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.DataGridViewTextBoxColumn 数量DataGridViewTextBoxColumn;
        private System.Windows.Forms.Label 查找库存产品;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.Button 删除本记录;
        private System.Windows.Forms.ComboBox comboBox2;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TextBox textBox1;
    }
}

⌨️ 快捷键说明

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