2016-12-07 16:19:01 +00:00
|
|
|
|
///
|
|
|
|
|
|
/// Copyright (c) 2016 Sensus Metering Systems
|
|
|
|
|
|
///
|
2021-10-26 09:23:57 +00:00
|
|
|
|
namespace TBF.Rig.TestMethods.Endurance
|
2016-12-07 16:19:01 +00:00
|
|
|
|
{
|
|
|
|
|
|
partial class CycleDlg
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
|
{
|
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
|
{
|
|
|
|
|
|
components.Dispose();
|
|
|
|
|
|
}
|
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
|
{
|
2022-05-23 08:38:14 +00:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CycleDlg));
|
|
|
|
|
|
this.mainSplitContainer = new System.Windows.Forms.SplitContainer();
|
|
|
|
|
|
this.tabControl = new System.Windows.Forms.TabControl();
|
|
|
|
|
|
this.sharedButtons = new TBF.UI.Shared.SharedButtons();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.mainSplitContainer)).BeginInit();
|
|
|
|
|
|
this.mainSplitContainer.Panel1.SuspendLayout();
|
|
|
|
|
|
this.mainSplitContainer.Panel2.SuspendLayout();
|
|
|
|
|
|
this.mainSplitContainer.SuspendLayout();
|
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// mainSplitContainer
|
|
|
|
|
|
//
|
|
|
|
|
|
resources.ApplyResources(this.mainSplitContainer, "mainSplitContainer");
|
|
|
|
|
|
this.mainSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|
|
|
|
|
this.mainSplitContainer.Name = "mainSplitContainer";
|
|
|
|
|
|
//
|
|
|
|
|
|
// mainSplitContainer.Panel1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.mainSplitContainer.Panel1.Controls.Add(this.tabControl);
|
|
|
|
|
|
//
|
|
|
|
|
|
// mainSplitContainer.Panel2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.mainSplitContainer.Panel2.Controls.Add(this.sharedButtons);
|
|
|
|
|
|
//
|
|
|
|
|
|
// tabControl
|
|
|
|
|
|
//
|
|
|
|
|
|
resources.ApplyResources(this.tabControl, "tabControl");
|
|
|
|
|
|
this.tabControl.Name = "tabControl";
|
|
|
|
|
|
this.tabControl.SelectedIndex = 0;
|
|
|
|
|
|
this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
|
|
|
|
|
|
//
|
|
|
|
|
|
// sharedButtons
|
|
|
|
|
|
//
|
|
|
|
|
|
resources.ApplyResources(this.sharedButtons, "sharedButtons");
|
|
|
|
|
|
this.sharedButtons.Name = "sharedButtons";
|
|
|
|
|
|
//
|
|
|
|
|
|
// CycleDlg
|
|
|
|
|
|
//
|
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
|
this.Controls.Add(this.mainSplitContainer);
|
|
|
|
|
|
this.Name = "CycleDlg";
|
|
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CycleDlg_FormClosing);
|
|
|
|
|
|
this.Load += new System.EventHandler(this.CycleDlg_Load);
|
|
|
|
|
|
this.mainSplitContainer.Panel1.ResumeLayout(false);
|
|
|
|
|
|
this.mainSplitContainer.Panel2.ResumeLayout(false);
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.mainSplitContainer)).EndInit();
|
|
|
|
|
|
this.mainSplitContainer.ResumeLayout(false);
|
|
|
|
|
|
this.ResumeLayout(false);
|
2016-12-07 16:19:01 +00:00
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.SplitContainer mainSplitContainer;
|
|
|
|
|
|
private System.Windows.Forms.TabControl tabControl;
|
2019-09-16 08:51:25 +00:00
|
|
|
|
private TBF.UI.Shared.SharedButtons sharedButtons;
|
2016-12-07 16:19:01 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|