2021-10-20 12:38:31 +00:00
|
|
|
|
namespace TBF.UI.ResultsMI
|
|
|
|
|
|
{
|
|
|
|
|
|
partial class SendAgainDBAndWMSelectionForm
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <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()
|
|
|
|
|
|
{
|
|
|
|
|
|
this.databaseComboBox = new System.Windows.Forms.ComboBox();
|
|
|
|
|
|
this.databaseLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.waterMetersLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.waterMetersComboBox = new System.Windows.Forms.ComboBox();
|
|
|
|
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
2023-08-16 10:13:25 +00:00
|
|
|
|
this.oracleDbGroupBox = new System.Windows.Forms.GroupBox();
|
|
|
|
|
|
this.oracleDbCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
|
|
|
this.productionTracingCheckBox = new System.Windows.Forms.CheckBox();
|
2023-10-18 15:12:46 +00:00
|
|
|
|
this.unlockButton = new System.Windows.Forms.Button();
|
2023-08-16 10:13:25 +00:00
|
|
|
|
this.oracleDbGroupBox.SuspendLayout();
|
2021-10-20 12:38:31 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// databaseComboBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.databaseComboBox.FormattingEnabled = true;
|
2023-10-18 15:12:46 +00:00
|
|
|
|
this.databaseComboBox.Location = new System.Drawing.Point(161, 17);
|
2021-10-20 12:38:31 +00:00
|
|
|
|
this.databaseComboBox.Name = "databaseComboBox";
|
|
|
|
|
|
this.databaseComboBox.Size = new System.Drawing.Size(163, 21);
|
|
|
|
|
|
this.databaseComboBox.TabIndex = 0;
|
2023-10-18 15:12:46 +00:00
|
|
|
|
this.databaseComboBox.Text = "Production";
|
2021-10-20 12:38:31 +00:00
|
|
|
|
//
|
|
|
|
|
|
// databaseLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.databaseLabel.AutoSize = true;
|
2023-10-18 15:12:46 +00:00
|
|
|
|
this.databaseLabel.Location = new System.Drawing.Point(46, 20);
|
2021-10-20 12:38:31 +00:00
|
|
|
|
this.databaseLabel.Name = "databaseLabel";
|
|
|
|
|
|
this.databaseLabel.Size = new System.Drawing.Size(53, 13);
|
|
|
|
|
|
this.databaseLabel.TabIndex = 1;
|
|
|
|
|
|
this.databaseLabel.Text = "Database";
|
|
|
|
|
|
//
|
|
|
|
|
|
// waterMetersLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.waterMetersLabel.AutoSize = true;
|
2023-10-18 15:12:46 +00:00
|
|
|
|
this.waterMetersLabel.Location = new System.Drawing.Point(46, 48);
|
2021-10-20 12:38:31 +00:00
|
|
|
|
this.waterMetersLabel.Name = "waterMetersLabel";
|
|
|
|
|
|
this.waterMetersLabel.Size = new System.Drawing.Size(70, 13);
|
|
|
|
|
|
this.waterMetersLabel.TabIndex = 2;
|
|
|
|
|
|
this.waterMetersLabel.Text = "Water meters";
|
|
|
|
|
|
//
|
|
|
|
|
|
// waterMetersComboBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.waterMetersComboBox.FormattingEnabled = true;
|
2023-10-18 15:12:46 +00:00
|
|
|
|
this.waterMetersComboBox.Location = new System.Drawing.Point(161, 44);
|
2021-10-20 12:38:31 +00:00
|
|
|
|
this.waterMetersComboBox.Name = "waterMetersComboBox";
|
|
|
|
|
|
this.waterMetersComboBox.Size = new System.Drawing.Size(163, 21);
|
|
|
|
|
|
this.waterMetersComboBox.TabIndex = 3;
|
2023-10-18 15:12:46 +00:00
|
|
|
|
this.waterMetersComboBox.Text = "iPERL";
|
2021-10-20 12:38:31 +00:00
|
|
|
|
//
|
|
|
|
|
|
// okButton
|
|
|
|
|
|
//
|
2023-10-18 15:12:46 +00:00
|
|
|
|
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
|
this.okButton.Location = new System.Drawing.Point(411, 19);
|
2021-10-20 12:38:31 +00:00
|
|
|
|
this.okButton.Name = "okButton";
|
|
|
|
|
|
this.okButton.Size = new System.Drawing.Size(92, 40);
|
|
|
|
|
|
this.okButton.TabIndex = 4;
|
|
|
|
|
|
this.okButton.Text = "OK";
|
|
|
|
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// cancelButton
|
|
|
|
|
|
//
|
2023-10-18 15:12:46 +00:00
|
|
|
|
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
|
this.cancelButton.Location = new System.Drawing.Point(411, 65);
|
2021-10-20 12:38:31 +00:00
|
|
|
|
this.cancelButton.Name = "cancelButton";
|
|
|
|
|
|
this.cancelButton.Size = new System.Drawing.Size(92, 40);
|
|
|
|
|
|
this.cancelButton.TabIndex = 5;
|
|
|
|
|
|
this.cancelButton.Text = "Cancel";
|
|
|
|
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
|
|
|
|
|
//
|
2023-08-16 10:13:25 +00:00
|
|
|
|
// oracleDbGroupBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.oracleDbGroupBox.Controls.Add(this.oracleDbCheckBox);
|
|
|
|
|
|
this.oracleDbGroupBox.Controls.Add(this.waterMetersComboBox);
|
|
|
|
|
|
this.oracleDbGroupBox.Controls.Add(this.databaseComboBox);
|
|
|
|
|
|
this.oracleDbGroupBox.Controls.Add(this.databaseLabel);
|
|
|
|
|
|
this.oracleDbGroupBox.Controls.Add(this.waterMetersLabel);
|
2023-10-18 15:12:46 +00:00
|
|
|
|
this.oracleDbGroupBox.Enabled = false;
|
2023-08-16 10:13:25 +00:00
|
|
|
|
this.oracleDbGroupBox.Location = new System.Drawing.Point(19, 13);
|
|
|
|
|
|
this.oracleDbGroupBox.Name = "oracleDbGroupBox";
|
2023-10-18 15:12:46 +00:00
|
|
|
|
this.oracleDbGroupBox.Size = new System.Drawing.Size(357, 75);
|
2023-08-16 10:13:25 +00:00
|
|
|
|
this.oracleDbGroupBox.TabIndex = 6;
|
|
|
|
|
|
this.oracleDbGroupBox.TabStop = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// oracleDbCheckBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.oracleDbCheckBox.AutoSize = true;
|
2023-10-18 15:12:46 +00:00
|
|
|
|
this.oracleDbCheckBox.Checked = true;
|
|
|
|
|
|
this.oracleDbCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
|
this.oracleDbCheckBox.Enabled = false;
|
2023-08-16 10:13:25 +00:00
|
|
|
|
this.oracleDbCheckBox.Location = new System.Drawing.Point(23, -1);
|
|
|
|
|
|
this.oracleDbCheckBox.Name = "oracleDbCheckBox";
|
|
|
|
|
|
this.oracleDbCheckBox.Size = new System.Drawing.Size(115, 17);
|
|
|
|
|
|
this.oracleDbCheckBox.TabIndex = 7;
|
|
|
|
|
|
this.oracleDbCheckBox.Text = "Save to Oracle DB";
|
|
|
|
|
|
this.oracleDbCheckBox.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.oracleDbCheckBox.CheckedChanged += new System.EventHandler(this.oracleDbCheckBox_CheckedChanged);
|
|
|
|
|
|
//
|
|
|
|
|
|
// productionTracingCheckBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.productionTracingCheckBox.AutoSize = true;
|
2023-10-18 15:12:46 +00:00
|
|
|
|
this.productionTracingCheckBox.Enabled = false;
|
2023-08-16 10:13:25 +00:00
|
|
|
|
this.productionTracingCheckBox.Location = new System.Drawing.Point(42, 105);
|
|
|
|
|
|
this.productionTracingCheckBox.Name = "productionTracingCheckBox";
|
|
|
|
|
|
this.productionTracingCheckBox.Size = new System.Drawing.Size(169, 17);
|
|
|
|
|
|
this.productionTracingCheckBox.TabIndex = 7;
|
|
|
|
|
|
this.productionTracingCheckBox.Text = "Save to production tracing DB";
|
|
|
|
|
|
this.productionTracingCheckBox.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
2023-10-18 15:12:46 +00:00
|
|
|
|
// 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(411, 111);
|
|
|
|
|
|
this.unlockButton.Name = "unlockButton";
|
|
|
|
|
|
this.unlockButton.Size = new System.Drawing.Size(92, 40);
|
|
|
|
|
|
this.unlockButton.TabIndex = 8;
|
|
|
|
|
|
this.unlockButton.Text = "Unlock";
|
|
|
|
|
|
this.unlockButton.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.unlockButton.Click += new System.EventHandler(this.unlockButton_Click);
|
|
|
|
|
|
//
|
2021-10-20 12:38:31 +00:00
|
|
|
|
// SendAgainDBAndWMSelectionForm
|
|
|
|
|
|
//
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2023-10-18 15:12:46 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(530, 181);
|
|
|
|
|
|
this.Controls.Add(this.unlockButton);
|
2023-08-16 10:13:25 +00:00
|
|
|
|
this.Controls.Add(this.productionTracingCheckBox);
|
|
|
|
|
|
this.Controls.Add(this.oracleDbGroupBox);
|
2021-10-20 12:38:31 +00:00
|
|
|
|
this.Controls.Add(this.cancelButton);
|
|
|
|
|
|
this.Controls.Add(this.okButton);
|
|
|
|
|
|
this.Name = "SendAgainDBAndWMSelectionForm";
|
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
2023-10-18 15:12:46 +00:00
|
|
|
|
this.Text = "p";
|
|
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SendAgainDBAndWMSelectionForm_FormClosing);
|
2023-08-16 10:13:25 +00:00
|
|
|
|
this.oracleDbGroupBox.ResumeLayout(false);
|
|
|
|
|
|
this.oracleDbGroupBox.PerformLayout();
|
2021-10-20 12:38:31 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.ComboBox databaseComboBox;
|
|
|
|
|
|
private System.Windows.Forms.Label databaseLabel;
|
|
|
|
|
|
private System.Windows.Forms.Label waterMetersLabel;
|
|
|
|
|
|
private System.Windows.Forms.ComboBox waterMetersComboBox;
|
|
|
|
|
|
private System.Windows.Forms.Button okButton;
|
|
|
|
|
|
private System.Windows.Forms.Button cancelButton;
|
2023-08-16 10:13:25 +00:00
|
|
|
|
private System.Windows.Forms.GroupBox oracleDbGroupBox;
|
|
|
|
|
|
private System.Windows.Forms.CheckBox oracleDbCheckBox;
|
|
|
|
|
|
private System.Windows.Forms.CheckBox productionTracingCheckBox;
|
2023-10-18 15:12:46 +00:00
|
|
|
|
private System.Windows.Forms.Button unlockButton;
|
2021-10-20 12:38:31 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|