namespace TIProDevExtension
{
partial class StockDataTester
{
///
/// 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.formulaTextBox = new System.Windows.Forms.TextBox();
this.updateFormulaButton = new System.Windows.Forms.Button();
this.updateSymbolButton = new System.Windows.Forms.Button();
this.symbolTextBox = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.dataNodeFactoriesTextBox = new System.Windows.Forms.TextBox();
this.combinedWidgettabPage = new System.Windows.Forms.TabPage();
this.fakeDataTabPage = new System.Windows.Forms.TabPage();
this.fakeDataToSendTextBox = new System.Windows.Forms.TextBox();
this.copyFakeDataFromAboveButton = new System.Windows.Forms.Button();
this.sendFakeDataButton = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.fakeDataSymbolTextBox = new System.Windows.Forms.TextBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.allDataNodesTextBox = new System.Windows.Forms.TextBox();
this.showAllDataNodeObjectsButton = new System.Windows.Forms.Button();
this.simpleDataNodeControlTabPage = new System.Windows.Forms.TabPage();
this.placeHolderLabel = new System.Windows.Forms.Label();
this.colorByValueCheckBox = new System.Windows.Forms.CheckBox();
this.editColorGradientButton = new System.Windows.Forms.Button();
this.dataNodeColorFormulaTextBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.dataNodeSymbolTextBox = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.dataNodeFormulaTextBox = new System.Windows.Forms.TextBox();
this.dateTimeTransformationRadioButton = new System.Windows.Forms.RadioButton();
this.doubleTransformationRadioButton = new System.Windows.Forms.RadioButton();
this.integerTransformationRadioButton = new System.Windows.Forms.RadioButton();
this.stringTransformationRadioButton = new System.Windows.Forms.RadioButton();
this.dataNodeLabel = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.fakeDataTabPage.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 71);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 13);
this.label1.TabIndex = 0;
this.label1.Text = "label1";
//
// formulaTextBox
//
this.formulaTextBox.Location = new System.Drawing.Point(109, 14);
this.formulaTextBox.Name = "formulaTextBox";
this.formulaTextBox.Size = new System.Drawing.Size(100, 20);
this.formulaTextBox.TabIndex = 1;
this.formulaTextBox.Text = "[Price]";
//
// updateFormulaButton
//
this.updateFormulaButton.Location = new System.Drawing.Point(12, 12);
this.updateFormulaButton.Name = "updateFormulaButton";
this.updateFormulaButton.Size = new System.Drawing.Size(91, 23);
this.updateFormulaButton.TabIndex = 2;
this.updateFormulaButton.Text = "Update Formula";
this.updateFormulaButton.UseVisualStyleBackColor = true;
this.updateFormulaButton.Click += new System.EventHandler(this.updateFormulaButton_Click);
//
// updateSymbolButton
//
this.updateSymbolButton.Location = new System.Drawing.Point(12, 41);
this.updateSymbolButton.Name = "updateSymbolButton";
this.updateSymbolButton.Size = new System.Drawing.Size(91, 23);
this.updateSymbolButton.TabIndex = 3;
this.updateSymbolButton.Text = "Update Symbol";
this.updateSymbolButton.UseVisualStyleBackColor = true;
this.updateSymbolButton.Click += new System.EventHandler(this.updateSymbolButton_Click);
//
// symbolTextBox
//
this.symbolTextBox.Location = new System.Drawing.Point(109, 43);
this.symbolTextBox.Name = "symbolTextBox";
this.symbolTextBox.Size = new System.Drawing.Size(100, 20);
this.symbolTextBox.TabIndex = 4;
this.symbolTextBox.Text = "IBM";
//
// groupBox1
//
this.groupBox1.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.groupBox1.Controls.Add(this.tabControl1);
this.groupBox1.Controls.Add(this.placeHolderLabel);
this.groupBox1.Controls.Add(this.colorByValueCheckBox);
this.groupBox1.Controls.Add(this.editColorGradientButton);
this.groupBox1.Controls.Add(this.dataNodeColorFormulaTextBox);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.dataNodeSymbolTextBox);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.dataNodeFormulaTextBox);
this.groupBox1.Controls.Add(this.dateTimeTransformationRadioButton);
this.groupBox1.Controls.Add(this.doubleTransformationRadioButton);
this.groupBox1.Controls.Add(this.integerTransformationRadioButton);
this.groupBox1.Controls.Add(this.stringTransformationRadioButton);
this.groupBox1.Controls.Add(this.dataNodeLabel);
this.groupBox1.Location = new System.Drawing.Point(12, 87);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(370, 326);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "DataNodes";
//
// tabControl1
//
this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.combinedWidgettabPage);
this.tabControl1.Controls.Add(this.fakeDataTabPage);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.simpleDataNodeControlTabPage);
this.tabControl1.Location = new System.Drawing.Point(9, 165);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(355, 155);
this.tabControl1.TabIndex = 30;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.dataNodeFactoriesTextBox);
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(347, 129);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "DataNode.Factory Debug";
this.tabPage1.UseVisualStyleBackColor = true;
//
// dataNodeFactoriesTextBox
//
this.dataNodeFactoriesTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataNodeFactoriesTextBox.Location = new System.Drawing.Point(3, 3);
this.dataNodeFactoriesTextBox.Multiline = true;
this.dataNodeFactoriesTextBox.Name = "dataNodeFactoriesTextBox";
this.dataNodeFactoriesTextBox.ReadOnly = true;
this.dataNodeFactoriesTextBox.Size = new System.Drawing.Size(341, 123);
this.dataNodeFactoriesTextBox.TabIndex = 12;
//
// combinedWidgettabPage
//
this.combinedWidgettabPage.Location = new System.Drawing.Point(4, 22);
this.combinedWidgettabPage.Name = "combinedWidgettabPage";
this.combinedWidgettabPage.Padding = new System.Windows.Forms.Padding(3);
this.combinedWidgettabPage.Size = new System.Drawing.Size(347, 129);
this.combinedWidgettabPage.TabIndex = 1;
this.combinedWidgettabPage.Text = "Combined Widget";
this.combinedWidgettabPage.UseVisualStyleBackColor = true;
//
// fakeDataTabPage
//
this.fakeDataTabPage.Controls.Add(this.fakeDataToSendTextBox);
this.fakeDataTabPage.Controls.Add(this.copyFakeDataFromAboveButton);
this.fakeDataTabPage.Controls.Add(this.sendFakeDataButton);
this.fakeDataTabPage.Controls.Add(this.label6);
this.fakeDataTabPage.Controls.Add(this.fakeDataSymbolTextBox);
this.fakeDataTabPage.Location = new System.Drawing.Point(4, 22);
this.fakeDataTabPage.Name = "fakeDataTabPage";
this.fakeDataTabPage.Padding = new System.Windows.Forms.Padding(3);
this.fakeDataTabPage.Size = new System.Drawing.Size(347, 129);
this.fakeDataTabPage.TabIndex = 2;
this.fakeDataTabPage.Text = "Fake Data";
this.fakeDataTabPage.UseVisualStyleBackColor = true;
//
// fakeDataToSendTextBox
//
this.fakeDataToSendTextBox.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.fakeDataToSendTextBox.Location = new System.Drawing.Point(6, 36);
this.fakeDataToSendTextBox.Multiline = true;
this.fakeDataToSendTextBox.Name = "fakeDataToSendTextBox";
this.fakeDataToSendTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.fakeDataToSendTextBox.Size = new System.Drawing.Size(335, 87);
this.fakeDataToSendTextBox.TabIndex = 4;
//
// copyFakeDataFromAboveButton
//
this.copyFakeDataFromAboveButton.Location = new System.Drawing.Point(210, 8);
this.copyFakeDataFromAboveButton.Name = "copyFakeDataFromAboveButton";
this.copyFakeDataFromAboveButton.Size = new System.Drawing.Size(100, 23);
this.copyFakeDataFromAboveButton.TabIndex = 3;
this.copyFakeDataFromAboveButton.Text = "Copy from Above";
this.copyFakeDataFromAboveButton.UseVisualStyleBackColor = true;
this.copyFakeDataFromAboveButton.Click += new System.EventHandler(this.copyFakeDataFromAboveButton_Click);
//
// sendFakeDataButton
//
this.sendFakeDataButton.Location = new System.Drawing.Point(159, 8);
this.sendFakeDataButton.Name = "sendFakeDataButton";
this.sendFakeDataButton.Size = new System.Drawing.Size(45, 23);
this.sendFakeDataButton.TabIndex = 2;
this.sendFakeDataButton.Text = "Send";
this.sendFakeDataButton.UseVisualStyleBackColor = true;
this.sendFakeDataButton.Click += new System.EventHandler(this.sendFakeDataButton_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 13);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 13);
this.label6.TabIndex = 1;
this.label6.Text = "Symbol";
//
// fakeDataSymbolTextBox
//
this.fakeDataSymbolTextBox.Location = new System.Drawing.Point(53, 10);
this.fakeDataSymbolTextBox.Name = "fakeDataSymbolTextBox";
this.fakeDataSymbolTextBox.Size = new System.Drawing.Size(100, 20);
this.fakeDataSymbolTextBox.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.allDataNodesTextBox);
this.tabPage2.Controls.Add(this.showAllDataNodeObjectsButton);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Size = new System.Drawing.Size(347, 129);
this.tabPage2.TabIndex = 3;
this.tabPage2.Text = "All DataNodes";
this.tabPage2.UseVisualStyleBackColor = true;
//
// allDataNodesTextBox
//
this.allDataNodesTextBox.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.allDataNodesTextBox.Location = new System.Drawing.Point(6, 35);
this.allDataNodesTextBox.Multiline = true;
this.allDataNodesTextBox.Name = "allDataNodesTextBox";
this.allDataNodesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.allDataNodesTextBox.Size = new System.Drawing.Size(335, 88);
this.allDataNodesTextBox.TabIndex = 16;
this.allDataNodesTextBox.WordWrap = false;
//
// showAllDataNodeObjectsButton
//
this.showAllDataNodeObjectsButton.Location = new System.Drawing.Point(6, 6);
this.showAllDataNodeObjectsButton.Name = "showAllDataNodeObjectsButton";
this.showAllDataNodeObjectsButton.Size = new System.Drawing.Size(154, 23);
this.showAllDataNodeObjectsButton.TabIndex = 15;
this.showAllDataNodeObjectsButton.Text = "Show All DataNode Objects";
this.showAllDataNodeObjectsButton.UseVisualStyleBackColor = true;
this.showAllDataNodeObjectsButton.Click += new System.EventHandler(this.showAllDataNodeObjectsButton_Click);
//
// simpleDataNodeControlTabPage
//
this.simpleDataNodeControlTabPage.Location = new System.Drawing.Point(4, 22);
this.simpleDataNodeControlTabPage.Name = "simpleDataNodeControlTabPage";
this.simpleDataNodeControlTabPage.Size = new System.Drawing.Size(347, 129);
this.simpleDataNodeControlTabPage.TabIndex = 4;
this.simpleDataNodeControlTabPage.Text = "SimpleDataNodeControl";
this.simpleDataNodeControlTabPage.UseVisualStyleBackColor = true;
//
// placeHolderLabel
//
this.placeHolderLabel.AutoSize = true;
this.placeHolderLabel.Location = new System.Drawing.Point(178, 16);
this.placeHolderLabel.Name = "placeHolderLabel";
this.placeHolderLabel.Size = new System.Drawing.Size(66, 13);
this.placeHolderLabel.TabIndex = 29;
this.placeHolderLabel.Text = "Place holder";
this.placeHolderLabel.Visible = false;
//
// colorByValueCheckBox
//
this.colorByValueCheckBox.AutoSize = true;
this.colorByValueCheckBox.Location = new System.Drawing.Point(181, 41);
this.colorByValueCheckBox.Name = "colorByValueCheckBox";
this.colorByValueCheckBox.Size = new System.Drawing.Size(94, 17);
this.colorByValueCheckBox.TabIndex = 28;
this.colorByValueCheckBox.Text = "Color by Value";
this.colorByValueCheckBox.UseVisualStyleBackColor = true;
this.colorByValueCheckBox.CheckedChanged += new System.EventHandler(this.updateDataNodeFactoryButton_Click);
//
// editColorGradientButton
//
this.editColorGradientButton.Location = new System.Drawing.Point(181, 94);
this.editColorGradientButton.Name = "editColorGradientButton";
this.editColorGradientButton.Size = new System.Drawing.Size(177, 23);
this.editColorGradientButton.TabIndex = 27;
this.editColorGradientButton.Text = "View / Edit Color Gradient";
this.editColorGradientButton.UseVisualStyleBackColor = true;
this.editColorGradientButton.Click += new System.EventHandler(this.editColorGradientButton_Click);
//
// dataNodeColorFormulaTextBox
//
this.dataNodeColorFormulaTextBox.Location = new System.Drawing.Point(258, 65);
this.dataNodeColorFormulaTextBox.Name = "dataNodeColorFormulaTextBox";
this.dataNodeColorFormulaTextBox.Size = new System.Drawing.Size(100, 20);
this.dataNodeColorFormulaTextBox.TabIndex = 14;
this.dataNodeColorFormulaTextBox.Text = "[Price]";
this.dataNodeColorFormulaTextBox.TextChanged += new System.EventHandler(this.dataNodeColorFormulaTextBox_TextChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(178, 68);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(74, 13);
this.label5.TabIndex = 13;
this.label5.Text = "Color Formula:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(178, 142);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(44, 13);
this.label4.TabIndex = 9;
this.label4.Text = "Symbol:";
//
// dataNodeSymbolTextBox
//
this.dataNodeSymbolTextBox.Location = new System.Drawing.Point(228, 139);
this.dataNodeSymbolTextBox.Name = "dataNodeSymbolTextBox";
this.dataNodeSymbolTextBox.Size = new System.Drawing.Size(100, 20);
this.dataNodeSymbolTextBox.TabIndex = 8;
this.dataNodeSymbolTextBox.Text = "ORCL";
this.dataNodeSymbolTextBox.TextChanged += new System.EventHandler(this.updateDataNodeSymbolButton_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 16);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(40, 13);
this.label3.TabIndex = 7;
this.label3.Text = "Result:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 42);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 13);
this.label2.TabIndex = 6;
this.label2.Text = "Formula:";
//
// dataNodeFormulaTextBox
//
this.dataNodeFormulaTextBox.Location = new System.Drawing.Point(59, 39);
this.dataNodeFormulaTextBox.Name = "dataNodeFormulaTextBox";
this.dataNodeFormulaTextBox.Size = new System.Drawing.Size(100, 20);
this.dataNodeFormulaTextBox.TabIndex = 5;
this.dataNodeFormulaTextBox.Text = "[TV]";
this.dataNodeFormulaTextBox.TextChanged += new System.EventHandler(this.updateDataNodeFactoryButton_Click);
//
// dateTimeTransformationRadioButton
//
this.dateTimeTransformationRadioButton.AutoSize = true;
this.dateTimeTransformationRadioButton.Location = new System.Drawing.Point(9, 140);
this.dateTimeTransformationRadioButton.Name = "dateTimeTransformationRadioButton";
this.dateTimeTransformationRadioButton.Size = new System.Drawing.Size(71, 17);
this.dateTimeTransformationRadioButton.TabIndex = 4;
this.dateTimeTransformationRadioButton.Text = "DateTime";
this.dateTimeTransformationRadioButton.UseVisualStyleBackColor = true;
this.dateTimeTransformationRadioButton.CheckedChanged += new System.EventHandler(this.updateDataNodeFactoryButton_Click);
//
// doubleTransformationRadioButton
//
this.doubleTransformationRadioButton.AutoSize = true;
this.doubleTransformationRadioButton.Location = new System.Drawing.Point(9, 117);
this.doubleTransformationRadioButton.Name = "doubleTransformationRadioButton";
this.doubleTransformationRadioButton.Size = new System.Drawing.Size(59, 17);
this.doubleTransformationRadioButton.TabIndex = 3;
this.doubleTransformationRadioButton.Text = "Double";
this.doubleTransformationRadioButton.UseVisualStyleBackColor = true;
this.doubleTransformationRadioButton.CheckedChanged += new System.EventHandler(this.updateDataNodeFactoryButton_Click);
//
// integerTransformationRadioButton
//
this.integerTransformationRadioButton.AutoSize = true;
this.integerTransformationRadioButton.Location = new System.Drawing.Point(9, 94);
this.integerTransformationRadioButton.Name = "integerTransformationRadioButton";
this.integerTransformationRadioButton.Size = new System.Drawing.Size(58, 17);
this.integerTransformationRadioButton.TabIndex = 2;
this.integerTransformationRadioButton.Text = "Integer";
this.integerTransformationRadioButton.UseVisualStyleBackColor = true;
this.integerTransformationRadioButton.CheckedChanged += new System.EventHandler(this.updateDataNodeFactoryButton_Click);
//
// stringTransformationRadioButton
//
this.stringTransformationRadioButton.AutoSize = true;
this.stringTransformationRadioButton.Checked = true;
this.stringTransformationRadioButton.Location = new System.Drawing.Point(9, 71);
this.stringTransformationRadioButton.Name = "stringTransformationRadioButton";
this.stringTransformationRadioButton.Size = new System.Drawing.Size(148, 17);
this.stringTransformationRadioButton.TabIndex = 1;
this.stringTransformationRadioButton.TabStop = true;
this.stringTransformationRadioButton.Text = "String (No Transformation)";
this.stringTransformationRadioButton.UseVisualStyleBackColor = true;
this.stringTransformationRadioButton.CheckedChanged += new System.EventHandler(this.updateDataNodeFactoryButton_Click);
//
// dataNodeLabel
//
this.dataNodeLabel.AutoSize = true;
this.dataNodeLabel.Location = new System.Drawing.Point(52, 16);
this.dataNodeLabel.Name = "dataNodeLabel";
this.dataNodeLabel.Size = new System.Drawing.Size(88, 13);
this.dataNodeLabel.TabIndex = 0;
this.dataNodeLabel.Text = "Data Node Label";
//
// StockDataTester
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(394, 425);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.symbolTextBox);
this.Controls.Add(this.updateSymbolButton);
this.Controls.Add(this.updateFormulaButton);
this.Controls.Add(this.formulaTextBox);
this.Controls.Add(this.label1);
this.Name = "StockDataTester";
this.Text = "StockDataTester";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.StockDataTester_FormClosed);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.fakeDataTabPage.ResumeLayout(false);
this.fakeDataTabPage.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox formulaTextBox;
private System.Windows.Forms.Button updateFormulaButton;
private System.Windows.Forms.Button updateSymbolButton;
private System.Windows.Forms.TextBox symbolTextBox;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label dataNodeLabel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox dataNodeFormulaTextBox;
private System.Windows.Forms.RadioButton dateTimeTransformationRadioButton;
private System.Windows.Forms.RadioButton doubleTransformationRadioButton;
private System.Windows.Forms.RadioButton integerTransformationRadioButton;
private System.Windows.Forms.RadioButton stringTransformationRadioButton;
private System.Windows.Forms.TextBox dataNodeFactoriesTextBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox dataNodeSymbolTextBox;
private System.Windows.Forms.TextBox dataNodeColorFormulaTextBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button editColorGradientButton;
private System.Windows.Forms.CheckBox colorByValueCheckBox;
private System.Windows.Forms.Label placeHolderLabel;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage combinedWidgettabPage;
private System.Windows.Forms.TabPage fakeDataTabPage;
private System.Windows.Forms.TextBox fakeDataToSendTextBox;
private System.Windows.Forms.Button copyFakeDataFromAboveButton;
private System.Windows.Forms.Button sendFakeDataButton;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox fakeDataSymbolTextBox;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TextBox allDataNodesTextBox;
private System.Windows.Forms.Button showAllDataNodeObjectsButton;
private System.Windows.Forms.TabPage simpleDataNodeControlTabPage;
}
}