132 lines
6.1 KiB
C#
132 lines
6.1 KiB
C#
namespace Workplace
|
|
{
|
|
partial class LocalSettingsFormForPolozka
|
|
{
|
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.blackListCodesCountLabel = new System.Windows.Forms.Label();
|
|
this.browseButton = new System.Windows.Forms.Button();
|
|
this.blackListFileTextBox = new System.Windows.Forms.TextBox();
|
|
this.saveButton = new System.Windows.Forms.Button();
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.blackListCodesCountLabel);
|
|
this.groupBox1.Controls.Add(this.browseButton);
|
|
this.groupBox1.Controls.Add(this.blackListFileTextBox);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(617, 85);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Zoznam zakázaných kódov";
|
|
//
|
|
// blackListCodesCountLabel
|
|
//
|
|
this.blackListCodesCountLabel.AutoSize = true;
|
|
this.blackListCodesCountLabel.Location = new System.Drawing.Point(18, 56);
|
|
this.blackListCodesCountLabel.Name = "blackListCodesCountLabel";
|
|
this.blackListCodesCountLabel.Size = new System.Drawing.Size(0, 13);
|
|
this.blackListCodesCountLabel.TabIndex = 2;
|
|
//
|
|
// browseButton
|
|
//
|
|
this.browseButton.Location = new System.Drawing.Point(523, 24);
|
|
this.browseButton.Name = "browseButton";
|
|
this.browseButton.Size = new System.Drawing.Size(79, 23);
|
|
this.browseButton.TabIndex = 1;
|
|
this.browseButton.Text = "Prechádzať";
|
|
this.browseButton.UseVisualStyleBackColor = true;
|
|
this.browseButton.Click += new System.EventHandler(this.browseButton_Click);
|
|
//
|
|
// blackListFileTextBox
|
|
//
|
|
this.blackListFileTextBox.Location = new System.Drawing.Point(18, 26);
|
|
this.blackListFileTextBox.Name = "blackListFileTextBox";
|
|
this.blackListFileTextBox.Size = new System.Drawing.Size(494, 20);
|
|
this.blackListFileTextBox.TabIndex = 0;
|
|
//
|
|
// saveButton
|
|
//
|
|
this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.saveButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.saveButton.Location = new System.Drawing.Point(454, 111);
|
|
this.saveButton.Name = "saveButton";
|
|
this.saveButton.Size = new System.Drawing.Size(75, 39);
|
|
this.saveButton.TabIndex = 1;
|
|
this.saveButton.Text = "Uložiť";
|
|
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.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.cancelButton.Location = new System.Drawing.Point(554, 111);
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.Size = new System.Drawing.Size(75, 39);
|
|
this.cancelButton.TabIndex = 2;
|
|
this.cancelButton.Text = "Zrušiť";
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
|
//
|
|
// LocalSettingsFormForPolozka
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(641, 162);
|
|
this.Controls.Add(this.cancelButton);
|
|
this.Controls.Add(this.saveButton);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "LocalSettingsFormForPolozka";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.Text = "Lokálne nastavenia pre položku";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button browseButton;
|
|
private System.Windows.Forms.TextBox blackListFileTextBox;
|
|
private System.Windows.Forms.Button saveButton;
|
|
private System.Windows.Forms.Button cancelButton;
|
|
private System.Windows.Forms.Label blackListCodesCountLabel;
|
|
}
|
|
} |