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

📄 修改厂家信息.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.厂家名称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.传真DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.厂家信息表BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.sqldatabase_DataDataSet = new 计量.sqldatabase_DataDataSet();
            this.button1 = new System.Windows.Forms.Button();
            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.textBox5 = new System.Windows.Forms.TextBox();
            this.textBox6 = 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.label6 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.厂家信息表TableAdapter = new 计量.sqldatabase_DataDataSetTableAdapters.厂家信息表TableAdapter();
            this.label7 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.厂家信息表BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sqldatabase_DataDataSet)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AutoGenerateColumns = false;
            this.dataGridView1.BackgroundColor = System.Drawing.Color.LightSteelBlue;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.厂家名称DataGridViewTextBoxColumn,
            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(720, 377);
            this.dataGridView1.TabIndex = 0;
            // 
            // 厂家名称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;
            // 
            // 传真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;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(242, 34);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "我要修改";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // textBox1
            // 
            this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.厂家信息表BindingSource, "厂家名称", true));
            this.textBox1.Location = new System.Drawing.Point(75, 37);
            this.textBox1.MaxLength = 50;
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(156, 21);
            this.textBox1.TabIndex = 2;
            // 
            // textBox2
            // 
            this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.厂家信息表BindingSource, "地址", true));
            this.textBox2.Location = new System.Drawing.Point(309, 37);
            this.textBox2.MaxLength = 50;
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(164, 21);
            this.textBox2.TabIndex = 3;
            // 
            // textBox3
            // 
            this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.厂家信息表BindingSource, "联系人", true));
            this.textBox3.Location = new System.Drawing.Point(535, 37);
            this.textBox3.MaxLength = 50;
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(142, 21);
            this.textBox3.TabIndex = 4;
            // 
            // textBox4
            // 
            this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.厂家信息表BindingSource, "手机", true));
            this.textBox4.Location = new System.Drawing.Point(75, 83);
            this.textBox4.MaxLength = 20;
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(156, 21);
            this.textBox4.TabIndex = 5;
            // 
            // textBox5
            // 
            this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.厂家信息表BindingSource, "电话", true));
            this.textBox5.Location = new System.Drawing.Point(309, 83);
            this.textBox5.MaxLength = 20;
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(164, 21);
            this.textBox5.TabIndex = 6;
            // 
            // textBox6

⌨️ 快捷键说明

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