317 lines
16 KiB
C#
317 lines
16 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Slovensko a.s.
|
|
///
|
|
namespace TBF.UI.Settings
|
|
{
|
|
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();
|
|
this.configDbConnectionStringTextBox = new System.Windows.Forms.TextBox();
|
|
this.resultsDbConnectionStringTextBox = new System.Windows.Forms.TextBox();
|
|
this.configLabel = new System.Windows.Forms.Label();
|
|
this.resultsLabel = new System.Windows.Forms.Label();
|
|
this.realBenchCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.dbTypeLabel = new System.Windows.Forms.Label();
|
|
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();
|
|
this.testConnUsersDbBtn = new System.Windows.Forms.Button();
|
|
this.usersDbTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.usersLabel = new System.Windows.Forms.Label();
|
|
this.usersDbConnectionStringTextBox = new System.Windows.Forms.TextBox();
|
|
this.importResultsDbBtn = new System.Windows.Forms.Button();
|
|
this.importConfigDbBtn = new System.Windows.Forms.Button();
|
|
this.importEventsDbBtn = new System.Windows.Forms.Button();
|
|
this.createEventsDbBtn = new System.Windows.Forms.Button();
|
|
this.testConnEventsDbBtn = new System.Windows.Forms.Button();
|
|
this.eventsDbTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.eventsLabel = new System.Windows.Forms.Label();
|
|
this.eventsDbConnectionStringTextBox = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// okButton
|
|
//
|
|
resources.ApplyResources(this.okButton, "okButton");
|
|
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.okButton.Name = "okButton";
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
//
|
|
// cancelButton
|
|
//
|
|
resources.ApplyResources(this.cancelButton, "cancelButton");
|
|
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
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";
|
|
//
|
|
// configDbConnectionStringTextBox
|
|
//
|
|
resources.ApplyResources(this.configDbConnectionStringTextBox, "configDbConnectionStringTextBox");
|
|
this.configDbConnectionStringTextBox.Name = "configDbConnectionStringTextBox";
|
|
//
|
|
// resultsDbConnectionStringTextBox
|
|
//
|
|
resources.ApplyResources(this.resultsDbConnectionStringTextBox, "resultsDbConnectionStringTextBox");
|
|
this.resultsDbConnectionStringTextBox.Name = "resultsDbConnectionStringTextBox";
|
|
//
|
|
// configLabel
|
|
//
|
|
resources.ApplyResources(this.configLabel, "configLabel");
|
|
this.configLabel.Name = "configLabel";
|
|
//
|
|
// resultsLabel
|
|
//
|
|
resources.ApplyResources(this.resultsLabel, "resultsLabel");
|
|
this.resultsLabel.Name = "resultsLabel";
|
|
//
|
|
// realBenchCheckBox
|
|
//
|
|
resources.ApplyResources(this.realBenchCheckBox, "realBenchCheckBox");
|
|
this.realBenchCheckBox.Name = "realBenchCheckBox";
|
|
this.realBenchCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// dbTypeLabel
|
|
//
|
|
resources.ApplyResources(this.dbTypeLabel, "dbTypeLabel");
|
|
this.dbTypeLabel.Name = "dbTypeLabel";
|
|
//
|
|
// configDbTypeComboBox
|
|
//
|
|
this.configDbTypeComboBox.FormattingEnabled = true;
|
|
resources.ApplyResources(this.configDbTypeComboBox, "configDbTypeComboBox");
|
|
this.configDbTypeComboBox.Name = "configDbTypeComboBox";
|
|
//
|
|
// resultsDbTypeComboBox
|
|
//
|
|
this.resultsDbTypeComboBox.FormattingEnabled = true;
|
|
resources.ApplyResources(this.resultsDbTypeComboBox, "resultsDbTypeComboBox");
|
|
this.resultsDbTypeComboBox.Name = "resultsDbTypeComboBox";
|
|
//
|
|
// testConnConfigDbBtn
|
|
//
|
|
resources.ApplyResources(this.testConnConfigDbBtn, "testConnConfigDbBtn");
|
|
this.testConnConfigDbBtn.Name = "testConnConfigDbBtn";
|
|
this.testConnConfigDbBtn.UseVisualStyleBackColor = true;
|
|
this.testConnConfigDbBtn.Click += new System.EventHandler(this.testConnConfigDbBtn_Click);
|
|
//
|
|
// testConnResultsDbBtn
|
|
//
|
|
resources.ApplyResources(this.testConnResultsDbBtn, "testConnResultsDbBtn");
|
|
this.testConnResultsDbBtn.Name = "testConnResultsDbBtn";
|
|
this.testConnResultsDbBtn.UseVisualStyleBackColor = true;
|
|
this.testConnResultsDbBtn.Click += new System.EventHandler(this.testConnResultsDbBtn_Click);
|
|
//
|
|
// createConfigDbBtn
|
|
//
|
|
resources.ApplyResources(this.createConfigDbBtn, "createConfigDbBtn");
|
|
this.createConfigDbBtn.Name = "createConfigDbBtn";
|
|
this.createConfigDbBtn.UseVisualStyleBackColor = true;
|
|
this.createConfigDbBtn.Click += new System.EventHandler(this.createConfigDbBtn_Click);
|
|
//
|
|
// createResultsDbBtn
|
|
//
|
|
resources.ApplyResources(this.createResultsDbBtn, "createResultsDbBtn");
|
|
this.createResultsDbBtn.Name = "createResultsDbBtn";
|
|
this.createResultsDbBtn.UseVisualStyleBackColor = true;
|
|
this.createResultsDbBtn.Click += new System.EventHandler(this.createResultsDbBtn_Click);
|
|
//
|
|
// testConnUsersDbBtn
|
|
//
|
|
resources.ApplyResources(this.testConnUsersDbBtn, "testConnUsersDbBtn");
|
|
this.testConnUsersDbBtn.Name = "testConnUsersDbBtn";
|
|
this.testConnUsersDbBtn.UseVisualStyleBackColor = true;
|
|
this.testConnUsersDbBtn.Click += new System.EventHandler(this.testConnUsersDbBtn_Click);
|
|
//
|
|
// usersDbTypeComboBox
|
|
//
|
|
this.usersDbTypeComboBox.FormattingEnabled = true;
|
|
resources.ApplyResources(this.usersDbTypeComboBox, "usersDbTypeComboBox");
|
|
this.usersDbTypeComboBox.Name = "usersDbTypeComboBox";
|
|
//
|
|
// usersLabel
|
|
//
|
|
resources.ApplyResources(this.usersLabel, "usersLabel");
|
|
this.usersLabel.Name = "usersLabel";
|
|
//
|
|
// usersDbConnectionStringTextBox
|
|
//
|
|
resources.ApplyResources(this.usersDbConnectionStringTextBox, "usersDbConnectionStringTextBox");
|
|
this.usersDbConnectionStringTextBox.Name = "usersDbConnectionStringTextBox";
|
|
//
|
|
// importResultsDbBtn
|
|
//
|
|
resources.ApplyResources(this.importResultsDbBtn, "importResultsDbBtn");
|
|
this.importResultsDbBtn.Name = "importResultsDbBtn";
|
|
this.importResultsDbBtn.UseVisualStyleBackColor = true;
|
|
this.importResultsDbBtn.Click += new System.EventHandler(this.importResultsDbBtn_Click);
|
|
//
|
|
// importConfigDbBtn
|
|
//
|
|
resources.ApplyResources(this.importConfigDbBtn, "importConfigDbBtn");
|
|
this.importConfigDbBtn.Name = "importConfigDbBtn";
|
|
this.importConfigDbBtn.UseVisualStyleBackColor = true;
|
|
this.importConfigDbBtn.Click += new System.EventHandler(this.importConfigDbBtn_Click);
|
|
//
|
|
// importEventsDbBtn
|
|
//
|
|
resources.ApplyResources(this.importEventsDbBtn, "importEventsDbBtn");
|
|
this.importEventsDbBtn.Name = "importEventsDbBtn";
|
|
this.importEventsDbBtn.UseVisualStyleBackColor = true;
|
|
this.importEventsDbBtn.Click += new System.EventHandler(this.importEventsDbBtn_Click);
|
|
//
|
|
// createEventsDbBtn
|
|
//
|
|
resources.ApplyResources(this.createEventsDbBtn, "createEventsDbBtn");
|
|
this.createEventsDbBtn.Name = "createEventsDbBtn";
|
|
this.createEventsDbBtn.UseVisualStyleBackColor = true;
|
|
this.createEventsDbBtn.Click += new System.EventHandler(this.createEventsDbBtn_Click);
|
|
//
|
|
// testConnEventsDbBtn
|
|
//
|
|
resources.ApplyResources(this.testConnEventsDbBtn, "testConnEventsDbBtn");
|
|
this.testConnEventsDbBtn.Name = "testConnEventsDbBtn";
|
|
this.testConnEventsDbBtn.UseVisualStyleBackColor = true;
|
|
this.testConnEventsDbBtn.Click += new System.EventHandler(this.testConnEventsDbBtn_Click);
|
|
//
|
|
// eventsDbTypeComboBox
|
|
//
|
|
this.eventsDbTypeComboBox.FormattingEnabled = true;
|
|
resources.ApplyResources(this.eventsDbTypeComboBox, "eventsDbTypeComboBox");
|
|
this.eventsDbTypeComboBox.Name = "eventsDbTypeComboBox";
|
|
//
|
|
// eventsLabel
|
|
//
|
|
resources.ApplyResources(this.eventsLabel, "eventsLabel");
|
|
this.eventsLabel.Name = "eventsLabel";
|
|
//
|
|
// eventsDbConnectionStringTextBox
|
|
//
|
|
resources.ApplyResources(this.eventsDbConnectionStringTextBox, "eventsDbConnectionStringTextBox");
|
|
this.eventsDbConnectionStringTextBox.Name = "eventsDbConnectionStringTextBox";
|
|
//
|
|
// DatabaseSettingsDlg
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.importEventsDbBtn);
|
|
this.Controls.Add(this.createEventsDbBtn);
|
|
this.Controls.Add(this.testConnEventsDbBtn);
|
|
this.Controls.Add(this.eventsDbTypeComboBox);
|
|
this.Controls.Add(this.eventsLabel);
|
|
this.Controls.Add(this.eventsDbConnectionStringTextBox);
|
|
this.Controls.Add(this.importResultsDbBtn);
|
|
this.Controls.Add(this.importConfigDbBtn);
|
|
this.Controls.Add(this.testConnUsersDbBtn);
|
|
this.Controls.Add(this.usersDbTypeComboBox);
|
|
this.Controls.Add(this.usersLabel);
|
|
this.Controls.Add(this.usersDbConnectionStringTextBox);
|
|
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);
|
|
this.Controls.Add(this.dbTypeLabel);
|
|
this.Controls.Add(this.realBenchCheckBox);
|
|
this.Controls.Add(this.resultsLabel);
|
|
this.Controls.Add(this.configLabel);
|
|
this.Controls.Add(this.resultsDbConnectionStringTextBox);
|
|
this.Controls.Add(this.configDbConnectionStringTextBox);
|
|
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;
|
|
private System.Windows.Forms.TextBox benchNameTextBox;
|
|
private System.Windows.Forms.Label connectionStringLabel;
|
|
private System.Windows.Forms.TextBox configDbConnectionStringTextBox;
|
|
private System.Windows.Forms.TextBox resultsDbConnectionStringTextBox;
|
|
private System.Windows.Forms.Label configLabel;
|
|
private System.Windows.Forms.Label resultsLabel;
|
|
private System.Windows.Forms.CheckBox realBenchCheckBox;
|
|
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;
|
|
private System.Windows.Forms.Button testConnUsersDbBtn;
|
|
private System.Windows.Forms.ComboBox usersDbTypeComboBox;
|
|
private System.Windows.Forms.Label usersLabel;
|
|
private System.Windows.Forms.TextBox usersDbConnectionStringTextBox;
|
|
private System.Windows.Forms.Button importResultsDbBtn;
|
|
private System.Windows.Forms.Button importConfigDbBtn;
|
|
private System.Windows.Forms.Button importEventsDbBtn;
|
|
private System.Windows.Forms.Button createEventsDbBtn;
|
|
private System.Windows.Forms.Button testConnEventsDbBtn;
|
|
private System.Windows.Forms.ComboBox eventsDbTypeComboBox;
|
|
private System.Windows.Forms.Label eventsLabel;
|
|
private System.Windows.Forms.TextBox eventsDbConnectionStringTextBox;
|
|
}
|
|
} |