namespace TradeIdeas.TIProGUI { 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WelcomeScreen)); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.btnShowDeveloperTools = new System.Windows.Forms.Button(); this.btnEvaluateScript = new System.Windows.Forms.Button(); this.txtScript = new System.Windows.Forms.TextBox(); 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.formSnapper1 = new Informacija.FormSnapper(this.components); this.tabControl1.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // // 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(488, 455); this.tabControl1.TabIndex = 0; // // 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(480, 429); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Strategies"; this.tabPage2.UseVisualStyleBackColor = true; // // tabPage3 // this.tabPage3.Controls.Add(this.btnShowDeveloperTools); this.tabPage3.Controls.Add(this.btnEvaluateScript); this.tabPage3.Controls.Add(this.txtScript); 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, 429); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Developer"; this.tabPage3.UseVisualStyleBackColor = true; // // btnShowDeveloperTools // this.btnShowDeveloperTools.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnShowDeveloperTools.Location = new System.Drawing.Point(159, 277); this.btnShowDeveloperTools.Name = "btnShowDeveloperTools"; this.btnShowDeveloperTools.Size = new System.Drawing.Size(133, 23); this.btnShowDeveloperTools.TabIndex = 10; this.btnShowDeveloperTools.Text = "Show Developer Tools"; this.btnShowDeveloperTools.UseVisualStyleBackColor = true; this.btnShowDeveloperTools.Click += new System.EventHandler(this.btnShowDeveloperTools_Click); // // btnEvaluateScript // this.btnEvaluateScript.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnEvaluateScript.Location = new System.Drawing.Point(9, 341); this.btnEvaluateScript.Name = "btnEvaluateScript"; this.btnEvaluateScript.Size = new System.Drawing.Size(133, 23); this.btnEvaluateScript.TabIndex = 8; this.btnEvaluateScript.Text = "Evaluate Script"; this.btnEvaluateScript.UseVisualStyleBackColor = true; this.btnEvaluateScript.Click += new System.EventHandler(this.btnEvaluateScript_Click); // // txtScript // this.txtScript.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtScript.Location = new System.Drawing.Point(9, 315); this.txtScript.Name = "txtScript"; this.txtScript.Size = new System.Drawing.Size(463, 20); this.txtScript.TabIndex = 7; this.txtScript.Text = "test();"; // // 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(6, 277); 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, 109); this.htmlBodyTextBox.Multiline = true; this.htmlBodyTextBox.Name = "htmlBodyTextBox"; this.htmlBodyTextBox.Size = new System.Drawing.Size(464, 162); 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, 401); 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, 385); 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, 44); 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, 70); 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"; // // formSnapper1 // this.formSnapper1.ContainerControl = this; this.formSnapper1.Enabled = false; this.formSnapper1.FamilyName = ""; this.formSnapper1.SnapDistance = 20; this.formSnapper1.Win10HeightAdjustment = 0; this.formSnapper1.Win10WidthAdjustment = 0; // // WelcomeScreen // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(488, 455); this.Controls.Add(this.tabControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.Name = "WelcomeScreen"; this.Text = "WelcomeScreen"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WelcomeScreen_FormClosing); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WelcomeScreen_KeyDown); this.tabControl1.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage2; 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; private Informacija.FormSnapper formSnapper1; private System.Windows.Forms.Button btnEvaluateScript; private System.Windows.Forms.TextBox txtScript; private System.Windows.Forms.Button btnShowDeveloperTools; } }