283 lines
14 KiB
C#
283 lines
14 KiB
C#
namespace LabelPrinting
|
|
{
|
|
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.modeGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.tbfLabelPrinterRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.standaloneRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.withDBRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.commonGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.labelPrinterConfigButton = new System.Windows.Forms.Button();
|
|
this.msLabel = new System.Windows.Forms.Label();
|
|
this.delayTextBox = new System.Windows.Forms.TextBox();
|
|
this.delayLabel = new System.Windows.Forms.Label();
|
|
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.modeGroupBox.SuspendLayout();
|
|
this.commonGroupBox.SuspendLayout();
|
|
this.connStrForTracingGroupBox.SuspendLayout();
|
|
this.connStrForUsersGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// modeGroupBox
|
|
//
|
|
this.modeGroupBox.Controls.Add(this.tbfLabelPrinterRadioButton);
|
|
this.modeGroupBox.Controls.Add(this.standaloneRadioButton);
|
|
this.modeGroupBox.Controls.Add(this.withDBRadioButton);
|
|
this.modeGroupBox.Location = new System.Drawing.Point(12, 12);
|
|
this.modeGroupBox.Name = "modeGroupBox";
|
|
this.modeGroupBox.Size = new System.Drawing.Size(197, 105);
|
|
this.modeGroupBox.TabIndex = 15;
|
|
this.modeGroupBox.TabStop = false;
|
|
this.modeGroupBox.Text = "Mode";
|
|
//
|
|
// tbfLabelPrinterRadioButton
|
|
//
|
|
this.tbfLabelPrinterRadioButton.AutoSize = true;
|
|
this.tbfLabelPrinterRadioButton.Location = new System.Drawing.Point(19, 23);
|
|
this.tbfLabelPrinterRadioButton.Name = "tbfLabelPrinterRadioButton";
|
|
this.tbfLabelPrinterRadioButton.Size = new System.Drawing.Size(156, 17);
|
|
this.tbfLabelPrinterRadioButton.TabIndex = 0;
|
|
this.tbfLabelPrinterRadioButton.TabStop = true;
|
|
this.tbfLabelPrinterRadioButton.Text = "TBF compatible label printer";
|
|
this.tbfLabelPrinterRadioButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// standaloneRadioButton
|
|
//
|
|
this.standaloneRadioButton.AutoSize = true;
|
|
this.standaloneRadioButton.Location = new System.Drawing.Point(18, 46);
|
|
this.standaloneRadioButton.Name = "standaloneRadioButton";
|
|
this.standaloneRadioButton.Size = new System.Drawing.Size(143, 17);
|
|
this.standaloneRadioButton.TabIndex = 1;
|
|
this.standaloneRadioButton.TabStop = true;
|
|
this.standaloneRadioButton.Text = "20 char s/n - Standalone";
|
|
this.standaloneRadioButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// withDBRadioButton
|
|
//
|
|
this.withDBRadioButton.AutoSize = true;
|
|
this.withDBRadioButton.Location = new System.Drawing.Point(18, 69);
|
|
this.withDBRadioButton.Name = "withDBRadioButton";
|
|
this.withDBRadioButton.Size = new System.Drawing.Size(158, 17);
|
|
this.withDBRadioButton.TabIndex = 2;
|
|
this.withDBRadioButton.TabStop = true;
|
|
this.withDBRadioButton.Text = "20 char s/n - With database";
|
|
this.withDBRadioButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// commonGroupBox
|
|
//
|
|
this.commonGroupBox.Controls.Add(this.labelPrinterConfigButton);
|
|
this.commonGroupBox.Controls.Add(this.msLabel);
|
|
this.commonGroupBox.Controls.Add(this.delayTextBox);
|
|
this.commonGroupBox.Controls.Add(this.delayLabel);
|
|
this.commonGroupBox.Controls.Add(this.loginRequiredCheckBox);
|
|
this.commonGroupBox.Controls.Add(this.languageComboBox);
|
|
this.commonGroupBox.Controls.Add(this.languageLabel);
|
|
this.commonGroupBox.Location = new System.Drawing.Point(222, 12);
|
|
this.commonGroupBox.Name = "commonGroupBox";
|
|
this.commonGroupBox.Size = new System.Drawing.Size(316, 105);
|
|
this.commonGroupBox.TabIndex = 16;
|
|
this.commonGroupBox.TabStop = false;
|
|
//
|
|
// labelPrinterConfigButton
|
|
//
|
|
this.labelPrinterConfigButton.Location = new System.Drawing.Point(198, 73);
|
|
this.labelPrinterConfigButton.Name = "labelPrinterConfigButton";
|
|
this.labelPrinterConfigButton.Size = new System.Drawing.Size(93, 23);
|
|
this.labelPrinterConfigButton.TabIndex = 6;
|
|
this.labelPrinterConfigButton.Text = "TBF label config";
|
|
this.labelPrinterConfigButton.UseVisualStyleBackColor = true;
|
|
this.labelPrinterConfigButton.Click += new System.EventHandler(this.labelPrinterConfigButton_Click);
|
|
//
|
|
// msLabel
|
|
//
|
|
this.msLabel.AutoSize = true;
|
|
this.msLabel.Location = new System.Drawing.Point(262, 51);
|
|
this.msLabel.Name = "msLabel";
|
|
this.msLabel.Size = new System.Drawing.Size(20, 13);
|
|
this.msLabel.TabIndex = 5;
|
|
this.msLabel.Text = "ms";
|
|
//
|
|
// delayTextBox
|
|
//
|
|
this.delayTextBox.Location = new System.Drawing.Point(198, 46);
|
|
this.delayTextBox.Name = "delayTextBox";
|
|
this.delayTextBox.Size = new System.Drawing.Size(52, 20);
|
|
this.delayTextBox.TabIndex = 4;
|
|
//
|
|
// delayLabel
|
|
//
|
|
this.delayLabel.AutoSize = true;
|
|
this.delayLabel.Location = new System.Drawing.Point(19, 51);
|
|
this.delayLabel.Name = "delayLabel";
|
|
this.delayLabel.Size = new System.Drawing.Size(108, 13);
|
|
this.delayLabel.TabIndex = 3;
|
|
this.delayLabel.Text = "Delay between labels";
|
|
//
|
|
// loginRequiredCheckBox
|
|
//
|
|
this.loginRequiredCheckBox.AutoSize = true;
|
|
this.loginRequiredCheckBox.Location = new System.Drawing.Point(22, 79);
|
|
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(198, 17);
|
|
this.languageComboBox.Name = "languageComboBox";
|
|
this.languageComboBox.Size = new System.Drawing.Size(93, 21);
|
|
this.languageComboBox.TabIndex = 1;
|
|
//
|
|
// languageLabel
|
|
//
|
|
this.languageLabel.AutoSize = true;
|
|
this.languageLabel.Location = new System.Drawing.Point(19, 20);
|
|
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, 127);
|
|
this.connStrForTracingGroupBox.Name = "connStrForTracingGroupBox";
|
|
this.connStrForTracingGroupBox.Size = new System.Drawing.Size(709, 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(672, 20);
|
|
this.tracingDBConnStringTextBox.TabIndex = 0;
|
|
//
|
|
// connStrForUsersGroupBox
|
|
//
|
|
this.connStrForUsersGroupBox.Controls.Add(this.usersDBConnStringTextBox);
|
|
this.connStrForUsersGroupBox.Location = new System.Drawing.Point(12, 186);
|
|
this.connStrForUsersGroupBox.Name = "connStrForUsersGroupBox";
|
|
this.connStrForUsersGroupBox.Size = new System.Drawing.Size(709, 50);
|
|
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(672, 20);
|
|
this.usersDBConnStringTextBox.TabIndex = 0;
|
|
//
|
|
// saveButton
|
|
//
|
|
this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.saveButton.Location = new System.Drawing.Point(559, 18);
|
|
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.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cancelButton.Location = new System.Drawing.Point(649, 18);
|
|
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(737, 250);
|
|
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.Controls.Add(this.modeGroupBox);
|
|
this.Name = "SettingsDlg";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "`";
|
|
this.Load += new System.EventHandler(this.SettingsDlg_Load);
|
|
this.modeGroupBox.ResumeLayout(false);
|
|
this.modeGroupBox.PerformLayout();
|
|
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 modeGroupBox;
|
|
private System.Windows.Forms.RadioButton standaloneRadioButton;
|
|
private System.Windows.Forms.RadioButton withDBRadioButton;
|
|
private System.Windows.Forms.GroupBox commonGroupBox;
|
|
private System.Windows.Forms.ComboBox languageComboBox;
|
|
private System.Windows.Forms.Label languageLabel;
|
|
private System.Windows.Forms.Label msLabel;
|
|
private System.Windows.Forms.TextBox delayTextBox;
|
|
private System.Windows.Forms.Label delayLabel;
|
|
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;
|
|
private System.Windows.Forms.RadioButton tbfLabelPrinterRadioButton;
|
|
private System.Windows.Forms.Button labelPrinterConfigButton;
|
|
}
|
|
} |