namespace TIProDevExtension.ValueEditor
{
partial class CompareToZeroEditor
{
///
/// 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.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.okButton = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.symbolTextBox = new System.Windows.Forms.TextBox();
this.errorValueSelector = new TIProDevExtension.ValueEditor.ValueSelector();
this.greaterValueSelector = new TIProDevExtension.ValueEditor.ValueSelector();
this.equalValueSelector = new TIProDevExtension.ValueEditor.ValueSelector();
this.lessValueSelector = new TIProDevExtension.ValueEditor.ValueSelector();
this.inputValueSelector = new TIProDevExtension.ValueEditor.ValueSelector();
this.cancelButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(56, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 25);
this.label1.TabIndex = 0;
this.label1.Text = "Input";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(20, 69);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(95, 25);
this.label2.TabIndex = 1;
this.label2.Text = "Input < 0";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(20, 117);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(95, 25);
this.label3.TabIndex = 2;
this.label3.Text = "Input = 0";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(20, 165);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(95, 25);
this.label4.TabIndex = 3;
this.label4.Text = "Input > 0";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(22, 214);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(93, 25);
this.label5.TabIndex = 4;
this.label5.Text = "On Error";
//
// okButton
//
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Location = new System.Drawing.Point(12, 333);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(103, 42);
this.okButton.TabIndex = 10;
this.okButton.Text = "OK";
this.okButton.UseVisualStyleBackColor = true;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(7, 279);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(209, 25);
this.label6.TabIndex = 11;
this.label6.Text = "Symbol for Samples:";
//
// symbolTextBox
//
this.symbolTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.symbolTextBox.Location = new System.Drawing.Point(222, 276);
this.symbolTextBox.Name = "symbolTextBox";
this.symbolTextBox.Size = new System.Drawing.Size(66, 31);
this.symbolTextBox.TabIndex = 12;
this.symbolTextBox.Text = "MSFT";
this.symbolTextBox.TextChanged += new System.EventHandler(this.symbolTextBox_TextChanged);
//
// errorValueSelector
//
this.errorValueSelector.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.errorValueSelector.BackColor = System.Drawing.SystemColors.Control;
this.errorValueSelector.ForeColor = System.Drawing.SystemColors.ControlText;
this.errorValueSelector.LegalTypes = TIProDevExtension.ValueEditor.ValueSelector.Types.All;
this.errorValueSelector.Location = new System.Drawing.Point(121, 205);
this.errorValueSelector.Name = "errorValueSelector";
this.errorValueSelector.SampleData = null;
this.errorValueSelector.Size = new System.Drawing.Size(167, 42);
this.errorValueSelector.Source = null;
this.errorValueSelector.TabIndex = 9;
this.errorValueSelector.Text = "valueSelector5";
this.errorValueSelector.UseVisualStyleBackColor = false;
this.errorValueSelector.Value = null;
//
// greaterValueSelector
//
this.greaterValueSelector.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.greaterValueSelector.BackColor = System.Drawing.SystemColors.Control;
this.greaterValueSelector.ForeColor = System.Drawing.SystemColors.ControlText;
this.greaterValueSelector.LegalTypes = TIProDevExtension.ValueEditor.ValueSelector.Types.All;
this.greaterValueSelector.Location = new System.Drawing.Point(121, 156);
this.greaterValueSelector.Name = "greaterValueSelector";
this.greaterValueSelector.SampleData = null;
this.greaterValueSelector.Size = new System.Drawing.Size(167, 42);
this.greaterValueSelector.Source = null;
this.greaterValueSelector.TabIndex = 8;
this.greaterValueSelector.Text = "valueSelector4";
this.greaterValueSelector.UseVisualStyleBackColor = false;
this.greaterValueSelector.Value = null;
//
// equalValueSelector
//
this.equalValueSelector.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.equalValueSelector.BackColor = System.Drawing.SystemColors.Control;
this.equalValueSelector.ForeColor = System.Drawing.SystemColors.ControlText;
this.equalValueSelector.LegalTypes = TIProDevExtension.ValueEditor.ValueSelector.Types.All;
this.equalValueSelector.Location = new System.Drawing.Point(121, 108);
this.equalValueSelector.Name = "equalValueSelector";
this.equalValueSelector.SampleData = null;
this.equalValueSelector.Size = new System.Drawing.Size(167, 42);
this.equalValueSelector.Source = null;
this.equalValueSelector.TabIndex = 7;
this.equalValueSelector.Text = "valueSelector3";
this.equalValueSelector.UseVisualStyleBackColor = false;
this.equalValueSelector.Value = null;
//
// lessValueSelector
//
this.lessValueSelector.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lessValueSelector.BackColor = System.Drawing.SystemColors.Control;
this.lessValueSelector.ForeColor = System.Drawing.SystemColors.ControlText;
this.lessValueSelector.LegalTypes = TIProDevExtension.ValueEditor.ValueSelector.Types.All;
this.lessValueSelector.Location = new System.Drawing.Point(121, 60);
this.lessValueSelector.Name = "lessValueSelector";
this.lessValueSelector.SampleData = null;
this.lessValueSelector.Size = new System.Drawing.Size(167, 42);
this.lessValueSelector.Source = null;
this.lessValueSelector.TabIndex = 6;
this.lessValueSelector.Text = "valueSelector2";
this.lessValueSelector.UseVisualStyleBackColor = false;
this.lessValueSelector.Value = null;
//
// inputValueSelector
//
this.inputValueSelector.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.inputValueSelector.BackColor = System.Drawing.SystemColors.Control;
this.inputValueSelector.ForeColor = System.Drawing.SystemColors.ControlText;
this.inputValueSelector.LegalTypes = TIProDevExtension.ValueEditor.ValueSelector.Types.DoubleDataNode;
this.inputValueSelector.Location = new System.Drawing.Point(121, 12);
this.inputValueSelector.Name = "inputValueSelector";
this.inputValueSelector.SampleData = null;
this.inputValueSelector.Size = new System.Drawing.Size(167, 42);
this.inputValueSelector.Source = null;
this.inputValueSelector.TabIndex = 5;
this.inputValueSelector.Text = "null";
this.inputValueSelector.UseVisualStyleBackColor = false;
this.inputValueSelector.Value = null;
//
// cancelButton
//
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(121, 333);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(103, 42);
this.cancelButton.TabIndex = 13;
this.cancelButton.Text = "Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
//
// CompareToZeroEditor
//
this.AcceptButton = this.okButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.ClientSize = new System.Drawing.Size(300, 392);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.symbolTextBox);
this.Controls.Add(this.label6);
this.Controls.Add(this.okButton);
this.Controls.Add(this.errorValueSelector);
this.Controls.Add(this.greaterValueSelector);
this.Controls.Add(this.equalValueSelector);
this.Controls.Add(this.lessValueSelector);
this.Controls.Add(this.inputValueSelector);
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.Name = "CompareToZeroEditor";
this.Text = "CompareToZeroEditor";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
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 ValueSelector inputValueSelector;
private ValueSelector lessValueSelector;
private ValueSelector equalValueSelector;
private ValueSelector greaterValueSelector;
private ValueSelector errorValueSelector;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox symbolTextBox;
private System.Windows.Forms.Button cancelButton;
}
}