2015-04-15 18:32:56 +00:00
|
|
|
///
|
|
|
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
|
|
|
///
|
2015-12-31 23:00:03 +00:00
|
|
|
namespace TBF.Forms
|
2014-07-28 07:54:35 +00:00
|
|
|
{
|
|
|
|
|
partial class DatabaseSettingsDlg
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DatabaseSettingsDlg));
|
|
|
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.benchNameTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.connectionStringLabel = new System.Windows.Forms.Label();
|
2015-12-31 21:48:22 +00:00
|
|
|
this.configDbConnectionStringTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.resultsDbConnectionStringTextBox = new System.Windows.Forms.TextBox();
|
2015-12-31 23:00:03 +00:00
|
|
|
this.configLabel = new System.Windows.Forms.Label();
|
|
|
|
|
this.resultsLabel = new System.Windows.Forms.Label();
|
2014-07-28 07:54:35 +00:00
|
|
|
this.realBenchCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.dbTypeLabel = new System.Windows.Forms.Label();
|
2015-12-31 21:48:22 +00:00
|
|
|
this.configDbTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.resultsDbTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.testConnConfigDbBtn = new System.Windows.Forms.Button();
|
|
|
|
|
this.testConnResultsDbBtn = new System.Windows.Forms.Button();
|
|
|
|
|
this.createConfigDbBtn = new System.Windows.Forms.Button();
|
|
|
|
|
this.createResultsDbBtn = new System.Windows.Forms.Button();
|
2014-07-28 07:54:35 +00:00
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// okButton
|
|
|
|
|
//
|
|
|
|
|
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
|
|
|
resources.ApplyResources(this.okButton, "okButton");
|
|
|
|
|
this.okButton.Name = "okButton";
|
|
|
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// cancelButton
|
|
|
|
|
//
|
|
|
|
|
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
resources.ApplyResources(this.cancelButton, "cancelButton");
|
|
|
|
|
this.cancelButton.Name = "cancelButton";
|
|
|
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label1, "label1");
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
//
|
|
|
|
|
// benchNameTextBox
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.benchNameTextBox, "benchNameTextBox");
|
|
|
|
|
this.benchNameTextBox.Name = "benchNameTextBox";
|
|
|
|
|
//
|
|
|
|
|
// connectionStringLabel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.connectionStringLabel, "connectionStringLabel");
|
|
|
|
|
this.connectionStringLabel.Name = "connectionStringLabel";
|
|
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
// configDbConnectionStringTextBox
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
resources.ApplyResources(this.configDbConnectionStringTextBox, "configDbConnectionStringTextBox");
|
|
|
|
|
this.configDbConnectionStringTextBox.Name = "configDbConnectionStringTextBox";
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
// resultsDbConnectionStringTextBox
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
resources.ApplyResources(this.resultsDbConnectionStringTextBox, "resultsDbConnectionStringTextBox");
|
|
|
|
|
this.resultsDbConnectionStringTextBox.Name = "resultsDbConnectionStringTextBox";
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
2015-12-31 23:00:03 +00:00
|
|
|
resources.ApplyResources(this.configLabel, "label4");
|
|
|
|
|
this.configLabel.Name = "label4";
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
2015-12-31 23:00:03 +00:00
|
|
|
resources.ApplyResources(this.resultsLabel, "label6");
|
|
|
|
|
this.resultsLabel.Name = "label6";
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
|
|
|
|
// realBenchCheckBox
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.realBenchCheckBox, "realBenchCheckBox");
|
|
|
|
|
this.realBenchCheckBox.Name = "realBenchCheckBox";
|
|
|
|
|
this.realBenchCheckBox.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// dbTypeLabel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.dbTypeLabel, "dbTypeLabel");
|
|
|
|
|
this.dbTypeLabel.Name = "dbTypeLabel";
|
|
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
// configDbTypeComboBox
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
this.configDbTypeComboBox.FormattingEnabled = true;
|
|
|
|
|
resources.ApplyResources(this.configDbTypeComboBox, "configDbTypeComboBox");
|
|
|
|
|
this.configDbTypeComboBox.Name = "configDbTypeComboBox";
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
// resultsDbTypeComboBox
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
this.resultsDbTypeComboBox.FormattingEnabled = true;
|
|
|
|
|
resources.ApplyResources(this.resultsDbTypeComboBox, "resultsDbTypeComboBox");
|
|
|
|
|
this.resultsDbTypeComboBox.Name = "resultsDbTypeComboBox";
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
// testConnConfigDbBtn
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
this.testConnConfigDbBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
resources.ApplyResources(this.testConnConfigDbBtn, "testConnConfigDbBtn");
|
|
|
|
|
this.testConnConfigDbBtn.Name = "testConnConfigDbBtn";
|
|
|
|
|
this.testConnConfigDbBtn.UseVisualStyleBackColor = true;
|
|
|
|
|
this.testConnConfigDbBtn.Click += new System.EventHandler(this.testConnConfigDbBtn_Click);
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
// testConnResultsDbBtn
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
this.testConnResultsDbBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
resources.ApplyResources(this.testConnResultsDbBtn, "testConnResultsDbBtn");
|
|
|
|
|
this.testConnResultsDbBtn.Name = "testConnResultsDbBtn";
|
|
|
|
|
this.testConnResultsDbBtn.UseVisualStyleBackColor = true;
|
|
|
|
|
this.testConnResultsDbBtn.Click += new System.EventHandler(this.testConnResultsDbBtn_Click);
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
// createConfigDbBtn
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
this.createConfigDbBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
resources.ApplyResources(this.createConfigDbBtn, "createConfigDbBtn");
|
|
|
|
|
this.createConfigDbBtn.Name = "createConfigDbBtn";
|
|
|
|
|
this.createConfigDbBtn.UseVisualStyleBackColor = true;
|
|
|
|
|
this.createConfigDbBtn.Click += new System.EventHandler(this.createConfigDbBtn_Click);
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
// createResultsDbBtn
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
2015-12-31 21:48:22 +00:00
|
|
|
this.createResultsDbBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
resources.ApplyResources(this.createResultsDbBtn, "createResultsDbBtn");
|
|
|
|
|
this.createResultsDbBtn.Name = "createResultsDbBtn";
|
|
|
|
|
this.createResultsDbBtn.UseVisualStyleBackColor = true;
|
|
|
|
|
this.createResultsDbBtn.Click += new System.EventHandler(this.createResultsDbBtn_Click);
|
2014-07-28 07:54:35 +00:00
|
|
|
//
|
|
|
|
|
// DatabaseSettingsDlg
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2015-12-31 21:48:22 +00:00
|
|
|
this.Controls.Add(this.createResultsDbBtn);
|
|
|
|
|
this.Controls.Add(this.createConfigDbBtn);
|
|
|
|
|
this.Controls.Add(this.testConnResultsDbBtn);
|
|
|
|
|
this.Controls.Add(this.testConnConfigDbBtn);
|
|
|
|
|
this.Controls.Add(this.resultsDbTypeComboBox);
|
|
|
|
|
this.Controls.Add(this.configDbTypeComboBox);
|
2014-07-28 07:54:35 +00:00
|
|
|
this.Controls.Add(this.dbTypeLabel);
|
|
|
|
|
this.Controls.Add(this.realBenchCheckBox);
|
2015-12-31 23:00:03 +00:00
|
|
|
this.Controls.Add(this.resultsLabel);
|
|
|
|
|
this.Controls.Add(this.configLabel);
|
2015-12-31 21:48:22 +00:00
|
|
|
this.Controls.Add(this.resultsDbConnectionStringTextBox);
|
|
|
|
|
this.Controls.Add(this.configDbConnectionStringTextBox);
|
2014-07-28 07:54:35 +00:00
|
|
|
this.Controls.Add(this.connectionStringLabel);
|
|
|
|
|
this.Controls.Add(this.benchNameTextBox);
|
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
this.Controls.Add(this.okButton);
|
|
|
|
|
this.Controls.Add(this.cancelButton);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
|
this.Name = "DatabaseSettingsDlg";
|
|
|
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
|
|
|
this.Load += new System.EventHandler(this.BenchSettingsDlg_Load);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button okButton;
|
|
|
|
|
private System.Windows.Forms.Button cancelButton;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
2015-12-31 21:48:22 +00:00
|
|
|
private System.Windows.Forms.TextBox benchNameTextBox;
|
|
|
|
|
private System.Windows.Forms.Label connectionStringLabel;
|
|
|
|
|
private System.Windows.Forms.TextBox configDbConnectionStringTextBox;
|
|
|
|
|
private System.Windows.Forms.TextBox resultsDbConnectionStringTextBox;
|
2015-12-31 23:00:03 +00:00
|
|
|
private System.Windows.Forms.Label configLabel;
|
|
|
|
|
private System.Windows.Forms.Label resultsLabel;
|
2014-07-28 07:54:35 +00:00
|
|
|
private System.Windows.Forms.CheckBox realBenchCheckBox;
|
2015-12-31 21:48:22 +00:00
|
|
|
private System.Windows.Forms.Label dbTypeLabel;
|
|
|
|
|
private System.Windows.Forms.ComboBox configDbTypeComboBox;
|
|
|
|
|
private System.Windows.Forms.ComboBox resultsDbTypeComboBox;
|
|
|
|
|
private System.Windows.Forms.Button testConnConfigDbBtn;
|
|
|
|
|
private System.Windows.Forms.Button testConnResultsDbBtn;
|
|
|
|
|
private System.Windows.Forms.Button createConfigDbBtn;
|
|
|
|
|
private System.Windows.Forms.Button createResultsDbBtn;
|
2014-07-28 07:54:35 +00:00
|
|
|
}
|
|
|
|
|
}
|