📄 servermanagerform.designer.cs
字号:
// dataGrid1
//
this.dataGrid1.DataMember = "";
this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGrid1.Location = new System.Drawing.Point(8, 53);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.Size = new System.Drawing.Size(374, 162);
this.dataGrid1.TabIndex = 1;
//
// dataGrid2
//
this.dataGrid2.DataMember = "";
this.dataGrid2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGrid2.Location = new System.Drawing.Point(395, 53);
this.dataGrid2.Name = "dataGrid2";
this.dataGrid2.Size = new System.Drawing.Size(388, 162);
this.dataGrid2.TabIndex = 2;
//
// tabPage7
//
this.tabPage7.Controls.Add(this.listBox6);
this.tabPage7.Controls.Add(this.btWCFStop);
this.tabPage7.Controls.Add(this.btWCFStart);
this.tabPage7.Controls.Add(this.label16);
this.tabPage7.Controls.Add(this.label15);
this.tabPage7.Controls.Add(this.txWCFServerName);
this.tabPage7.Controls.Add(this.txWCFServerURL);
this.tabPage7.Location = new System.Drawing.Point(4, 21);
this.tabPage7.Name = "tabPage7";
this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
this.tabPage7.Size = new System.Drawing.Size(813, 526);
this.tabPage7.TabIndex = 5;
this.tabPage7.Text = "外部服务管理";
this.tabPage7.UseVisualStyleBackColor = true;
//
// listBox6
//
this.listBox6.FormattingEnabled = true;
this.listBox6.ItemHeight = 12;
this.listBox6.Location = new System.Drawing.Point(75, 222);
this.listBox6.Name = "listBox6";
this.listBox6.Size = new System.Drawing.Size(350, 88);
this.listBox6.TabIndex = 6;
//
// btWCFStop
//
this.btWCFStop.Location = new System.Drawing.Point(350, 118);
this.btWCFStop.Name = "btWCFStop";
this.btWCFStop.Size = new System.Drawing.Size(75, 23);
this.btWCFStop.TabIndex = 5;
this.btWCFStop.Text = "停止服务";
this.btWCFStop.UseVisualStyleBackColor = true;
this.btWCFStop.Click += new System.EventHandler(this.btWCFStop_Click);
//
// btWCFStart
//
this.btWCFStart.Location = new System.Drawing.Point(151, 118);
this.btWCFStart.Name = "btWCFStart";
this.btWCFStart.Size = new System.Drawing.Size(75, 23);
this.btWCFStart.TabIndex = 4;
this.btWCFStart.Text = "开启服务";
this.btWCFStart.UseVisualStyleBackColor = true;
this.btWCFStart.Click += new System.EventHandler(this.btWCFStart_Click);
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(73, 88);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(41, 12);
this.label16.TabIndex = 3;
this.label16.Text = "服务名";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(71, 48);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(65, 12);
this.label15.TabIndex = 2;
this.label15.Text = "服务器地址";
//
// txWCFServerName
//
this.txWCFServerName.Location = new System.Drawing.Point(151, 80);
this.txWCFServerName.Name = "txWCFServerName";
this.txWCFServerName.Size = new System.Drawing.Size(274, 21);
this.txWCFServerName.TabIndex = 1;
this.txWCFServerName.Text = "wxdTest";
//
// txWCFServerURL
//
this.txWCFServerURL.Location = new System.Drawing.Point(151, 40);
this.txWCFServerURL.Name = "txWCFServerURL";
this.txWCFServerURL.Size = new System.Drawing.Size(274, 21);
this.txWCFServerURL.TabIndex = 0;
this.txWCFServerURL.Text = "http://localhost:567/wxwinter/";
//
// timer1
//
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// ServerManagerForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(821, 551);
this.Controls.Add(this.tabControl1);
this.Name = "ServerManagerForm";
this.Text = "ServerManager";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ServerManager_FormClosing);
this.Load += new System.EventHandler(this.ServerManager_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.groupBox5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.tabControl2.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
this.tabPage5.ResumeLayout(false);
this.tabPage6.ResumeLayout(false);
this.tabPage6.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.tabPage8.ResumeLayout(false);
this.groupBox8.ResumeLayout(false);
this.groupBox8.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGrid5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGrid4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGrid3)).EndInit();
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGrid2)).EndInit();
this.tabPage7.ResumeLayout(false);
this.tabPage7.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btStart;
private System.Windows.Forms.Button btStateInstance;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.CheckBox cbTrack;
private System.Windows.Forms.TextBox txtTrackPath;
private System.Windows.Forms.CheckBox cbwxdTrack;
private System.Windows.Forms.TextBox txtTrackCon;
private System.Windows.Forms.Button btGetServerList;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ListBox listBox2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ListBox listBox3;
private System.Windows.Forms.Button btCreateWffromXomlFile;
private System.Windows.Forms.TextBox txtXomlfilepath;
private System.Windows.Forms.Button btBrowseXoml;
private System.Windows.Forms.Button btTerminateInstance;
private System.Windows.Forms.Button btSuspendInstance;
private System.Windows.Forms.Button btResumeInstance;
private System.Windows.Forms.Button btAbortInstance;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.Button btCreateWffromXomlString;
private System.Windows.Forms.TabControl tabControl2;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TabPage tabPage5;
private wxwinter.wf.Design.wxdWFSequentialView wxdWFSequentialView1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox txtXomlstring;
private System.Windows.Forms.TabPage tabPage6;
private System.Windows.Forms.TextBox txtxomlview;
private System.Windows.Forms.ListBox listBox4;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Button btShowA;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button btCreateWffromClass;
private System.Windows.Forms.TextBox txtWorkflowClassFile;
private System.Windows.Forms.Button btBrowseDll;
private System.Windows.Forms.ListBox listBox5;
private System.Windows.Forms.CheckBox cbSQLPersistence;
private System.Windows.Forms.TextBox txSqlPersistenceCon;
private System.Windows.Forms.Button btShowB;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button btStop;
private System.Windows.Forms.Button btPersist;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button btLoad;
private System.Windows.Forms.Button btShow;
private System.Windows.Forms.TabPage tabPage8;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.TextBox txPo;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txIP;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.CheckBox cbUDP;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.DataGrid dataGrid2;
private System.Windows.Forms.DataGrid dataGrid1;
private System.Windows.Forms.Button btNext;
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.DataGrid dataGrid3;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.Button btGet;
private System.Windows.Forms.DataGrid dataGrid4;
private System.Windows.Forms.CheckBox cbExchange;
private System.Windows.Forms.CheckBox cbStart;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button btGetTask;
private System.Windows.Forms.DataGrid dataGrid5;
private System.Windows.Forms.TextBox txUsername;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Button btCreateaTask;
private System.Windows.Forms.TabPage tabPage7;
private System.Windows.Forms.Button btWCFStop;
private System.Windows.Forms.Button btWCFStart;
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.ListBox listBox6;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -