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

📄 servermanagerform.designer.cs

📁 博客园WxWinter写的WF工作流入门学习资料及示例代码
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.txtWorkflowClassFile.TabIndex = 2;
            // 
            // btCreateWffromClass
            // 
            this.btCreateWffromClass.Location = new System.Drawing.Point(520, 164);
            this.btCreateWffromClass.Name = "btCreateWffromClass";
            this.btCreateWffromClass.Size = new System.Drawing.Size(150, 29);
            this.btCreateWffromClass.TabIndex = 0;
            this.btCreateWffromClass.Text = "从类创建工作流实例";
            this.btCreateWffromClass.UseVisualStyleBackColor = true;
            this.btCreateWffromClass.Click += new System.EventHandler(this.btCreateWffromClass_Click);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.label6);
            this.groupBox3.Controls.Add(this.txtXomlstring);
            this.groupBox3.Controls.Add(this.btCreateWffromXomlString);
            this.groupBox3.Controls.Add(this.btCreateWffromXomlFile);
            this.groupBox3.Controls.Add(this.txtXomlfilepath);
            this.groupBox3.Controls.Add(this.btBrowseXoml);
            this.groupBox3.Location = new System.Drawing.Point(3, 32);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(792, 243);
            this.groupBox3.TabIndex = 5;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "xoml工作流模板";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(7, 61);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 5;
            this.label6.Text = "xoml文件";
            // 
            // txtXomlstring
            // 
            this.txtXomlstring.Location = new System.Drawing.Point(6, 79);
            this.txtXomlstring.Multiline = true;
            this.txtXomlstring.Name = "txtXomlstring";
            this.txtXomlstring.Size = new System.Drawing.Size(770, 122);
            this.txtXomlstring.TabIndex = 4;
            // 
            // btCreateWffromXomlString
            // 
            this.btCreateWffromXomlString.Location = new System.Drawing.Point(602, 207);
            this.btCreateWffromXomlString.Name = "btCreateWffromXomlString";
            this.btCreateWffromXomlString.Size = new System.Drawing.Size(174, 30);
            this.btCreateWffromXomlString.TabIndex = 4;
            this.btCreateWffromXomlString.Text = "从xoml字符串创建工作流实例";
            this.btCreateWffromXomlString.UseVisualStyleBackColor = true;
            this.btCreateWffromXomlString.Click += new System.EventHandler(this.btCreateWffromXomlString_Click);
            // 
            // btCreateWffromXomlFile
            // 
            this.btCreateWffromXomlFile.Location = new System.Drawing.Point(602, 20);
            this.btCreateWffromXomlFile.Name = "btCreateWffromXomlFile";
            this.btCreateWffromXomlFile.Size = new System.Drawing.Size(174, 29);
            this.btCreateWffromXomlFile.TabIndex = 1;
            this.btCreateWffromXomlFile.Text = "从xoml创建工作流实例";
            this.btCreateWffromXomlFile.UseVisualStyleBackColor = true;
            this.btCreateWffromXomlFile.Click += new System.EventHandler(this.btCreateWffromXomlFile_Click);
            // 
            // txtXomlfilepath
            // 
            this.txtXomlfilepath.Location = new System.Drawing.Point(6, 20);
            this.txtXomlfilepath.Name = "txtXomlfilepath";
            this.txtXomlfilepath.Size = new System.Drawing.Size(498, 21);
            this.txtXomlfilepath.TabIndex = 2;
            // 
            // btBrowseXoml
            // 
            this.btBrowseXoml.Location = new System.Drawing.Point(510, 20);
            this.btBrowseXoml.Name = "btBrowseXoml";
            this.btBrowseXoml.Size = new System.Drawing.Size(86, 29);
            this.btBrowseXoml.TabIndex = 3;
            this.btBrowseXoml.Text = "浏览xoml文件";
            this.btBrowseXoml.UseVisualStyleBackColor = true;
            this.btBrowseXoml.Click += new System.EventHandler(this.btBrowseXoml_Click);
            // 
            // tabPage8
            // 
            this.tabPage8.Controls.Add(this.btCreateaTask);
            this.tabPage8.Controls.Add(this.groupBox8);
            this.tabPage8.Controls.Add(this.groupBox7);
            this.tabPage8.Location = new System.Drawing.Point(4, 21);
            this.tabPage8.Name = "tabPage8";
            this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage8.Size = new System.Drawing.Size(813, 526);
            this.tabPage8.TabIndex = 4;
            this.tabPage8.Text = "工作流调试(外部通信)";
            this.tabPage8.UseVisualStyleBackColor = true;
            // 
            // btCreateaTask
            // 
            this.btCreateaTask.Location = new System.Drawing.Point(21, 7);
            this.btCreateaTask.Name = "btCreateaTask";
            this.btCreateaTask.Size = new System.Drawing.Size(75, 23);
            this.btCreateaTask.TabIndex = 28;
            this.btCreateaTask.Text = "创建任务";
            this.btCreateaTask.UseVisualStyleBackColor = true;
            this.btCreateaTask.Click += new System.EventHandler(this.btCreateaTask_Click);
            // 
            // groupBox8
            // 
            this.groupBox8.Controls.Add(this.label12);
            this.groupBox8.Controls.Add(this.label11);
            this.groupBox8.Controls.Add(this.txUsername);
            this.groupBox8.Controls.Add(this.label10);
            this.groupBox8.Controls.Add(this.btGetTask);
            this.groupBox8.Controls.Add(this.dataGrid5);
            this.groupBox8.Controls.Add(this.dataGrid4);
            this.groupBox8.Controls.Add(this.btGet);
            this.groupBox8.Controls.Add(this.dataGrid3);
            this.groupBox8.Controls.Add(this.btNext);
            this.groupBox8.Location = new System.Drawing.Point(8, 285);
            this.groupBox8.Name = "groupBox8";
            this.groupBox8.Size = new System.Drawing.Size(797, 233);
            this.groupBox8.TabIndex = 27;
            this.groupBox8.TabStop = false;
            this.groupBox8.Text = "业务处理";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(568, 18);
            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(306, 18);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(89, 12);
            this.label11.TabIndex = 33;
            this.label11.Text = "我要添写的内容";
            // 
            // txUsername
            // 
            this.txUsername.Location = new System.Drawing.Point(58, 51);
            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(11, 56);
            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(204, 51);
            this.btGetTask.Name = "btGetTask";
            this.btGetTask.Size = new System.Drawing.Size(75, 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(13, 80);
            this.dataGrid5.Name = "dataGrid5";
            this.dataGrid5.Size = new System.Drawing.Size(266, 120);
            this.dataGrid5.TabIndex = 29;
            // 
            // dataGrid4
            // 
            this.dataGrid4.DataMember = "";
            this.dataGrid4.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dataGrid4.Location = new System.Drawing.Point(568, 36);
            this.dataGrid4.Name = "dataGrid4";
            this.dataGrid4.ReadOnly = true;
            this.dataGrid4.Size = new System.Drawing.Size(215, 165);
            this.dataGrid4.TabIndex = 28;
            // 
            // btGet
            // 
            this.btGet.Location = new System.Drawing.Point(204, 204);
            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);
            // 
            // dataGrid3
            // 
            this.dataGrid3.DataMember = "";
            this.dataGrid3.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dataGrid3.Location = new System.Drawing.Point(306, 36);
            this.dataGrid3.Name = "dataGrid3";
            this.dataGrid3.Size = new System.Drawing.Size(244, 165);
            this.dataGrid3.TabIndex = 26;
            // 
            // btNext
            // 
            this.btNext.Enabled = false;
            this.btNext.Location = new System.Drawing.Point(474, 203);
            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);
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.label14);
            this.groupBox7.Controls.Add(this.label13);
            this.groupBox7.Controls.Add(this.dataGrid1);
            this.groupBox7.Controls.Add(this.dataGrid2);
            this.groupBox7.Location = new System.Drawing.Point(8, 41);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(797, 225);
            this.groupBox7.TabIndex = 26;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "业务流程状态监视";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(395, 37);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(101, 12);
            this.label14.TabIndex = 4;
            this.label14.Text = "任务处理历史记录";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(6, 38);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(89, 12);
            this.label13.TabIndex = 3;
            this.label13.Text = "等待处理的任务";
            // 

⌨️ 快捷键说明

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