namespace QuantConnect.Views.WinForms { partial class LeanWinForm { /// /// 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(LeanWinForm)); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.FormToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.FormToolStripStatusStringLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.StatisticsToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.FormToolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar(); this.splitPanel = new System.Windows.Forms.SplitContainer(); this.groupLog = new System.Windows.Forms.GroupBox(); this.LogTextBox = new System.Windows.Forms.RichTextBox(); this.timer = new System.Windows.Forms.Timer(this.components); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitPanel)).BeginInit(); this.splitPanel.Panel2.SuspendLayout(); this.splitPanel.SuspendLayout(); this.groupLog.SuspendLayout(); this.SuspendLayout(); // // statusStrip1 // this.statusStrip1.ImageScalingSize = new System.Drawing.Size(28, 28); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FormToolStripStatusLabel, this.FormToolStripStatusStringLabel, this.StatisticsToolStripStatusLabel, this.FormToolStripProgressBar}); this.statusStrip1.Location = new System.Drawing.Point(0, 868); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1443, 35); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // FormToolStripStatusLabel // this.FormToolStripStatusLabel.Name = "FormToolStripStatusLabel"; this.FormToolStripStatusLabel.Size = new System.Drawing.Size(182, 30); this.FormToolStripStatusLabel.Text = "Loading Complete"; // // FormToolStripStatusStringLabel // this.FormToolStripStatusStringLabel.Name = "FormToolStripStatusStringLabel"; this.FormToolStripStatusStringLabel.Size = new System.Drawing.Size(901, 30); this.FormToolStripStatusStringLabel.Spring = true; // // StatisticsToolStripStatusLabel // this.StatisticsToolStripStatusLabel.Name = "StatisticsToolStripStatusLabel"; this.StatisticsToolStripStatusLabel.Size = new System.Drawing.Size(243, 30); this.StatisticsToolStripStatusLabel.Text = "Statistics: CPU: Ram: "; // // FormToolStripProgressBar // this.FormToolStripProgressBar.Name = "FormToolStripProgressBar"; this.FormToolStripProgressBar.Size = new System.Drawing.Size(100, 29); // // splitPanel // this.splitPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.splitPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.splitPanel.Location = new System.Drawing.Point(0, 0); this.splitPanel.Name = "splitPanel"; this.splitPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitPanel.Panel2 // this.splitPanel.Panel2.Controls.Add(this.groupLog); this.splitPanel.Panel2MinSize = 100; this.splitPanel.Size = new System.Drawing.Size(1443, 868); this.splitPanel.SplitterDistance = 693; this.splitPanel.SplitterWidth = 10; this.splitPanel.TabIndex = 2; // // groupLog // this.groupLog.Controls.Add(this.LogTextBox); this.groupLog.Dock = System.Windows.Forms.DockStyle.Fill; this.groupLog.Location = new System.Drawing.Point(0, 0); this.groupLog.Name = "groupLog"; this.groupLog.Size = new System.Drawing.Size(1439, 161); this.groupLog.TabIndex = 0; this.groupLog.TabStop = false; this.groupLog.Text = "Log"; // // LogTextBox // this.LogTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.LogTextBox.Location = new System.Drawing.Point(3, 25); this.LogTextBox.Name = "LogTextBox"; this.LogTextBox.ReadOnly = true; this.LogTextBox.Size = new System.Drawing.Size(1433, 133); this.LogTextBox.TabIndex = 0; this.LogTextBox.Text = ""; // // timer // this.timer.Enabled = true; this.timer.Interval = 250; this.timer.Tick += new System.EventHandler(this.timer_Tick); // // LeanWinForm // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1443, 903); this.Controls.Add(this.splitPanel); this.Controls.Add(this.statusStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(1024, 768); this.Name = "LeanWinForm"; this.Text = "QuantConnect Lean Algorithmic Trading Engine: v0.00"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.LeanWinForm_FormClosed); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.splitPanel.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitPanel)).EndInit(); this.splitPanel.ResumeLayout(false); this.groupLog.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.SplitContainer splitPanel; private System.Windows.Forms.GroupBox groupLog; private System.Windows.Forms.ToolStripStatusLabel FormToolStripStatusLabel; private System.Windows.Forms.ToolStripStatusLabel FormToolStripStatusStringLabel; private System.Windows.Forms.ToolStripStatusLabel StatisticsToolStripStatusLabel; private System.Windows.Forms.ToolStripProgressBar FormToolStripProgressBar; private System.Windows.Forms.Timer timer; private System.Windows.Forms.RichTextBox LogTextBox; } }