namespace FastReport.Forms
{
partial class CISWizardForm
{
///
/// 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.gbPageProps = new System.Windows.Forms.GroupBox();
this.gbCIS = new System.Windows.Forms.GroupBox();
this.cbxMethodСirculation = new System.Windows.Forms.ComboBox();
this.cbxSize = new System.Windows.Forms.ComboBox();
this.cbLeftMargin = new System.Windows.Forms.CheckBox();
this.tbCountry = new System.Windows.Forms.TextBox();
this.tbID = new FastReport.Controls.TextBoxButton();
this.cbxType = new System.Windows.Forms.ComboBox();
this.lbMethodСirculation = new System.Windows.Forms.Label();
this.lbSize = new System.Windows.Forms.Label();
this.lbCountry = new System.Windows.Forms.Label();
this.lbID = new System.Windows.Forms.Label();
this.lbType = new System.Windows.Forms.Label();
this.rcSample = new Controls.SampleReportControl();
this.gbSample = new System.Windows.Forms.GroupBox();
this.tbData = new FastReport.Controls.TextBoxButton();
this.lbData = new System.Windows.Forms.Label();
this.cbxTypeBarcodes = new System.Windows.Forms.ComboBox();
this.lbTypeBarcodes = new System.Windows.Forms.Label();
this.tbPageWidth = new System.Windows.Forms.TextBox();
this.tbPageHeight = new System.Windows.Forms.TextBox();
this.nudCountColumns = new System.Windows.Forms.NumericUpDown();
this.nudCountRows = new System.Windows.Forms.NumericUpDown();
this.tbHorizontalPadding = new System.Windows.Forms.TextBox();
this.tbVerticalPadding = new System.Windows.Forms.TextBox();
this.lbPageWidth = new System.Windows.Forms.Label();
this.lbPageHeight = new System.Windows.Forms.Label();
this.lbCountColumns = new System.Windows.Forms.Label();
this.lbCountRows = new System.Windows.Forms.Label();
this.lbHorizontalPadding = new System.Windows.Forms.Label();
this.lbVerticalPadding = new System.Windows.Forms.Label();
this.cbxPaper = new System.Windows.Forms.ComboBox();
this.lbPaper = new System.Windows.Forms.Label();
this.cbLandscape = new System.Windows.Forms.CheckBox();
this.tbMarginTop = new System.Windows.Forms.TextBox();
this.tbMarginLeft = new System.Windows.Forms.TextBox();
this.lbMargin = new System.Windows.Forms.Label();
this.lbMarginTop = new System.Windows.Forms.Label();
this.btnBorder = new System.Windows.Forms.Button();
this.lbMarginLeft = new System.Windows.Forms.Label();
this.lbWarning = new System.Windows.Forms.Label();
this.lbUnitsPWidth = new System.Windows.Forms.Label();
this.lbUnitsPHeight = new System.Windows.Forms.Label();
this.lbUnitsHPadding = new System.Windows.Forms.Label();
this.lbUnitsVPadding = new System.Windows.Forms.Label();
this.lbUnitsMarginTop = new System.Windows.Forms.Label();
this.lbUnitsMarginLeft = new System.Windows.Forms.Label();
this.gbCIS.SuspendLayout();
this.gbSample.SuspendLayout();
this.gbPageProps.SuspendLayout();
this.SuspendLayout();
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(415, 528);
this.btnOk.Size = new System.Drawing.Size(100, 30);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(525, 528);
this.btnCancel.Size = new System.Drawing.Size(100, 30);
//
// lbWarning
//
this.lbWarning.Location = new System.Drawing.Point(15, 530);
this.lbWarning.Size = new System.Drawing.Size(380, 20);
this.lbWarning.ForeColor = System.Drawing.Color.Red;
this.lbWarning.Name = "lbWarning";
this.lbWarning.Text = "Warning";
this.lbWarning.AutoSize = false;
//
// gbCIS
//
this.gbCIS.Controls.Add(this.cbxMethodСirculation);
this.gbCIS.Controls.Add(this.cbxSize);
this.gbCIS.Controls.Add(this.cbLeftMargin);
this.gbCIS.Controls.Add(this.tbCountry);
this.gbCIS.Controls.Add(this.tbID);
this.gbCIS.Controls.Add(this.cbxType);
this.gbCIS.Controls.Add(this.cbxSize);
this.gbCIS.Controls.Add(this.lbMethodСirculation);
this.gbCIS.Controls.Add(this.lbCountry);
this.gbCIS.Controls.Add(this.lbID);
this.gbCIS.Controls.Add(this.lbType);
this.gbCIS.Controls.Add(this.lbSize);
this.gbCIS.Controls.Add(this.lbData);
this.gbCIS.Controls.Add(this.tbData);
this.gbCIS.Controls.Add(this.cbxTypeBarcodes);
this.gbCIS.Controls.Add(this.lbTypeBarcodes);
this.gbCIS.Location = new System.Drawing.Point(8, 8);
this.gbCIS.Name = "gbCIS";
this.gbCIS.Size = new System.Drawing.Size(680, 210);
this.gbCIS.TabIndex = 4;
this.gbCIS.TabStop = false;
this.gbCIS.Text = "Control identification sign";
//
// lbType
//
this.lbType.Location = new System.Drawing.Point(8, 25);
this.lbType.Size = new System.Drawing.Size(320, 20);
this.lbType.Name = "lbType";
this.lbType.Text = "Product group: ";
//
// cbxType
//
this.cbxType.Location = new System.Drawing.Point(330, 25);
this.cbxType.Size = new System.Drawing.Size(340, 20);
this.cbxType.Name = "cbxType";
this.cbxType.Items.AddRange(
new object[]
{
"Tobacco, Transport packaging",
"Tobacco, Pack",
"Tobacco, Block",
"Light industry",
"Perfumes and eau de toilette",
"Footwear",
"Fur coats",
"Photo",
"Tires",
"Medicines",
"Dairy products",
"Packaged water",
}
);
this.cbxType.SelectedIndex = 0;
this.cbxType.SelectedIndexChanged += CbxType_SelectedIndexChanged;
//
// lbData
//
this.lbData.Location = new System.Drawing.Point(8, 55);
this.lbData.Size = new System.Drawing.Size(320, 20);
this.lbData.Name = "lbData";
this.lbData.Text = "Data:";
//
// tbData
//
this.tbData.Location = new System.Drawing.Point(330, 55);
this.tbData.Size = new System.Drawing.Size(340, 25);
this.tbData.Name = "tbData";
this.tbData.ButtonClick += Tb_ButtonClick;
this.tbData.TextChanged += OnChangeControl;
//
// lbTypeBarcodes
//
this.lbTypeBarcodes.Location = new System.Drawing.Point(8, 85);
this.lbTypeBarcodes.Size = new System.Drawing.Size(320, 20);
this.lbTypeBarcodes.Name = "lbTypeBarcodes";
this.lbTypeBarcodes.Text = "Type of barcodes:";
//
// cbxTypeBarcodes
//
this.cbxTypeBarcodes.Location = new System.Drawing.Point(330, 85);
this.cbxTypeBarcodes.Size = new System.Drawing.Size(340, 20);
this.cbxTypeBarcodes.Name = "cbxTypeBarcodes";
this.cbxTypeBarcodes.SelectedIndexChanged += OnChangeControl;
//
// lbMethodСirculation
//
this.lbMethodСirculation.Location = new System.Drawing.Point(8, 55);
this.lbMethodСirculation.Size = new System.Drawing.Size(320, 20);
this.lbMethodСirculation.Name = "lbMethodСirculation";
this.lbMethodСirculation.Text = "Method of release of products into circulation:";
//
// cbxMethodСirculation
//
this.cbxMethodСirculation.Location = new System.Drawing.Point(330, 55);
this.cbxMethodСirculation.Size = new System.Drawing.Size(340, 20);
this.cbxMethodСirculation.Name = "cbxMethodСirculation";
this.cbxMethodСirculation.Items.AddRange(
new object[]
{
"Import of products into the customs territory",
"Manufacture of products on the territory"
}
);
this.cbxMethodСirculation.SelectedIndex = 0;
//
// lbSize
//
this.lbSize.Location = new System.Drawing.Point(8, 85);
this.lbSize.Size = new System.Drawing.Size(320, 20);
this.lbSize.Name = "lbSize";
this.lbSize.Text = "Size:";
//
// cbxSize
//
this.cbxSize.Location = new System.Drawing.Point(330, 85);
this.cbxSize.Size = new System.Drawing.Size(340, 20);
this.cbxSize.Name = "cbxSize";
this.cbxSize.Items.AddRange(
new object[]
{
"53*80",
"25*160"
}
);
this.cbxSize.SelectedIndex = 0;
this.cbxSize.SelectedIndexChanged += OnChangeControl;
//
// lbCountry
//
this.lbCountry.Location = new System.Drawing.Point(8, 115);
this.lbCountry.Size = new System.Drawing.Size(320, 20);
this.lbCountry.Name = "lbCountry";
this.lbCountry.Text = "Country:";
//
// tbCountry
//
this.tbCountry.Location = new System.Drawing.Point(330, 115);
this.tbCountry.Size = new System.Drawing.Size(340, 20);
this.tbCountry.Name = "tbCountry";
this.tbCountry.MaxLength = 2;
this.tbCountry.TextChanged += TbCountry_TextChanged;
//
// lbID
//
this.lbID.Location = new System.Drawing.Point(8, 145);
this.lbID.Size = new System.Drawing.Size(320, 20);
this.lbID.Name = "lbID";
this.lbID.Text = "ID:";
//
// tbID
//
this.tbID.Location = new System.Drawing.Point(330, 145);
this.tbID.Size = new System.Drawing.Size(340, 25);
this.tbID.Name = "tbID";
this.tbID.ButtonClick += Tb_ButtonClick;
//
// cbLeftMargin
//
this.cbLeftMargin.Location = new System.Drawing.Point(12, 175);
this.cbLeftMargin.Size = new System.Drawing.Size(300, 25);
this.cbLeftMargin.Name = "cbLeftMargin";
this.cbLeftMargin.Text = "Make left margin";
this.cbLeftMargin.CheckedChanged += OnChangeControl;
//
// gbPageProps
//
this.gbPageProps.Controls.Add(this.tbPageWidth);
this.gbPageProps.Controls.Add(this.tbPageHeight);
this.gbPageProps.Controls.Add(this.cbLandscape);
this.gbPageProps.Controls.Add(this.nudCountColumns);
this.gbPageProps.Controls.Add(this.nudCountRows);
this.gbPageProps.Controls.Add(this.tbHorizontalPadding);
this.gbPageProps.Controls.Add(this.tbVerticalPadding);
this.gbPageProps.Controls.Add(this.lbPageWidth);
this.gbPageProps.Controls.Add(this.lbPageHeight);
this.gbPageProps.Controls.Add(this.lbCountColumns);
this.gbPageProps.Controls.Add(this.lbCountRows);
this.gbPageProps.Controls.Add(this.lbHorizontalPadding);
this.gbPageProps.Controls.Add(this.lbVerticalPadding);
this.gbPageProps.Controls.Add(this.cbxPaper);
this.gbPageProps.Controls.Add(this.lbPaper);
this.gbPageProps.Controls.Add(this.lbMargin);
this.gbPageProps.Controls.Add(this.tbMarginTop);
this.gbPageProps.Controls.Add(this.tbMarginLeft);
this.gbPageProps.Controls.Add(this.lbMarginTop);
this.gbPageProps.Controls.Add(this.lbMarginLeft);
this.gbPageProps.Controls.Add(this.btnBorder);
this.gbPageProps.Controls.Add(this.lbUnitsHPadding);
this.gbPageProps.Controls.Add(this.lbUnitsMarginLeft);
this.gbPageProps.Controls.Add(this.lbUnitsVPadding);
this.gbPageProps.Controls.Add(this.lbUnitsMarginTop);
this.gbPageProps.Controls.Add(this.lbUnitsPHeight);
this.gbPageProps.Controls.Add(this.lbUnitsPWidth);
this.gbPageProps.Location = new System.Drawing.Point(8, 220);
this.gbPageProps.Name = "gbPageProps";
this.gbPageProps.Size = new System.Drawing.Size(680, 300);
this.gbPageProps.TabIndex = 4;
this.gbPageProps.TabStop = false;
this.gbPageProps.Text = "Paper props";
//
// lbPaper
//
this.lbPaper.Location = new System.Drawing.Point(8, 25);
this.lbPaper.Size = new System.Drawing.Size(320, 20);
this.lbPaper.Name = "lbType";
this.lbPaper.Text = "Paper type:";
//
// cbxPaper
//
this.cbxPaper.Location = new System.Drawing.Point(330, 25);
this.cbxPaper.Size = new System.Drawing.Size(340, 20);
this.cbxPaper.Name = "cbxPaper";
this.cbxPaper.SelectedIndexChanged += cbxPaper_SelectedIndexChanged;
//
// cbLandscape
//
this.cbLandscape.Location = new System.Drawing.Point(12, 55);
this.cbLandscape.Size = new System.Drawing.Size(300, 25);
this.cbLandscape.Name = "cbLeftMargin";
this.cbLandscape.Text = "Landscape";
this.cbLandscape.CheckedChanged += CbLandscape_CheckedChanged;
//
// btnBorder
//
this.btnBorder.Location = new System.Drawing.Point(329, 54);
this.btnBorder.Size = new System.Drawing.Size(342, 29);
this.btnBorder.Name = "btnBorder";
this.btnBorder.Text = "Border";
this.btnBorder.Click += BtnBorder_Click;
this.btnBorder.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbPageWidth
//
this.lbPageWidth.Location = new System.Drawing.Point(8, 85);
this.lbPageWidth.Size = new System.Drawing.Size(320, 20);
this.lbPageWidth.Name = "lbPageWidth";
this.lbPageWidth.Text = "PageWidth:";
//
// tbPageWidth
//
this.tbPageWidth.Location = new System.Drawing.Point(330, 85);
this.tbPageWidth.Size = new System.Drawing.Size(280, 20);
this.tbPageWidth.Name = "tbPageWidth";
this.tbPageWidth.TextChanged += TbPageProps_TextChanged;
this.tbPageWidth.ShortcutsEnabled = false;
this.tbPageWidth.KeyPress += TbWithUnits_KeyPress;
//
// lbPageWidth
//
this.lbUnitsPWidth.Location = new System.Drawing.Point(620, 87);
this.lbUnitsPWidth.Size = new System.Drawing.Size(40, 20);
this.lbUnitsPWidth.Name = "lbUnitsPWidth";
this.lbUnitsPWidth.Text = "CM";
//
// lbPageHeight
//
this.lbPageHeight.Location = new System.Drawing.Point(8, 115);
this.lbPageHeight.Size = new System.Drawing.Size(320, 20);
this.lbPageHeight.Name = "lbPageHeight";
this.lbPageHeight.Text = "lbPageHeight:";
//
// tbPageHeight
//
this.tbPageHeight.Location = new System.Drawing.Point(330, 115);
this.tbPageHeight.Size = new System.Drawing.Size(280, 20);
this.tbPageHeight.Name = "tbPageHeight";
this.tbPageHeight.TextChanged += TbPageProps_TextChanged;
this.tbPageHeight.ShortcutsEnabled = false;
this.tbPageHeight.KeyPress += TbWithUnits_KeyPress;
//
// lbUnitsPHeight
//
this.lbUnitsPHeight.Location = new System.Drawing.Point(620, 117);
this.lbUnitsPHeight.Size = new System.Drawing.Size(40, 20);
this.lbUnitsPHeight.Name = "lbUnitsPHeight";
this.lbUnitsPHeight.Text = "CM";
//
// lbCountColumns
//
this.lbCountColumns.Location = new System.Drawing.Point(8, 145);
this.lbCountColumns.Size = new System.Drawing.Size(320, 20);
this.lbCountColumns.Name = "lbCountColumns";
this.lbCountColumns.Text = "lbCountColumns:";
//
// nudCountColumns
//
this.nudCountColumns.Location = new System.Drawing.Point(330, 145);
this.nudCountColumns.Size = new System.Drawing.Size(340, 20);
this.nudCountColumns.Name = "nudCountColumns";
this.nudCountColumns.DecimalPlaces = 0;
this.nudCountColumns.Minimum = 1;
this.nudCountColumns.ValueChanged += OnChangeControl;
//
// lbCountRows
//
this.lbCountRows.Location = new System.Drawing.Point(8, 175);
this.lbCountRows.Size = new System.Drawing.Size(320, 20);
this.lbCountRows.Name = "lbCountRows";
this.lbCountRows.Text = "lbCountRows:";
//
// nudCountRows
//
this.nudCountRows.Location = new System.Drawing.Point(330, 175);
this.nudCountRows.Size = new System.Drawing.Size(340, 25);
this.nudCountRows.Name = "nudCountRows";
this.nudCountRows.DecimalPlaces = 0;
this.nudCountRows.Minimum = 1;
this.nudCountRows.ValueChanged += OnChangeControl;
//
// lbHorizontalPadding
//
this.lbHorizontalPadding.Location = new System.Drawing.Point(8, 205);
this.lbHorizontalPadding.Size = new System.Drawing.Size(320, 25);
this.lbHorizontalPadding.Name = "lbHorizontalPadding";
this.lbHorizontalPadding.Text = "lbHorizontalPadding:";
//
// tbHorizontalPadding
//
this.tbHorizontalPadding.Location = new System.Drawing.Point(330, 205);
this.tbHorizontalPadding.Size = new System.Drawing.Size(280, 25);
this.tbHorizontalPadding.Name = "tbHorizontalPadding";
this.tbHorizontalPadding.Text = "0";
this.tbHorizontalPadding.TextChanged += OnChangeControl;
this.tbHorizontalPadding.ShortcutsEnabled = false;
this.tbHorizontalPadding.KeyPress += TbWithUnits_KeyPress;
//
// lbUnitsHPadding
//
this.lbUnitsHPadding.Location = new System.Drawing.Point(620, 207);
this.lbUnitsHPadding.Size = new System.Drawing.Size(40, 20);
this.lbUnitsHPadding.Name = "lbUnitsHPadding";
this.lbUnitsHPadding.Text = "CM";
//
// lbVerticalPadding
//
this.lbVerticalPadding.Location = new System.Drawing.Point(8, 235);
this.lbVerticalPadding.Size = new System.Drawing.Size(320, 25);
this.lbVerticalPadding.Name = "lbVerticalPadding";
this.lbVerticalPadding.Text = "lbVerticalPadding";
//
// tbVerticalPadding
//
this.tbVerticalPadding.Location = new System.Drawing.Point(330, 235);
this.tbVerticalPadding.Size = new System.Drawing.Size(280, 25);
this.tbVerticalPadding.Name = "tbVerticalPadding";
this.tbVerticalPadding.Text = "0";
this.tbVerticalPadding.TextChanged += OnChangeControl;
this.tbVerticalPadding.ShortcutsEnabled = false;
this.tbVerticalPadding.KeyPress += TbWithUnits_KeyPress;
//
// lbUnitsVPadding
//
this.lbUnitsVPadding.Location = new System.Drawing.Point(620, 237);
this.lbUnitsVPadding.Size = new System.Drawing.Size(40, 20);
this.lbUnitsVPadding.Name = "lbUnitsVPadding";
this.lbUnitsVPadding.Text = "CM";
//
// lbMargin
//
this.lbMargin.Location = new System.Drawing.Point(8, 265);
this.lbMargin.Size = new System.Drawing.Size(150, 25);
this.lbMargin.Name = "lbVerticalPadding";
this.lbMargin.Text = "Margin";
//
// lbMarginTop
//
this.lbMarginTop.Location = new System.Drawing.Point(325, 265);
this.lbMarginTop.Size = new System.Drawing.Size(80, 25);
this.lbMarginTop.Name = "lbMarginTop";
this.lbMarginTop.Text = "Top";
//
// tbMarginTop
//
this.tbMarginTop.Location = new System.Drawing.Point(390, 265);
this.tbMarginTop.Size = new System.Drawing.Size(50, 25);
this.tbMarginTop.Name = "tbMarginTop";
this.tbMarginTop.Text = "0";
this.tbMarginTop.TextChanged += OnChangeControl;
this.tbMarginTop.ShortcutsEnabled = false;
this.tbMarginTop.KeyPress += TbWithUnits_KeyPress;
//
// lbUnitsMarginTop
//
this.lbUnitsMarginTop.Location = new System.Drawing.Point(450, 267);
this.lbUnitsMarginTop.Size = new System.Drawing.Size(50, 20);
this.lbUnitsMarginTop.Name = "lbUnitsMarginTop";
this.lbUnitsMarginTop.Text = "CM";
//
// lbMarginLeft
//
this.lbMarginLeft.Location = new System.Drawing.Point(505, 265);
this.lbMarginLeft.Size = new System.Drawing.Size(80, 25);
this.lbMarginLeft.Name = "lbMarginLeft";
this.lbMarginLeft.Text = "Left";
//
// tbMarginLeft
//
this.tbMarginLeft.Location = new System.Drawing.Point(560, 265);
this.tbMarginLeft.Size = new System.Drawing.Size(50, 25);
this.tbMarginLeft.Name = "tbMarginLeft";
this.tbMarginLeft.Text = "0";
this.tbMarginLeft.TextChanged += OnChangeControl;
this.tbMarginLeft.ShortcutsEnabled = false;
this.tbMarginLeft.KeyPress += TbWithUnits_KeyPress;
//
// lbUnitsMarginLeft
//
this.lbUnitsMarginLeft.Location = new System.Drawing.Point(620, 267);
this.lbUnitsMarginLeft.Size = new System.Drawing.Size(45, 20);
this.lbUnitsMarginLeft.Name = "lbUnitsMarginLeft";
this.lbUnitsMarginLeft.Text = "CM";
//
// gbSample
//
this.gbSample.Controls.Add(this.rcSample);
this.gbSample.Location = new System.Drawing.Point(690, 8);
this.gbSample.Name = "gbSample";
this.gbSample.Size = new System.Drawing.Size(353, 513);
this.gbSample.TabIndex = 3;
this.gbSample.TabStop = false;
this.gbSample.Text = "Sample";
//
// rcSample
//
this.rcSample.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.rcSample.FullPagePreview = true;
this.rcSample.Location = new System.Drawing.Point(12, 30);
this.rcSample.Name = "rcSample";
this.rcSample.Size = new System.Drawing.Size(330, 460);
this.rcSample.TabIndex = 0;
this.rcSample.Text = "sampleReportControl1";
//
// CISWizardForm
//
this.components = new System.ComponentModel.Container();
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.gbCIS);
this.Controls.Add(this.gbSample);
this.Controls.Add(this.gbPageProps);
this.Controls.Add(this.lbWarning);
this.ClientSize = new System.Drawing.Size(1050, 570);
this.FormClosed += CISWizardForm_FormClosed;
this.Text = "CISWizardForm";
this.Controls.SetChildIndex(this.btnOk, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.gbCIS, 0);
this.Controls.SetChildIndex(this.gbSample, 0);
this.Controls.SetChildIndex(this.gbPageProps, 0);
this.Controls.SetChildIndex(this.gbSample, 0);
this.Controls.SetChildIndex(this.lbWarning, 0);
this.gbCIS.BringToFront();
this.gbCIS.ResumeLayout(false);
this.gbCIS.PerformLayout();
this.gbSample.BringToFront();
this.gbSample.ResumeLayout(false);
this.gbSample.PerformLayout();
this.gbPageProps.BringToFront();
this.gbPageProps.ResumeLayout(false);
this.gbPageProps.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox gbCIS;
private System.Windows.Forms.ComboBox cbxType;
private System.Windows.Forms.Label lbType;
private FastReport.Controls.TextBoxButton tbData;
private System.Windows.Forms.Label lbData;
private System.Windows.Forms.ComboBox cbxTypeBarcodes;
private System.Windows.Forms.Label lbTypeBarcodes;
// CIS fur
private System.Windows.Forms.ComboBox cbxMethodСirculation;
private System.Windows.Forms.ComboBox cbxSize;
private System.Windows.Forms.CheckBox cbLeftMargin;
private System.Windows.Forms.TextBox tbCountry;
private FastReport.Controls.TextBoxButton tbID;
private System.Windows.Forms.Label lbMethodСirculation;
private System.Windows.Forms.Label lbCountry;
private System.Windows.Forms.Label lbID;
private System.Windows.Forms.Label lbSize;
private System.Windows.Forms.GroupBox gbPageProps;
private System.Windows.Forms.ComboBox cbxPaper;
private System.Windows.Forms.CheckBox cbLandscape;
private System.Windows.Forms.TextBox tbPageWidth;
private System.Windows.Forms.TextBox tbPageHeight;
private System.Windows.Forms.NumericUpDown nudCountColumns;
private System.Windows.Forms.NumericUpDown nudCountRows;
private System.Windows.Forms.TextBox tbHorizontalPadding;
private System.Windows.Forms.TextBox tbVerticalPadding;
private System.Windows.Forms.TextBox tbMarginTop;
private System.Windows.Forms.TextBox tbMarginLeft;
private System.Windows.Forms.Label lbMarginTop;
private System.Windows.Forms.Label lbMarginLeft;
private System.Windows.Forms.Label lbMargin;
private System.Windows.Forms.Label lbPaper;
private System.Windows.Forms.Label lbPageWidth;
private System.Windows.Forms.Label lbPageHeight;
private System.Windows.Forms.Label lbCountColumns;
private System.Windows.Forms.Label lbCountRows;
private System.Windows.Forms.Label lbHorizontalPadding;
private System.Windows.Forms.Label lbVerticalPadding;
private System.Windows.Forms.Label lbWarning;
private FastReport.Controls.SampleReportControl rcSample;
private System.Windows.Forms.GroupBox gbSample;
private System.Windows.Forms.Button btnBorder;
private System.Windows.Forms.Label lbUnitsPWidth;
private System.Windows.Forms.Label lbUnitsPHeight;
private System.Windows.Forms.Label lbUnitsHPadding;
private System.Windows.Forms.Label lbUnitsVPadding;
private System.Windows.Forms.Label lbUnitsMarginTop;
private System.Windows.Forms.Label lbUnitsMarginLeft;
}
}