/// /// Copyright (c) 2015 Sensus Metering Systems /// namespace TBF.BenchControl.DataEntry.HeatMeters6 { partial class EntryFormCfgCtrl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.nameTextBox = new System.Windows.Forms.TextBox(); this.nameLabel = new System.Windows.Forms.Label(); this.classNameLabel = new System.Windows.Forms.Label(); this.showEndStateFormCheckBox = new System.Windows.Forms.CheckBox(); this.enterSNsAtTheEndCheckBox = new System.Windows.Forms.CheckBox(); this.sensusExtensionsCheckBox = new System.Windows.Forms.CheckBox(); this.defaultUnitsLabel = new System.Windows.Forms.Label(); this.defaultUnitsComboBox = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // nameTextBox // this.nameTextBox.Enabled = false; this.nameTextBox.Location = new System.Drawing.Point(113, 57); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(130, 20); this.nameTextBox.TabIndex = 2; // // nameLabel // this.nameLabel.AutoSize = true; this.nameLabel.Location = new System.Drawing.Point(23, 60); this.nameLabel.Name = "nameLabel"; this.nameLabel.Size = new System.Drawing.Size(35, 13); this.nameLabel.TabIndex = 1; this.nameLabel.Text = "Name"; // // classNameLabel // this.classNameLabel.AutoSize = true; this.classNameLabel.Location = new System.Drawing.Point(110, 33); this.classNameLabel.Name = "classNameLabel"; this.classNameLabel.Size = new System.Drawing.Size(83, 13); this.classNameLabel.TabIndex = 0; this.classNameLabel.Text = "ComonentName"; // // showEndStateFormCheckBox // this.showEndStateFormCheckBox.AutoSize = true; this.showEndStateFormCheckBox.Enabled = false; this.showEndStateFormCheckBox.Location = new System.Drawing.Point(113, 139); this.showEndStateFormCheckBox.Name = "showEndStateFormCheckBox"; this.showEndStateFormCheckBox.Size = new System.Drawing.Size(151, 17); this.showEndStateFormCheckBox.TabIndex = 4; this.showEndStateFormCheckBox.Text = "Watermeter end state form"; this.showEndStateFormCheckBox.UseVisualStyleBackColor = true; // // enterSNsAtTheEndCheckBox // this.enterSNsAtTheEndCheckBox.AutoSize = true; this.enterSNsAtTheEndCheckBox.Enabled = false; this.enterSNsAtTheEndCheckBox.Location = new System.Drawing.Point(113, 116); this.enterSNsAtTheEndCheckBox.Name = "enterSNsAtTheEndCheckBox"; this.enterSNsAtTheEndCheckBox.Size = new System.Drawing.Size(167, 17); this.enterSNsAtTheEndCheckBox.TabIndex = 3; this.enterSNsAtTheEndCheckBox.Text = "Enter serial number at the end"; this.enterSNsAtTheEndCheckBox.UseVisualStyleBackColor = true; // // sensusExtensionsCheckBox // this.sensusExtensionsCheckBox.AutoSize = true; this.sensusExtensionsCheckBox.Enabled = false; this.sensusExtensionsCheckBox.Location = new System.Drawing.Point(113, 162); this.sensusExtensionsCheckBox.Name = "sensusExtensionsCheckBox"; this.sensusExtensionsCheckBox.Size = new System.Drawing.Size(114, 17); this.sensusExtensionsCheckBox.TabIndex = 5; this.sensusExtensionsCheckBox.Text = "Sensus extensions"; this.sensusExtensionsCheckBox.UseVisualStyleBackColor = true; // // defaultUnitsLabel // this.defaultUnitsLabel.AutoSize = true; this.defaultUnitsLabel.Location = new System.Drawing.Point(23, 87); this.defaultUnitsLabel.Name = "defaultUnitsLabel"; this.defaultUnitsLabel.Size = new System.Drawing.Size(66, 13); this.defaultUnitsLabel.TabIndex = 6; this.defaultUnitsLabel.Text = "Default units"; // // defaultUnitsComboBox // this.defaultUnitsComboBox.FormattingEnabled = true; this.defaultUnitsComboBox.Location = new System.Drawing.Point(113, 84); this.defaultUnitsComboBox.Name = "defaultUnitsComboBox"; this.defaultUnitsComboBox.Size = new System.Drawing.Size(130, 21); this.defaultUnitsComboBox.TabIndex = 7; // // EntryFormCfgCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.defaultUnitsComboBox); this.Controls.Add(this.defaultUnitsLabel); this.Controls.Add(this.sensusExtensionsCheckBox); this.Controls.Add(this.enterSNsAtTheEndCheckBox); this.Controls.Add(this.showEndStateFormCheckBox); this.Controls.Add(this.nameTextBox); this.Controls.Add(this.nameLabel); this.Controls.Add(this.classNameLabel); this.Name = "EntryFormCfgCtrl"; this.Size = new System.Drawing.Size(300, 200); this.Load += new System.EventHandler(this.EntryFormCfgCtrl_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox nameTextBox; private System.Windows.Forms.Label nameLabel; private System.Windows.Forms.Label classNameLabel; private System.Windows.Forms.CheckBox showEndStateFormCheckBox; private System.Windows.Forms.CheckBox enterSNsAtTheEndCheckBox; private System.Windows.Forms.CheckBox sensusExtensionsCheckBox; private System.Windows.Forms.Label defaultUnitsLabel; private System.Windows.Forms.ComboBox defaultUnitsComboBox; } }