/// /// Copyright (c) 2020 Sensus Slovensko a.s. /// namespace TBF.BenchControl.Output.Printers.MultiLabel { partial class PrinterCfgCtrl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.nameTextBox = new System.Windows.Forms.TextBox(); this.nameLabel = new System.Windows.Forms.Label(); this.classNameLabel = new System.Windows.Forms.Label(); this.orientationLabel = new System.Windows.Forms.Label(); this.orientationComboBox = new System.Windows.Forms.ComboBox(); this.templateTextBox = new System.Windows.Forms.TextBox(); this.templateLabel = new System.Windows.Forms.Label(); this.labelWidthTextBox = new System.Windows.Forms.TextBox(); this.paperWidthLabel = new System.Windows.Forms.Label(); this.labelHeightTextBox = new System.Windows.Forms.TextBox(); this.italicCheckBox = new System.Windows.Forms.CheckBox(); this.boldCheckBox = new System.Windows.Forms.CheckBox(); this.fontSizeTextBox = new System.Windows.Forms.TextBox(); this.fontFamilyComboBox = new System.Windows.Forms.ComboBox(); this.bodyFontLabel = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.itemsToPrintButton = new System.Windows.Forms.Button(); this.nrOfCopiesLabel = new System.Windows.Forms.Label(); this.nrOfCopiesTextBox = new System.Windows.Forms.TextBox(); this.cultureComboBox = new System.Windows.Forms.ComboBox(); this.cultureLabel = new System.Windows.Forms.Label(); this.goodOnlyCheckBox = new System.Windows.Forms.CheckBox(); this.barcodeLeftLabel = new System.Windows.Forms.Label(); this.barcodeLeftTextBox = new System.Windows.Forms.TextBox(); this.barcodeTopTextBox = new System.Windows.Forms.TextBox(); this.barcodeTopLabel = new System.Windows.Forms.Label(); this.barcodeWidthTextBox = new System.Windows.Forms.TextBox(); this.barcodeWidthLabel = new System.Windows.Forms.Label(); this.barcodeHeightTextBox = new System.Windows.Forms.TextBox(); this.barcodeHeightLabel = new System.Windows.Forms.Label(); this.barcodeTypeComboBox = new System.Windows.Forms.ComboBox(); this.barcodeLabel = new System.Windows.Forms.Label(); this.leftTopLabelTopLabel = new System.Windows.Forms.Label(); this.leftTopLabelTopTextBox = new System.Windows.Forms.TextBox(); this.leftTopLabelLeftTextBox = new System.Windows.Forms.TextBox(); this.leftTopLabelLeftLabel = new System.Windows.Forms.Label(); this.labelColumnsCountTextBox = new System.Windows.Forms.TextBox(); this.labelColumnsCountLabel = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // nameTextBox // this.nameTextBox.Enabled = false; this.nameTextBox.Location = new System.Drawing.Point(122, 35); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(130, 20); this.nameTextBox.TabIndex = 2; // // nameLabel // this.nameLabel.AutoSize = true; this.nameLabel.Location = new System.Drawing.Point(8, 38); this.nameLabel.Name = "nameLabel"; this.nameLabel.Size = new System.Drawing.Size(35, 13); this.nameLabel.TabIndex = 1; this.nameLabel.Text = "Name"; // // classNameLabel // this.classNameLabel.AutoSize = true; this.classNameLabel.Location = new System.Drawing.Point(119, 11); this.classNameLabel.Name = "classNameLabel"; this.classNameLabel.Size = new System.Drawing.Size(61, 13); this.classNameLabel.TabIndex = 0; this.classNameLabel.Text = "Class name"; // // orientationLabel // this.orientationLabel.AutoSize = true; this.orientationLabel.Location = new System.Drawing.Point(8, 60); this.orientationLabel.Name = "orientationLabel"; this.orientationLabel.Size = new System.Drawing.Size(84, 13); this.orientationLabel.TabIndex = 3; this.orientationLabel.Text = "Page orientation"; // // orientationComboBox // this.orientationComboBox.Enabled = false; this.orientationComboBox.FormattingEnabled = true; this.orientationComboBox.Location = new System.Drawing.Point(122, 57); this.orientationComboBox.Name = "orientationComboBox"; this.orientationComboBox.Size = new System.Drawing.Size(130, 21); this.orientationComboBox.TabIndex = 4; // // templateTextBox // this.templateTextBox.Enabled = false; this.templateTextBox.Location = new System.Drawing.Point(120, 22); this.templateTextBox.Name = "templateTextBox"; this.templateTextBox.Size = new System.Drawing.Size(228, 20); this.templateTextBox.TabIndex = 10; // // templateLabel // this.templateLabel.AutoSize = true; this.templateLabel.Location = new System.Drawing.Point(6, 25); this.templateLabel.Name = "templateLabel"; this.templateLabel.Size = new System.Drawing.Size(67, 13); this.templateLabel.TabIndex = 9; this.templateLabel.Text = "Template file"; // // labelWidthTextBox // this.labelWidthTextBox.Enabled = false; this.labelWidthTextBox.Location = new System.Drawing.Point(120, 44); this.labelWidthTextBox.Name = "labelWidthTextBox"; this.labelWidthTextBox.Size = new System.Drawing.Size(51, 20); this.labelWidthTextBox.TabIndex = 6; // // paperWidthLabel // this.paperWidthLabel.AutoSize = true; this.paperWidthLabel.Location = new System.Drawing.Point(6, 47); this.paperWidthLabel.Name = "paperWidthLabel"; this.paperWidthLabel.Size = new System.Drawing.Size(101, 13); this.paperWidthLabel.TabIndex = 5; this.paperWidthLabel.Text = "Label width / height"; // // labelHeightTextBox // this.labelHeightTextBox.Enabled = false; this.labelHeightTextBox.Location = new System.Drawing.Point(174, 44); this.labelHeightTextBox.Name = "labelHeightTextBox"; this.labelHeightTextBox.Size = new System.Drawing.Size(51, 20); this.labelHeightTextBox.TabIndex = 8; // // italicCheckBox // this.italicCheckBox.AutoSize = true; this.italicCheckBox.Enabled = false; this.italicCheckBox.Location = new System.Drawing.Point(333, 72); this.italicCheckBox.Name = "italicCheckBox"; this.italicCheckBox.Size = new System.Drawing.Size(15, 14); this.italicCheckBox.TabIndex = 47; this.italicCheckBox.UseVisualStyleBackColor = true; // // boldCheckBox // this.boldCheckBox.AutoSize = true; this.boldCheckBox.Enabled = false; this.boldCheckBox.Location = new System.Drawing.Point(305, 72); this.boldCheckBox.Name = "boldCheckBox"; this.boldCheckBox.Size = new System.Drawing.Size(15, 14); this.boldCheckBox.TabIndex = 46; this.boldCheckBox.UseVisualStyleBackColor = true; // // fontSizeTextBox // this.fontSizeTextBox.Enabled = false; this.fontSizeTextBox.Location = new System.Drawing.Point(257, 66); this.fontSizeTextBox.Name = "fontSizeTextBox"; this.fontSizeTextBox.Size = new System.Drawing.Size(29, 20); this.fontSizeTextBox.TabIndex = 45; // // fontFamilyComboBox // this.fontFamilyComboBox.Enabled = false; this.fontFamilyComboBox.FormattingEnabled = true; this.fontFamilyComboBox.Location = new System.Drawing.Point(120, 66); this.fontFamilyComboBox.Name = "fontFamilyComboBox"; this.fontFamilyComboBox.Size = new System.Drawing.Size(130, 21); this.fontFamilyComboBox.TabIndex = 44; // // bodyFontLabel // this.bodyFontLabel.AutoSize = true; this.bodyFontLabel.Location = new System.Drawing.Point(6, 69); this.bodyFontLabel.Name = "bodyFontLabel"; this.bodyFontLabel.Size = new System.Drawing.Size(106, 13); this.bodyFontLabel.TabIndex = 43; this.bodyFontLabel.Text = "Font family/size/style"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.label2.Location = new System.Drawing.Point(329, 57); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(24, 13); this.label2.TabIndex = 49; this.label2.Text = "Ital."; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.label1.Location = new System.Drawing.Point(295, 57); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(32, 13); this.label1.TabIndex = 48; this.label1.Text = "Bold"; // // itemsToPrintButton // this.itemsToPrintButton.Enabled = false; this.itemsToPrintButton.Location = new System.Drawing.Point(257, 96); this.itemsToPrintButton.Name = "itemsToPrintButton"; this.itemsToPrintButton.Size = new System.Drawing.Size(91, 30); this.itemsToPrintButton.TabIndex = 50; this.itemsToPrintButton.Text = "Items to print"; this.itemsToPrintButton.UseVisualStyleBackColor = true; this.itemsToPrintButton.Click += new System.EventHandler(this.itemsToPrintButton_Click); // // nrOfCopiesLabel // this.nrOfCopiesLabel.AutoSize = true; this.nrOfCopiesLabel.Location = new System.Drawing.Point(8, 105); this.nrOfCopiesLabel.Name = "nrOfCopiesLabel"; this.nrOfCopiesLabel.Size = new System.Drawing.Size(90, 13); this.nrOfCopiesLabel.TabIndex = 52; this.nrOfCopiesLabel.Text = "Number of copies"; // // nrOfCopiesTextBox // this.nrOfCopiesTextBox.Enabled = false; this.nrOfCopiesTextBox.Location = new System.Drawing.Point(122, 102); this.nrOfCopiesTextBox.Name = "nrOfCopiesTextBox"; this.nrOfCopiesTextBox.Size = new System.Drawing.Size(32, 20); this.nrOfCopiesTextBox.TabIndex = 51; // // cultureComboBox // this.cultureComboBox.Enabled = false; this.cultureComboBox.FormattingEnabled = true; this.cultureComboBox.Location = new System.Drawing.Point(120, 89); this.cultureComboBox.Name = "cultureComboBox"; this.cultureComboBox.Size = new System.Drawing.Size(130, 21); this.cultureComboBox.TabIndex = 54; // // cultureLabel // this.cultureLabel.AutoSize = true; this.cultureLabel.Location = new System.Drawing.Point(6, 92); this.cultureLabel.Name = "cultureLabel"; this.cultureLabel.Size = new System.Drawing.Size(42, 13); this.cultureLabel.TabIndex = 53; this.cultureLabel.Text = "Cullture"; // // goodOnlyCheckBox // this.goodOnlyCheckBox.AutoSize = true; this.goodOnlyCheckBox.Enabled = false; this.goodOnlyCheckBox.Location = new System.Drawing.Point(261, 104); this.goodOnlyCheckBox.Name = "goodOnlyCheckBox"; this.goodOnlyCheckBox.Size = new System.Drawing.Size(74, 17); this.goodOnlyCheckBox.TabIndex = 55; this.goodOnlyCheckBox.Text = "Good only"; this.goodOnlyCheckBox.UseVisualStyleBackColor = true; // // barcodeLeftLabel // this.barcodeLeftLabel.AutoSize = true; this.barcodeLeftLabel.Location = new System.Drawing.Point(95, 139); this.barcodeLeftLabel.Name = "barcodeLeftLabel"; this.barcodeLeftLabel.Size = new System.Drawing.Size(25, 13); this.barcodeLeftLabel.TabIndex = 9; this.barcodeLeftLabel.Text = "Left"; // // barcodeLeftTextBox // this.barcodeLeftTextBox.Enabled = false; this.barcodeLeftTextBox.Location = new System.Drawing.Point(120, 135); this.barcodeLeftTextBox.Name = "barcodeLeftTextBox"; this.barcodeLeftTextBox.Size = new System.Drawing.Size(31, 20); this.barcodeLeftTextBox.TabIndex = 10; // // barcodeTopTextBox // this.barcodeTopTextBox.Enabled = false; this.barcodeTopTextBox.Location = new System.Drawing.Point(179, 135); this.barcodeTopTextBox.Name = "barcodeTopTextBox"; this.barcodeTopTextBox.Size = new System.Drawing.Size(31, 20); this.barcodeTopTextBox.TabIndex = 11; // // barcodeTopLabel // this.barcodeTopLabel.AutoSize = true; this.barcodeTopLabel.Location = new System.Drawing.Point(153, 139); this.barcodeTopLabel.Name = "barcodeTopLabel"; this.barcodeTopLabel.Size = new System.Drawing.Size(26, 13); this.barcodeTopLabel.TabIndex = 13; this.barcodeTopLabel.Text = "Top"; // // barcodeWidthTextBox // this.barcodeWidthTextBox.Enabled = false; this.barcodeWidthTextBox.Location = new System.Drawing.Point(247, 135); this.barcodeWidthTextBox.Name = "barcodeWidthTextBox"; this.barcodeWidthTextBox.Size = new System.Drawing.Size(31, 20); this.barcodeWidthTextBox.TabIndex = 14; // // barcodeWidthLabel // this.barcodeWidthLabel.AutoSize = true; this.barcodeWidthLabel.Location = new System.Drawing.Point(212, 139); this.barcodeWidthLabel.Name = "barcodeWidthLabel"; this.barcodeWidthLabel.Size = new System.Drawing.Size(35, 13); this.barcodeWidthLabel.TabIndex = 15; this.barcodeWidthLabel.Text = "Width"; // // barcodeHeightTextBox // this.barcodeHeightTextBox.Enabled = false; this.barcodeHeightTextBox.Location = new System.Drawing.Point(318, 135); this.barcodeHeightTextBox.Name = "barcodeHeightTextBox"; this.barcodeHeightTextBox.Size = new System.Drawing.Size(30, 20); this.barcodeHeightTextBox.TabIndex = 17; // // barcodeHeightLabel // this.barcodeHeightLabel.AutoSize = true; this.barcodeHeightLabel.Location = new System.Drawing.Point(280, 139); this.barcodeHeightLabel.Name = "barcodeHeightLabel"; this.barcodeHeightLabel.Size = new System.Drawing.Size(38, 13); this.barcodeHeightLabel.TabIndex = 18; this.barcodeHeightLabel.Text = "Height"; // // barcodeTypeComboBox // this.barcodeTypeComboBox.Enabled = false; this.barcodeTypeComboBox.FormattingEnabled = true; this.barcodeTypeComboBox.Location = new System.Drawing.Point(120, 112); this.barcodeTypeComboBox.Name = "barcodeTypeComboBox"; this.barcodeTypeComboBox.Size = new System.Drawing.Size(130, 21); this.barcodeTypeComboBox.TabIndex = 19; // // barcodeLabel // this.barcodeLabel.AutoSize = true; this.barcodeLabel.Location = new System.Drawing.Point(6, 115); this.barcodeLabel.Name = "barcodeLabel"; this.barcodeLabel.Size = new System.Drawing.Size(88, 13); this.barcodeLabel.TabIndex = 56; this.barcodeLabel.Text = "Barcode with s/n"; // // leftTopLabelTopLabel // this.leftTopLabelTopLabel.AutoSize = true; this.leftTopLabelTopLabel.Location = new System.Drawing.Point(294, 84); this.leftTopLabelTopLabel.Name = "leftTopLabelTopLabel"; this.leftTopLabelTopLabel.Size = new System.Drawing.Size(26, 13); this.leftTopLabelTopLabel.TabIndex = 60; this.leftTopLabelTopLabel.Text = "Top"; // // leftTopLabelTopTextBox // this.leftTopLabelTopTextBox.Enabled = false; this.leftTopLabelTopTextBox.Location = new System.Drawing.Point(320, 80); this.leftTopLabelTopTextBox.Name = "leftTopLabelTopTextBox"; this.leftTopLabelTopTextBox.Size = new System.Drawing.Size(31, 20); this.leftTopLabelTopTextBox.TabIndex = 59; // // leftTopLabelLeftTextBox // this.leftTopLabelLeftTextBox.Enabled = false; this.leftTopLabelLeftTextBox.Location = new System.Drawing.Point(261, 80); this.leftTopLabelLeftTextBox.Name = "leftTopLabelLeftTextBox"; this.leftTopLabelLeftTextBox.Size = new System.Drawing.Size(31, 20); this.leftTopLabelLeftTextBox.TabIndex = 58; // // leftTopLabelLeftLabel // this.leftTopLabelLeftLabel.AutoSize = true; this.leftTopLabelLeftLabel.Location = new System.Drawing.Point(167, 83); this.leftTopLabelLeftLabel.Name = "leftTopLabelLeftLabel"; this.leftTopLabelLeftLabel.Size = new System.Drawing.Size(93, 13); this.leftTopLabelLeftLabel.TabIndex = 57; this.leftTopLabelLeftLabel.Text = "Left-Top label Left"; // // labelColumnsCountTextBox // this.labelColumnsCountTextBox.Enabled = false; this.labelColumnsCountTextBox.Location = new System.Drawing.Point(122, 80); this.labelColumnsCountTextBox.Name = "labelColumnsCountTextBox"; this.labelColumnsCountTextBox.Size = new System.Drawing.Size(32, 20); this.labelColumnsCountTextBox.TabIndex = 61; // // labelColumnsCountLabel // this.labelColumnsCountLabel.AutoSize = true; this.labelColumnsCountLabel.Location = new System.Drawing.Point(9, 83); this.labelColumnsCountLabel.Name = "labelColumnsCountLabel"; this.labelColumnsCountLabel.Size = new System.Drawing.Size(105, 13); this.labelColumnsCountLabel.TabIndex = 62; this.labelColumnsCountLabel.Text = "Label columns count"; // // groupBox1 // this.groupBox1.Controls.Add(this.templateLabel); this.groupBox1.Controls.Add(this.templateTextBox); this.groupBox1.Controls.Add(this.paperWidthLabel); this.groupBox1.Controls.Add(this.labelWidthTextBox); this.groupBox1.Controls.Add(this.labelHeightTextBox); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.barcodeLabel); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.itemsToPrintButton); this.groupBox1.Controls.Add(this.barcodeTypeComboBox); this.groupBox1.Controls.Add(this.bodyFontLabel); this.groupBox1.Controls.Add(this.barcodeHeightLabel); this.groupBox1.Controls.Add(this.fontFamilyComboBox); this.groupBox1.Controls.Add(this.fontSizeTextBox); this.groupBox1.Controls.Add(this.barcodeHeightTextBox); this.groupBox1.Controls.Add(this.boldCheckBox); this.groupBox1.Controls.Add(this.cultureComboBox); this.groupBox1.Controls.Add(this.italicCheckBox); this.groupBox1.Controls.Add(this.barcodeWidthLabel); this.groupBox1.Controls.Add(this.barcodeLeftLabel); this.groupBox1.Controls.Add(this.cultureLabel); this.groupBox1.Controls.Add(this.barcodeLeftTextBox); this.groupBox1.Controls.Add(this.barcodeWidthTextBox); this.groupBox1.Controls.Add(this.barcodeTopLabel); this.groupBox1.Controls.Add(this.barcodeTopTextBox); this.groupBox1.Location = new System.Drawing.Point(3, 127); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(366, 164); this.groupBox1.TabIndex = 63; this.groupBox1.TabStop = false; this.groupBox1.Text = "One label"; // // PrinterCfgCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox1); this.Controls.Add(this.labelColumnsCountLabel); this.Controls.Add(this.labelColumnsCountTextBox); this.Controls.Add(this.leftTopLabelTopLabel); this.Controls.Add(this.leftTopLabelTopTextBox); this.Controls.Add(this.leftTopLabelLeftTextBox); this.Controls.Add(this.leftTopLabelLeftLabel); this.Controls.Add(this.orientationComboBox); this.Controls.Add(this.orientationLabel); this.Controls.Add(this.nameTextBox); this.Controls.Add(this.nameLabel); this.Controls.Add(this.classNameLabel); this.Controls.Add(this.goodOnlyCheckBox); this.Controls.Add(this.nrOfCopiesLabel); this.Controls.Add(this.nrOfCopiesTextBox); this.Name = "PrinterCfgCtrl"; this.Size = new System.Drawing.Size(372, 299); this.Load += new System.EventHandler(this.PrinterCfgCtrl_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox nameTextBox; private System.Windows.Forms.Label nameLabel; private System.Windows.Forms.Label classNameLabel; private System.Windows.Forms.Label orientationLabel; private System.Windows.Forms.ComboBox orientationComboBox; private System.Windows.Forms.TextBox templateTextBox; private System.Windows.Forms.Label templateLabel; private System.Windows.Forms.TextBox labelWidthTextBox; private System.Windows.Forms.Label paperWidthLabel; private System.Windows.Forms.TextBox labelHeightTextBox; private System.Windows.Forms.CheckBox italicCheckBox; private System.Windows.Forms.CheckBox boldCheckBox; private System.Windows.Forms.TextBox fontSizeTextBox; private System.Windows.Forms.ComboBox fontFamilyComboBox; private System.Windows.Forms.Label bodyFontLabel; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button itemsToPrintButton; private System.Windows.Forms.Label nrOfCopiesLabel; private System.Windows.Forms.TextBox nrOfCopiesTextBox; private System.Windows.Forms.ComboBox cultureComboBox; private System.Windows.Forms.Label cultureLabel; private System.Windows.Forms.CheckBox goodOnlyCheckBox; private System.Windows.Forms.Label barcodeLeftLabel; private System.Windows.Forms.TextBox barcodeLeftTextBox; private System.Windows.Forms.TextBox barcodeTopTextBox; private System.Windows.Forms.Label barcodeTopLabel; private System.Windows.Forms.TextBox barcodeWidthTextBox; private System.Windows.Forms.Label barcodeWidthLabel; private System.Windows.Forms.TextBox barcodeHeightTextBox; private System.Windows.Forms.Label barcodeHeightLabel; private System.Windows.Forms.ComboBox barcodeTypeComboBox; private System.Windows.Forms.Label barcodeLabel; private System.Windows.Forms.Label leftTopLabelTopLabel; private System.Windows.Forms.TextBox leftTopLabelTopTextBox; private System.Windows.Forms.TextBox leftTopLabelLeftTextBox; private System.Windows.Forms.Label leftTopLabelLeftLabel; private System.Windows.Forms.TextBox labelColumnsCountTextBox; private System.Windows.Forms.Label labelColumnsCountLabel; private System.Windows.Forms.GroupBox groupBox1; } }