namespace FastReport.Forms
{
public partial class ZplExportForm : BaseExportForm
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.gbPrinterSettings = new System.Windows.Forms.GroupBox();
this.lblBarcodeScale = new System.Windows.Forms.Label();
this.nudBarcodeScale = new System.Windows.Forms.NumericUpDown();
this.lblFontScale = new System.Windows.Forms.Label();
this.nudFontScale = new System.Windows.Forms.NumericUpDown();
this.cbPrintAsBitmap = new System.Windows.Forms.CheckBox();
this.cbDensity = new System.Windows.Forms.ComboBox();
this.lblDensity = new System.Windows.Forms.Label();
this.cbVersion = new System.Windows.Forms.ComboBox();
this.lblVersion = new System.Windows.Forms.Label();
this.gbPageRange.SuspendLayout();
this.pcPages.SuspendLayout();
this.panPages.SuspendLayout();
this.gbPrinterSettings.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudBarcodeScale)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudFontScale)).BeginInit();
this.SuspendLayout();
//
// gbPageRange
//
this.gbPageRange.Location = new System.Drawing.Point(10, 5);
this.gbPageRange.Margin = new System.Windows.Forms.Padding(4);
this.gbPageRange.Size = new System.Drawing.Size(325, 160);
//
// lblHint
//
this.lblHint.Location = new System.Drawing.Point(2, 104);
this.lblHint.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblHint.Padding = new System.Windows.Forms.Padding(6, 6, 6, 0);
this.lblHint.Size = new System.Drawing.Size(321, 54);
//
// tbNumbers
//
this.tbNumbers.Location = new System.Drawing.Point(129, 75);
this.tbNumbers.Margin = new System.Windows.Forms.Padding(4);
this.tbNumbers.Size = new System.Drawing.Size(179, 24);
//
// rbNumbers
//
this.rbNumbers.Location = new System.Drawing.Point(15, 75);
this.rbNumbers.Margin = new System.Windows.Forms.Padding(4);
//
// rbCurrent
//
this.rbCurrent.Location = new System.Drawing.Point(15, 50);
this.rbCurrent.Margin = new System.Windows.Forms.Padding(4);
//
// rbAll
//
this.rbAll.Location = new System.Drawing.Point(15, 25);
this.rbAll.Margin = new System.Windows.Forms.Padding(4);
//
// pcPages
//
this.pcPages.Location = new System.Drawing.Point(0, 0);
this.pcPages.Margin = new System.Windows.Forms.Padding(4);
this.pcPages.Size = new System.Drawing.Size(344, 376);
//
// panPages
//
this.panPages.Controls.Add(this.gbPrinterSettings);
this.panPages.Margin = new System.Windows.Forms.Padding(4);
this.panPages.Size = new System.Drawing.Size(344, 376);
this.panPages.Controls.SetChildIndex(this.gbPrinterSettings, 0);
this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
//
// cbOpenAfter
//
this.cbOpenAfter.Location = new System.Drawing.Point(10, 407);
this.cbOpenAfter.Margin = new System.Windows.Forms.Padding(4);
//
// cbExportAllTabs
//
this.cbExportAllTabs.Location = new System.Drawing.Point(10, 382);
this.cbExportAllTabs.Margin = new System.Windows.Forms.Padding(2);
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(142, 435);
this.btnOk.Margin = new System.Windows.Forms.Padding(4);
this.btnOk.Size = new System.Drawing.Size(94, 29);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(241, 435);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
this.btnCancel.Size = new System.Drawing.Size(94, 29);
//
// gbPrinterSettings
//
this.gbPrinterSettings.Controls.Add(this.lblBarcodeScale);
this.gbPrinterSettings.Controls.Add(this.nudBarcodeScale);
this.gbPrinterSettings.Controls.Add(this.lblFontScale);
this.gbPrinterSettings.Controls.Add(this.nudFontScale);
this.gbPrinterSettings.Controls.Add(this.cbPrintAsBitmap);
this.gbPrinterSettings.Controls.Add(this.cbDensity);
this.gbPrinterSettings.Controls.Add(this.lblDensity);
this.gbPrinterSettings.Controls.Add(this.cbVersion);
this.gbPrinterSettings.Controls.Add(this.lblVersion);
this.gbPrinterSettings.Location = new System.Drawing.Point(10, 173);
this.gbPrinterSettings.Margin = new System.Windows.Forms.Padding(4);
this.gbPrinterSettings.Name = "gbPrinterSettings";
this.gbPrinterSettings.Padding = new System.Windows.Forms.Padding(4);
this.gbPrinterSettings.Size = new System.Drawing.Size(325, 198);
this.gbPrinterSettings.TabIndex = 4;
this.gbPrinterSettings.TabStop = false;
this.gbPrinterSettings.Text = "Printer settings";
//
// lblBarcodeScale
//
this.lblBarcodeScale.AutoSize = true;
this.lblBarcodeScale.Location = new System.Drawing.Point(11, 126);
this.lblBarcodeScale.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblBarcodeScale.Name = "lblBarcodeScale";
this.lblBarcodeScale.Size = new System.Drawing.Size(93, 17);
this.lblBarcodeScale.TabIndex = 8;
this.lblBarcodeScale.Text = "Barcode Scale";
//
// nudBarcodeScale
//
this.nudBarcodeScale.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.nudBarcodeScale.Location = new System.Drawing.Point(160, 124);
this.nudBarcodeScale.Margin = new System.Windows.Forms.Padding(4);
this.nudBarcodeScale.Maximum = new decimal(new int[] {
20,
0,
0,
0});
this.nudBarcodeScale.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudBarcodeScale.Name = "nudBarcodeScale";
this.nudBarcodeScale.Size = new System.Drawing.Size(151, 24);
this.nudBarcodeScale.TabIndex = 7;
this.nudBarcodeScale.Value = new decimal(new int[] {
2,
0,
0,
0});
//
// lblFontScale
//
this.lblFontScale.AutoSize = true;
this.lblFontScale.Location = new System.Drawing.Point(11, 90);
this.lblFontScale.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblFontScale.Name = "lblFontScale";
this.lblFontScale.Size = new System.Drawing.Size(71, 17);
this.lblFontScale.TabIndex = 3;
this.lblFontScale.Text = "Font Scale";
//
// nudFontScale
//
this.nudFontScale.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.nudFontScale.DecimalPlaces = 2;
this.nudFontScale.Increment = new decimal(new int[] {
1,
0,
0,
131072});
this.nudFontScale.Location = new System.Drawing.Point(160, 88);
this.nudFontScale.Margin = new System.Windows.Forms.Padding(4);
this.nudFontScale.Maximum = new decimal(new int[] {
10,
0,
0,
0});
this.nudFontScale.Name = "nudFontScale";
this.nudFontScale.Size = new System.Drawing.Size(151, 24);
this.nudFontScale.TabIndex = 4;
this.nudFontScale.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// cbPrintAsBitmap
//
this.cbPrintAsBitmap.AutoSize = true;
this.cbPrintAsBitmap.Checked = true;
this.cbPrintAsBitmap.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbPrintAsBitmap.Location = new System.Drawing.Point(15, 24);
this.cbPrintAsBitmap.Margin = new System.Windows.Forms.Padding(4);
this.cbPrintAsBitmap.Name = "cbPrintAsBitmap";
this.cbPrintAsBitmap.Size = new System.Drawing.Size(121, 21);
this.cbPrintAsBitmap.TabIndex = 2;
this.cbPrintAsBitmap.Text = "Print as Bitmap";
this.cbPrintAsBitmap.UseVisualStyleBackColor = true;
//
// cbDensity
//
this.cbDensity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbDensity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbDensity.FormattingEnabled = true;
this.cbDensity.Items.AddRange(new object[] {
"6 dpmm (152 dpi)",
"8 dpmm (203 dpi)",
"12 dpmm (300 dpi)",
"24 dpmm (600 dpi)"});
this.cbDensity.Location = new System.Drawing.Point(160, 54);
this.cbDensity.Margin = new System.Windows.Forms.Padding(4);
this.cbDensity.Name = "cbDensity";
this.cbDensity.Size = new System.Drawing.Size(152, 24);
this.cbDensity.TabIndex = 1;
//
// lblDensity
//
this.lblDensity.AutoSize = true;
this.lblDensity.Location = new System.Drawing.Point(10, 58);
this.lblDensity.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblDensity.Name = "lblDensity";
this.lblDensity.Size = new System.Drawing.Size(54, 17);
this.lblDensity.TabIndex = 0;
this.lblDensity.Text = "Density";
//
// cbVersion
//
this.cbVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbVersion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbVersion.FormattingEnabled = true;
this.cbVersion.Items.AddRange(new object[] {
"ZPL",
"ZPL II"});
this.cbVersion.Location = new System.Drawing.Point(160, 156);
this.cbVersion.Margin = new System.Windows.Forms.Padding(4);
this.cbVersion.Name = "cbVersion";
this.cbVersion.Size = new System.Drawing.Size(152, 24);
this.cbVersion.TabIndex = 6;
//
// lblVersion
//
this.lblVersion.AutoSize = true;
this.lblVersion.Location = new System.Drawing.Point(10, 160);
this.lblVersion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblVersion.Name = "lblVersion";
this.lblVersion.Size = new System.Drawing.Size(95, 17);
this.lblVersion.TabIndex = 5;
this.lblVersion.Text = "Version of ZPL";
//
// ZplExportForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(345, 475);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "ZplExportForm";
this.OpenAfterVisible = true;
this.gbPageRange.ResumeLayout(false);
this.gbPageRange.PerformLayout();
this.pcPages.ResumeLayout(false);
this.panPages.ResumeLayout(false);
this.gbPrinterSettings.ResumeLayout(false);
this.gbPrinterSettings.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudBarcodeScale)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudFontScale)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox gbPrinterSettings;
private System.Windows.Forms.ComboBox cbDensity;
private System.Windows.Forms.Label lblDensity;
private System.Windows.Forms.ComboBox cbVersion;
private System.Windows.Forms.Label lblVersion;
private System.Windows.Forms.Label lblFontScale;
private System.Windows.Forms.NumericUpDown nudFontScale;
private System.Windows.Forms.CheckBox cbPrintAsBitmap;
private System.Windows.Forms.Label lblBarcodeScale;
private System.Windows.Forms.NumericUpDown nudBarcodeScale;
}
}