namespace TradeIdeas.TIProGUI
{
partial class ChannelBarForm
{
///
/// 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(ChannelBarForm));
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.label2 = new System.Windows.Forms.Label();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.loadFromHereButton = new System.Windows.Forms.Button();
this.htmlBodyTextBox = new System.Windows.Forms.TextBox();
this.lastNavigationTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.urlTextBox = new System.Windows.Forms.TextBox();
this.loadFromWebButton = new System.Windows.Forms.Button();
this.loadFromFileButton = new System.Windows.Forms.Button();
this.formSnapper1 = new Informacija.FormSnapper(this.components);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.tabControl1.SuspendLayout();
this.tabPage3.SuspendLayout();
this.SuspendLayout();
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.IsSplitterFixed = true;
this.splitContainer1.Location = new System.Drawing.Point(3, 3);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.Window;
this.splitContainer1.Panel1.Controls.Add(this.label2);
this.splitContainer1.Panel1.Controls.Add(this.pictureBox2);
this.splitContainer1.Panel1.Controls.Add(this.pictureBox1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
this.splitContainer1.Size = new System.Drawing.Size(493, 400);
this.splitContainer1.SplitterDistance = 25;
this.splitContainer1.SplitterWidth = 1;
this.splitContainer1.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(49, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Channel Bar";
//
// pictureBox2
//
this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(50)))), ((int)(((byte)(22)))));
this.pictureBox2.BackgroundImage = global::TradeIdeas.TIProGUI.Properties.Resources.close_6;
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.pictureBox2.Location = new System.Drawing.Point(469, 3);
this.pictureBox2.Margin = new System.Windows.Forms.Padding(0);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(20, 20);
this.pictureBox2.TabIndex = 1;
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.BackgroundImage = global::TradeIdeas.TIProGUI.Properties.Resources.gear_20;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.pictureBox1.Location = new System.Drawing.Point(9, 3);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(20, 20);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(493, 374);
this.tabControl1.TabIndex = 1;
//
// tabPage2
//
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(485, 348);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Strategies";
this.tabPage2.UseVisualStyleBackColor = true;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.loadFromHereButton);
this.tabPage3.Controls.Add(this.htmlBodyTextBox);
this.tabPage3.Controls.Add(this.lastNavigationTextBox);
this.tabPage3.Controls.Add(this.label1);
this.tabPage3.Controls.Add(this.urlTextBox);
this.tabPage3.Controls.Add(this.loadFromWebButton);
this.tabPage3.Controls.Add(this.loadFromFileButton);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(485, 348);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Developer";
this.tabPage3.UseVisualStyleBackColor = true;
//
// loadFromHereButton
//
this.loadFromHereButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.loadFromHereButton.Location = new System.Drawing.Point(9, 240);
this.loadFromHereButton.Name = "loadFromHereButton";
this.loadFromHereButton.Size = new System.Drawing.Size(133, 23);
this.loadFromHereButton.TabIndex = 6;
this.loadFromHereButton.Text = "Load from Here";
this.loadFromHereButton.UseVisualStyleBackColor = true;
this.loadFromHereButton.Click += new System.EventHandler(this.loadFromHereButton_Click);
//
// htmlBodyTextBox
//
this.htmlBodyTextBox.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.htmlBodyTextBox.Location = new System.Drawing.Point(8, 134);
this.htmlBodyTextBox.Multiline = true;
this.htmlBodyTextBox.Name = "htmlBodyTextBox";
this.htmlBodyTextBox.Size = new System.Drawing.Size(463, 100);
this.htmlBodyTextBox.TabIndex = 5;
this.htmlBodyTextBox.Text = resources.GetString("htmlBodyTextBox.Text");
//
// lastNavigationTextBox
//
this.lastNavigationTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lastNavigationTextBox.Location = new System.Drawing.Point(8, 311);
this.lastNavigationTextBox.Name = "lastNavigationTextBox";
this.lastNavigationTextBox.ReadOnly = true;
this.lastNavigationTextBox.Size = new System.Drawing.Size(463, 20);
this.lastNavigationTextBox.TabIndex = 4;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 295);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(84, 13);
this.label1.TabIndex = 3;
this.label1.Text = "Last Navigation:";
//
// urlTextBox
//
this.urlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.urlTextBox.Location = new System.Drawing.Point(8, 55);
this.urlTextBox.Name = "urlTextBox";
this.urlTextBox.Size = new System.Drawing.Size(463, 20);
this.urlTextBox.TabIndex = 1;
//
// loadFromWebButton
//
this.loadFromWebButton.Location = new System.Drawing.Point(8, 81);
this.loadFromWebButton.Name = "loadFromWebButton";
this.loadFromWebButton.Size = new System.Drawing.Size(134, 23);
this.loadFromWebButton.TabIndex = 2;
this.loadFromWebButton.Text = "Load from Web";
this.loadFromWebButton.UseVisualStyleBackColor = true;
this.loadFromWebButton.Click += new System.EventHandler(this.loadFromWebButton_Click);
//
// loadFromFileButton
//
this.loadFromFileButton.Location = new System.Drawing.Point(8, 6);
this.loadFromFileButton.Name = "loadFromFileButton";
this.loadFromFileButton.Size = new System.Drawing.Size(134, 23);
this.loadFromFileButton.TabIndex = 0;
this.loadFromFileButton.Text = "Load from File";
this.loadFromFileButton.UseVisualStyleBackColor = true;
this.loadFromFileButton.Click += new System.EventHandler(this.loadFromFileButton_Click);
//
// formSnapper1
//
this.formSnapper1.ContainerControl = this;
this.formSnapper1.Enabled = false;
this.formSnapper1.FamilyName = "";
this.formSnapper1.SnapDistance = 20;
this.formSnapper1.Win10HeightAdjustment = 0;
this.formSnapper1.Win10WidthAdjustment = 0;
//
// ChannelBarForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(499, 406);
this.Controls.Add(this.splitContainer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ChannelBarForm";
this.Padding = new System.Windows.Forms.Padding(3);
this.Text = "WelcomeScreen";
this.Activated += new System.EventHandler(this.ChannelBarForm_Activated);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ChannelBarForm_FormClosing);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ChannelBarForm_KeyDown);
this.Resize += new System.EventHandler(this.ChannelBarForm_Resize);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.tabControl1.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Button loadFromHereButton;
private System.Windows.Forms.TextBox htmlBodyTextBox;
private System.Windows.Forms.TextBox lastNavigationTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox urlTextBox;
private System.Windows.Forms.Button loadFromWebButton;
private System.Windows.Forms.Button loadFromFileButton;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label2;
private Informacija.FormSnapper formSnapper1;
}
}