103 lines
3.6 KiB
C#
103 lines
3.6 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.UI.Bench.Metrology
|
|
{
|
|
partial class MetrologyDlg
|
|
{
|
|
/// <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()
|
|
{
|
|
this.splitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.metrologyTabControl = new System.Windows.Forms.TabControl();
|
|
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.SuspendLayout();
|
|
//
|
|
// splitContainer
|
|
//
|
|
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|
this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer.Name = "splitContainer";
|
|
//
|
|
// splitContainer.Panel1
|
|
//
|
|
this.splitContainer.Panel1.Controls.Add(this.metrologyTabControl);
|
|
//
|
|
// splitContainer.Panel2
|
|
//
|
|
this.splitContainer.Panel2.Controls.Add(this.sharedButtons);
|
|
this.splitContainer.Size = new System.Drawing.Size(965, 344);
|
|
this.splitContainer.SplitterDistance = 863;
|
|
this.splitContainer.TabIndex = 0;
|
|
//
|
|
// metrologyTabControl
|
|
//
|
|
this.metrologyTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.metrologyTabControl.ItemSize = new System.Drawing.Size(60, 30);
|
|
this.metrologyTabControl.Location = new System.Drawing.Point(0, 0);
|
|
this.metrologyTabControl.Name = "metrologyTabControl";
|
|
this.metrologyTabControl.SelectedIndex = 0;
|
|
this.metrologyTabControl.Size = new System.Drawing.Size(863, 344);
|
|
this.metrologyTabControl.TabIndex = 0;
|
|
this.metrologyTabControl.SelectedIndexChanged += new System.EventHandler(this.metrologyTabControl_SelectedIndexChanged);
|
|
//
|
|
// sharedButtons
|
|
//
|
|
this.sharedButtons.Location = new System.Drawing.Point(-2, 0);
|
|
this.sharedButtons.Name = "sharedButtons";
|
|
this.sharedButtons.Size = new System.Drawing.Size(100, 400);
|
|
this.sharedButtons.TabIndex = 0;
|
|
//
|
|
// MetrologyDlg
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(965, 344);
|
|
this.Controls.Add(this.splitContainer);
|
|
this.Name = "MetrologyDlg";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Metrology";
|
|
this.Load += new System.EventHandler(this.MetrologyDlg_Load);
|
|
this.splitContainer.Panel1.ResumeLayout(false);
|
|
this.splitContainer.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
|
this.splitContainer.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer;
|
|
private System.Windows.Forms.TabControl metrologyTabControl;
|
|
private TBF.UI.Shared.SharedButtons sharedButtons;
|
|
}
|
|
} |