/// /// Copyright (c) 2013-2015 Sensus Metering Systems /// namespace TBF.Forms { partial class DatabaseSettingsDlg { /// /// 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() { 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.createUsersDbBtn = 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.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"; // // 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 // 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); // // testConnResultsDbBtn // 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); // // createConfigDbBtn // 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); // // createResultsDbBtn // 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); // // createUsersDbBtn // this.createUsersDbBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; resources.ApplyResources(this.createUsersDbBtn, "createUsersDbBtn"); this.createUsersDbBtn.Name = "createUsersDbBtn"; this.createUsersDbBtn.UseVisualStyleBackColor = true; this.createUsersDbBtn.Click += new System.EventHandler(this.createUsersDbBtn_Click); // // testConnUsersDbBtn // this.testConnUsersDbBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; 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"; // // DatabaseSettingsDlg // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.createUsersDbBtn); 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 createUsersDbBtn; private System.Windows.Forms.Button testConnUsersDbBtn; private System.Windows.Forms.ComboBox usersDbTypeComboBox; private System.Windows.Forms.Label usersLabel; private System.Windows.Forms.TextBox usersDbConnectionStringTextBox; } }