namespace TIProDevExtension { partial class WelcomeScreen { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WelcomeScreen)); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.multiStrategyButton = new System.Windows.Forms.Button(); this.compareCountButton = new System.Windows.Forms.Button(); this.topListButton = new System.Windows.Forms.Button(); this.alertWindowButton = new System.Windows.Forms.Button(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.webBrowser1 = new System.Windows.Forms.WebBrowser(); 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.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); 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(488, 407); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.multiStrategyButton); this.tabPage1.Controls.Add(this.compareCountButton); this.tabPage1.Controls.Add(this.topListButton); this.tabPage1.Controls.Add(this.alertWindowButton); 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(480, 381); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Windows"; this.tabPage1.UseVisualStyleBackColor = true; // // multiStrategyButton // this.multiStrategyButton.Location = new System.Drawing.Point(8, 64); this.multiStrategyButton.Name = "multiStrategyButton"; this.multiStrategyButton.Size = new System.Drawing.Size(104, 23); this.multiStrategyButton.TabIndex = 2; this.multiStrategyButton.Text = "Multi-Strategy"; this.multiStrategyButton.UseVisualStyleBackColor = true; // // compareCountButton // this.compareCountButton.Location = new System.Drawing.Point(8, 93); this.compareCountButton.Name = "compareCountButton"; this.compareCountButton.Size = new System.Drawing.Size(104, 23); this.compareCountButton.TabIndex = 3; this.compareCountButton.Text = "Compare Count"; this.compareCountButton.UseVisualStyleBackColor = true; // // topListButton // this.topListButton.Location = new System.Drawing.Point(8, 35); this.topListButton.Name = "topListButton"; this.topListButton.Size = new System.Drawing.Size(104, 23); this.topListButton.TabIndex = 1; this.topListButton.Text = "Top List"; this.topListButton.UseVisualStyleBackColor = true; // // alertWindowButton // this.alertWindowButton.Location = new System.Drawing.Point(8, 6); this.alertWindowButton.Name = "alertWindowButton"; this.alertWindowButton.Size = new System.Drawing.Size(104, 23); this.alertWindowButton.TabIndex = 0; this.alertWindowButton.Text = "Alerts"; this.alertWindowButton.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Controls.Add(this.webBrowser1); 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(480, 381); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Strategies"; this.tabPage2.UseVisualStyleBackColor = true; // // webBrowser1 // this.webBrowser1.AllowWebBrowserDrop = false; this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser1.IsWebBrowserContextMenuEnabled = false; this.webBrowser1.Location = new System.Drawing.Point(3, 3); this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser1.Name = "webBrowser1"; this.webBrowser1.ScriptErrorsSuppressed = true; this.webBrowser1.Size = new System.Drawing.Size(474, 375); this.webBrowser1.TabIndex = 0; this.webBrowser1.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.webBrowser1_Navigating); // // 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(480, 381); 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, 282); 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(464, 142); 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, 353); this.lastNavigationTextBox.Name = "lastNavigationTextBox"; this.lastNavigationTextBox.ReadOnly = true; this.lastNavigationTextBox.Size = new System.Drawing.Size(464, 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, 337); 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(464, 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); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // WelcomeScreen // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(488, 407); this.Controls.Add(this.tabControl1); this.Name = "WelcomeScreen"; this.Text = "WelcomeScreen"; this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Button multiStrategyButton; private System.Windows.Forms.Button compareCountButton; private System.Windows.Forms.Button topListButton; private System.Windows.Forms.Button alertWindowButton; private System.Windows.Forms.WebBrowser webBrowser1; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.TextBox urlTextBox; private System.Windows.Forms.Button loadFromWebButton; private System.Windows.Forms.Button loadFromFileButton; private System.Windows.Forms.TextBox lastNavigationTextBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button loadFromHereButton; private System.Windows.Forms.TextBox htmlBodyTextBox; private System.Windows.Forms.OpenFileDialog openFileDialog1; } }