namespace TradeIdeas.TIQ.KeithMenzelAlerts { partial class TestSettingsForm { /// /// 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.label1 = new System.Windows.Forms.Label(); this.symbolTextBox = new System.Windows.Forms.TextBox(); this.requestDataButton = new System.Windows.Forms.Button(); this.notesTextBox = new System.Windows.Forms.TextBox(); this.csvPreview1 = new TradeIdeas.TIQ.CsvPreview(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 13); this.label1.TabIndex = 0; this.label1.Text = "Symbol"; // // symbolTextBox // this.symbolTextBox.Location = new System.Drawing.Point(59, 12); this.symbolTextBox.Name = "symbolTextBox"; this.symbolTextBox.Size = new System.Drawing.Size(100, 20); this.symbolTextBox.TabIndex = 1; // // requestDataButton // this.requestDataButton.Location = new System.Drawing.Point(165, 10); this.requestDataButton.Name = "requestDataButton"; this.requestDataButton.Size = new System.Drawing.Size(89, 23); this.requestDataButton.TabIndex = 2; this.requestDataButton.Text = "Request Data"; this.requestDataButton.UseVisualStyleBackColor = true; this.requestDataButton.Click += new System.EventHandler(this.requestDataButton_Click); // // notesTextBox // this.notesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.notesTextBox.Location = new System.Drawing.Point(15, 38); this.notesTextBox.Multiline = true; this.notesTextBox.Name = "notesTextBox"; this.notesTextBox.ReadOnly = true; this.notesTextBox.Size = new System.Drawing.Size(492, 48); this.notesTextBox.TabIndex = 3; // // csvPreview1 // this.csvPreview1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.csvPreview1.Location = new System.Drawing.Point(12, 92); this.csvPreview1.Name = "csvPreview1"; this.csvPreview1.Size = new System.Drawing.Size(495, 293); this.csvPreview1.SuggestedFileName = null; this.csvPreview1.TabIndex = 4; // // TestSettingsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(519, 397); this.Controls.Add(this.csvPreview1); this.Controls.Add(this.notesTextBox); this.Controls.Add(this.requestDataButton); this.Controls.Add(this.symbolTextBox); this.Controls.Add(this.label1); this.Name = "TestSettingsForm"; this.Text = "Test"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox symbolTextBox; private System.Windows.Forms.Button requestDataButton; private System.Windows.Forms.TextBox notesTextBox; private CsvPreview csvPreview1; } }