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

📄 servermanagerform.designer.cs

📁 博客园WxWinter写的WF工作流入门学习资料及示例代码
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.cbUDP.Name = "cbUDP";
            this.cbUDP.Size = new System.Drawing.Size(120, 16);
            this.cbUDP.TabIndex = 9;
            this.cbUDP.Text = "加载状态监听服务";
            this.cbUDP.UseVisualStyleBackColor = true;
            // 
            // txPo
            // 
            this.txPo.Location = new System.Drawing.Point(333, 20);
            this.txPo.Name = "txPo";
            this.txPo.Size = new System.Drawing.Size(100, 21);
            this.txPo.TabIndex = 13;
            this.txPo.Text = "7788";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(298, 23);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(29, 12);
            this.label9.TabIndex = 12;
            this.label9.Text = "端口";
            // 
            // txIP
            // 
            this.txIP.Location = new System.Drawing.Point(177, 17);
            this.txIP.Name = "txIP";
            this.txIP.Size = new System.Drawing.Size(100, 21);
            this.txIP.TabIndex = 11;
            this.txIP.Text = "127.0.0.1";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(143, 20);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(17, 12);
            this.label8.TabIndex = 10;
            this.label8.Text = "IP";
            // 
            // btStop
            // 
            this.btStop.Location = new System.Drawing.Point(643, 185);
            this.btStop.Name = "btStop";
            this.btStop.Size = new System.Drawing.Size(129, 27);
            this.btStop.TabIndex = 8;
            this.btStop.Text = "停止引擎 ";
            this.btStop.UseVisualStyleBackColor = true;
            this.btStop.Click += new System.EventHandler(this.btStop_Click);
            // 
            // cbSQLPersistence
            // 
            this.cbSQLPersistence.AutoSize = true;
            this.cbSQLPersistence.Checked = true;
            this.cbSQLPersistence.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cbSQLPersistence.Location = new System.Drawing.Point(6, 91);
            this.cbSQLPersistence.Name = "cbSQLPersistence";
            this.cbSQLPersistence.Size = new System.Drawing.Size(234, 16);
            this.cbSQLPersistence.TabIndex = 7;
            this.cbSQLPersistence.Text = "加载SqlPersistenceService持久化服务";
            this.cbSQLPersistence.UseVisualStyleBackColor = true;
            // 
            // txSqlPersistenceCon
            // 
            this.txSqlPersistenceCon.Location = new System.Drawing.Point(239, 86);
            this.txSqlPersistenceCon.Name = "txSqlPersistenceCon";
            this.txSqlPersistenceCon.Size = new System.Drawing.Size(533, 21);
            this.txSqlPersistenceCon.TabIndex = 4;
            this.txSqlPersistenceCon.Text = "Initial Catalog=wwf;Integrated Security=SSPI;";
            // 
            // txtTrackCon
            // 
            this.txtTrackCon.Location = new System.Drawing.Point(239, 16);
            this.txtTrackCon.Name = "txtTrackCon";
            this.txtTrackCon.Size = new System.Drawing.Size(533, 21);
            this.txtTrackCon.TabIndex = 4;
            this.txtTrackCon.Text = "Initial Catalog=wwf;Integrated Security=SSPI;";
            // 
            // cbTrack
            // 
            this.cbTrack.AutoSize = true;
            this.cbTrack.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbTrack.Location = new System.Drawing.Point(6, 20);
            this.cbTrack.Name = "cbTrack";
            this.cbTrack.Size = new System.Drawing.Size(210, 17);
            this.cbTrack.TabIndex = 3;
            this.cbTrack.Text = "加载SQLTrackingManager跟踪服务";
            this.cbTrack.UseVisualStyleBackColor = true;
            // 
            // cbwxdTrack
            // 
            this.cbwxdTrack.AutoSize = true;
            this.cbwxdTrack.Location = new System.Drawing.Point(6, 55);
            this.cbwxdTrack.Name = "cbwxdTrack";
            this.cbwxdTrack.Size = new System.Drawing.Size(204, 16);
            this.cbwxdTrack.TabIndex = 5;
            this.cbwxdTrack.Text = "加载wxdTrackingService跟踪服务";
            this.cbwxdTrack.UseVisualStyleBackColor = true;
            // 
            // txtTrackPath
            // 
            this.txtTrackPath.Location = new System.Drawing.Point(239, 53);
            this.txtTrackPath.Name = "txtTrackPath";
            this.txtTrackPath.Size = new System.Drawing.Size(533, 21);
            this.txtTrackPath.TabIndex = 6;
            this.txtTrackPath.Text = "c:\\track.txt";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.listBox4);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.listBox2);
            this.groupBox1.Controls.Add(this.btGetServerList);
            this.groupBox1.Controls.Add(this.listBox1);
            this.groupBox1.Location = new System.Drawing.Point(6, 236);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(791, 287);
            this.groupBox1.TabIndex = 9;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "服务监视";
            // 
            // listBox4
            // 
            this.listBox4.FormattingEnabled = true;
            this.listBox4.ItemHeight = 12;
            this.listBox4.Location = new System.Drawing.Point(375, 50);
            this.listBox4.Name = "listBox4";
            this.listBox4.Size = new System.Drawing.Size(410, 220);
            this.listBox4.TabIndex = 11;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(6, 33);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(101, 12);
            this.label4.TabIndex = 10;
            this.label4.Text = "引擎所加载的服务";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(6, 152);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 12);
            this.label2.TabIndex = 10;
            this.label2.Text = "服务加载信息";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(479, 33);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 10;
            this.label1.Text = "引擎服务信息";
            // 
            // listBox2
            // 
            this.listBox2.FormattingEnabled = true;
            this.listBox2.ItemHeight = 12;
            this.listBox2.Location = new System.Drawing.Point(8, 170);
            this.listBox2.Name = "listBox2";
            this.listBox2.Size = new System.Drawing.Size(348, 100);
            this.listBox2.TabIndex = 9;
            // 
            // btGetServerList
            // 
            this.btGetServerList.Location = new System.Drawing.Point(730, 18);
            this.btGetServerList.Name = "btGetServerList";
            this.btGetServerList.Size = new System.Drawing.Size(55, 26);
            this.btGetServerList.TabIndex = 7;
            this.btGetServerList.Text = "刷新";
            this.btGetServerList.UseVisualStyleBackColor = true;
            this.btGetServerList.Click += new System.EventHandler(this.btGetServerList_Click);
            // 
            // listBox1
            // 
            this.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 12;
            this.listBox1.Location = new System.Drawing.Point(8, 51);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(348, 88);
            this.listBox1.TabIndex = 8;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.groupBox5);
            this.tabPage2.Controls.Add(this.btLoad);
            this.tabPage2.Controls.Add(this.label7);
            this.tabPage2.Controls.Add(this.btPersist);
            this.tabPage2.Controls.Add(this.btShowB);
            this.tabPage2.Controls.Add(this.dataGridView1);
            this.tabPage2.Controls.Add(this.label5);
            this.tabPage2.Controls.Add(this.btShowA);
            this.tabPage2.Controls.Add(this.tabControl2);
            this.tabPage2.Controls.Add(this.label3);
            this.tabPage2.Controls.Add(this.listBox3);
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(813, 526);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "实例管理";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.btStateInstance);
            this.groupBox5.Controls.Add(this.btShow);
            this.groupBox5.Controls.Add(this.btSuspendInstance);
            this.groupBox5.Controls.Add(this.btResumeInstance);
            this.groupBox5.Controls.Add(this.btTerminateInstance);
            this.groupBox5.Controls.Add(this.btAbortInstance);
            this.groupBox5.Location = new System.Drawing.Point(8, 6);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(399, 87);
            this.groupBox5.TabIndex = 23;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "控制台";
            // 
            // btShow
            // 
            this.btShow.Location = new System.Drawing.Point(306, 48);
            this.btShow.Name = "btShow";
            this.btShow.Size = new System.Drawing.Size(89, 28);
            this.btShow.TabIndex = 22;
            this.btShow.Text = "显示结构→";
            this.btShow.UseVisualStyleBackColor = true;
            this.btShow.Click += new System.EventHandler(this.btShow_Click);
            // 
            // btSuspendInstance
            // 
            this.btSuspendInstance.Location = new System.Drawing.Point(80, 13);
            this.btSuspendInstance.Name = "btSuspendInstance";
            this.btSuspendInstance.Size = new System.Drawing.Size(68, 28);
            this.btSuspendInstance.TabIndex = 12;
            this.btSuspendInstance.Text = "挂起(||)";
            this.btSuspendInstance.UseVisualStyleBackColor = true;
            this.btSuspendInstance.Click += new System.EventHandler(this.btSuspendInstance_Click);
            // 
            // btResumeInstance
            // 
            this.btResumeInstance.Location = new System.Drawing.Point(154, 13);
            this.btResumeInstance.Name = "btResumeInstance";

⌨️ 快捷键说明

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