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

📄 form2.designer.cs

📁 用C#语言在VC环境下实现项目实例开发,实现客户管理系统.
💻 CS
📖 第 1 页 / 共 4 页
字号:
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(7, 467);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(65, 20);
            this.button1.TabIndex = 2;
            this.button1.Text = "&Load";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(78, 467);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(65, 20);
            this.button2.TabIndex = 2;
            this.button2.Text = "&Add";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(149, 467);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(65, 20);
            this.button3.TabIndex = 2;
            this.button3.Text = "&Delete";
            this.button3.UseVisualStyleBackColor = true;
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(220, 467);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(65, 20);
            this.button4.TabIndex = 2;
            this.button4.Text = "&Cancel";
            this.button4.UseVisualStyleBackColor = true;
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(291, 467);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(74, 20);
            this.button5.TabIndex = 2;
            this.button5.Text = "Ca&ncel All";
            this.button5.UseVisualStyleBackColor = true;
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(371, 467);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(65, 20);
            this.button6.TabIndex = 2;
            this.button6.Text = "&Update";
            this.button6.UseVisualStyleBackColor = true;
            // 
            // button7
            // 
            this.button7.Location = new System.Drawing.Point(442, 467);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(65, 20);
            this.button7.TabIndex = 2;
            this.button7.Text = "E&xit";
            this.button7.UseVisualStyleBackColor = true;
            // 
            // button8
            // 
            this.button8.Location = new System.Drawing.Point(149, 432);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(65, 20);
            this.button8.TabIndex = 2;
            this.button8.Text = "<";
            this.button8.UseVisualStyleBackColor = true;
            // 
            // button9
            // 
            this.button9.Location = new System.Drawing.Point(78, 432);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(65, 20);
            this.button9.TabIndex = 2;
            this.button9.Text = "<<";
            this.button9.UseVisualStyleBackColor = true;
            // 
            // button10
            // 
            this.button10.Location = new System.Drawing.Point(300, 432);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(65, 20);
            this.button10.TabIndex = 2;
            this.button10.Text = ">";
            this.button10.UseVisualStyleBackColor = true;
            // 
            // button11
            // 
            this.button11.Location = new System.Drawing.Point(371, 432);
            this.button11.Name = "button11";
            this.button11.Size = new System.Drawing.Size(65, 20);
            this.button11.TabIndex = 2;
            this.button11.Text = ">>";
            this.button11.UseVisualStyleBackColor = true;
            // 
            // textBox23
            // 
            this.textBox23.Location = new System.Drawing.Point(220, 433);
            this.textBox23.Name = "textBox23";
            this.textBox23.Size = new System.Drawing.Size(74, 21);
            this.textBox23.TabIndex = 1;
            // 
            // sqlSelectCommand1
            // 
            this.sqlSelectCommand1.CommandText = "select *\r\nfrom tblJobDetails";
            this.sqlSelectCommand1.Connection = this.sqlConnection1;
            // 
            // sqlConnection1
            // 
            this.sqlConnection1.ConnectionString = "Data Source=E87D4B4B1095489;Initial Catalog=Worker_Customer_System;Integrated Sec" +
                "urity=True";
            this.sqlConnection1.FireInfoMessageEventOnUserErrors = false;
            // 
            // sqlInsertCommand1
            // 
            this.sqlInsertCommand1.CommandText = resources.GetString("sqlInsertCommand1.CommandText");
            this.sqlInsertCommand1.Connection = this.sqlConnection1;
            this.sqlInsertCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
            new System.Data.SqlClient.SqlParameter("@CarNo", System.Data.SqlDbType.NChar, 0, "CarNo"),
            new System.Data.SqlClient.SqlParameter("@JobDate", System.Data.SqlDbType.DateTime, 0, "JobDate"),
            new System.Data.SqlClient.SqlParameter("@WorkerId", System.Data.SqlDbType.Int, 0, "WorkerId"),
            new System.Data.SqlClient.SqlParameter("@KMs", System.Data.SqlDbType.Int, 0, "KMs"),
            new System.Data.SqlClient.SqlParameter("@Tuning", System.Data.SqlDbType.Int, 0, "Tuning"),
            new System.Data.SqlClient.SqlParameter("@Alingnment", System.Data.SqlDbType.Int, 0, "Alingnment"),
            new System.Data.SqlClient.SqlParameter("@Balancing", System.Data.SqlDbType.Int, 0, "Balancing"),
            new System.Data.SqlClient.SqlParameter("@Tires", System.Data.SqlDbType.Int, 0, "Tires"),
            new System.Data.SqlClient.SqlParameter("@Weights", System.Data.SqlDbType.Int, 0, "Weights"),
            new System.Data.SqlClient.SqlParameter("@OilChanged", System.Data.SqlDbType.Int, 0, "OilChanged"),
            new System.Data.SqlClient.SqlParameter("@OilQty", System.Data.SqlDbType.Int, 0, "OilQty"),
            new System.Data.SqlClient.SqlParameter("@OilFilter", System.Data.SqlDbType.Int, 0, "OilFilter"),
            new System.Data.SqlClient.SqlParameter("@GearOil", System.Data.SqlDbType.Int, 0, "GearOil"),
            new System.Data.SqlClient.SqlParameter("@GearOilQty", System.Data.SqlDbType.Int, 0, "GearOilQty"),
            new System.Data.SqlClient.SqlParameter("@Point", System.Data.SqlDbType.Int, 0, "Point"),
            new System.Data.SqlClient.SqlParameter("@Condenser", System.Data.SqlDbType.Int, 0, "Condenser"),
            new System.Data.SqlClient.SqlParameter("@Plug", System.Data.SqlDbType.Int, 0, "Plug"),
            new System.Data.SqlClient.SqlParameter("@PlugQty", System.Data.SqlDbType.Int, 0, "PlugQty"),
            new System.Data.SqlClient.SqlParameter("@FuelFilter", System.Data.SqlDbType.Int, 0, "FuelFilter"),
            new System.Data.SqlClient.SqlParameter("@AirFilter", System.Data.SqlDbType.Int, 0, "AirFilter"),
            new System.Data.SqlClient.SqlParameter("@Remarks", System.Data.SqlDbType.Int, 0, "Remarks")});
            // 
            // sqlUpdateCommand1
            // 
            this.sqlUpdateCommand1.CommandText = resources.GetString("sqlUpdateCommand1.CommandText");
            this.sqlUpdateCommand1.Connection = this.sqlConnection1;
            this.sqlUpdateCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
            new System.Data.SqlClient.SqlParameter("@CarNo", System.Data.SqlDbType.NChar, 0, "CarNo"),
            new System.Data.SqlClient.SqlParameter("@JobDate", System.Data.SqlDbType.DateTime, 0, "JobDate"),
            new System.Data.SqlClient.SqlParameter("@WorkerId", System.Data.SqlDbType.Int, 0, "WorkerId"),
            new System.Data.SqlClient.SqlParameter("@KMs", System.Data.SqlDbType.Int, 0, "KMs"),
            new System.Data.SqlClient.SqlParameter("@Tuning", System.Data.SqlDbType.Int, 0, "Tuning"),
            new System.Data.SqlClient.SqlParameter("@Alingnment", System.Data.SqlDbType.Int, 0, "Alingnment"),
            new System.Data.SqlClient.SqlParameter("@Balancing", System.Data.SqlDbType.Int, 0, "Balancing"),
            new System.Data.SqlClient.SqlParameter("@Tires", System.Data.SqlDbType.Int, 0, "Tires"),
            new System.Data.SqlClient.SqlParameter("@Weights", System.Data.SqlDbType.Int, 0, "Weights"),
            new System.Data.SqlClient.SqlParameter("@OilChanged", System.Data.SqlDbType.Int, 0, "OilChanged"),
            new System.Data.SqlClient.SqlParameter("@OilQty", System.Data.SqlDbType.Int, 0, "OilQty"),
            new System.Data.SqlClient.SqlParameter("@OilFilter", System.Data.SqlDbType.Int, 0, "OilFilter"),
            new System.Data.SqlClient.SqlParameter("@GearOil", System.Data.SqlDbType.Int, 0, "GearOil"),
            new System.Data.SqlClient.SqlParameter("@GearOilQty", System.Data.SqlDbType.Int, 0, "GearOilQty"),
            new System.Data.SqlClient.SqlParameter("@Point", System.Data.SqlDbType.Int, 0, "Point"),
            new System.Data.SqlClient.SqlParameter("@Condenser", System.Data.SqlDbType.Int, 0, "Condenser"),
            new System.Data.SqlClient.SqlParameter("@Plug", System.Data.SqlDbType.Int, 0, "Plug"),
            new System.Data.SqlClient.SqlParameter("@PlugQty", System.Data.SqlDbType.Int, 0, "PlugQty"),
            new System.Data.SqlClient.SqlParameter("@FuelFilter", System.Data.SqlDbType.Int, 0, "FuelFilter"),
            new System.Data.SqlClient.SqlParameter("@AirFilter", System.Data.SqlDbType.Int, 0, "AirFilter"),
            new System.Data.SqlClient.SqlParameter("@Remarks", System.Data.SqlDbType.Int, 0, "Remarks"),
            new System.Data.SqlClient.SqlParameter("@Original_CarNo", System.Data.SqlDbType.NChar, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "CarNo", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@Original_JobDate", System.Data.SqlDbType.DateTime, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "JobDate", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@Original_WorkerId", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "WorkerId", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_KMs", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "KMs", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_KMs", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "KMs", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_Tuning", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Tuning", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_Tuning", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Tuning", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_Alingnment", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Alingnment", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_Alingnment", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Alingnment", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_Balancing", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Balancing", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_Balancing", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Balancing", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_Tires", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Tires", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_Tires", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Tires", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_Weights", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Weights", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_Weights", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Weights", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_OilChanged", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "OilChanged", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_OilChanged", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "OilChanged", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_OilQty", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "OilQty", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_OilQty", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "OilQty", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_OilFilter", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "OilFilter", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_OilFilter", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "OilFilter", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_GearOil", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "GearOil", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_GearOil", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "GearOil", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_GearOilQty", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "GearOilQty", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_GearOilQty", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "GearOilQty", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_Point", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Point", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_Point", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Point", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_Condenser", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Condenser", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_Condenser", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Condenser", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_Plug", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Plug", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_Plug", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Plug", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_PlugQty", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "PlugQty", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_PlugQty", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "PlugQty", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_FuelFilter", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "FuelFilter", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_FuelFilter", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "FuelFilter", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_AirFilter", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "AirFilter", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_AirFilter", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "AirFilter", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_Remarks", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Remarks", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_Remarks", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "Remarks", System.Data.DataRowVersion.Original, null)});
            // 
            // sqlDeleteCommand1
            // 
            this.sqlDeleteCommand1.CommandText = resources.GetString("sqlDeleteCommand1.CommandText");
            this.sqlDeleteCommand1.Connection = this.sqlConnection1;
            this.sqlDeleteCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {

⌨️ 快捷键说明

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