/// /// Copyright (c) 2013-2015 Sensus Metering Systems /// namespace TBF.UI.Bench.Paths { partial class PathsDlg { /// /// 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(PathsDlg)); this.splitContainer = new System.Windows.Forms.SplitContainer(); this.pathsTabControl = new System.Windows.Forms.TabControl(); this.feedingTabPage = new System.Windows.Forms.TabPage(); this.pathsFeedingCtrl = new TBF.UI.Bench.Paths.PathsFeedingCtrl(); this.benchTabPage = new System.Windows.Forms.TabPage(); this.pathsBenchCtrl = new TBF.UI.Bench.Paths.PathsBenchCtrl(); this.outputTabPage = new System.Windows.Forms.TabPage(); this.pathsOutputCtrl = new TBF.UI.Bench.Paths.PathsOutputCtrl(); this.metersTabPage = new System.Windows.Forms.TabPage(); this.pathsMetersCtrl = new TBF.UI.Bench.Paths.PathsMetersCtrl(); this.sharedButtons = new TBF.UI.Shared.SharedButtons(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.Panel2.SuspendLayout(); this.splitContainer.SuspendLayout(); this.pathsTabControl.SuspendLayout(); this.feedingTabPage.SuspendLayout(); this.benchTabPage.SuspendLayout(); this.outputTabPage.SuspendLayout(); this.metersTabPage.SuspendLayout(); this.SuspendLayout(); // // splitContainer // resources.ApplyResources(this.splitContainer, "splitContainer"); this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // this.splitContainer.Panel1.Controls.Add(this.pathsTabControl); // // splitContainer.Panel2 // this.splitContainer.Panel2.Controls.Add(this.sharedButtons); // // pathsTabControl // this.pathsTabControl.Controls.Add(this.feedingTabPage); this.pathsTabControl.Controls.Add(this.benchTabPage); this.pathsTabControl.Controls.Add(this.outputTabPage); this.pathsTabControl.Controls.Add(this.metersTabPage); resources.ApplyResources(this.pathsTabControl, "pathsTabControl"); this.pathsTabControl.Name = "pathsTabControl"; this.pathsTabControl.SelectedIndex = 0; this.pathsTabControl.SelectedIndexChanged += new System.EventHandler(this.pathsTabControl_SelectedIndexChanged); // // feedingTabPage // this.feedingTabPage.Controls.Add(this.pathsFeedingCtrl); resources.ApplyResources(this.feedingTabPage, "feedingTabPage"); this.feedingTabPage.Name = "feedingTabPage"; this.feedingTabPage.UseVisualStyleBackColor = true; // // pathsFeedingCtrl // resources.ApplyResources(this.pathsFeedingCtrl, "pathsFeedingCtrl"); this.pathsFeedingCtrl.DoubleClickActivation = false; this.pathsFeedingCtrl.FullRowSelect = true; this.pathsFeedingCtrl.GridLines = true; this.pathsFeedingCtrl.Name = "pathsFeedingCtrl"; this.pathsFeedingCtrl.UseCompatibleStateImageBehavior = false; this.pathsFeedingCtrl.View = System.Windows.Forms.View.Details; this.pathsFeedingCtrl.SelectedIndexChanged += new System.EventHandler(this.SelectedIndexChanged); // // benchTabPage // this.benchTabPage.Controls.Add(this.pathsBenchCtrl); resources.ApplyResources(this.benchTabPage, "benchTabPage"); this.benchTabPage.Name = "benchTabPage"; this.benchTabPage.UseVisualStyleBackColor = true; // // pathsBenchCtrl // resources.ApplyResources(this.pathsBenchCtrl, "pathsBenchCtrl"); this.pathsBenchCtrl.DoubleClickActivation = false; this.pathsBenchCtrl.FullRowSelect = true; this.pathsBenchCtrl.GridLines = true; this.pathsBenchCtrl.Name = "pathsBenchCtrl"; this.pathsBenchCtrl.UseCompatibleStateImageBehavior = false; this.pathsBenchCtrl.View = System.Windows.Forms.View.Details; this.pathsBenchCtrl.SelectedIndexChanged += new System.EventHandler(this.SelectedIndexChanged); // // outputTabPage // this.outputTabPage.Controls.Add(this.pathsOutputCtrl); resources.ApplyResources(this.outputTabPage, "outputTabPage"); this.outputTabPage.Name = "outputTabPage"; this.outputTabPage.UseVisualStyleBackColor = true; // // pathsOutputCtrl // resources.ApplyResources(this.pathsOutputCtrl, "pathsOutputCtrl"); this.pathsOutputCtrl.DoubleClickActivation = false; this.pathsOutputCtrl.FullRowSelect = true; this.pathsOutputCtrl.GridLines = true; this.pathsOutputCtrl.Name = "pathsOutputCtrl"; this.pathsOutputCtrl.UseCompatibleStateImageBehavior = false; this.pathsOutputCtrl.View = System.Windows.Forms.View.Details; this.pathsOutputCtrl.SelectedIndexChanged += new System.EventHandler(this.SelectedIndexChanged); // // metersTabPage // this.metersTabPage.Controls.Add(this.pathsMetersCtrl); resources.ApplyResources(this.metersTabPage, "metersTabPage"); this.metersTabPage.Name = "metersTabPage"; this.metersTabPage.UseVisualStyleBackColor = true; // // pathsMetersCtrl // resources.ApplyResources(this.pathsMetersCtrl, "pathsMetersCtrl"); this.pathsMetersCtrl.DoubleClickActivation = false; this.pathsMetersCtrl.FullRowSelect = true; this.pathsMetersCtrl.GridLines = true; this.pathsMetersCtrl.Name = "pathsMetersCtrl"; this.pathsMetersCtrl.UseCompatibleStateImageBehavior = false; this.pathsMetersCtrl.View = System.Windows.Forms.View.Details; this.pathsMetersCtrl.SelectedIndexChanged += new System.EventHandler(this.SelectedIndexChanged); // // sharedButtons // resources.ApplyResources(this.sharedButtons, "sharedButtons"); this.sharedButtons.Name = "sharedButtons"; // // PathsDlg // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer); this.Name = "PathsDlg"; this.Load += new System.EventHandler(this.PathsDlg_Load); this.splitContainer.Panel1.ResumeLayout(false); this.splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); this.splitContainer.ResumeLayout(false); this.pathsTabControl.ResumeLayout(false); this.feedingTabPage.ResumeLayout(false); this.benchTabPage.ResumeLayout(false); this.outputTabPage.ResumeLayout(false); this.metersTabPage.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer; private System.Windows.Forms.TabControl pathsTabControl; private System.Windows.Forms.TabPage feedingTabPage; private System.Windows.Forms.TabPage benchTabPage; private System.Windows.Forms.TabPage outputTabPage; private System.Windows.Forms.TabPage metersTabPage; private TBF.UI.Shared.SharedButtons sharedButtons; private PathsFeedingCtrl pathsFeedingCtrl; private PathsBenchCtrl pathsBenchCtrl; private PathsOutputCtrl pathsOutputCtrl; private PathsMetersCtrl pathsMetersCtrl; } }