/// /// Copyright (c) 2013-2015 Sensus Slovensko a.s. /// namespace TBF.UI.ResultsMI { partial class ResultsArrangementDlg { /// /// 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.showDisabledCheckBox = new System.Windows.Forms.CheckBox(); 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.showDisabledCheckBox); 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"; // // showDisabledCheckBox // this.showDisabledCheckBox.AutoSize = true; this.showDisabledCheckBox.Enabled = false; this.showDisabledCheckBox.Location = new System.Drawing.Point(200, 44); this.showDisabledCheckBox.Name = "showDisabledCheckBox"; this.showDisabledCheckBox.Size = new System.Drawing.Size(139, 17); this.showDisabledCheckBox.TabIndex = 10; this.showDisabledCheckBox.Text = "Show disabled positions"; this.showDisabledCheckBox.UseVisualStyleBackColor = true; // // 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.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ResultsArrangementDlg_FormClosing); 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); } #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.Button unlockButton; private System.Windows.Forms.TextBox nrMetersTextBox; private System.Windows.Forms.Label nrMetersLabel; private Results.Forms.ResultsConfigCtrl resultsConfigCtrl; private System.Windows.Forms.TextBox minHeightTextBox; private System.Windows.Forms.Label minHeightLabel; private System.Windows.Forms.TextBox minWidthTextBox; private System.Windows.Forms.Label minWidthLabel; private System.Windows.Forms.CheckBox showDisabledCheckBox; } }