/// /// Copyright (c) 2013-2015 Sensus Metering Systems /// namespace TBF.Forms { partial class ResultsConfig { /// /// 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() { this.testsRowsRadioButton = new System.Windows.Forms.RadioButton(); this.testsColumnsRadioButton = new System.Windows.Forms.RadioButton(); this.testsArangementGroupBox = new System.Windows.Forms.GroupBox(); this.metersArangementGroupBox = new System.Windows.Forms.GroupBox(); this.verticallyRadioButton = new System.Windows.Forms.RadioButton(); this.horizontallyRadioButton = new System.Windows.Forms.RadioButton(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.availableResultsListBox = new System.Windows.Forms.ListBox(); this.selectedResultsListBox = new System.Windows.Forms.ListBox(); this.availableResultsLabel = new System.Windows.Forms.Label(); this.selectedResultsLabel = new System.Windows.Forms.Label(); this.removeAllButton = new System.Windows.Forms.Button(); this.removeButton = new System.Windows.Forms.Button(); this.addButton = new System.Windows.Forms.Button(); this.unlockButton = new System.Windows.Forms.Button(); this.singleRadioButton = new System.Windows.Forms.RadioButton(); this.combinedRadioButton = new System.Windows.Forms.RadioButton(); this.screenRadioButton = new System.Windows.Forms.RadioButton(); this.printerRadioButton = new System.Windows.Forms.RadioButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.diskRadioButton = new System.Windows.Forms.RadioButton(); this.testsArangementGroupBox.SuspendLayout(); this.metersArangementGroupBox.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // testsRowsRadioButton // this.testsRowsRadioButton.AutoSize = true; this.testsRowsRadioButton.Enabled = false; this.testsRowsRadioButton.Location = new System.Drawing.Point(21, 24); this.testsRowsRadioButton.Name = "testsRowsRadioButton"; this.testsRowsRadioButton.Size = new System.Drawing.Size(120, 17); this.testsRowsRadioButton.TabIndex = 0; this.testsRowsRadioButton.TabStop = true; this.testsRowsRadioButton.Text = "Tests are table rows"; this.testsRowsRadioButton.UseVisualStyleBackColor = true; // // testsColumnsRadioButton // this.testsColumnsRadioButton.AutoSize = true; this.testsColumnsRadioButton.Enabled = false; this.testsColumnsRadioButton.Location = new System.Drawing.Point(21, 46); this.testsColumnsRadioButton.Name = "testsColumnsRadioButton"; this.testsColumnsRadioButton.Size = new System.Drawing.Size(137, 17); this.testsColumnsRadioButton.TabIndex = 1; this.testsColumnsRadioButton.TabStop = true; this.testsColumnsRadioButton.Text = "Tests are table columns"; this.testsColumnsRadioButton.UseVisualStyleBackColor = true; // // testsArangementGroupBox // this.testsArangementGroupBox.Controls.Add(this.testsColumnsRadioButton); this.testsArangementGroupBox.Controls.Add(this.testsRowsRadioButton); this.testsArangementGroupBox.Location = new System.Drawing.Point(12, 12); this.testsArangementGroupBox.Name = "testsArangementGroupBox"; this.testsArangementGroupBox.Size = new System.Drawing.Size(254, 74); this.testsArangementGroupBox.TabIndex = 2; this.testsArangementGroupBox.TabStop = false; this.testsArangementGroupBox.Text = "Arangement of tests"; // // metersArangementGroupBox // this.metersArangementGroupBox.Controls.Add(this.verticallyRadioButton); this.metersArangementGroupBox.Controls.Add(this.horizontallyRadioButton); this.metersArangementGroupBox.Location = new System.Drawing.Point(12, 92); this.metersArangementGroupBox.Name = "metersArangementGroupBox"; this.metersArangementGroupBox.Size = new System.Drawing.Size(254, 75); this.metersArangementGroupBox.TabIndex = 3; this.metersArangementGroupBox.TabStop = false; this.metersArangementGroupBox.Text = "Arangement of tested meters"; // // verticallyRadioButton // this.verticallyRadioButton.AutoSize = true; this.verticallyRadioButton.Enabled = false; this.verticallyRadioButton.Location = new System.Drawing.Point(21, 24); this.verticallyRadioButton.Name = "verticallyRadioButton"; this.verticallyRadioButton.Size = new System.Drawing.Size(67, 17); this.verticallyRadioButton.TabIndex = 3; this.verticallyRadioButton.TabStop = true; this.verticallyRadioButton.Text = "Vertically"; this.verticallyRadioButton.UseVisualStyleBackColor = true; // // horizontallyRadioButton // this.horizontallyRadioButton.AutoSize = true; this.horizontallyRadioButton.Enabled = false; this.horizontallyRadioButton.Location = new System.Drawing.Point(21, 46); this.horizontallyRadioButton.Name = "horizontallyRadioButton"; this.horizontallyRadioButton.Size = new System.Drawing.Size(79, 17); this.horizontallyRadioButton.TabIndex = 2; this.horizontallyRadioButton.TabStop = true; this.horizontallyRadioButton.Text = "Horizontally"; this.horizontallyRadioButton.UseVisualStyleBackColor = true; // // okButton // this.okButton.Location = new System.Drawing.Point(283, 57); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(104, 30); this.okButton.TabIndex = 4; this.okButton.Text = "Close"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // cancelButton // this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(283, 94); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(104, 30); this.cancelButton.TabIndex = 5; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Visible = false; // // availableResultsListBox // this.availableResultsListBox.Enabled = false; this.availableResultsListBox.FormattingEnabled = true; this.availableResultsListBox.Location = new System.Drawing.Point(12, 272); this.availableResultsListBox.Name = "availableResultsListBox"; this.availableResultsListBox.Size = new System.Drawing.Size(135, 186); this.availableResultsListBox.TabIndex = 6; this.availableResultsListBox.DoubleClick += new System.EventHandler(this.availableResultsListBox_DoubleClick); // // selectedResultsListBox // this.selectedResultsListBox.Enabled = false; this.selectedResultsListBox.FormattingEnabled = true; this.selectedResultsListBox.Location = new System.Drawing.Point(252, 272); this.selectedResultsListBox.Name = "selectedResultsListBox"; this.selectedResultsListBox.Size = new System.Drawing.Size(135, 186); this.selectedResultsListBox.TabIndex = 7; this.selectedResultsListBox.DoubleClick += new System.EventHandler(this.selectedResultsListBox_DoubleClick); // // availableResultsLabel // this.availableResultsLabel.AutoSize = true; this.availableResultsLabel.Location = new System.Drawing.Point(12, 250); this.availableResultsLabel.Name = "availableResultsLabel"; this.availableResultsLabel.Size = new System.Drawing.Size(86, 13); this.availableResultsLabel.TabIndex = 8; this.availableResultsLabel.Text = "Available results:"; // // selectedResultsLabel // this.selectedResultsLabel.AutoSize = true; this.selectedResultsLabel.Location = new System.Drawing.Point(249, 250); this.selectedResultsLabel.Name = "selectedResultsLabel"; this.selectedResultsLabel.Size = new System.Drawing.Size(85, 13); this.selectedResultsLabel.TabIndex = 9; this.selectedResultsLabel.Text = "Selected results:"; // // removeAllButton // this.removeAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.removeAllButton.Enabled = false; this.removeAllButton.Location = new System.Drawing.Point(153, 385); this.removeAllButton.Name = "removeAllButton"; this.removeAllButton.Size = new System.Drawing.Size(94, 30); this.removeAllButton.TabIndex = 46; this.removeAllButton.Text = "<< R&emove all"; this.removeAllButton.UseVisualStyleBackColor = true; this.removeAllButton.Click += new System.EventHandler(this.removeAllButton_Click); // // removeButton // this.removeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.removeButton.Enabled = false; this.removeButton.Location = new System.Drawing.Point(153, 350); this.removeButton.Name = "removeButton"; this.removeButton.Size = new System.Drawing.Size(93, 30); this.removeButton.TabIndex = 45; this.removeButton.Text = "< &Remove"; this.removeButton.UseVisualStyleBackColor = true; this.removeButton.Click += new System.EventHandler(this.removeButton_Click); // // addButton // this.addButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.addButton.Enabled = false; this.addButton.Location = new System.Drawing.Point(153, 315); this.addButton.Name = "addButton"; this.addButton.Size = new System.Drawing.Size(93, 30); this.addButton.TabIndex = 44; this.addButton.Text = "&Add >"; this.addButton.UseVisualStyleBackColor = true; this.addButton.Click += new System.EventHandler(this.addButton_Click); // // unlockButton // this.unlockButton.Location = new System.Drawing.Point(283, 21); this.unlockButton.Name = "unlockButton"; this.unlockButton.Size = new System.Drawing.Size(104, 30); this.unlockButton.TabIndex = 47; this.unlockButton.Text = "Unlock"; this.unlockButton.UseVisualStyleBackColor = true; this.unlockButton.Click += new System.EventHandler(this.unlockButton_Click); // // singleRadioButton // this.singleRadioButton.Appearance = System.Windows.Forms.Appearance.Button; this.singleRadioButton.AutoSize = true; this.singleRadioButton.Checked = true; this.singleRadioButton.Location = new System.Drawing.Point(19, 24); this.singleRadioButton.Name = "singleRadioButton"; this.singleRadioButton.Size = new System.Drawing.Size(46, 23); this.singleRadioButton.TabIndex = 48; this.singleRadioButton.TabStop = true; this.singleRadioButton.Text = "Single"; this.singleRadioButton.UseVisualStyleBackColor = true; this.singleRadioButton.CheckedChanged += new System.EventHandler(this.singleRadioButton_CheckedChanged); // // combinedRadioButton // this.combinedRadioButton.Appearance = System.Windows.Forms.Appearance.Button; this.combinedRadioButton.AutoSize = true; this.combinedRadioButton.Location = new System.Drawing.Point(71, 24); this.combinedRadioButton.Name = "combinedRadioButton"; this.combinedRadioButton.Size = new System.Drawing.Size(64, 23); this.combinedRadioButton.TabIndex = 49; this.combinedRadioButton.Text = "Combined"; this.combinedRadioButton.UseVisualStyleBackColor = true; this.combinedRadioButton.CheckedChanged += new System.EventHandler(this.combinedRadioButton_CheckedChanged); // // screenRadioButton // this.screenRadioButton.Appearance = System.Windows.Forms.Appearance.Button; this.screenRadioButton.AutoSize = true; this.screenRadioButton.Checked = true; this.screenRadioButton.Location = new System.Drawing.Point(18, 24); this.screenRadioButton.Name = "screenRadioButton"; this.screenRadioButton.Size = new System.Drawing.Size(51, 23); this.screenRadioButton.TabIndex = 50; this.screenRadioButton.TabStop = true; this.screenRadioButton.Text = "Screen"; this.screenRadioButton.UseVisualStyleBackColor = true; this.screenRadioButton.CheckedChanged += new System.EventHandler(this.screenRadioButton_CheckedChanged); // // printerRadioButton // this.printerRadioButton.Appearance = System.Windows.Forms.Appearance.Button; this.printerRadioButton.AutoSize = true; this.printerRadioButton.Location = new System.Drawing.Point(75, 24); this.printerRadioButton.Name = "printerRadioButton"; this.printerRadioButton.Size = new System.Drawing.Size(47, 23); this.printerRadioButton.TabIndex = 51; this.printerRadioButton.Text = "Printer"; this.printerRadioButton.UseVisualStyleBackColor = true; this.printerRadioButton.CheckedChanged += new System.EventHandler(this.printerRadioButton_CheckedChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.combinedRadioButton); this.groupBox1.Controls.Add(this.singleRadioButton); this.groupBox1.Location = new System.Drawing.Point(17, 176); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(153, 60); this.groupBox1.TabIndex = 52; this.groupBox1.TabStop = false; this.groupBox1.Text = "Water Meter"; // // groupBox2 // this.groupBox2.Controls.Add(this.diskRadioButton); this.groupBox2.Controls.Add(this.printerRadioButton); this.groupBox2.Controls.Add(this.screenRadioButton); this.groupBox2.Location = new System.Drawing.Point(176, 176); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(210, 60); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "Device"; // // diskRadioButton // this.diskRadioButton.Appearance = System.Windows.Forms.Appearance.Button; this.diskRadioButton.AutoSize = true; this.diskRadioButton.Location = new System.Drawing.Point(128, 24); this.diskRadioButton.Name = "diskRadioButton"; this.diskRadioButton.Size = new System.Drawing.Size(64, 23); this.diskRadioButton.TabIndex = 52; this.diskRadioButton.Text = "Hard Disk"; this.diskRadioButton.UseVisualStyleBackColor = true; this.diskRadioButton.CheckedChanged += new System.EventHandler(this.diskRadioButton_CheckedChanged); // // ResultsConfig // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(399, 468); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.unlockButton); this.Controls.Add(this.removeAllButton); this.Controls.Add(this.removeButton); this.Controls.Add(this.addButton); this.Controls.Add(this.selectedResultsLabel); this.Controls.Add(this.availableResultsLabel); this.Controls.Add(this.selectedResultsListBox); this.Controls.Add(this.availableResultsListBox); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Controls.Add(this.metersArangementGroupBox); this.Controls.Add(this.testsArangementGroupBox); this.Name = "ResultsConfig"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "ResultsConfig"; this.Load += new System.EventHandler(this.ResultsConfig_Load); this.testsArangementGroupBox.ResumeLayout(false); this.testsArangementGroupBox.PerformLayout(); this.metersArangementGroupBox.ResumeLayout(false); this.metersArangementGroupBox.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RadioButton testsRowsRadioButton; private System.Windows.Forms.RadioButton testsColumnsRadioButton; private System.Windows.Forms.GroupBox testsArangementGroupBox; private System.Windows.Forms.GroupBox metersArangementGroupBox; private System.Windows.Forms.RadioButton verticallyRadioButton; private System.Windows.Forms.RadioButton horizontallyRadioButton; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.ListBox availableResultsListBox; private System.Windows.Forms.ListBox selectedResultsListBox; private System.Windows.Forms.Label availableResultsLabel; private System.Windows.Forms.Label selectedResultsLabel; private System.Windows.Forms.Button removeAllButton; private System.Windows.Forms.Button removeButton; private System.Windows.Forms.Button addButton; private System.Windows.Forms.Button unlockButton; private System.Windows.Forms.RadioButton singleRadioButton; private System.Windows.Forms.RadioButton combinedRadioButton; private System.Windows.Forms.RadioButton screenRadioButton; private System.Windows.Forms.RadioButton printerRadioButton; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.RadioButton diskRadioButton; } }