namespace TradeIdeas.TIQ.KeithMenzelAlerts { partial class KeithMenzelMainForm { /// /// 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.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.loginPanel1 = new TradeIdeas.TIQ.GUI.LoginPanel(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.button1 = new System.Windows.Forms.Button(); this.modifySettingsButton = new System.Windows.Forms.Button(); this.previewButton = new System.Windows.Forms.Button(); this.endOfCandleButton = new System.Windows.Forms.Button(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(292, 266); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.loginPanel1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(284, 240); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Connection"; this.tabPage1.UseVisualStyleBackColor = true; // // loginPanel1 // this.loginPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.loginPanel1.Location = new System.Drawing.Point(3, 3); this.loginPanel1.Name = "loginPanel1"; this.loginPanel1.Size = new System.Drawing.Size(278, 234); this.loginPanel1.TabIndex = 0; // // tabPage2 // this.tabPage2.Controls.Add(this.button1); this.tabPage2.Controls.Add(this.modifySettingsButton); this.tabPage2.Controls.Add(this.previewButton); this.tabPage2.Controls.Add(this.endOfCandleButton); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(284, 240); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Windows"; this.tabPage2.UseVisualStyleBackColor = true; // // button1 // this.button1.Location = new System.Drawing.Point(8, 93); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(124, 23); this.button1.TabIndex = 3; this.button1.Text = "Test Settings"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // modifySettingsButton // this.modifySettingsButton.Location = new System.Drawing.Point(8, 64); this.modifySettingsButton.Name = "modifySettingsButton"; this.modifySettingsButton.Size = new System.Drawing.Size(124, 23); this.modifySettingsButton.TabIndex = 2; this.modifySettingsButton.Text = "Modify Settings"; this.modifySettingsButton.UseVisualStyleBackColor = true; this.modifySettingsButton.Click += new System.EventHandler(this.modifySettingsButton_Click); // // previewButton // this.previewButton.Location = new System.Drawing.Point(6, 35); this.previewButton.Name = "previewButton"; this.previewButton.Size = new System.Drawing.Size(126, 23); this.previewButton.TabIndex = 1; this.previewButton.Text = "Preview"; this.previewButton.UseVisualStyleBackColor = true; this.previewButton.Click += new System.EventHandler(this.previewButton_Click); // // endOfCandleButton // this.endOfCandleButton.Location = new System.Drawing.Point(6, 6); this.endOfCandleButton.Name = "endOfCandleButton"; this.endOfCandleButton.Size = new System.Drawing.Size(126, 23); this.endOfCandleButton.TabIndex = 0; this.endOfCandleButton.Text = "End of Candle"; this.endOfCandleButton.UseVisualStyleBackColor = true; this.endOfCandleButton.Click += new System.EventHandler(this.endOfCandleButton_Click); // // KeithMenzelMainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 266); this.Controls.Add(this.tabControl1); this.Name = "KeithMenzelMainForm"; this.Text = "Keith Menzel Alerts 1.0.3"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.KeithMenzelMainForm_FormClosing); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private TradeIdeas.TIQ.GUI.LoginPanel loginPanel1; private System.Windows.Forms.Button previewButton; private System.Windows.Forms.Button endOfCandleButton; private System.Windows.Forms.Button modifySettingsButton; private System.Windows.Forms.Button button1; } }