/// /// Copyright (c) 2013-2015 Sensus Metering Systems /// namespace TBF { partial class SelectComponentClassDlg { /// /// 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(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 // resources.ApplyResources(this.availCmpntsLstBox, "availCmpntsLstBox"); this.availCmpntsLstBox.FormattingEnabled = true; 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.String1; this.availableComponentsLabel.Name = "availableComponentsLabel"; // // cancelButton // resources.ApplyResources(this.cancelButton, "cancelButton"); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.ImageKey = global::TBF.Resources.Strings.String1; this.cancelButton.Name = "cancelButton"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // okButton // resources.ApplyResources(this.okButton, "okButton"); this.okButton.ImageKey = global::TBF.Resources.Strings.String1; 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(); } #endregion private System.Windows.Forms.ListBox availCmpntsLstBox; private System.Windows.Forms.Label availableComponentsLabel; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button okButton; } }