📄 servermanagerform.designer.cs
字号:
this.btResumeInstance.Size = new System.Drawing.Size(68, 28);
this.btResumeInstance.TabIndex = 11;
this.btResumeInstance.Text = "恢复(|>)";
this.btResumeInstance.UseVisualStyleBackColor = true;
this.btResumeInstance.Click += new System.EventHandler(this.btResumeInstance_Click);
//
// btTerminateInstance
//
this.btTerminateInstance.Location = new System.Drawing.Point(228, 13);
this.btTerminateInstance.Name = "btTerminateInstance";
this.btTerminateInstance.Size = new System.Drawing.Size(68, 28);
this.btTerminateInstance.TabIndex = 13;
this.btTerminateInstance.Text = "中止(□)";
this.btTerminateInstance.UseVisualStyleBackColor = true;
this.btTerminateInstance.Click += new System.EventHandler(this.btTerminateInstance_Click);
//
// btAbortInstance
//
this.btAbortInstance.Location = new System.Drawing.Point(306, 13);
this.btAbortInstance.Name = "btAbortInstance";
this.btAbortInstance.Size = new System.Drawing.Size(68, 28);
this.btAbortInstance.TabIndex = 10;
this.btAbortInstance.Text = "终止(X)";
this.btAbortInstance.UseVisualStyleBackColor = true;
this.btAbortInstance.Click += new System.EventHandler(this.btAbortInstance_Click);
//
// btLoad
//
this.btLoad.Location = new System.Drawing.Point(253, 269);
this.btLoad.Name = "btLoad";
this.btLoad.Size = new System.Drawing.Size(51, 34);
this.btLoad.TabIndex = 21;
this.btLoad.Text = "↑";
this.btLoad.UseVisualStyleBackColor = true;
this.btLoad.Click += new System.EventHandler(this.btLoad_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(3, 288);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(125, 12);
this.label7.TabIndex = 20;
this.label7.Text = "已被持久化的实例列表";
//
// btPersist
//
this.btPersist.Location = new System.Drawing.Point(134, 269);
this.btPersist.Name = "btPersist";
this.btPersist.Size = new System.Drawing.Size(107, 34);
this.btPersist.TabIndex = 19;
this.btPersist.Text = "持久化实例↓";
this.btPersist.UseVisualStyleBackColor = true;
this.btPersist.Click += new System.EventHandler(this.btPersist_Click);
//
// btShowB
//
this.btShowB.Location = new System.Drawing.Point(367, 272);
this.btShowB.Name = "btShowB";
this.btShowB.Size = new System.Drawing.Size(40, 31);
this.btShowB.TabIndex = 18;
this.btShowB.Text = "刷新";
this.btShowB.UseVisualStyleBackColor = true;
this.btShowB.Click += new System.EventHandler(this.btShowB_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(3, 304);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(404, 173);
this.dataGridView1.TabIndex = 17;
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.Red;
this.label5.Location = new System.Drawing.Point(6, 497);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 16;
this.label5.Text = "实例信息";
//
// btShowA
//
this.btShowA.Location = new System.Drawing.Point(360, 102);
this.btShowA.Name = "btShowA";
this.btShowA.Size = new System.Drawing.Size(47, 28);
this.btShowA.TabIndex = 15;
this.btShowA.Text = "刷新";
this.btShowA.UseVisualStyleBackColor = true;
this.btShowA.Click += new System.EventHandler(this.btShowA_Click);
//
// tabControl2
//
this.tabControl2.Controls.Add(this.tabPage4);
this.tabControl2.Controls.Add(this.tabPage5);
this.tabControl2.Controls.Add(this.tabPage6);
this.tabControl2.Location = new System.Drawing.Point(413, 19);
this.tabControl2.Name = "tabControl2";
this.tabControl2.SelectedIndex = 0;
this.tabControl2.Size = new System.Drawing.Size(392, 458);
this.tabControl2.TabIndex = 14;
//
// tabPage4
//
this.tabPage4.Controls.Add(this.treeView1);
this.tabPage4.Location = new System.Drawing.Point(4, 21);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(384, 433);
this.tabPage4.TabIndex = 0;
this.tabPage4.Text = "树形结点显示";
this.tabPage4.UseVisualStyleBackColor = true;
//
// treeView1
//
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView1.Location = new System.Drawing.Point(3, 3);
this.treeView1.Name = "treeView1";
treeNode1.Name = "节点0";
treeNode1.Text = "节点0";
this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode1});
this.treeView1.Size = new System.Drawing.Size(378, 427);
this.treeView1.TabIndex = 0;
//
// tabPage5
//
this.tabPage5.Controls.Add(this.wxdWFSequentialView1);
this.tabPage5.Location = new System.Drawing.Point(4, 21);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
this.tabPage5.Size = new System.Drawing.Size(384, 433);
this.tabPage5.TabIndex = 1;
this.tabPage5.Text = "图形显示";
this.tabPage5.UseVisualStyleBackColor = true;
//
// wxdWFSequentialView1
//
this.wxdWFSequentialView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.wxdWFSequentialView1.Location = new System.Drawing.Point(3, 3);
this.wxdWFSequentialView1.Name = "wxdWFSequentialView1";
this.wxdWFSequentialView1.Size = new System.Drawing.Size(378, 427);
this.wxdWFSequentialView1.TabIndex = 0;
//
// tabPage6
//
this.tabPage6.Controls.Add(this.txtxomlview);
this.tabPage6.Location = new System.Drawing.Point(4, 21);
this.tabPage6.Name = "tabPage6";
this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
this.tabPage6.Size = new System.Drawing.Size(384, 433);
this.tabPage6.TabIndex = 2;
this.tabPage6.Text = "xoml格式显示";
this.tabPage6.UseVisualStyleBackColor = true;
//
// txtxomlview
//
this.txtxomlview.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtxomlview.Location = new System.Drawing.Point(3, 3);
this.txtxomlview.Multiline = true;
this.txtxomlview.Name = "txtxomlview";
this.txtxomlview.Size = new System.Drawing.Size(378, 427);
this.txtxomlview.TabIndex = 0;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 113);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(101, 12);
this.label3.TabIndex = 7;
this.label3.Text = "引擎中的实例列表";
//
// listBox3
//
this.listBox3.FormattingEnabled = true;
this.listBox3.ItemHeight = 12;
this.listBox3.Location = new System.Drawing.Point(3, 130);
this.listBox3.Name = "listBox3";
this.listBox3.Size = new System.Drawing.Size(404, 136);
this.listBox3.TabIndex = 6;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.cbStart);
this.tabPage3.Controls.Add(this.groupBox4);
this.tabPage3.Controls.Add(this.groupBox3);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(813, 526);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "工作流加载";
this.tabPage3.UseVisualStyleBackColor = true;
//
// cbStart
//
this.cbStart.AutoSize = true;
this.cbStart.Checked = true;
this.cbStart.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbStart.ForeColor = System.Drawing.Color.Red;
this.cbStart.Location = new System.Drawing.Point(651, 10);
this.cbStart.Name = "cbStart";
this.cbStart.Size = new System.Drawing.Size(144, 16);
this.cbStart.TabIndex = 7;
this.cbStart.Text = "创建工作流后立即启动";
this.cbStart.UseVisualStyleBackColor = true;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.listBox5);
this.groupBox4.Controls.Add(this.btBrowseDll);
this.groupBox4.Controls.Add(this.txtWorkflowClassFile);
this.groupBox4.Controls.Add(this.btCreateWffromClass);
this.groupBox4.Location = new System.Drawing.Point(0, 296);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(792, 222);
this.groupBox4.TabIndex = 6;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "类工作流模板";
//
// listBox5
//
this.listBox5.FormattingEnabled = true;
this.listBox5.ItemHeight = 12;
this.listBox5.Location = new System.Drawing.Point(14, 57);
this.listBox5.Name = "listBox5";
this.listBox5.Size = new System.Drawing.Size(489, 136);
this.listBox5.TabIndex = 4;
//
// btBrowseDll
//
this.btBrowseDll.Location = new System.Drawing.Point(520, 21);
this.btBrowseDll.Name = "btBrowseDll";
this.btBrowseDll.Size = new System.Drawing.Size(150, 23);
this.btBrowseDll.TabIndex = 3;
this.btBrowseDll.Text = "浏览DLL文件";
this.btBrowseDll.UseVisualStyleBackColor = true;
this.btBrowseDll.Click += new System.EventHandler(this.btBrowseDll_Click);
//
// txtWorkflowClassFile
//
this.txtWorkflowClassFile.Location = new System.Drawing.Point(9, 21);
this.txtWorkflowClassFile.Name = "txtWorkflowClassFile";
this.txtWorkflowClassFile.Size = new System.Drawing.Size(495, 21);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -