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

📄 form1.designer.cs

📁 WinCE系统的数据库操作示例
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.labelNAge.Text = "New Age:";
            // 
            // textBoxNAge
            // 
            this.textBoxNAge.Location = new System.Drawing.Point(322, 284);
            this.textBoxNAge.Name = "textBoxNAge";
            this.textBoxNAge.Size = new System.Drawing.Size(72, 23);
            this.textBoxNAge.TabIndex = 13;
            // 
            // labelNAddr
            // 
            this.labelNAddr.Location = new System.Drawing.Point(15, 319);
            this.labelNAddr.Name = "labelNAddr";
            this.labelNAddr.Size = new System.Drawing.Size(100, 23);
            this.labelNAddr.Text = "New Address:";
            // 
            // textBoxNAddr
            // 
            this.textBoxNAddr.Location = new System.Drawing.Point(121, 319);
            this.textBoxNAddr.Name = "textBoxNAddr";
            this.textBoxNAddr.Size = new System.Drawing.Size(178, 23);
            this.textBoxNAddr.TabIndex = 15;
            // 
            // labelKName
            // 
            this.labelKName.Location = new System.Drawing.Point(16, 258);
            this.labelKName.Name = "labelKName";
            this.labelKName.Size = new System.Drawing.Size(72, 20);
            this.labelKName.Text = "Key Name:";
            // 
            // textBoxKName
            // 
            this.textBoxKName.Location = new System.Drawing.Point(121, 255);
            this.textBoxKName.Name = "textBoxKName";
            this.textBoxKName.Size = new System.Drawing.Size(85, 23);
            this.textBoxKName.TabIndex = 17;
            // 
            // buttonByName
            // 
            this.buttonByName.Location = new System.Drawing.Point(227, 255);
            this.buttonByName.Name = "buttonByName";
            this.buttonByName.Size = new System.Drawing.Size(86, 20);
            this.buttonByName.TabIndex = 18;
            this.buttonByName.Text = "FillByName";
            this.buttonByName.Click += new System.EventHandler(this.buttonByName_Click);
            // 
            // labelByAge
            // 
            this.labelByAge.Location = new System.Drawing.Point(16, 216);
            this.labelByAge.Name = "labelByAge";
            this.labelByAge.Size = new System.Drawing.Size(99, 20);
            this.labelByAge.Text = "Select By Age:";
            // 
            // buttonDelete
            // 
            this.buttonDelete.Location = new System.Drawing.Point(322, 255);
            this.buttonDelete.Name = "buttonDelete";
            this.buttonDelete.Size = new System.Drawing.Size(72, 20);
            this.buttonDelete.TabIndex = 20;
            this.buttonDelete.Text = "Delete";
            this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
            // 
            // buttonView
            // 
            this.buttonView.Location = new System.Drawing.Point(310, 86);
            this.buttonView.Name = "buttonView";
            this.buttonView.Size = new System.Drawing.Size(72, 20);
            this.buttonView.TabIndex = 26;
            this.buttonView.Text = "View";
            this.buttonView.Click += new System.EventHandler(this.buttonView_Click);
            // 
            // textBoxAAddr
            // 
            this.textBoxAAddr.Location = new System.Drawing.Point(121, 176);
            this.textBoxAAddr.Name = "textBoxAAddr";
            this.textBoxAAddr.Size = new System.Drawing.Size(178, 23);
            this.textBoxAAddr.TabIndex = 38;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(15, 176);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(100, 23);
            this.label1.Text = "Address:";
            // 
            // textBoxAAge
            // 
            this.textBoxAAge.Location = new System.Drawing.Point(322, 141);
            this.textBoxAAge.Name = "textBoxAAge";
            this.textBoxAAge.Size = new System.Drawing.Size(72, 23);
            this.textBoxAAge.TabIndex = 37;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(227, 144);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(72, 20);
            this.label2.Text = "Age:";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(16, 144);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(76, 20);
            this.label3.Text = "Name:";
            // 
            // textBoxAName
            // 
            this.textBoxAName.Location = new System.Drawing.Point(121, 141);
            this.textBoxAName.Name = "textBoxAName";
            this.textBoxAName.Size = new System.Drawing.Size(85, 23);
            this.textBoxAName.TabIndex = 36;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(412, 363);
            this.Controls.Add(this.textBoxAAddr);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.textBoxAAge);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.textBoxAName);
            this.Controls.Add(this.buttonView);
            this.Controls.Add(this.buttonDelete);
            this.Controls.Add(this.labelByAge);
            this.Controls.Add(this.buttonByName);
            this.Controls.Add(this.textBoxKName);
            this.Controls.Add(this.labelKName);
            this.Controls.Add(this.textBoxNAddr);
            this.Controls.Add(this.labelNAddr);
            this.Controls.Add(this.textBoxNAge);
            this.Controls.Add(this.labelNAge);
            this.Controls.Add(this.lableNName);
            this.Controls.Add(this.textBoxNName);
            this.Controls.Add(this.buttonUpdate);
            this.Controls.Add(this.buttonAdd);
            this.Controls.Add(this.buttonByAge);
            this.Controls.Add(this.textBoxAge);
            this.Controls.Add(this.buttonNext);
            this.Controls.Add(this.buttonPrevious);
            this.Controls.Add(this.employeesDataGrid);
            this.Menu = this.mainMenu1;
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private exp7SQL2DataSet1 exp7SQL2DataSet1;
        private System.Windows.Forms.BindingSource employeesBindingSource;
        private exp7SQL2.exp7SQL2DataSet1TableAdapters.EmployeesTableAdapter employeesTableAdapter;
        private System.Windows.Forms.DataGrid employeesDataGrid;
        private System.Windows.Forms.DataGridTableStyle employeesTableStyleDataGridTableStyle;
        private System.Windows.Forms.Button buttonPrevious;
        private System.Windows.Forms.Button buttonNext;
        private System.Windows.Forms.TextBox textBoxAge;
        private System.Windows.Forms.Button buttonByAge;
        private System.Windows.Forms.Button buttonAdd;
        private System.Windows.Forms.Button buttonUpdate;
        private System.Windows.Forms.TextBox textBoxNName;
        private System.Windows.Forms.Label lableNName;
        private System.Windows.Forms.Label labelNAge;
        private System.Windows.Forms.TextBox textBoxNAge;
        private System.Windows.Forms.Label labelNAddr;
        private System.Windows.Forms.TextBox textBoxNAddr;
        private System.Windows.Forms.Label labelKName;
        private System.Windows.Forms.TextBox textBoxKName;
        private System.Windows.Forms.Button buttonByName;
        private System.Windows.Forms.Label labelByAge;
        private System.Windows.Forms.Button buttonDelete;
        private System.Windows.Forms.Button buttonView;
        private System.Windows.Forms.TextBox textBoxAAddr;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox textBoxAAge;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox textBoxAName;
    }
}

⌨️ 快捷键说明

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