2015-04-15 18:32:56 +00:00
|
|
|
|
///
|
|
|
|
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
|
|
|
|
///
|
|
|
|
|
|
namespace TBF
|
2014-07-28 07:54:35 +00:00
|
|
|
|
{
|
|
|
|
|
|
partial class SelectComponentClassDlg
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <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()
|
|
|
|
|
|
{
|
2016-06-01 10:09:03 +00:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectComponentClassDlg));
|
|
|
|
|
|
this.availCmpntsLstBox = new System.Windows.Forms.ListBox();
|
|
|
|
|
|
this.availableComponentsLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// availCmpntsLstBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.availCmpntsLstBox.FormattingEnabled = true;
|
|
|
|
|
|
resources.ApplyResources(this.availCmpntsLstBox, "availCmpntsLstBox");
|
|
|
|
|
|
this.availCmpntsLstBox.Name = "availCmpntsLstBox";
|
|
|
|
|
|
this.availCmpntsLstBox.DoubleClick += new System.EventHandler(this.availCmpntsLstBox_DoubleClick);
|
|
|
|
|
|
//
|
|
|
|
|
|
// availableComponentsLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
resources.ApplyResources(this.availableComponentsLabel, "availableComponentsLabel");
|
|
|
|
|
|
this.availableComponentsLabel.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
|
|
|
|
|
|
this.availableComponentsLabel.Name = "availableComponentsLabel";
|
|
|
|
|
|
//
|
|
|
|
|
|
// cancelButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
|
this.cancelButton.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
|
|
|
|
|
|
resources.ApplyResources(this.cancelButton, "cancelButton");
|
|
|
|
|
|
this.cancelButton.Name = "cancelButton";
|
|
|
|
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// okButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.okButton.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
|
|
|
|
|
|
resources.ApplyResources(this.okButton, "okButton");
|
|
|
|
|
|
this.okButton.Name = "okButton";
|
|
|
|
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// SelectComponentClassDlg
|
|
|
|
|
|
//
|
|
|
|
|
|
this.AcceptButton = this.okButton;
|
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
|
this.CancelButton = this.cancelButton;
|
|
|
|
|
|
this.Controls.Add(this.cancelButton);
|
|
|
|
|
|
this.Controls.Add(this.okButton);
|
|
|
|
|
|
this.Controls.Add(this.availableComponentsLabel);
|
|
|
|
|
|
this.Controls.Add(this.availCmpntsLstBox);
|
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
|
|
this.Name = "SelectComponentClassDlg";
|
|
|
|
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
|
|
|
|
this.Load += new System.EventHandler(this.SelectComponentClassDlg_Load);
|
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
this.PerformLayout();
|
2014-07-28 07:54:35 +00:00
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.ListBox availCmpntsLstBox;
|
2015-10-07 19:33:37 +00:00
|
|
|
|
private System.Windows.Forms.Label availableComponentsLabel;
|
2014-07-28 07:54:35 +00:00
|
|
|
|
private System.Windows.Forms.Button cancelButton;
|
|
|
|
|
|
private System.Windows.Forms.Button okButton;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|