namespace TradeIdeas.TIQ.GUI { partial class FakeTraditionalAlerts { /// /// 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.label1 = new System.Windows.Forms.Label(); this.categoryTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.messageTextBox = new System.Windows.Forms.TextBox(); this.sendButton = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.btnStop = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(49, 13); this.label1.TabIndex = 0; this.label1.Text = "Category"; // // categoryTextBox // this.categoryTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.categoryTextBox.Location = new System.Drawing.Point(12, 25); this.categoryTextBox.Name = "categoryTextBox"; this.categoryTextBox.Size = new System.Drawing.Size(268, 20); this.categoryTextBox.TabIndex = 1; this.categoryTextBox.Text = "KeithMenzel-hammer-end"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 64); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(50, 13); this.label2.TabIndex = 2; this.label2.Text = "Message"; // // messageTextBox // this.messageTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.messageTextBox.Location = new System.Drawing.Point(12, 80); this.messageTextBox.Name = "messageTextBox"; this.messageTextBox.ReadOnly = true; this.messageTextBox.Size = new System.Drawing.Size(268, 20); this.messageTextBox.TabIndex = 3; this.messageTextBox.Text = "time=16:00&symbol=VCLK&price=12.34"; // // sendButton // this.sendButton.Location = new System.Drawing.Point(42, 118); this.sendButton.Name = "sendButton"; this.sendButton.Size = new System.Drawing.Size(75, 23); this.sendButton.TabIndex = 4; this.sendButton.Text = "Start"; this.sendButton.UseVisualStyleBackColor = true; this.sendButton.Click += new System.EventHandler(this.sendButton_Click); // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 2000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // btnStop // this.btnStop.Location = new System.Drawing.Point(147, 118); this.btnStop.Name = "btnStop"; this.btnStop.Size = new System.Drawing.Size(75, 23); this.btnStop.TabIndex = 5; this.btnStop.Text = "Stop"; this.btnStop.UseVisualStyleBackColor = true; this.btnStop.Click += new System.EventHandler(this.btnStop_Click); // // FakeTraditionalAlerts // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 151); this.Controls.Add(this.btnStop); this.Controls.Add(this.sendButton); this.Controls.Add(this.messageTextBox); this.Controls.Add(this.label2); this.Controls.Add(this.categoryTextBox); this.Controls.Add(this.label1); this.Name = "FakeTraditionalAlerts"; this.Text = "FakeTraditionalAlerts"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FakeTraditionalAlerts_FormClosing); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox categoryTextBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox messageTextBox; private System.Windows.Forms.Button sendButton; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Button btnStop; } }