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

📄 修改型号.designer.cs

📁 湖南岳阳电力部门 电力管理系统 .net C#开发的
💻 CS
📖 第 1 页 / 共 2 页
字号:
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.textBox1 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            ((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(543, 306);
            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;
            // 
            // textBox1
            // 
            this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.型号表BindingSource, "资产代号", true));
            this.textBox1.Location = new System.Drawing.Point(89, 369);
            this.textBox1.MaxLength = 50;
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(135, 21);
            this.textBox1.TabIndex = 0;
            // 
            // textBox2
            // 
            this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.型号表BindingSource, "资产类型", true));
            this.textBox2.Location = new System.Drawing.Point(89, 408);
            this.textBox2.MaxLength = 50;
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(135, 21);
            this.textBox2.TabIndex = 1;
            // 
            // textBox3
            // 
            this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.型号表BindingSource, "表计型号", true));
            this.textBox3.Location = new System.Drawing.Point(360, 330);
            this.textBox3.MaxLength = 50;
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(135, 21);

⌨️ 快捷键说明

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