namespace TradeIdeas.TIProGUI.FormulaEditor
{
partial class FormulaEditor
{
///
/// 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormulaEditor));
this.label1 = new System.Windows.Forms.Label();
this.loadComboBox = new System.Windows.Forms.ComboBox();
this.createNewComboBox = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.descriptionTextBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.unitsTextBox = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.formatComboBox = new System.Windows.Forms.ComboBox();
this.graphicsComboBox = new System.Windows.Forms.ComboBox();
this.saveButton = new System.Windows.Forms.Button();
this.deleteButton = new System.Windows.Forms.Button();
this.helpButton = new System.Windows.Forms.Button();
this.statusLabel = new System.Windows.Forms.Label();
this.whichToSaveLabel = new System.Windows.Forms.Label();
this.whichToSavePictureBox = new System.Windows.Forms.PictureBox();
this.formSnapper1 = new Informacija.FormSnapper(this.components);
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.statePictureBox = new System.Windows.Forms.PictureBox();
this.sourceDelayTextBox = new TradeIdeas.TIProGUI.DelayTextBox();
((System.ComponentModel.ISupportInitialize)(this.whichToSavePictureBox)).BeginInit();
this.flowLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.statePictureBox)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 14);
this.label1.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(31, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Load";
//
// loadComboBox
//
this.loadComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.loadComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.loadComboBox.FormattingEnabled = true;
this.loadComboBox.Location = new System.Drawing.Point(42, 11);
this.loadComboBox.Margin = new System.Windows.Forms.Padding(1);
this.loadComboBox.Name = "loadComboBox";
this.loadComboBox.Size = new System.Drawing.Size(389, 21);
this.loadComboBox.TabIndex = 1;
this.loadComboBox.SelectedValueChanged += new System.EventHandler(this.loadComboBox_SelectedValueChanged);
//
// createNewComboBox
//
this.createNewComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.createNewComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.createNewComboBox.FormattingEnabled = true;
this.createNewComboBox.Location = new System.Drawing.Point(505, 11);
this.createNewComboBox.Margin = new System.Windows.Forms.Padding(1);
this.createNewComboBox.Name = "createNewComboBox";
this.createNewComboBox.Size = new System.Drawing.Size(58, 21);
this.createNewComboBox.TabIndex = 3;
this.createNewComboBox.SelectedValueChanged += new System.EventHandler(this.createNewComboBox_SelectedValueChanged);
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(440, 14);
this.label2.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(63, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Create New";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 37);
this.label3.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 13);
this.label3.TabIndex = 5;
this.label3.Text = "Source";
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(10, 273);
this.label4.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(60, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Description";
//
// descriptionTextBox
//
this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.descriptionTextBox.Location = new System.Drawing.Point(72, 270);
this.descriptionTextBox.Margin = new System.Windows.Forms.Padding(1);
this.descriptionTextBox.Name = "descriptionTextBox";
this.descriptionTextBox.Size = new System.Drawing.Size(405, 20);
this.descriptionTextBox.TabIndex = 7;
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(490, 273);
this.label5.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(31, 13);
this.label5.TabIndex = 8;
this.label5.Text = "Units";
//
// unitsTextBox
//
this.unitsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.unitsTextBox.Location = new System.Drawing.Point(523, 270);
this.unitsTextBox.Margin = new System.Windows.Forms.Padding(1);
this.unitsTextBox.Name = "unitsTextBox";
this.unitsTextBox.Size = new System.Drawing.Size(40, 20);
this.unitsTextBox.TabIndex = 9;
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(10, 297);
this.label6.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(39, 13);
this.label6.TabIndex = 10;
this.label6.Text = "Format";
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(149, 297);
this.label7.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(49, 13);
this.label7.TabIndex = 11;
this.label7.Text = "Graphics";
//
// formatComboBox
//
this.formatComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.formatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.formatComboBox.FormattingEnabled = true;
this.formatComboBox.Location = new System.Drawing.Point(51, 294);
this.formatComboBox.Margin = new System.Windows.Forms.Padding(1);
this.formatComboBox.Name = "formatComboBox";
this.formatComboBox.Size = new System.Drawing.Size(79, 21);
this.formatComboBox.TabIndex = 12;
//
// graphicsComboBox
//
this.graphicsComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.graphicsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.graphicsComboBox.FormattingEnabled = true;
this.graphicsComboBox.Location = new System.Drawing.Point(200, 294);
this.graphicsComboBox.Margin = new System.Windows.Forms.Padding(1);
this.graphicsComboBox.Name = "graphicsComboBox";
this.graphicsComboBox.Size = new System.Drawing.Size(108, 21);
this.graphicsComboBox.TabIndex = 13;
//
// saveButton
//
this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.saveButton.Enabled = false;
this.saveButton.Location = new System.Drawing.Point(424, 316);
this.saveButton.Margin = new System.Windows.Forms.Padding(1);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(43, 25);
this.saveButton.TabIndex = 14;
this.saveButton.Text = "&Save";
this.saveButton.UseVisualStyleBackColor = true;
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
//
// deleteButton
//
this.deleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.deleteButton.Enabled = false;
this.deleteButton.Location = new System.Drawing.Point(469, 316);
this.deleteButton.Margin = new System.Windows.Forms.Padding(1);
this.deleteButton.Name = "deleteButton";
this.deleteButton.Size = new System.Drawing.Size(53, 25);
this.deleteButton.TabIndex = 15;
this.deleteButton.Text = "Delete";
this.deleteButton.UseVisualStyleBackColor = true;
this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
//
// helpButton
//
this.helpButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.helpButton.Location = new System.Drawing.Point(524, 316);
this.helpButton.Margin = new System.Windows.Forms.Padding(1);
this.helpButton.Name = "helpButton";
this.helpButton.Size = new System.Drawing.Size(39, 25);
this.helpButton.TabIndex = 16;
this.helpButton.Text = "Help";
this.helpButton.UseVisualStyleBackColor = true;
this.helpButton.Click += new System.EventHandler(this.helpButton_Click);
//
// statusLabel
//
this.statusLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.statusLabel.AutoSize = true;
this.statusLabel.Location = new System.Drawing.Point(1, 4);
this.statusLabel.Margin = new System.Windows.Forms.Padding(1);
this.statusLabel.Name = "statusLabel";
this.statusLabel.Size = new System.Drawing.Size(44, 13);
this.statusLabel.TabIndex = 17;
this.statusLabel.Text = "status...";
//
// whichToSaveLabel
//
this.whichToSaveLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.whichToSaveLabel.AutoSize = true;
this.whichToSaveLabel.Location = new System.Drawing.Point(393, 322);
this.whichToSaveLabel.Name = "whichToSaveLabel";
this.whichToSaveLabel.Size = new System.Drawing.Size(27, 13);
this.whichToSaveLabel.TabIndex = 18;
this.whichToSaveLabel.Text = "U99";
//
// whichToSavePictureBox
//
this.whichToSavePictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.whichToSavePictureBox.Location = new System.Drawing.Point(347, 318);
this.whichToSavePictureBox.Name = "whichToSavePictureBox";
this.whichToSavePictureBox.Size = new System.Drawing.Size(40, 20);
this.whichToSavePictureBox.TabIndex = 19;
this.whichToSavePictureBox.TabStop = false;
//
// formSnapper1
//
this.formSnapper1.ContainerControl = this;
this.formSnapper1.Enabled = false;
this.formSnapper1.FamilyName = "";
this.formSnapper1.SnapDistance = 20;
this.formSnapper1.Win10HeightAdjustment = 0;
this.formSnapper1.Win10WidthAdjustment = 0;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.flowLayoutPanel1.Controls.Add(this.statusLabel);
this.flowLayoutPanel1.Controls.Add(this.statePictureBox);
this.flowLayoutPanel1.Location = new System.Drawing.Point(15, 238);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(293, 24);
this.flowLayoutPanel1.TabIndex = 21;
//
// statePictureBox
//
this.statePictureBox.Location = new System.Drawing.Point(51, 1);
this.statePictureBox.Margin = new System.Windows.Forms.Padding(5, 1, 1, 1);
this.statePictureBox.Name = "statePictureBox";
this.statePictureBox.Size = new System.Drawing.Size(16, 16);
this.statePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.statePictureBox.TabIndex = 21;
this.statePictureBox.TabStop = false;
//
// sourceDelayTextBox
//
this.sourceDelayTextBox.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.sourceDelayTextBox.Delay = 1000;
this.sourceDelayTextBox.Location = new System.Drawing.Point(12, 52);
this.sourceDelayTextBox.Margin = new System.Windows.Forms.Padding(1);
this.sourceDelayTextBox.Multiline = true;
this.sourceDelayTextBox.Name = "sourceDelayTextBox";
this.sourceDelayTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.sourceDelayTextBox.Size = new System.Drawing.Size(551, 182);
this.sourceDelayTextBox.TabIndex = 4;
this.sourceDelayTextBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.sourceDelayTextBox_MouseClick);
this.sourceDelayTextBox.TextChanged += new System.EventHandler(this.sourceDelayTextBox_TextChanged);
this.sourceDelayTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sourceDelayTextBox_KeyDown);
this.sourceDelayTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.sourceDelayTextBox_KeyPress);
this.sourceDelayTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.sourceDelayTextBox_KeyUp);
this.sourceDelayTextBox.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.sourceDelayTextBox_PreviewKeyDown);
//
// FormulaEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(573, 348);
this.Controls.Add(this.sourceDelayTextBox);
this.Controls.Add(this.flowLayoutPanel1);
this.Controls.Add(this.whichToSavePictureBox);
this.Controls.Add(this.whichToSaveLabel);
this.Controls.Add(this.helpButton);
this.Controls.Add(this.deleteButton);
this.Controls.Add(this.saveButton);
this.Controls.Add(this.graphicsComboBox);
this.Controls.Add(this.formatComboBox);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.unitsTextBox);
this.Controls.Add(this.label5);
this.Controls.Add(this.descriptionTextBox);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.createNewComboBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.loadComboBox);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(1);
this.Name = "FormulaEditor";
this.Text = "Formula Editor";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormulaEditor_FormClosed);
((System.ComponentModel.ISupportInitialize)(this.whichToSavePictureBox)).EndInit();
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.statePictureBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox loadComboBox;
private System.Windows.Forms.ComboBox createNewComboBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox descriptionTextBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox unitsTextBox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox formatComboBox;
private System.Windows.Forms.ComboBox graphicsComboBox;
private System.Windows.Forms.Button saveButton;
private System.Windows.Forms.Button deleteButton;
private System.Windows.Forms.Button helpButton;
private System.Windows.Forms.Label statusLabel;
private System.Windows.Forms.Label whichToSaveLabel;
private System.Windows.Forms.PictureBox whichToSavePictureBox;
private Informacija.FormSnapper formSnapper1;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.PictureBox statePictureBox;
private DelayTextBox sourceDelayTextBox;
}
}