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

📄 form1.designer.cs

📁 基于微软WF开发的工作流全套实例源码
💻 CS
字号:
namespace wxwinter.wf.testWinFormTaskTake
{
    partial class Form1
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button1 = new System.Windows.Forms.Button();
            this.label16 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.txWCFServerName = new System.Windows.Forms.TextBox();
            this.txWCFServerURL = new System.Windows.Forms.TextBox();
            this.groupBox8 = new System.Windows.Forms.GroupBox();
            this.label12 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.dataGrid4 = new System.Windows.Forms.DataGrid();
            this.dataGrid3 = new System.Windows.Forms.DataGrid();
            this.btNext = new System.Windows.Forms.Button();
            this.txUsername = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.btGetTask = new System.Windows.Forms.Button();
            this.dataGrid5 = new System.Windows.Forms.DataGrid();
            this.btGet = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.groupBox1.SuspendLayout();
            this.groupBox8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid5)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.label16);
            this.groupBox1.Controls.Add(this.label15);
            this.groupBox1.Controls.Add(this.txWCFServerName);
            this.groupBox1.Controls.Add(this.txWCFServerURL);
            this.groupBox1.Location = new System.Drawing.Point(0, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(615, 58);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "连接到服务器";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(520, 18);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(85, 23);
            this.button1.TabIndex = 8;
            this.button1.Text = "连接";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(374, 23);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(41, 12);
            this.label16.TabIndex = 7;
            this.label16.Text = "服务名";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(6, 23);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(65, 12);
            this.label15.TabIndex = 6;
            this.label15.Text = "服务器地址";
            // 
            // txWCFServerName
            // 
            this.txWCFServerName.Location = new System.Drawing.Point(421, 20);
            this.txWCFServerName.Name = "txWCFServerName";
            this.txWCFServerName.Size = new System.Drawing.Size(75, 21);
            this.txWCFServerName.TabIndex = 5;
            this.txWCFServerName.Text = "wxdTest";
            // 
            // txWCFServerURL
            // 
            this.txWCFServerURL.Location = new System.Drawing.Point(83, 20);
            this.txWCFServerURL.Name = "txWCFServerURL";
            this.txWCFServerURL.Size = new System.Drawing.Size(274, 21);
            this.txWCFServerURL.TabIndex = 4;
            this.txWCFServerURL.Text = "http://localhost:567/wxwinter/";
            // 
            // groupBox8
            // 
            this.groupBox8.Controls.Add(this.label12);
            this.groupBox8.Controls.Add(this.label11);
            this.groupBox8.Controls.Add(this.dataGrid4);
            this.groupBox8.Controls.Add(this.dataGrid3);
            this.groupBox8.Controls.Add(this.btNext);
            this.groupBox8.Enabled = false;
            this.groupBox8.Location = new System.Drawing.Point(4, 255);
            this.groupBox8.Name = "groupBox8";
            this.groupBox8.Size = new System.Drawing.Size(611, 269);
            this.groupBox8.TabIndex = 28;
            this.groupBox8.TabStop = false;
            this.groupBox8.Text = "业务处理";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(370, 36);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(101, 12);
            this.label12.TabIndex = 34;
            this.label12.Text = "各步骤提交的内容";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(27, 36);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(89, 12);
            this.label11.TabIndex = 33;
            this.label11.Text = "我要添写的内容";
            // 
            // dataGrid4
            // 
            this.dataGrid4.DataMember = "";
            this.dataGrid4.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dataGrid4.Location = new System.Drawing.Point(372, 56);
            this.dataGrid4.Name = "dataGrid4";
            this.dataGrid4.ReadOnly = true;
            this.dataGrid4.Size = new System.Drawing.Size(229, 197);
            this.dataGrid4.TabIndex = 28;
            // 
            // dataGrid3
            // 
            this.dataGrid3.DataMember = "";
            this.dataGrid3.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dataGrid3.Location = new System.Drawing.Point(29, 56);
            this.dataGrid3.Name = "dataGrid3";
            this.dataGrid3.Size = new System.Drawing.Size(313, 197);
            this.dataGrid3.TabIndex = 26;
            // 
            // btNext
            // 
            this.btNext.Enabled = false;
            this.btNext.Location = new System.Drawing.Point(266, 26);
            this.btNext.Name = "btNext";
            this.btNext.Size = new System.Drawing.Size(76, 24);
            this.btNext.TabIndex = 24;
            this.btNext.Text = "提交";
            this.btNext.UseVisualStyleBackColor = true;
            this.btNext.Click += new System.EventHandler(this.btNext_Click);
            // 
            // txUsername
            // 
            this.txUsername.Location = new System.Drawing.Point(64, 20);
            this.txUsername.Name = "txUsername";
            this.txUsername.Size = new System.Drawing.Size(127, 21);
            this.txUsername.TabIndex = 32;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(17, 25);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(41, 12);
            this.label10.TabIndex = 31;
            this.label10.Text = "用户名";
            // 
            // btGetTask
            // 
            this.btGetTask.Location = new System.Drawing.Point(210, 20);
            this.btGetTask.Name = "btGetTask";
            this.btGetTask.Size = new System.Drawing.Size(108, 23);
            this.btGetTask.TabIndex = 30;
            this.btGetTask.Text = "查看任务列表";
            this.btGetTask.UseVisualStyleBackColor = true;
            this.btGetTask.Click += new System.EventHandler(this.btGetTask_Click);
            // 
            // dataGrid5
            // 
            this.dataGrid5.DataMember = "";
            this.dataGrid5.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dataGrid5.Location = new System.Drawing.Point(7, 49);
            this.dataGrid5.Name = "dataGrid5";
            this.dataGrid5.Size = new System.Drawing.Size(597, 106);
            this.dataGrid5.TabIndex = 29;
            // 
            // btGet
            // 
            this.btGet.Location = new System.Drawing.Point(352, 20);
            this.btGet.Name = "btGet";
            this.btGet.Size = new System.Drawing.Size(75, 23);
            this.btGet.TabIndex = 27;
            this.btGet.Text = "接件";
            this.btGet.UseVisualStyleBackColor = true;
            this.btGet.Click += new System.EventHandler(this.btGet_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btGetTask);
            this.groupBox2.Controls.Add(this.label10);
            this.groupBox2.Controls.Add(this.dataGrid5);
            this.groupBox2.Controls.Add(this.btGet);
            this.groupBox2.Controls.Add(this.txUsername);
            this.groupBox2.Enabled = false;
            this.groupBox2.Location = new System.Drawing.Point(1, 81);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(614, 168);
            this.groupBox2.TabIndex = 29;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "任务管理";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(626, 536);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox8);
            this.Controls.Add(this.groupBox1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox8.ResumeLayout(false);
            this.groupBox8.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid5)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.TextBox txWCFServerName;
        private System.Windows.Forms.TextBox txWCFServerURL;
        private System.Windows.Forms.GroupBox groupBox8;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.TextBox txUsername;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Button btGetTask;
        private System.Windows.Forms.DataGrid dataGrid5;
        private System.Windows.Forms.DataGrid dataGrid4;
        private System.Windows.Forms.Button btGet;
        private System.Windows.Forms.DataGrid dataGrid3;
        private System.Windows.Forms.Button btNext;
        private System.Windows.Forms.GroupBox groupBox2;
    }
}

⌨️ 快捷键说明

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