/// /// Copyright (c) 2017 Sensus Slovensko a.s. /// namespace TBF.UI.Graphs { partial class GraphsTabPageCtrl { /// /// 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 Component 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(GraphsTabPageCtrl)); this.splitContainer = new System.Windows.Forms.SplitContainer(); this.testsHistoryTreeView = new System.Windows.Forms.TreeView(); this.plotterDisplayEx = new GraphLib.PlotterDisplayEx(); this.refreshButton = new System.Windows.Forms.Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.checkBox8 = new System.Windows.Forms.CheckBox(); this.checkBox7 = new System.Windows.Forms.CheckBox(); this.layoutModeComboBox = new System.Windows.Forms.ComboBox(); this.checkBox6 = new System.Windows.Forms.CheckBox(); this.checkBox5 = new System.Windows.Forms.CheckBox(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.Panel2.SuspendLayout(); this.splitContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // splitContainer // resources.ApplyResources(this.splitContainer, "splitContainer"); this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // this.splitContainer.Panel1.BackColor = System.Drawing.SystemColors.Control; this.splitContainer.Panel1.Controls.Add(this.testsHistoryTreeView); // // splitContainer.Panel2 // this.splitContainer.Panel2.Controls.Add(this.plotterDisplayEx); // // testsHistoryTreeView // resources.ApplyResources(this.testsHistoryTreeView, "testsHistoryTreeView"); this.testsHistoryTreeView.Name = "testsHistoryTreeView"; this.testsHistoryTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.testsHistoryTreeView_NodeMouseClick); // // plotterDisplayEx // this.plotterDisplayEx.BackColor = System.Drawing.Color.Transparent; this.plotterDisplayEx.BackgroundColorBot = System.Drawing.Color.White; this.plotterDisplayEx.BackgroundColorTop = System.Drawing.Color.White; this.plotterDisplayEx.DashedGridColor = System.Drawing.Color.DarkGray; resources.ApplyResources(this.plotterDisplayEx, "plotterDisplayEx"); this.plotterDisplayEx.DoubleBuffering = false; this.plotterDisplayEx.Name = "plotterDisplayEx"; this.plotterDisplayEx.SolidGridColor = System.Drawing.Color.DarkGray; // // refreshButton // resources.ApplyResources(this.refreshButton, "refreshButton"); this.refreshButton.Name = "refreshButton"; this.refreshButton.UseVisualStyleBackColor = true; this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click); // // splitContainer1 // resources.ApplyResources(this.splitContainer1, "splitContainer1"); this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.checkBox8); this.splitContainer1.Panel1.Controls.Add(this.checkBox7); this.splitContainer1.Panel1.Controls.Add(this.layoutModeComboBox); this.splitContainer1.Panel1.Controls.Add(this.checkBox6); this.splitContainer1.Panel1.Controls.Add(this.checkBox5); this.splitContainer1.Panel1.Controls.Add(this.checkBox4); this.splitContainer1.Panel1.Controls.Add(this.checkBox3); this.splitContainer1.Panel1.Controls.Add(this.checkBox2); this.splitContainer1.Panel1.Controls.Add(this.checkBox1); this.splitContainer1.Panel1.Controls.Add(this.refreshButton); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer); // // checkBox8 // resources.ApplyResources(this.checkBox8, "checkBox8"); this.checkBox8.Name = "checkBox8"; this.checkBox8.UseVisualStyleBackColor = true; this.checkBox8.CheckedChanged += new System.EventHandler(this.checkBox8_CheckedChanged); // // checkBox7 // resources.ApplyResources(this.checkBox7, "checkBox7"); this.checkBox7.Name = "checkBox7"; this.checkBox7.UseVisualStyleBackColor = true; this.checkBox7.CheckedChanged += new System.EventHandler(this.checkBox7_CheckedChanged); // // layoutModeComboBox // this.layoutModeComboBox.FormattingEnabled = true; resources.ApplyResources(this.layoutModeComboBox, "layoutModeComboBox"); this.layoutModeComboBox.Name = "layoutModeComboBox"; this.layoutModeComboBox.SelectedIndexChanged += new System.EventHandler(this.layoutModeComboBox_SelectedIndexChanged); // // checkBox6 // resources.ApplyResources(this.checkBox6, "checkBox6"); this.checkBox6.Name = "checkBox6"; this.checkBox6.UseVisualStyleBackColor = true; this.checkBox6.CheckedChanged += new System.EventHandler(this.checkBox6_CheckedChanged); // // checkBox5 // resources.ApplyResources(this.checkBox5, "checkBox5"); this.checkBox5.Name = "checkBox5"; this.checkBox5.UseVisualStyleBackColor = true; this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged); // // checkBox4 // resources.ApplyResources(this.checkBox4, "checkBox4"); this.checkBox4.Name = "checkBox4"; this.checkBox4.UseVisualStyleBackColor = true; this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged); // // checkBox3 // resources.ApplyResources(this.checkBox3, "checkBox3"); this.checkBox3.Name = "checkBox3"; this.checkBox3.UseVisualStyleBackColor = true; this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged); // // checkBox2 // resources.ApplyResources(this.checkBox2, "checkBox2"); this.checkBox2.Name = "checkBox2"; this.checkBox2.UseVisualStyleBackColor = true; this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged); // // checkBox1 // resources.ApplyResources(this.checkBox1, "checkBox1"); this.checkBox1.Name = "checkBox1"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // GraphsTabPageCtrl // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Silver; this.Controls.Add(this.splitContainer1); this.Name = "GraphsTabPageCtrl"; this.splitContainer.Panel1.ResumeLayout(false); this.splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); this.splitContainer.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer; private GraphLib.PlotterDisplayEx plotterDisplayEx; private System.Windows.Forms.TreeView testsHistoryTreeView; private System.Windows.Forms.Button refreshButton; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.CheckBox checkBox6; private System.Windows.Forms.CheckBox checkBox5; private System.Windows.Forms.CheckBox checkBox4; private System.Windows.Forms.CheckBox checkBox3; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.ComboBox layoutModeComboBox; private System.Windows.Forms.CheckBox checkBox8; private System.Windows.Forms.CheckBox checkBox7; } }