namespace MarketDataProxy { partial class QueueStatusForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.txtSubscriptionQueue = new System.Windows.Forms.TextBox(); this.txtNewData = new System.Windows.Forms.TextBox(); this.txtClose = new System.Windows.Forms.TextBox(); this.txtTotalMsg = new System.Windows.Forms.TextBox(); this.txtTotSymbol = new System.Windows.Forms.TextBox(); this.txtRctMess = new System.Windows.Forms.TextBox(); this.txtRctSymbol = new System.Windows.Forms.TextBox(); this.txtRctItvl = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.btnClose = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.txtCPU = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.txtSendAll = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.txtSndFunction = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.txtConnChk = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // txtSubscriptionQueue // this.txtSubscriptionQueue.Location = new System.Drawing.Point(180, 21); this.txtSubscriptionQueue.Name = "txtSubscriptionQueue"; this.txtSubscriptionQueue.ReadOnly = true; this.txtSubscriptionQueue.Size = new System.Drawing.Size(146, 20); this.txtSubscriptionQueue.TabIndex = 0; // // txtNewData // this.txtNewData.Location = new System.Drawing.Point(180, 47); this.txtNewData.Name = "txtNewData"; this.txtNewData.ReadOnly = true; this.txtNewData.Size = new System.Drawing.Size(146, 20); this.txtNewData.TabIndex = 1; // // txtClose // this.txtClose.Location = new System.Drawing.Point(180, 69); this.txtClose.Name = "txtClose"; this.txtClose.ReadOnly = true; this.txtClose.Size = new System.Drawing.Size(146, 20); this.txtClose.TabIndex = 2; // // txtTotalMsg // this.txtTotalMsg.Location = new System.Drawing.Point(180, 95); this.txtTotalMsg.Name = "txtTotalMsg"; this.txtTotalMsg.ReadOnly = true; this.txtTotalMsg.Size = new System.Drawing.Size(146, 20); this.txtTotalMsg.TabIndex = 3; // // txtTotSymbol // this.txtTotSymbol.Location = new System.Drawing.Point(180, 173); this.txtTotSymbol.Name = "txtTotSymbol"; this.txtTotSymbol.ReadOnly = true; this.txtTotSymbol.Size = new System.Drawing.Size(146, 20); this.txtTotSymbol.TabIndex = 4; // // txtRctMess // this.txtRctMess.Location = new System.Drawing.Point(180, 199); this.txtRctMess.Name = "txtRctMess"; this.txtRctMess.ReadOnly = true; this.txtRctMess.Size = new System.Drawing.Size(146, 20); this.txtRctMess.TabIndex = 5; // // txtRctSymbol // this.txtRctSymbol.Location = new System.Drawing.Point(180, 225); this.txtRctSymbol.Name = "txtRctSymbol"; this.txtRctSymbol.ReadOnly = true; this.txtRctSymbol.Size = new System.Drawing.Size(146, 20); this.txtRctSymbol.TabIndex = 6; // // txtRctItvl // this.txtRctItvl.Location = new System.Drawing.Point(180, 251); this.txtRctItvl.Name = "txtRctItvl"; this.txtRctItvl.ReadOnly = true; this.txtRctItvl.Size = new System.Drawing.Size(146, 20); this.txtRctItvl.TabIndex = 7; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(36, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(141, 13); this.label1.TabIndex = 8; this.label1.Text = "New Subscription Requests:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(68, 54); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(106, 13); this.label2.TabIndex = 9; this.label2.Text = "New Data Requests:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(67, 76); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(110, 13); this.label3.TabIndex = 10; this.label3.Text = "Connections to Close:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(92, 102); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(85, 13); this.label4.TabIndex = 11; this.label4.Text = "Total Messages:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(98, 180); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(76, 13); this.label5.TabIndex = 12; this.label5.Text = "Total Symbols:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(78, 206); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(96, 13); this.label6.TabIndex = 13; this.label6.Text = "Recent Messages:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(87, 232); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(87, 13); this.label7.TabIndex = 14; this.label7.Text = "Recent Symbols:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(94, 258); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(83, 13); this.label8.TabIndex = 15; this.label8.Text = "Recent Interval:"; // // btnClose // this.btnClose.Location = new System.Drawing.Point(157, 341); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 16; this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // txtCPU // this.txtCPU.Location = new System.Drawing.Point(180, 303); this.txtCPU.Name = "txtCPU"; this.txtCPU.ReadOnly = true; this.txtCPU.Size = new System.Drawing.Size(52, 20); this.txtCPU.TabIndex = 17; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(97, 310); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(77, 13); this.label9.TabIndex = 18; this.label9.Text = "CPU Usage %:"; // // txtSendAll // this.txtSendAll.Location = new System.Drawing.Point(180, 121); this.txtSendAll.Name = "txtSendAll"; this.txtSendAll.ReadOnly = true; this.txtSendAll.Size = new System.Drawing.Size(146, 20); this.txtSendAll.TabIndex = 19; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(84, 128); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(93, 13); this.label10.TabIndex = 20; this.label10.Text = "SendAll() invoked:"; // // txtSndFunction // this.txtSndFunction.Location = new System.Drawing.Point(180, 147); this.txtSndFunction.Name = "txtSndFunction"; this.txtSndFunction.ReadOnly = true; this.txtSndFunction.Size = new System.Drawing.Size(146, 20); this.txtSndFunction.TabIndex = 21; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(36, 154); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(142, 13); this.label11.TabIndex = 22; this.label11.Text = "Messages Sent Downstream"; // // txtConnChk // this.txtConnChk.Location = new System.Drawing.Point(180, 277); this.txtConnChk.Name = "txtConnChk"; this.txtConnChk.ReadOnly = true; this.txtConnChk.Size = new System.Drawing.Size(61, 20); this.txtConnChk.TabIndex = 23; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(34, 284); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(143, 13); this.label12.TabIndex = 24; this.label12.Text = "CheckConnection() Invoked:"; // // QueueStatusForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(386, 378); this.ControlBox = false; this.Controls.Add(this.label12); this.Controls.Add(this.txtConnChk); this.Controls.Add(this.label11); this.Controls.Add(this.txtSndFunction); this.Controls.Add(this.label10); this.Controls.Add(this.txtSendAll); this.Controls.Add(this.label9); this.Controls.Add(this.txtCPU); this.Controls.Add(this.btnClose); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.txtRctItvl); this.Controls.Add(this.txtRctSymbol); this.Controls.Add(this.txtRctMess); this.Controls.Add(this.txtTotSymbol); this.Controls.Add(this.txtTotalMsg); this.Controls.Add(this.txtClose); this.Controls.Add(this.txtNewData); this.Controls.Add(this.txtSubscriptionQueue); this.Name = "QueueStatusForm"; this.Text = "QueueStatusForm"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtSubscriptionQueue; private System.Windows.Forms.TextBox txtNewData; private System.Windows.Forms.TextBox txtClose; private System.Windows.Forms.TextBox txtTotalMsg; private System.Windows.Forms.TextBox txtTotSymbol; private System.Windows.Forms.TextBox txtRctMess; private System.Windows.Forms.TextBox txtRctSymbol; private System.Windows.Forms.TextBox txtRctItvl; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.TextBox txtCPU; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox txtSendAll; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox txtSndFunction; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox txtConnChk; private System.Windows.Forms.Label label12; } }