namespace TIProDevExtension { partial class ChartMonitorFillerForm { /// /// 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.radioButtonFromText = new System.Windows.Forms.RadioButton(); this.radioButtonOpenForm = new System.Windows.Forms.RadioButton(); this.textBoxSymbols = new System.Windows.Forms.TextBox(); this.comboBoxMonitor = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.buttonOK = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // radioButtonFromText // this.radioButtonFromText.AutoSize = true; this.radioButtonFromText.Location = new System.Drawing.Point(29, 71); this.radioButtonFromText.Name = "radioButtonFromText"; this.radioButtonFromText.Size = new System.Drawing.Size(473, 24); this.radioButtonFromText.TabIndex = 0; this.radioButtonFromText.TabStop = true; this.radioButtonFromText.Text = "List of symbols (use commas, spaces, or newlines to separate)"; this.radioButtonFromText.UseVisualStyleBackColor = true; this.radioButtonFromText.CheckedChanged += new System.EventHandler(this.radioButtonFromText_CheckedChanged); // // radioButtonOpenForm // this.radioButtonOpenForm.AutoSize = true; this.radioButtonOpenForm.Location = new System.Drawing.Point(29, 221); this.radioButtonOpenForm.Name = "radioButtonOpenForm"; this.radioButtonOpenForm.Size = new System.Drawing.Size(147, 24); this.radioButtonOpenForm.TabIndex = 1; this.radioButtonOpenForm.TabStop = true; this.radioButtonOpenForm.Text = "From open form"; this.radioButtonOpenForm.UseVisualStyleBackColor = true; // // textBoxSymbols // this.textBoxSymbols.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.textBoxSymbols.Location = new System.Drawing.Point(56, 101); this.textBoxSymbols.Multiline = true; this.textBoxSymbols.Name = "textBoxSymbols"; this.textBoxSymbols.Size = new System.Drawing.Size(580, 90); this.textBoxSymbols.TabIndex = 2; // // comboBoxMonitor // this.comboBoxMonitor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxMonitor.FormattingEnabled = true; this.comboBoxMonitor.Location = new System.Drawing.Point(56, 361); this.comboBoxMonitor.Name = "comboBoxMonitor"; this.comboBoxMonitor.Size = new System.Drawing.Size(216, 28); this.comboBoxMonitor.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(56, 335); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(62, 20); this.label1.TabIndex = 4; this.label1.Text = "Monitor"; // // buttonOK // this.buttonOK.Location = new System.Drawing.Point(480, 415); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(121, 33); this.buttonOK.TabIndex = 5; this.buttonOK.Text = "OK"; this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(607, 415); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 33); this.buttonCancel.TabIndex = 6; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; // // ChartMonitorFillerForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(694, 460); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOK); this.Controls.Add(this.label1); this.Controls.Add(this.comboBoxMonitor); this.Controls.Add(this.textBoxSymbols); this.Controls.Add(this.radioButtonOpenForm); this.Controls.Add(this.radioButtonFromText); this.Name = "ChartMonitorFillerForm"; this.Text = "Chart Monitor Filler"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RadioButton radioButtonFromText; private System.Windows.Forms.RadioButton radioButtonOpenForm; private System.Windows.Forms.TextBox textBoxSymbols; private System.Windows.Forms.ComboBox comboBoxMonitor; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.Button buttonCancel; } }