477 lines
23 KiB
C#
477 lines
23 KiB
C#
///
|
|
/// Copyright (c) 2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.BenchControl.Output.Printers.Label
|
|
{
|
|
partial class PrinterCfgCtrl
|
|
{
|
|
/// <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 Component 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.nameTextBox = new System.Windows.Forms.TextBox();
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
this.classNameLabel = new System.Windows.Forms.Label();
|
|
this.supressPrintingCheckBox = new System.Windows.Forms.CheckBox();
|
|
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.paperWidthTextBox = new System.Windows.Forms.TextBox();
|
|
this.paperWidthLabel = new System.Windows.Forms.Label();
|
|
this.paperHeightTextBox = 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.snBarcodeGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.barcodeHeightLabel = new System.Windows.Forms.Label();
|
|
this.barcodeHeightTextBox = new System.Windows.Forms.TextBox();
|
|
this.isQrCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.barcodeWidthLabel = new System.Windows.Forms.Label();
|
|
this.barcodeWidthTextBox = new System.Windows.Forms.TextBox();
|
|
this.barcodeTopLabel = new System.Windows.Forms.Label();
|
|
this.barcodeTopTextBox = new System.Windows.Forms.TextBox();
|
|
this.barcodeLeftTextBox = new System.Windows.Forms.TextBox();
|
|
this.barcodeLeftLabel = new System.Windows.Forms.Label();
|
|
this.snBarcodeCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.snBarcodeGroupBox.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";
|
|
//
|
|
// supressPrintingCheckBox
|
|
//
|
|
this.supressPrintingCheckBox.AutoSize = true;
|
|
this.supressPrintingCheckBox.Enabled = false;
|
|
this.supressPrintingCheckBox.Location = new System.Drawing.Point(245, 200);
|
|
this.supressPrintingCheckBox.Name = "supressPrintingCheckBox";
|
|
this.supressPrintingCheckBox.Size = new System.Drawing.Size(101, 17);
|
|
this.supressPrintingCheckBox.TabIndex = 11;
|
|
this.supressPrintingCheckBox.Text = "Supress printing";
|
|
this.supressPrintingCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// orientationLabel
|
|
//
|
|
this.orientationLabel.AutoSize = true;
|
|
this.orientationLabel.Location = new System.Drawing.Point(8, 84);
|
|
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, 81);
|
|
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(122, 58);
|
|
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(8, 61);
|
|
this.templateLabel.Name = "templateLabel";
|
|
this.templateLabel.Size = new System.Drawing.Size(67, 13);
|
|
this.templateLabel.TabIndex = 9;
|
|
this.templateLabel.Text = "Template file";
|
|
//
|
|
// paperWidthTextBox
|
|
//
|
|
this.paperWidthTextBox.Enabled = false;
|
|
this.paperWidthTextBox.Location = new System.Drawing.Point(122, 105);
|
|
this.paperWidthTextBox.Name = "paperWidthTextBox";
|
|
this.paperWidthTextBox.Size = new System.Drawing.Size(51, 20);
|
|
this.paperWidthTextBox.TabIndex = 6;
|
|
//
|
|
// paperWidthLabel
|
|
//
|
|
this.paperWidthLabel.AutoSize = true;
|
|
this.paperWidthLabel.Location = new System.Drawing.Point(8, 108);
|
|
this.paperWidthLabel.Name = "paperWidthLabel";
|
|
this.paperWidthLabel.Size = new System.Drawing.Size(103, 13);
|
|
this.paperWidthLabel.TabIndex = 5;
|
|
this.paperWidthLabel.Text = "Paper width / height";
|
|
//
|
|
// paperHeightTextBox
|
|
//
|
|
this.paperHeightTextBox.Enabled = false;
|
|
this.paperHeightTextBox.Location = new System.Drawing.Point(176, 105);
|
|
this.paperHeightTextBox.Name = "paperHeightTextBox";
|
|
this.paperHeightTextBox.Size = new System.Drawing.Size(51, 20);
|
|
this.paperHeightTextBox.TabIndex = 8;
|
|
//
|
|
// italicCheckBox
|
|
//
|
|
this.italicCheckBox.AutoSize = true;
|
|
this.italicCheckBox.Enabled = false;
|
|
this.italicCheckBox.Location = new System.Drawing.Point(335, 134);
|
|
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(307, 134);
|
|
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(259, 128);
|
|
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(122, 128);
|
|
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(8, 131);
|
|
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(331, 119);
|
|
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(297, 119);
|
|
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(259, 85);
|
|
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, 179);
|
|
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, 176);
|
|
this.nrOfCopiesTextBox.Name = "nrOfCopiesTextBox";
|
|
this.nrOfCopiesTextBox.Size = new System.Drawing.Size(51, 20);
|
|
this.nrOfCopiesTextBox.TabIndex = 51;
|
|
//
|
|
// cultureComboBox
|
|
//
|
|
this.cultureComboBox.Enabled = false;
|
|
this.cultureComboBox.FormattingEnabled = true;
|
|
this.cultureComboBox.Location = new System.Drawing.Point(122, 152);
|
|
this.cultureComboBox.Name = "cultureComboBox";
|
|
this.cultureComboBox.Size = new System.Drawing.Size(228, 21);
|
|
this.cultureComboBox.TabIndex = 54;
|
|
//
|
|
// cultureLabel
|
|
//
|
|
this.cultureLabel.AutoSize = true;
|
|
this.cultureLabel.Location = new System.Drawing.Point(8, 155);
|
|
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(245, 179);
|
|
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;
|
|
//
|
|
// snBarcodeGroupBox
|
|
//
|
|
this.snBarcodeGroupBox.Controls.Add(this.barcodeHeightLabel);
|
|
this.snBarcodeGroupBox.Controls.Add(this.barcodeHeightTextBox);
|
|
this.snBarcodeGroupBox.Controls.Add(this.isQrCheckBox);
|
|
this.snBarcodeGroupBox.Controls.Add(this.barcodeWidthLabel);
|
|
this.snBarcodeGroupBox.Controls.Add(this.barcodeWidthTextBox);
|
|
this.snBarcodeGroupBox.Controls.Add(this.barcodeTopLabel);
|
|
this.snBarcodeGroupBox.Controls.Add(this.barcodeTopTextBox);
|
|
this.snBarcodeGroupBox.Controls.Add(this.barcodeLeftTextBox);
|
|
this.snBarcodeGroupBox.Controls.Add(this.barcodeLeftLabel);
|
|
this.snBarcodeGroupBox.Controls.Add(this.snBarcodeCheckBox);
|
|
this.snBarcodeGroupBox.Location = new System.Drawing.Point(11, 227);
|
|
this.snBarcodeGroupBox.Name = "snBarcodeGroupBox";
|
|
this.snBarcodeGroupBox.Size = new System.Drawing.Size(339, 59);
|
|
this.snBarcodeGroupBox.TabIndex = 56;
|
|
this.snBarcodeGroupBox.TabStop = false;
|
|
//
|
|
// barcodeHeightLabel
|
|
//
|
|
this.barcodeHeightLabel.AutoSize = true;
|
|
this.barcodeHeightLabel.Location = new System.Drawing.Point(207, 29);
|
|
this.barcodeHeightLabel.Name = "barcodeHeightLabel";
|
|
this.barcodeHeightLabel.Size = new System.Drawing.Size(38, 13);
|
|
this.barcodeHeightLabel.TabIndex = 18;
|
|
this.barcodeHeightLabel.Text = "Height";
|
|
//
|
|
// barcodeHeightTextBox
|
|
//
|
|
this.barcodeHeightTextBox.Enabled = false;
|
|
this.barcodeHeightTextBox.Location = new System.Drawing.Point(247, 25);
|
|
this.barcodeHeightTextBox.Name = "barcodeHeightTextBox";
|
|
this.barcodeHeightTextBox.Size = new System.Drawing.Size(32, 20);
|
|
this.barcodeHeightTextBox.TabIndex = 17;
|
|
//
|
|
// isQrCheckBox
|
|
//
|
|
this.isQrCheckBox.AutoSize = true;
|
|
this.isQrCheckBox.Location = new System.Drawing.Point(293, 27);
|
|
this.isQrCheckBox.Name = "isQrCheckBox";
|
|
this.isQrCheckBox.Size = new System.Drawing.Size(42, 17);
|
|
this.isQrCheckBox.TabIndex = 16;
|
|
this.isQrCheckBox.Text = "QR";
|
|
this.isQrCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// barcodeWidthLabel
|
|
//
|
|
this.barcodeWidthLabel.AutoSize = true;
|
|
this.barcodeWidthLabel.Location = new System.Drawing.Point(135, 29);
|
|
this.barcodeWidthLabel.Name = "barcodeWidthLabel";
|
|
this.barcodeWidthLabel.Size = new System.Drawing.Size(35, 13);
|
|
this.barcodeWidthLabel.TabIndex = 15;
|
|
this.barcodeWidthLabel.Text = "Width";
|
|
//
|
|
// barcodeWidthTextBox
|
|
//
|
|
this.barcodeWidthTextBox.Enabled = false;
|
|
this.barcodeWidthTextBox.Location = new System.Drawing.Point(171, 25);
|
|
this.barcodeWidthTextBox.Name = "barcodeWidthTextBox";
|
|
this.barcodeWidthTextBox.Size = new System.Drawing.Size(32, 20);
|
|
this.barcodeWidthTextBox.TabIndex = 14;
|
|
//
|
|
// barcodeTopLabel
|
|
//
|
|
this.barcodeTopLabel.AutoSize = true;
|
|
this.barcodeTopLabel.Location = new System.Drawing.Point(71, 29);
|
|
this.barcodeTopLabel.Name = "barcodeTopLabel";
|
|
this.barcodeTopLabel.Size = new System.Drawing.Size(26, 13);
|
|
this.barcodeTopLabel.TabIndex = 13;
|
|
this.barcodeTopLabel.Text = "Top";
|
|
//
|
|
// barcodeTopTextBox
|
|
//
|
|
this.barcodeTopTextBox.Enabled = false;
|
|
this.barcodeTopTextBox.Location = new System.Drawing.Point(99, 25);
|
|
this.barcodeTopTextBox.Name = "barcodeTopTextBox";
|
|
this.barcodeTopTextBox.Size = new System.Drawing.Size(32, 20);
|
|
this.barcodeTopTextBox.TabIndex = 11;
|
|
//
|
|
// barcodeLeftTextBox
|
|
//
|
|
this.barcodeLeftTextBox.Enabled = false;
|
|
this.barcodeLeftTextBox.Location = new System.Drawing.Point(35, 25);
|
|
this.barcodeLeftTextBox.Name = "barcodeLeftTextBox";
|
|
this.barcodeLeftTextBox.Size = new System.Drawing.Size(32, 20);
|
|
this.barcodeLeftTextBox.TabIndex = 10;
|
|
//
|
|
// barcodeLeftLabel
|
|
//
|
|
this.barcodeLeftLabel.AutoSize = true;
|
|
this.barcodeLeftLabel.Location = new System.Drawing.Point(8, 29);
|
|
this.barcodeLeftLabel.Name = "barcodeLeftLabel";
|
|
this.barcodeLeftLabel.Size = new System.Drawing.Size(25, 13);
|
|
this.barcodeLeftLabel.TabIndex = 9;
|
|
this.barcodeLeftLabel.Text = "Left";
|
|
//
|
|
// snBarcodeCheckBox
|
|
//
|
|
this.snBarcodeCheckBox.AutoSize = true;
|
|
this.snBarcodeCheckBox.Location = new System.Drawing.Point(10, 0);
|
|
this.snBarcodeCheckBox.Name = "snBarcodeCheckBox";
|
|
this.snBarcodeCheckBox.Size = new System.Drawing.Size(176, 17);
|
|
this.snBarcodeCheckBox.TabIndex = 0;
|
|
this.snBarcodeCheckBox.Text = "Print barcode with serial number";
|
|
this.snBarcodeCheckBox.UseVisualStyleBackColor = true;
|
|
this.snBarcodeCheckBox.CheckedChanged += new System.EventHandler(this.snBarcodeCheckBox_CheckedChanged);
|
|
//
|
|
// PrinterCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.snBarcodeGroupBox);
|
|
this.Controls.Add(this.goodOnlyCheckBox);
|
|
this.Controls.Add(this.cultureComboBox);
|
|
this.Controls.Add(this.cultureLabel);
|
|
this.Controls.Add(this.nrOfCopiesLabel);
|
|
this.Controls.Add(this.nrOfCopiesTextBox);
|
|
this.Controls.Add(this.itemsToPrintButton);
|
|
this.Controls.Add(this.italicCheckBox);
|
|
this.Controls.Add(this.boldCheckBox);
|
|
this.Controls.Add(this.fontSizeTextBox);
|
|
this.Controls.Add(this.fontFamilyComboBox);
|
|
this.Controls.Add(this.bodyFontLabel);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.paperHeightTextBox);
|
|
this.Controls.Add(this.paperWidthTextBox);
|
|
this.Controls.Add(this.paperWidthLabel);
|
|
this.Controls.Add(this.templateTextBox);
|
|
this.Controls.Add(this.templateLabel);
|
|
this.Controls.Add(this.orientationComboBox);
|
|
this.Controls.Add(this.orientationLabel);
|
|
this.Controls.Add(this.supressPrintingCheckBox);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Name = "PrinterCfgCtrl";
|
|
this.Size = new System.Drawing.Size(372, 327);
|
|
this.Load += new System.EventHandler(this.PrinterCfgCtrl_Load);
|
|
this.snBarcodeGroupBox.ResumeLayout(false);
|
|
this.snBarcodeGroupBox.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.CheckBox supressPrintingCheckBox;
|
|
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 paperWidthTextBox;
|
|
private System.Windows.Forms.Label paperWidthLabel;
|
|
private System.Windows.Forms.TextBox paperHeightTextBox;
|
|
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.GroupBox snBarcodeGroupBox;
|
|
private System.Windows.Forms.TextBox barcodeTopTextBox;
|
|
private System.Windows.Forms.TextBox barcodeLeftTextBox;
|
|
private System.Windows.Forms.Label barcodeLeftLabel;
|
|
private System.Windows.Forms.CheckBox snBarcodeCheckBox;
|
|
private System.Windows.Forms.Label barcodeWidthLabel;
|
|
private System.Windows.Forms.TextBox barcodeWidthTextBox;
|
|
private System.Windows.Forms.Label barcodeTopLabel;
|
|
private System.Windows.Forms.CheckBox isQrCheckBox;
|
|
private System.Windows.Forms.Label barcodeHeightLabel;
|
|
private System.Windows.Forms.TextBox barcodeHeightTextBox;
|
|
}
|
|
}
|