179 lines
8.9 KiB
C#
179 lines
8.9 KiB
C#
namespace ProductionTracing.Forms
|
|
{
|
|
partial class SettingsDlg
|
|
{
|
|
/// <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.commonGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.loginRequiredCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.languageComboBox = new System.Windows.Forms.ComboBox();
|
|
this.languageLabel = new System.Windows.Forms.Label();
|
|
this.connStrForTracingGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.tracingDBConnStringTextBox = new System.Windows.Forms.TextBox();
|
|
this.connStrForUsersGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.usersDBConnStringTextBox = new System.Windows.Forms.TextBox();
|
|
this.saveButton = new System.Windows.Forms.Button();
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
this.commonGroupBox.SuspendLayout();
|
|
this.connStrForTracingGroupBox.SuspendLayout();
|
|
this.connStrForUsersGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// commonGroupBox
|
|
//
|
|
this.commonGroupBox.Controls.Add(this.languageComboBox);
|
|
this.commonGroupBox.Controls.Add(this.languageLabel);
|
|
this.commonGroupBox.Location = new System.Drawing.Point(12, 161);
|
|
this.commonGroupBox.Name = "commonGroupBox";
|
|
this.commonGroupBox.Size = new System.Drawing.Size(418, 53);
|
|
this.commonGroupBox.TabIndex = 16;
|
|
this.commonGroupBox.TabStop = false;
|
|
//
|
|
// loginRequiredCheckBox
|
|
//
|
|
this.loginRequiredCheckBox.AutoSize = true;
|
|
this.loginRequiredCheckBox.Location = new System.Drawing.Point(19, 46);
|
|
this.loginRequiredCheckBox.Name = "loginRequiredCheckBox";
|
|
this.loginRequiredCheckBox.Size = new System.Drawing.Size(114, 17);
|
|
this.loginRequiredCheckBox.TabIndex = 2;
|
|
this.loginRequiredCheckBox.Text = "User login required";
|
|
this.loginRequiredCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// languageComboBox
|
|
//
|
|
this.languageComboBox.FormattingEnabled = true;
|
|
this.languageComboBox.Location = new System.Drawing.Point(292, 19);
|
|
this.languageComboBox.Name = "languageComboBox";
|
|
this.languageComboBox.Size = new System.Drawing.Size(80, 21);
|
|
this.languageComboBox.TabIndex = 1;
|
|
//
|
|
// languageLabel
|
|
//
|
|
this.languageLabel.AutoSize = true;
|
|
this.languageLabel.Location = new System.Drawing.Point(19, 23);
|
|
this.languageLabel.Name = "languageLabel";
|
|
this.languageLabel.Size = new System.Drawing.Size(134, 13);
|
|
this.languageLabel.TabIndex = 0;
|
|
this.languageLabel.Text = "Language, Sprache, Jazyk";
|
|
//
|
|
// connStrForTracingGroupBox
|
|
//
|
|
this.connStrForTracingGroupBox.Controls.Add(this.tracingDBConnStringTextBox);
|
|
this.connStrForTracingGroupBox.Location = new System.Drawing.Point(12, 14);
|
|
this.connStrForTracingGroupBox.Name = "connStrForTracingGroupBox";
|
|
this.connStrForTracingGroupBox.Size = new System.Drawing.Size(660, 50);
|
|
this.connStrForTracingGroupBox.TabIndex = 17;
|
|
this.connStrForTracingGroupBox.TabStop = false;
|
|
this.connStrForTracingGroupBox.Text = "Connection string for production tracing records";
|
|
//
|
|
// tracingDBConnStringTextBox
|
|
//
|
|
this.tracingDBConnStringTextBox.Location = new System.Drawing.Point(19, 18);
|
|
this.tracingDBConnStringTextBox.Name = "tracingDBConnStringTextBox";
|
|
this.tracingDBConnStringTextBox.Size = new System.Drawing.Size(617, 20);
|
|
this.tracingDBConnStringTextBox.TabIndex = 0;
|
|
//
|
|
// connStrForUsersGroupBox
|
|
//
|
|
this.connStrForUsersGroupBox.Controls.Add(this.loginRequiredCheckBox);
|
|
this.connStrForUsersGroupBox.Controls.Add(this.usersDBConnStringTextBox);
|
|
this.connStrForUsersGroupBox.Location = new System.Drawing.Point(12, 73);
|
|
this.connStrForUsersGroupBox.Name = "connStrForUsersGroupBox";
|
|
this.connStrForUsersGroupBox.Size = new System.Drawing.Size(660, 70);
|
|
this.connStrForUsersGroupBox.TabIndex = 18;
|
|
this.connStrForUsersGroupBox.TabStop = false;
|
|
this.connStrForUsersGroupBox.Text = "Connection string for central DB of users";
|
|
//
|
|
// usersDBConnStringTextBox
|
|
//
|
|
this.usersDBConnStringTextBox.Location = new System.Drawing.Point(19, 18);
|
|
this.usersDBConnStringTextBox.Name = "usersDBConnStringTextBox";
|
|
this.usersDBConnStringTextBox.Size = new System.Drawing.Size(617, 20);
|
|
this.usersDBConnStringTextBox.TabIndex = 0;
|
|
//
|
|
// saveButton
|
|
//
|
|
this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.saveButton.Location = new System.Drawing.Point(475, 166);
|
|
this.saveButton.Name = "saveButton";
|
|
this.saveButton.Size = new System.Drawing.Size(74, 47);
|
|
this.saveButton.TabIndex = 19;
|
|
this.saveButton.Text = "Save";
|
|
this.saveButton.UseVisualStyleBackColor = true;
|
|
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
|
|
//
|
|
// cancelButton
|
|
//
|
|
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cancelButton.Location = new System.Drawing.Point(577, 166);
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.Size = new System.Drawing.Size(71, 47);
|
|
this.cancelButton.TabIndex = 20;
|
|
this.cancelButton.Text = "Cancel";
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
|
//
|
|
// SettingsDlg
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(688, 237);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.cancelButton);
|
|
this.Controls.Add(this.saveButton);
|
|
this.Controls.Add(this.connStrForUsersGroupBox);
|
|
this.Controls.Add(this.connStrForTracingGroupBox);
|
|
this.Controls.Add(this.commonGroupBox);
|
|
this.Name = "SettingsDlg";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Settings";
|
|
this.Load += new System.EventHandler(this.SettingsDlg_Load);
|
|
this.commonGroupBox.ResumeLayout(false);
|
|
this.commonGroupBox.PerformLayout();
|
|
this.connStrForTracingGroupBox.ResumeLayout(false);
|
|
this.connStrForTracingGroupBox.PerformLayout();
|
|
this.connStrForUsersGroupBox.ResumeLayout(false);
|
|
this.connStrForUsersGroupBox.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox commonGroupBox;
|
|
private System.Windows.Forms.ComboBox languageComboBox;
|
|
private System.Windows.Forms.Label languageLabel;
|
|
private System.Windows.Forms.CheckBox loginRequiredCheckBox;
|
|
private System.Windows.Forms.GroupBox connStrForTracingGroupBox;
|
|
private System.Windows.Forms.TextBox tracingDBConnStringTextBox;
|
|
private System.Windows.Forms.GroupBox connStrForUsersGroupBox;
|
|
private System.Windows.Forms.TextBox usersDBConnStringTextBox;
|
|
private System.Windows.Forms.Button saveButton;
|
|
private System.Windows.Forms.Button cancelButton;
|
|
}
|
|
} |