namespace PolyTraderSharp { partial class frm_analytics { /// /// 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() { menuStrip1 = new MenuStrip(); toolStrip1 = new ToolStrip(); tabControl1 = new TabControl(); tabPage1 = new TabPage(); tabPage2 = new TabPage(); tabControl1.SuspendLayout(); SuspendLayout(); // // menuStrip1 // menuStrip1.ImageScalingSize = new Size(24, 24); menuStrip1.Location = new Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new Size(2229, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // toolStrip1 // toolStrip1.ImageScalingSize = new Size(24, 24); toolStrip1.Location = new Point(0, 24); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new Size(2229, 25); toolStrip1.TabIndex = 1; toolStrip1.Text = "toolStrip1"; // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Location = new Point(0, 52); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new Size(2229, 1115); tabControl1.TabIndex = 2; // // tabPage1 // tabPage1.Location = new Point(4, 34); tabPage1.Name = "tabPage1"; tabPage1.Padding = new Padding(3); tabPage1.Size = new Size(2221, 1077); tabPage1.TabIndex = 0; tabPage1.Text = "tabPage1"; tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // tabPage2.Location = new Point(4, 34); tabPage2.Name = "tabPage2"; tabPage2.Padding = new Padding(3); tabPage2.Size = new Size(2221, 1077); tabPage2.TabIndex = 1; tabPage2.Text = "tabPage2"; tabPage2.UseVisualStyleBackColor = true; // // frm_analytics // AutoScaleDimensions = new SizeF(10F, 25F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(2229, 1169); Controls.Add(tabControl1); Controls.Add(toolStrip1); Controls.Add(menuStrip1); MainMenuStrip = menuStrip1; Name = "frm_analytics"; Text = "Analyse"; tabControl1.ResumeLayout(false); ResumeLayout(false); PerformLayout(); } #endregion private MenuStrip menuStrip1; private ToolStrip toolStrip1; private TabControl tabControl1; private TabPage tabPage1; private TabPage tabPage2; } }