370 lines
17 KiB
C#
370 lines
17 KiB
C#
namespace TBF
|
|
{
|
|
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.usersConnectionStringTextBox = new System.Windows.Forms.TextBox();
|
|
this.connectionStringLabel = new System.Windows.Forms.Label();
|
|
this.benchConnectionStringTextBox = new System.Windows.Forms.TextBox();
|
|
this.proceduresConnectionStringTextBox = new System.Windows.Forms.TextBox();
|
|
this.wmTypesConnectionStringTextBox = new System.Windows.Forms.TextBox();
|
|
this.watermetersConnectionStringTextBox = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.testConnUsersBtn = new System.Windows.Forms.Button();
|
|
this.createUsersDbBtn = new System.Windows.Forms.Button();
|
|
this.realBenchCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.dbTypeLabel = new System.Windows.Forms.Label();
|
|
this.usersDbTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.benchDbTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.proceduresDbTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.wmTypesDbTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.watermetersDbTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.testConnBenchBtn = new System.Windows.Forms.Button();
|
|
this.testConnProceduresBtn = new System.Windows.Forms.Button();
|
|
this.testConnWMTypesBtn = new System.Windows.Forms.Button();
|
|
this.testConnWaterMetersBtn = new System.Windows.Forms.Button();
|
|
this.createBenchDbBtn = new System.Windows.Forms.Button();
|
|
this.createProceduresDbBtn = new System.Windows.Forms.Button();
|
|
this.createWMTypesDbBtn = new System.Windows.Forms.Button();
|
|
this.createWaterMetersDbBtn = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// okButton
|
|
//
|
|
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.okButton.ImageKey = global::TBF.Resources.Strings.String1;
|
|
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;
|
|
this.cancelButton.ImageKey = global::TBF.Resources.Strings.String1;
|
|
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.ImageKey = global::TBF.Resources.Strings.String1;
|
|
this.label1.Name = "label1";
|
|
//
|
|
// benchNameTextBox
|
|
//
|
|
resources.ApplyResources(this.benchNameTextBox, "benchNameTextBox");
|
|
this.benchNameTextBox.Name = "benchNameTextBox";
|
|
//
|
|
// usersConnectionStringTextBox
|
|
//
|
|
resources.ApplyResources(this.usersConnectionStringTextBox, "usersConnectionStringTextBox");
|
|
this.usersConnectionStringTextBox.Name = "usersConnectionStringTextBox";
|
|
//
|
|
// connectionStringLabel
|
|
//
|
|
resources.ApplyResources(this.connectionStringLabel, "connectionStringLabel");
|
|
this.connectionStringLabel.ImageKey = global::TBF.Resources.Strings.String1;
|
|
this.connectionStringLabel.Name = "connectionStringLabel";
|
|
//
|
|
// benchConnectionStringTextBox
|
|
//
|
|
resources.ApplyResources(this.benchConnectionStringTextBox, "benchConnectionStringTextBox");
|
|
this.benchConnectionStringTextBox.Name = "benchConnectionStringTextBox";
|
|
//
|
|
// proceduresConnectionStringTextBox
|
|
//
|
|
resources.ApplyResources(this.proceduresConnectionStringTextBox, "proceduresConnectionStringTextBox");
|
|
this.proceduresConnectionStringTextBox.Name = "proceduresConnectionStringTextBox";
|
|
//
|
|
// wmTypesConnectionStringTextBox
|
|
//
|
|
resources.ApplyResources(this.wmTypesConnectionStringTextBox, "wmTypesConnectionStringTextBox");
|
|
this.wmTypesConnectionStringTextBox.Name = "wmTypesConnectionStringTextBox";
|
|
//
|
|
// watermetersConnectionStringTextBox
|
|
//
|
|
resources.ApplyResources(this.watermetersConnectionStringTextBox, "watermetersConnectionStringTextBox");
|
|
this.watermetersConnectionStringTextBox.Name = "watermetersConnectionStringTextBox";
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.ImageKey = global::TBF.Resources.Strings.String1;
|
|
this.label2.Name = "label2";
|
|
//
|
|
// label3
|
|
//
|
|
resources.ApplyResources(this.label3, "label3");
|
|
this.label3.ImageKey = global::TBF.Resources.Strings.String1;
|
|
this.label3.Name = "label3";
|
|
//
|
|
// label4
|
|
//
|
|
resources.ApplyResources(this.label4, "label4");
|
|
this.label4.ImageKey = global::TBF.Resources.Strings.String1;
|
|
this.label4.Name = "label4";
|
|
//
|
|
// label5
|
|
//
|
|
resources.ApplyResources(this.label5, "label5");
|
|
this.label5.ImageKey = global::TBF.Resources.Strings.String1;
|
|
this.label5.Name = "label5";
|
|
//
|
|
// label6
|
|
//
|
|
resources.ApplyResources(this.label6, "label6");
|
|
this.label6.ImageKey = global::TBF.Resources.Strings.String1;
|
|
this.label6.Name = "label6";
|
|
//
|
|
// testConnUsersBtn
|
|
//
|
|
this.testConnUsersBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.testConnUsersBtn.ImageKey = global::TBF.Resources.Strings.String1;
|
|
resources.ApplyResources(this.testConnUsersBtn, "testConnUsersBtn");
|
|
this.testConnUsersBtn.Name = "testConnUsersBtn";
|
|
this.testConnUsersBtn.UseVisualStyleBackColor = true;
|
|
this.testConnUsersBtn.Click += new System.EventHandler(this.testConnUsersBtn_Click);
|
|
//
|
|
// createUsersDbBtn
|
|
//
|
|
this.createUsersDbBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.createUsersDbBtn.ImageKey = global::TBF.Resources.Strings.String1;
|
|
resources.ApplyResources(this.createUsersDbBtn, "createUsersDbBtn");
|
|
this.createUsersDbBtn.Name = "createUsersDbBtn";
|
|
this.createUsersDbBtn.UseVisualStyleBackColor = true;
|
|
this.createUsersDbBtn.Click += new System.EventHandler(this.createDatabasesButton_Click);
|
|
//
|
|
// realBenchCheckBox
|
|
//
|
|
resources.ApplyResources(this.realBenchCheckBox, "realBenchCheckBox");
|
|
this.realBenchCheckBox.ImageKey = global::TBF.Resources.Strings.String1;
|
|
this.realBenchCheckBox.Name = "realBenchCheckBox";
|
|
this.realBenchCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// dbTypeLabel
|
|
//
|
|
resources.ApplyResources(this.dbTypeLabel, "dbTypeLabel");
|
|
this.dbTypeLabel.ImageKey = global::TBF.Resources.Strings.String1;
|
|
this.dbTypeLabel.Name = "dbTypeLabel";
|
|
//
|
|
// usersDbTypeComboBox
|
|
//
|
|
this.usersDbTypeComboBox.FormattingEnabled = true;
|
|
resources.ApplyResources(this.usersDbTypeComboBox, "usersDbTypeComboBox");
|
|
this.usersDbTypeComboBox.Name = "usersDbTypeComboBox";
|
|
//
|
|
// benchDbTypeComboBox
|
|
//
|
|
this.benchDbTypeComboBox.FormattingEnabled = true;
|
|
resources.ApplyResources(this.benchDbTypeComboBox, "benchDbTypeComboBox");
|
|
this.benchDbTypeComboBox.Name = "benchDbTypeComboBox";
|
|
//
|
|
// proceduresDbTypeComboBox
|
|
//
|
|
this.proceduresDbTypeComboBox.FormattingEnabled = true;
|
|
resources.ApplyResources(this.proceduresDbTypeComboBox, "proceduresDbTypeComboBox");
|
|
this.proceduresDbTypeComboBox.Name = "proceduresDbTypeComboBox";
|
|
//
|
|
// wmTypesDbTypeComboBox
|
|
//
|
|
this.wmTypesDbTypeComboBox.FormattingEnabled = true;
|
|
resources.ApplyResources(this.wmTypesDbTypeComboBox, "wmTypesDbTypeComboBox");
|
|
this.wmTypesDbTypeComboBox.Name = "wmTypesDbTypeComboBox";
|
|
//
|
|
// watermetersDbTypeComboBox
|
|
//
|
|
this.watermetersDbTypeComboBox.FormattingEnabled = true;
|
|
resources.ApplyResources(this.watermetersDbTypeComboBox, "watermetersDbTypeComboBox");
|
|
this.watermetersDbTypeComboBox.Name = "watermetersDbTypeComboBox";
|
|
//
|
|
// testConnBenchBtn
|
|
//
|
|
this.testConnBenchBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.testConnBenchBtn.ImageKey = global::TBF.Resources.Strings.String1;
|
|
resources.ApplyResources(this.testConnBenchBtn, "testConnBenchBtn");
|
|
this.testConnBenchBtn.Name = "testConnBenchBtn";
|
|
this.testConnBenchBtn.UseVisualStyleBackColor = true;
|
|
this.testConnBenchBtn.Click += new System.EventHandler(this.testConnBenchBtn_Click);
|
|
//
|
|
// testConnProceduresBtn
|
|
//
|
|
this.testConnProceduresBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.testConnProceduresBtn.ImageKey = global::TBF.Resources.Strings.String1;
|
|
resources.ApplyResources(this.testConnProceduresBtn, "testConnProceduresBtn");
|
|
this.testConnProceduresBtn.Name = "testConnProceduresBtn";
|
|
this.testConnProceduresBtn.UseVisualStyleBackColor = true;
|
|
this.testConnProceduresBtn.Click += new System.EventHandler(this.testConnProceduresBtn_Click);
|
|
//
|
|
// testConnWMTypesBtn
|
|
//
|
|
this.testConnWMTypesBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.testConnWMTypesBtn.ImageKey = global::TBF.Resources.Strings.String1;
|
|
resources.ApplyResources(this.testConnWMTypesBtn, "testConnWMTypesBtn");
|
|
this.testConnWMTypesBtn.Name = "testConnWMTypesBtn";
|
|
this.testConnWMTypesBtn.UseVisualStyleBackColor = true;
|
|
this.testConnWMTypesBtn.Click += new System.EventHandler(this.testConnWMTypesBtn_Click);
|
|
//
|
|
// testConnWaterMetersBtn
|
|
//
|
|
this.testConnWaterMetersBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.testConnWaterMetersBtn.ImageKey = global::TBF.Resources.Strings.String1;
|
|
resources.ApplyResources(this.testConnWaterMetersBtn, "testConnWaterMetersBtn");
|
|
this.testConnWaterMetersBtn.Name = "testConnWaterMetersBtn";
|
|
this.testConnWaterMetersBtn.UseVisualStyleBackColor = true;
|
|
this.testConnWaterMetersBtn.Click += new System.EventHandler(this.testConnWaterMetersBtn_Click);
|
|
//
|
|
// createBenchDbBtn
|
|
//
|
|
this.createBenchDbBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.createBenchDbBtn.ImageKey = global::TBF.Resources.Strings.String1;
|
|
resources.ApplyResources(this.createBenchDbBtn, "createBenchDbBtn");
|
|
this.createBenchDbBtn.Name = "createBenchDbBtn";
|
|
this.createBenchDbBtn.UseVisualStyleBackColor = true;
|
|
this.createBenchDbBtn.Click += new System.EventHandler(this.createbenchDbBtn_Click);
|
|
//
|
|
// createProceduresDbBtn
|
|
//
|
|
this.createProceduresDbBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.createProceduresDbBtn.ImageKey = global::TBF.Resources.Strings.String1;
|
|
resources.ApplyResources(this.createProceduresDbBtn, "createProceduresDbBtn");
|
|
this.createProceduresDbBtn.Name = "createProceduresDbBtn";
|
|
this.createProceduresDbBtn.UseVisualStyleBackColor = true;
|
|
this.createProceduresDbBtn.Click += new System.EventHandler(this.createProecduresDbBtn_Click);
|
|
//
|
|
// createWMTypesDbBtn
|
|
//
|
|
this.createWMTypesDbBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.createWMTypesDbBtn.ImageKey = global::TBF.Resources.Strings.String1;
|
|
resources.ApplyResources(this.createWMTypesDbBtn, "createWMTypesDbBtn");
|
|
this.createWMTypesDbBtn.Name = "createWMTypesDbBtn";
|
|
this.createWMTypesDbBtn.UseVisualStyleBackColor = true;
|
|
this.createWMTypesDbBtn.Click += new System.EventHandler(this.createWMTypesDbBtn_Click);
|
|
//
|
|
// createWaterMetersDbBtn
|
|
//
|
|
this.createWaterMetersDbBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.createWaterMetersDbBtn.ImageKey = global::TBF.Resources.Strings.String1;
|
|
resources.ApplyResources(this.createWaterMetersDbBtn, "createWaterMetersDbBtn");
|
|
this.createWaterMetersDbBtn.Name = "createWaterMetersDbBtn";
|
|
this.createWaterMetersDbBtn.UseVisualStyleBackColor = true;
|
|
this.createWaterMetersDbBtn.Click += new System.EventHandler(this.createWaterMetersDbBtn_Click);
|
|
//
|
|
// DatabaseSettingsDlg
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.createWaterMetersDbBtn);
|
|
this.Controls.Add(this.createWMTypesDbBtn);
|
|
this.Controls.Add(this.createProceduresDbBtn);
|
|
this.Controls.Add(this.createBenchDbBtn);
|
|
this.Controls.Add(this.testConnWaterMetersBtn);
|
|
this.Controls.Add(this.testConnWMTypesBtn);
|
|
this.Controls.Add(this.testConnProceduresBtn);
|
|
this.Controls.Add(this.testConnBenchBtn);
|
|
this.Controls.Add(this.watermetersDbTypeComboBox);
|
|
this.Controls.Add(this.wmTypesDbTypeComboBox);
|
|
this.Controls.Add(this.proceduresDbTypeComboBox);
|
|
this.Controls.Add(this.benchDbTypeComboBox);
|
|
this.Controls.Add(this.usersDbTypeComboBox);
|
|
this.Controls.Add(this.dbTypeLabel);
|
|
this.Controls.Add(this.realBenchCheckBox);
|
|
this.Controls.Add(this.createUsersDbBtn);
|
|
this.Controls.Add(this.testConnUsersBtn);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.watermetersConnectionStringTextBox);
|
|
this.Controls.Add(this.wmTypesConnectionStringTextBox);
|
|
this.Controls.Add(this.proceduresConnectionStringTextBox);
|
|
this.Controls.Add(this.benchConnectionStringTextBox);
|
|
this.Controls.Add(this.connectionStringLabel);
|
|
this.Controls.Add(this.usersConnectionStringTextBox);
|
|
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;
|
|
private System.Windows.Forms.TextBox benchNameTextBox;
|
|
private System.Windows.Forms.TextBox usersConnectionStringTextBox;
|
|
private System.Windows.Forms.Label connectionStringLabel;
|
|
private System.Windows.Forms.TextBox benchConnectionStringTextBox;
|
|
private System.Windows.Forms.TextBox proceduresConnectionStringTextBox;
|
|
private System.Windows.Forms.TextBox wmTypesConnectionStringTextBox;
|
|
private System.Windows.Forms.TextBox watermetersConnectionStringTextBox;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Button testConnUsersBtn;
|
|
private System.Windows.Forms.Button createUsersDbBtn;
|
|
private System.Windows.Forms.CheckBox realBenchCheckBox;
|
|
private System.Windows.Forms.Label dbTypeLabel;
|
|
private System.Windows.Forms.ComboBox usersDbTypeComboBox;
|
|
private System.Windows.Forms.ComboBox benchDbTypeComboBox;
|
|
private System.Windows.Forms.ComboBox proceduresDbTypeComboBox;
|
|
private System.Windows.Forms.ComboBox wmTypesDbTypeComboBox;
|
|
private System.Windows.Forms.ComboBox watermetersDbTypeComboBox;
|
|
private System.Windows.Forms.Button testConnBenchBtn;
|
|
private System.Windows.Forms.Button testConnProceduresBtn;
|
|
private System.Windows.Forms.Button testConnWMTypesBtn;
|
|
private System.Windows.Forms.Button testConnWaterMetersBtn;
|
|
private System.Windows.Forms.Button createBenchDbBtn;
|
|
private System.Windows.Forms.Button createProceduresDbBtn;
|
|
private System.Windows.Forms.Button createWMTypesDbBtn;
|
|
private System.Windows.Forms.Button createWaterMetersDbBtn;
|
|
}
|
|
} |