2015-04-15 18:32:56 +00:00
|
|
|
|
///
|
|
|
|
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
|
|
|
|
///
|
|
|
|
|
|
namespace TBF.Forms
|
2014-07-28 07:54:35 +00:00
|
|
|
|
{
|
2017-05-19 12:41:48 +00:00
|
|
|
|
partial class ResultsArrangementDlg
|
2014-07-28 07:54:35 +00:00
|
|
|
|
{
|
|
|
|
|
|
/// <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()
|
|
|
|
|
|
{
|
2018-10-13 04:24:20 +00:00
|
|
|
|
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.minHeightTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.minHeightLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.minWidthTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.minWidthLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.nrMetersTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.nrMetersLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
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.unlockButton = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.resultsConfigCtrl = new Results.Forms.ResultsConfigCtrl();
|
|
|
|
|
|
this.testsArangementGroupBox.SuspendLayout();
|
|
|
|
|
|
this.metersArangementGroupBox.SuspendLayout();
|
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// testsRowsRadioButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.testsRowsRadioButton.AutoSize = true;
|
|
|
|
|
|
this.testsRowsRadioButton.Enabled = false;
|
|
|
|
|
|
this.testsRowsRadioButton.Location = new System.Drawing.Point(21, 21);
|
|
|
|
|
|
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, 43);
|
|
|
|
|
|
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(14, 12);
|
|
|
|
|
|
this.testsArangementGroupBox.Name = "testsArangementGroupBox";
|
|
|
|
|
|
this.testsArangementGroupBox.Size = new System.Drawing.Size(305, 70);
|
|
|
|
|
|
this.testsArangementGroupBox.TabIndex = 2;
|
|
|
|
|
|
this.testsArangementGroupBox.TabStop = false;
|
|
|
|
|
|
this.testsArangementGroupBox.Text = "Arangement of tests";
|
|
|
|
|
|
//
|
|
|
|
|
|
// metersArangementGroupBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.metersArangementGroupBox.Controls.Add(this.minHeightTextBox);
|
|
|
|
|
|
this.metersArangementGroupBox.Controls.Add(this.minHeightLabel);
|
|
|
|
|
|
this.metersArangementGroupBox.Controls.Add(this.minWidthTextBox);
|
|
|
|
|
|
this.metersArangementGroupBox.Controls.Add(this.minWidthLabel);
|
|
|
|
|
|
this.metersArangementGroupBox.Controls.Add(this.nrMetersTextBox);
|
|
|
|
|
|
this.metersArangementGroupBox.Controls.Add(this.nrMetersLabel);
|
|
|
|
|
|
this.metersArangementGroupBox.Controls.Add(this.verticallyRadioButton);
|
|
|
|
|
|
this.metersArangementGroupBox.Controls.Add(this.horizontallyRadioButton);
|
|
|
|
|
|
this.metersArangementGroupBox.Location = new System.Drawing.Point(325, 12);
|
|
|
|
|
|
this.metersArangementGroupBox.Name = "metersArangementGroupBox";
|
|
|
|
|
|
this.metersArangementGroupBox.Size = new System.Drawing.Size(593, 70);
|
|
|
|
|
|
this.metersArangementGroupBox.TabIndex = 3;
|
|
|
|
|
|
this.metersArangementGroupBox.TabStop = false;
|
|
|
|
|
|
this.metersArangementGroupBox.Text = "Arangement of tested meters";
|
|
|
|
|
|
//
|
|
|
|
|
|
// minHeightTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.minHeightTextBox.Enabled = false;
|
|
|
|
|
|
this.minHeightTextBox.Location = new System.Drawing.Point(496, 40);
|
|
|
|
|
|
this.minHeightTextBox.Name = "minHeightTextBox";
|
|
|
|
|
|
this.minHeightTextBox.Size = new System.Drawing.Size(41, 20);
|
|
|
|
|
|
this.minHeightTextBox.TabIndex = 9;
|
|
|
|
|
|
//
|
|
|
|
|
|
// minHeightLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.minHeightLabel.AutoSize = true;
|
|
|
|
|
|
this.minHeightLabel.Location = new System.Drawing.Point(419, 43);
|
|
|
|
|
|
this.minHeightLabel.Name = "minHeightLabel";
|
|
|
|
|
|
this.minHeightLabel.Size = new System.Drawing.Size(62, 13);
|
|
|
|
|
|
this.minHeightLabel.TabIndex = 8;
|
|
|
|
|
|
this.minHeightLabel.Text = "Min. height:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// minWidthTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.minWidthTextBox.Enabled = false;
|
|
|
|
|
|
this.minWidthTextBox.Location = new System.Drawing.Point(496, 16);
|
|
|
|
|
|
this.minWidthTextBox.Name = "minWidthTextBox";
|
|
|
|
|
|
this.minWidthTextBox.Size = new System.Drawing.Size(41, 20);
|
|
|
|
|
|
this.minWidthTextBox.TabIndex = 7;
|
|
|
|
|
|
//
|
|
|
|
|
|
// minWidthLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.minWidthLabel.AutoSize = true;
|
|
|
|
|
|
this.minWidthLabel.Location = new System.Drawing.Point(419, 19);
|
|
|
|
|
|
this.minWidthLabel.Name = "minWidthLabel";
|
|
|
|
|
|
this.minWidthLabel.Size = new System.Drawing.Size(58, 13);
|
|
|
|
|
|
this.minWidthLabel.TabIndex = 6;
|
|
|
|
|
|
this.minWidthLabel.Text = "Min. width:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// nrMetersTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.nrMetersTextBox.Enabled = false;
|
|
|
|
|
|
this.nrMetersTextBox.Location = new System.Drawing.Point(330, 16);
|
|
|
|
|
|
this.nrMetersTextBox.Name = "nrMetersTextBox";
|
|
|
|
|
|
this.nrMetersTextBox.Size = new System.Drawing.Size(41, 20);
|
|
|
|
|
|
this.nrMetersTextBox.TabIndex = 5;
|
|
|
|
|
|
//
|
|
|
|
|
|
// nrMetersLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.nrMetersLabel.AutoSize = true;
|
|
|
|
|
|
this.nrMetersLabel.Location = new System.Drawing.Point(197, 19);
|
|
|
|
|
|
this.nrMetersLabel.Name = "nrMetersLabel";
|
|
|
|
|
|
this.nrMetersLabel.Size = new System.Drawing.Size(108, 13);
|
|
|
|
|
|
this.nrMetersLabel.TabIndex = 4;
|
|
|
|
|
|
this.nrMetersLabel.Text = "Nr. meters in a group:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// verticallyRadioButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.verticallyRadioButton.AutoSize = true;
|
|
|
|
|
|
this.verticallyRadioButton.Enabled = false;
|
|
|
|
|
|
this.verticallyRadioButton.Location = new System.Drawing.Point(21, 21);
|
|
|
|
|
|
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, 43);
|
|
|
|
|
|
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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
|
this.okButton.Location = new System.Drawing.Point(937, 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
|
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
|
this.cancelButton.Location = new System.Drawing.Point(937, 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;
|
|
|
|
|
|
//
|
|
|
|
|
|
// unlockButton
|
|
|
|
|
|
//
|
|
|
|
|
|
this.unlockButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
|
this.unlockButton.Location = new System.Drawing.Point(937, 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);
|
|
|
|
|
|
//
|
|
|
|
|
|
// resultsConfigCtrl
|
|
|
|
|
|
//
|
|
|
|
|
|
this.resultsConfigCtrl.Location = new System.Drawing.Point(3, 85);
|
|
|
|
|
|
this.resultsConfigCtrl.Name = "resultsConfigCtrl";
|
|
|
|
|
|
this.resultsConfigCtrl.Size = new System.Drawing.Size(925, 496);
|
|
|
|
|
|
this.resultsConfigCtrl.TabIndex = 53;
|
|
|
|
|
|
this.resultsConfigCtrl.Unlocked = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// ResultsArrangementDlg
|
|
|
|
|
|
//
|
|
|
|
|
|
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(1056, 579);
|
|
|
|
|
|
this.Controls.Add(this.resultsConfigCtrl);
|
|
|
|
|
|
this.Controls.Add(this.unlockButton);
|
|
|
|
|
|
this.Controls.Add(this.cancelButton);
|
|
|
|
|
|
this.Controls.Add(this.okButton);
|
|
|
|
|
|
this.Controls.Add(this.metersArangementGroupBox);
|
|
|
|
|
|
this.Controls.Add(this.testsArangementGroupBox);
|
|
|
|
|
|
this.Name = "ResultsArrangementDlg";
|
|
|
|
|
|
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.ResumeLayout(false);
|
2014-07-28 07:54:35 +00:00
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#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;
|
2015-01-12 03:16:01 +00:00
|
|
|
|
private System.Windows.Forms.Button unlockButton;
|
2015-05-21 10:13:15 +00:00
|
|
|
|
private System.Windows.Forms.TextBox nrMetersTextBox;
|
|
|
|
|
|
private System.Windows.Forms.Label nrMetersLabel;
|
2017-05-23 15:13:29 +00:00
|
|
|
|
private Results.Forms.ResultsConfigCtrl resultsConfigCtrl;
|
2018-10-13 04:24:20 +00:00
|
|
|
|
private System.Windows.Forms.TextBox minHeightTextBox;
|
|
|
|
|
|
private System.Windows.Forms.Label minHeightLabel;
|
|
|
|
|
|
private System.Windows.Forms.TextBox minWidthTextBox;
|
|
|
|
|
|
private System.Windows.Forms.Label minWidthLabel;
|
2014-07-28 07:54:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|