namespace DataexchangeServer
{
partial class frmMain
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
this.timer = new System.Windows.Forms.Timer(this.components);
this.showInTaskbar = new System.Windows.Forms.ToolStripMenuItem();
this.lblTotalTimes = new System.Windows.Forms.Label();
this.lsbErrorMsg = new System.Windows.Forms.ListBox();
this.label5 = new System.Windows.Forms.Label();
this.nudminThreads = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.nudmaxThreads = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
this.timeInterval = new System.Windows.Forms.NumericUpDown();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.exitWindow = new System.Windows.Forms.ToolStripMenuItem();
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.rtbStatus = new System.Windows.Forms.ListBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnStop = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lsbPoolState = new System.Windows.Forms.ListBox();
this.btnStart = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
((System.ComponentModel.ISupportInitialize)(this.nudminThreads)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudmaxThreads)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.timeInterval)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// timer
//
this.timer.Interval = 5000;
//
// showInTaskbar
//
this.showInTaskbar.Name = "showInTaskbar";
this.showInTaskbar.Size = new System.Drawing.Size(108, 24);
this.showInTaskbar.Text = "显示";
//
// lblTotalTimes
//
this.lblTotalTimes.AutoSize = true;
this.lblTotalTimes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTotalTimes.Location = new System.Drawing.Point(21, 101);
this.lblTotalTimes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblTotalTimes.Name = "lblTotalTimes";
this.lblTotalTimes.Size = new System.Drawing.Size(88, 15);
this.lblTotalTimes.TabIndex = 11;
this.lblTotalTimes.Text = "TotalTime";
//
// lsbErrorMsg
//
this.lsbErrorMsg.FormattingEnabled = true;
this.lsbErrorMsg.ItemHeight = 15;
this.lsbErrorMsg.Location = new System.Drawing.Point(8, 130);
this.lsbErrorMsg.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.lsbErrorMsg.Name = "lsbErrorMsg";
this.lsbErrorMsg.Size = new System.Drawing.Size(580, 109);
this.lsbErrorMsg.TabIndex = 10;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(411, 75);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(87, 15);
this.label5.TabIndex = 2;
this.label5.Text = "最小线程数";
//
// nudminThreads
//
this.nudminThreads.Enabled = false;
this.nudminThreads.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nudminThreads.Location = new System.Drawing.Point(508, 70);
this.nudminThreads.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.nudminThreads.Name = "nudminThreads";
this.nudminThreads.Size = new System.Drawing.Size(81, 25);
this.nudminThreads.TabIndex = 3;
this.nudminThreads.Value = new decimal(new int[] {
5,
0,
0,
0});
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(411, 108);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(87, 15);
this.label1.TabIndex = 4;
this.label1.Text = "最大线程数";
//
// nudmaxThreads
//
this.nudmaxThreads.Enabled = false;
this.nudmaxThreads.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nudmaxThreads.Location = new System.Drawing.Point(508, 101);
this.nudmaxThreads.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.nudmaxThreads.Name = "nudmaxThreads";
this.nudmaxThreads.Size = new System.Drawing.Size(81, 25);
this.nudmaxThreads.TabIndex = 5;
this.nudmaxThreads.Value = new decimal(new int[] {
15,
0,
0,
0});
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(393, 44);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(107, 15);
this.label2.TabIndex = 6;
this.label2.Text = "执行频率(ms)";
//
// timeInterval
//
this.timeInterval.Enabled = false;
this.timeInterval.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.timeInterval.Location = new System.Drawing.Point(508, 39);
this.timeInterval.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.timeInterval.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.timeInterval.Name = "timeInterval";
this.timeInterval.Size = new System.Drawing.Size(81, 25);
this.timeInterval.TabIndex = 7;
this.timeInterval.Value = new decimal(new int[] {
10000,
0,
0,
0});
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.showInTaskbar,
this.exitWindow});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(109, 52);
//
// exitWindow
//
this.exitWindow.Name = "exitWindow";
this.exitWindow.Size = new System.Drawing.Size(108, 24);
this.exitWindow.Text = "退出";
//
// notifyIcon1
//
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "技研新阳新技电子有限公司";
this.notifyIcon1.Visible = true;
//
// rtbStatus
//
this.rtbStatus.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbStatus.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rtbStatus.FormattingEnabled = true;
this.rtbStatus.ItemHeight = 17;
this.rtbStatus.Location = new System.Drawing.Point(4, 22);
this.rtbStatus.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.rtbStatus.Name = "rtbStatus";
this.rtbStatus.Size = new System.Drawing.Size(1087, 387);
this.rtbStatus.TabIndex = 2;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.rtbStatus);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox2.Size = new System.Drawing.Size(1095, 413);
this.groupBox2.TabIndex = 9;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "线程执行状态";
//
// btnStop
//
this.btnStop.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStop.Location = new System.Drawing.Point(195, 24);
this.btnStop.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(145, 56);
this.btnStop.TabIndex = 9;
this.btnStop.Text = "停 止(&S)";
this.btnStop.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lsbPoolState);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Right;
this.groupBox1.Location = new System.Drawing.Point(594, 0);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox1.Size = new System.Drawing.Size(501, 198);
this.groupBox1.TabIndex = 8;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "线程池状态";
//
// lsbPoolState
//
this.lsbPoolState.Dock = System.Windows.Forms.DockStyle.Fill;
this.lsbPoolState.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lsbPoolState.FormattingEnabled = true;
this.lsbPoolState.ItemHeight = 17;
this.lsbPoolState.Location = new System.Drawing.Point(4, 22);
this.lsbPoolState.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.lsbPoolState.Name = "lsbPoolState";
this.lsbPoolState.Size = new System.Drawing.Size(493, 172);
this.lsbPoolState.TabIndex = 8;
//
// btnStart
//
this.btnStart.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStart.Location = new System.Drawing.Point(24, 25);
this.btnStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(141, 56);
this.btnStart.TabIndex = 8;
this.btnStart.Text = "启 动(&B)";
this.btnStart.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.lblTotalTimes);
this.groupBox3.Controls.Add(this.lsbErrorMsg);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.nudminThreads);
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Controls.Add(this.nudmaxThreads);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.timeInterval);
this.groupBox3.Controls.Add(this.btnStop);
this.groupBox3.Controls.Add(this.btnStart);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox3.Location = new System.Drawing.Point(0, 0);
this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox3.Size = new System.Drawing.Size(594, 198);
this.groupBox3.TabIndex = 9;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "服务设置";
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.groupBox3);
this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
this.splitContainer1.Size = new System.Drawing.Size(1095, 616);
this.splitContainer1.SplitterDistance = 198;
this.splitContainer1.SplitterWidth = 5;
this.splitContainer1.TabIndex = 1;
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1095, 616);
this.Controls.Add(this.splitContainer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "广深数据交换服务";
((System.ComponentModel.ISupportInitialize)(this.nudminThreads)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudmaxThreads)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.timeInterval)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer timer;
private System.Windows.Forms.ToolStripMenuItem showInTaskbar;
private System.Windows.Forms.Label lblTotalTimes;
private System.Windows.Forms.ListBox lsbErrorMsg;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.NumericUpDown nudminThreads;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.NumericUpDown nudmaxThreads;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.NumericUpDown timeInterval;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem exitWindow;
private System.Windows.Forms.NotifyIcon notifyIcon1;
private System.Windows.Forms.ListBox rtbStatus;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnStop;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ListBox lsbPoolState;
private System.Windows.Forms.Button btnStart;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.SplitContainer splitContainer1;
}
}