/// /// Copyright (c) 2020 Sensus Slovensko a.s. /// namespace TBF.BenchControl.DataEntry.S620 { 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.productionTracingCheckBox = new System.Windows.Forms.CheckBox(); this.parentNameComboBox = new System.Windows.Forms.ComboBox(); this.parentNameLabel = new System.Windows.Forms.Label(); this.closeButtonComboBox = new System.Windows.Forms.ComboBox(); this.closeButtonLabel = new System.Windows.Forms.Label(); this.maxWMsCountTextBox = new System.Windows.Forms.TextBox(); this.maxWMsCountLabel = new System.Windows.Forms.Label(); this.SuspendLayout(); // // nameTextBox // this.nameTextBox.Enabled = false; this.nameTextBox.Location = new System.Drawing.Point(155, 58); 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(18, 61); 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(152, 33); this.classNameLabel.Name = "classNameLabel"; this.classNameLabel.Size = new System.Drawing.Size(83, 13); this.classNameLabel.TabIndex = 0; this.classNameLabel.Text = "ComonentName"; // // productionTracingCheckBox // this.productionTracingCheckBox.AutoSize = true; this.productionTracingCheckBox.Enabled = false; this.productionTracingCheckBox.Location = new System.Drawing.Point(155, 169); this.productionTracingCheckBox.Name = "productionTracingCheckBox"; this.productionTracingCheckBox.Size = new System.Drawing.Size(112, 17); this.productionTracingCheckBox.TabIndex = 9; this.productionTracingCheckBox.Text = "Production tracing"; this.productionTracingCheckBox.UseVisualStyleBackColor = true; // // parentNameComboBox // this.parentNameComboBox.Enabled = false; this.parentNameComboBox.FormattingEnabled = true; this.parentNameComboBox.Location = new System.Drawing.Point(155, 84); this.parentNameComboBox.Name = "parentNameComboBox"; this.parentNameComboBox.Size = new System.Drawing.Size(130, 21); this.parentNameComboBox.TabIndex = 4; // // parentNameLabel // this.parentNameLabel.AutoSize = true; this.parentNameLabel.Location = new System.Drawing.Point(18, 87); this.parentNameLabel.Name = "parentNameLabel"; this.parentNameLabel.Size = new System.Drawing.Size(67, 13); this.parentNameLabel.TabIndex = 3; this.parentNameLabel.Text = "Parent name"; // // closeButtonComboBox // this.closeButtonComboBox.Enabled = false; this.closeButtonComboBox.FormattingEnabled = true; this.closeButtonComboBox.Location = new System.Drawing.Point(155, 137); this.closeButtonComboBox.Name = "closeButtonComboBox"; this.closeButtonComboBox.Size = new System.Drawing.Size(130, 21); this.closeButtonComboBox.TabIndex = 8; // // closeButtonLabel // this.closeButtonLabel.AutoSize = true; this.closeButtonLabel.Location = new System.Drawing.Point(18, 140); this.closeButtonLabel.Name = "closeButtonLabel"; this.closeButtonLabel.Size = new System.Drawing.Size(66, 13); this.closeButtonLabel.TabIndex = 7; this.closeButtonLabel.Text = "Close button"; // // maxWMsCountTextBox // this.maxWMsCountTextBox.Enabled = false; this.maxWMsCountTextBox.Location = new System.Drawing.Point(155, 111); this.maxWMsCountTextBox.Name = "maxWMsCountTextBox"; this.maxWMsCountTextBox.Size = new System.Drawing.Size(27, 20); this.maxWMsCountTextBox.TabIndex = 6; // // maxWMsCountLabel // this.maxWMsCountLabel.AutoSize = true; this.maxWMsCountLabel.Location = new System.Drawing.Point(18, 114); this.maxWMsCountLabel.Name = "maxWMsCountLabel"; this.maxWMsCountLabel.Size = new System.Drawing.Size(123, 13); this.maxWMsCountLabel.TabIndex = 5; this.maxWMsCountLabel.Text = "Max. water meters count"; // // EntryFormCfgCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.maxWMsCountTextBox); this.Controls.Add(this.maxWMsCountLabel); this.Controls.Add(this.closeButtonComboBox); this.Controls.Add(this.closeButtonLabel); this.Controls.Add(this.parentNameComboBox); this.Controls.Add(this.parentNameLabel); this.Controls.Add(this.productionTracingCheckBox); this.Controls.Add(this.nameTextBox); this.Controls.Add(this.nameLabel); this.Controls.Add(this.classNameLabel); this.Name = "EntryFormCfgCtrl"; this.Size = new System.Drawing.Size(333, 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 productionTracingCheckBox; private System.Windows.Forms.ComboBox parentNameComboBox; private System.Windows.Forms.Label parentNameLabel; private System.Windows.Forms.ComboBox closeButtonComboBox; private System.Windows.Forms.Label closeButtonLabel; private System.Windows.Forms.TextBox maxWMsCountTextBox; private System.Windows.Forms.Label maxWMsCountLabel; } }