Click here to Skip to main content
15,884,388 members
Articles / Desktop Programming / Windows Forms

BizDraw framework for .NET

Rate me:
Please Sign up or sign in to vote.
4.80/5 (21 votes)
30 May 20075 min read 127.8K   3.2K   102  
A small framework to design and print documents containing shapes, text, images, bar codes...
namespace BizDraw.Printing
{
    partial class FrmPrintSetup
    {
        /// <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.components = new System.ComponentModel.Container();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btEditFormat = new System.Windows.Forms.Button();
            this.cbFormats = new System.Windows.Forms.ListBox();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.tbMarginTop = new System.Windows.Forms.TextBox();
            this.tbMarginL = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.tbMarginRight = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.tbMarginB = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.nRowsSep = new BizDraw.Objects.Editors.MMUpDown(this.components);
            this.nColSep = new BizDraw.Objects.Editors.MMUpDown(this.components);
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.tbWidth = new System.Windows.Forms.TextBox();
            this.tbHeight = new System.Windows.Forms.TextBox();
            this.tbDirection = new System.Windows.Forms.TextBox();
            this.tbPaper = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.btNewFormat = new System.Windows.Forms.Button();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.cellsSelector1 = new BizDraw.Printing.CellsSelector();
            this.btCancel = new System.Windows.Forms.Button();
            this.btPrint = new System.Windows.Forms.Button();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.btPrinterOptions = new System.Windows.Forms.Button();
            this.cbPrinters = new System.Windows.Forms.ComboBox();
            this.label14 = new System.Windows.Forms.Label();
            this.tbCopies = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.tbCellsCount = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nRowsSep)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nColSep)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 22);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(47, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Format";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btEditFormat);
            this.groupBox1.Controls.Add(this.cbFormats);
            this.groupBox1.Controls.Add(this.groupBox5);
            this.groupBox1.Controls.Add(this.groupBox3);
            this.groupBox1.Controls.Add(this.groupBox2);
            this.groupBox1.Controls.Add(this.btNewFormat);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(3, 3);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(382, 331);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Format";
            // 
            // btEditFormat
            // 
            this.btEditFormat.Image = global::BizDraw.Properties.Resources.edit;
            this.btEditFormat.Location = new System.Drawing.Point(333, 40);
            this.btEditFormat.Name = "btEditFormat";
            this.btEditFormat.Size = new System.Drawing.Size(32, 25);
            this.btEditFormat.TabIndex = 18;
            this.btEditFormat.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btEditFormat.UseVisualStyleBackColor = true;
            this.btEditFormat.Click += new System.EventHandler(this.btEditFormat_Click);
            // 
            // cbFormats
            // 
            this.cbFormats.FormattingEnabled = true;
            this.cbFormats.Location = new System.Drawing.Point(82, 9);
            this.cbFormats.Name = "cbFormats";
            this.cbFormats.Size = new System.Drawing.Size(246, 56);
            this.cbFormats.TabIndex = 17;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.tbMarginTop);
            this.groupBox5.Controls.Add(this.tbMarginL);
            this.groupBox5.Controls.Add(this.label10);
            this.groupBox5.Controls.Add(this.tbMarginRight);
            this.groupBox5.Controls.Add(this.label11);
            this.groupBox5.Controls.Add(this.label9);
            this.groupBox5.Controls.Add(this.tbMarginB);
            this.groupBox5.Controls.Add(this.label5);
            this.groupBox5.Location = new System.Drawing.Point(10, 194);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(176, 127);
            this.groupBox5.TabIndex = 16;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Margin (mm)";
            // 
            // tbMarginTop
            // 
            this.tbMarginTop.Location = new System.Drawing.Point(105, 17);
            this.tbMarginTop.Name = "tbMarginTop";
            this.tbMarginTop.ReadOnly = true;
            this.tbMarginTop.Size = new System.Drawing.Size(55, 21);
            this.tbMarginTop.TabIndex = 12;
            this.tbMarginTop.Text = "0";
            this.tbMarginTop.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // tbMarginL
            // 
            this.tbMarginL.Location = new System.Drawing.Point(105, 96);
            this.tbMarginL.Name = "tbMarginL";
            this.tbMarginL.ReadOnly = true;
            this.tbMarginL.Size = new System.Drawing.Size(55, 21);
            this.tbMarginL.TabIndex = 15;
            this.tbMarginL.Text = "0";
            this.tbMarginL.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(5, 73);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(36, 13);
            this.label10.TabIndex = 6;
            this.label10.Text = "Right";
            // 
            // tbMarginRight
            // 
            this.tbMarginRight.Location = new System.Drawing.Point(105, 69);
            this.tbMarginRight.Name = "tbMarginRight";
            this.tbMarginRight.ReadOnly = true;
            this.tbMarginRight.Size = new System.Drawing.Size(55, 21);
            this.tbMarginRight.TabIndex = 14;
            this.tbMarginRight.Text = "0";
            this.tbMarginRight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(5, 99);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(28, 13);
            this.label11.TabIndex = 7;
            this.label11.Text = "Left";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(5, 46);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(48, 13);
            this.label9.TabIndex = 5;
            this.label9.Text = "Bottom";
            // 
            // tbMarginB
            // 
            this.tbMarginB.Location = new System.Drawing.Point(105, 44);
            this.tbMarginB.Name = "tbMarginB";
            this.tbMarginB.ReadOnly = true;
            this.tbMarginB.Size = new System.Drawing.Size(55, 21);
            this.tbMarginB.TabIndex = 13;
            this.tbMarginB.Text = "0";
            this.tbMarginB.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(5, 20);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(28, 13);
            this.label5.TabIndex = 3;
            this.label5.Text = "Top";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.nRowsSep);
            this.groupBox3.Controls.Add(this.nColSep);
            this.groupBox3.Controls.Add(this.label7);
            this.groupBox3.Controls.Add(this.label6);
            this.groupBox3.Location = new System.Drawing.Point(192, 194);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(179, 127);
            this.groupBox3.TabIndex = 4;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Margin between cells (mm)";
            // 
            // nRowsSep
            // 
            this.nRowsSep.DecimalPlaces = 1;
            this.nRowsSep.Increment = new decimal(new int[] {
            5,
            0,
            0,
            65536});
            this.nRowsSep.Location = new System.Drawing.Point(106, 77);
            this.nRowsSep.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.nRowsSep.Minimum = new decimal(new int[] {
            10000,
            0,
            0,
            -2147483648});
            this.nRowsSep.Name = "nRowsSep";
            this.nRowsSep.Pixels = 0;
            this.nRowsSep.Size = new System.Drawing.Size(61, 21);
            this.nRowsSep.TabIndex = 3;
            // 
            // nColSep
            // 
            this.nColSep.DecimalPlaces = 1;
            this.nColSep.Increment = new decimal(new int[] {
            5,
            0,
            0,
            65536});
            this.nColSep.Location = new System.Drawing.Point(106, 23);
            this.nColSep.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.nColSep.Minimum = new decimal(new int[] {
            10000,
            0,
            0,
            -2147483648});
            this.nColSep.Name = "nColSep";
            this.nColSep.Pixels = 0;
            this.nColSep.Size = new System.Drawing.Size(61, 21);
            this.nColSep.TabIndex = 2;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(7, 80);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(81, 13);
            this.label7.TabIndex = 1;
            this.label7.Text = "Rows margin";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(7, 25);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(101, 13);
            this.label6.TabIndex = 0;
            this.label6.Text = "Columns margin";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.tbWidth);
            this.groupBox2.Controls.Add(this.tbHeight);
            this.groupBox2.Controls.Add(this.tbDirection);
            this.groupBox2.Controls.Add(this.tbPaper);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Location = new System.Drawing.Point(10, 61);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(361, 127);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Properties";
            // 
            // tbWidth
            // 
            this.tbWidth.Location = new System.Drawing.Point(76, 96);
            this.tbWidth.Name = "tbWidth";
            this.tbWidth.ReadOnly = true;
            this.tbWidth.Size = new System.Drawing.Size(55, 21);
            this.tbWidth.TabIndex = 11;
            this.tbWidth.Text = "0";
            this.tbWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // tbHeight
            // 
            this.tbHeight.Location = new System.Drawing.Point(76, 70);
            this.tbHeight.Name = "tbHeight";
            this.tbHeight.ReadOnly = true;
            this.tbHeight.Size = new System.Drawing.Size(55, 21);
            this.tbHeight.TabIndex = 10;
            this.tbHeight.Text = "0";
            this.tbHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // tbDirection
            // 
            this.tbDirection.Location = new System.Drawing.Point(75, 45);
            this.tbDirection.Name = "tbDirection";
            this.tbDirection.ReadOnly = true;
            this.tbDirection.Size = new System.Drawing.Size(233, 21);
            this.tbDirection.TabIndex = 9;
            // 
            // tbPaper
            // 
            this.tbPaper.Location = new System.Drawing.Point(75, 17);
            this.tbPaper.Name = "tbPaper";
            this.tbPaper.ReadOnly = true;
            this.tbPaper.Size = new System.Drawing.Size(233, 21);
            this.tbPaper.TabIndex = 8;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(7, 46);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(58, 13);
            this.label8.TabIndex = 4;
            this.label8.Text = "Direction";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(7, 97);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(39, 13);
            this.label4.TabIndex = 2;
            this.label4.Text = "Width";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(7, 73);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(43, 13);
            this.label3.TabIndex = 1;
            this.label3.Text = "Height";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(7, 20);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(40, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "Paper";
            // 
            // btNewFormat
            // 
            this.btNewFormat.Image = global::BizDraw.Properties.Resources.add;
            this.btNewFormat.Location = new System.Drawing.Point(334, 10);
            this.btNewFormat.Name = "btNewFormat";
            this.btNewFormat.Size = new System.Drawing.Size(32, 25);
            this.btNewFormat.TabIndex = 2;
            this.btNewFormat.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btNewFormat.UseVisualStyleBackColor = true;
            this.btNewFormat.Click += new System.EventHandler(this.btNewFormat_Click);
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.cellsSelector1);
            this.groupBox4.Location = new System.Drawing.Point(391, 3);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(277, 419);
            this.groupBox4.TabIndex = 4;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Preview";
            // 
            // cellsSelector1
            // 
            this.cellsSelector1.BackColor = System.Drawing.SystemColors.AppWorkspace;
            this.cellsSelector1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cellsSelector1.Location = new System.Drawing.Point(16, 19);
            this.cellsSelector1.Name = "cellsSelector1";
            this.cellsSelector1.PrintEngine = null;
            this.cellsSelector1.Size = new System.Drawing.Size(265, 389);
            this.cellsSelector1.TabIndex = 0;
            // 
            // btCancel
            // 
            this.btCancel.Location = new System.Drawing.Point(593, 428);
            this.btCancel.Name = "btCancel";
            this.btCancel.Size = new System.Drawing.Size(75, 23);
            this.btCancel.TabIndex = 5;
            this.btCancel.Text = "&Cancel";
            this.btCancel.UseVisualStyleBackColor = true;
            this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
            // 
            // btPrint
            // 
            this.btPrint.Location = new System.Drawing.Point(512, 428);
            this.btPrint.Name = "btPrint";
            this.btPrint.Size = new System.Drawing.Size(75, 23);
            this.btPrint.TabIndex = 6;
            this.btPrint.Text = "&Print";
            this.btPrint.UseVisualStyleBackColor = true;
            this.btPrint.Click += new System.EventHandler(this.btPrint_Click);
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.btPrinterOptions);
            this.groupBox6.Controls.Add(this.cbPrinters);
            this.groupBox6.Controls.Add(this.label14);
            this.groupBox6.Controls.Add(this.tbCopies);
            this.groupBox6.Controls.Add(this.label13);
            this.groupBox6.Controls.Add(this.tbCellsCount);
            this.groupBox6.Controls.Add(this.label12);
            this.groupBox6.Location = new System.Drawing.Point(3, 340);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(382, 82);
            this.groupBox6.TabIndex = 7;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "Print options";
            // 
            // btPrinterOptions
            // 
            this.btPrinterOptions.Location = new System.Drawing.Point(312, 22);
            this.btPrinterOptions.Name = "btPrinterOptions";
            this.btPrinterOptions.Size = new System.Drawing.Size(64, 21);
            this.btPrinterOptions.TabIndex = 6;
            this.btPrinterOptions.Text = "&Options";
            this.btPrinterOptions.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.btPrinterOptions.UseVisualStyleBackColor = true;
            // 
            // cbPrinters
            // 
            this.cbPrinters.FormattingEnabled = true;
            this.cbPrinters.Location = new System.Drawing.Point(87, 22);
            this.cbPrinters.Name = "cbPrinters";
            this.cbPrinters.Size = new System.Drawing.Size(219, 21);
            this.cbPrinters.TabIndex = 5;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(7, 25);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(45, 13);
            this.label14.TabIndex = 4;
            this.label14.Text = "Printer";
            // 
            // tbCopies
            // 
            this.tbCopies.Location = new System.Drawing.Point(334, 55);
            this.tbCopies.Name = "tbCopies";
            this.tbCopies.Size = new System.Drawing.Size(42, 21);
            this.tbCopies.TabIndex = 3;
            this.tbCopies.Text = "1";
            this.tbCopies.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(218, 59);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(94, 13);
            this.label13.TabIndex = 2;
            this.label13.Text = "Copies number";
            // 
            // tbCellsCount
            // 
            this.tbCellsCount.Location = new System.Drawing.Point(144, 55);
            this.tbCellsCount.Name = "tbCellsCount";
            this.tbCellsCount.Size = new System.Drawing.Size(42, 21);
            this.tbCellsCount.TabIndex = 1;
            this.tbCellsCount.Text = "0";
            this.tbCellsCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(6, 58);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(83, 13);
            this.label12.TabIndex = 0;
            this.label12.Text = "Cells number";
            // 
            // FrmPrintSetup
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(684, 463);
            this.Controls.Add(this.groupBox6);
            this.Controls.Add(this.btPrint);
            this.Controls.Add(this.btCancel);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox1);
            this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmPrintSetup";
            this.Text = "Print";
            this.Load += new System.EventHandler(this.FrmPrintSetup_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nRowsSep)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nColSep)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btNewFormat;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TextBox tbDirection;
        private System.Windows.Forms.TextBox tbPaper;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox tbMarginL;
        private System.Windows.Forms.TextBox tbMarginRight;
        private System.Windows.Forms.TextBox tbMarginB;
        private System.Windows.Forms.TextBox tbMarginTop;
        private System.Windows.Forms.TextBox tbWidth;
        private System.Windows.Forms.TextBox tbHeight;
        private BizDraw.Objects.Editors.MMUpDown nRowsSep;
        private BizDraw.Objects.Editors.MMUpDown nColSep;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.GroupBox groupBox5;
        private System.Windows.Forms.Button btCancel;
        private System.Windows.Forms.Button btPrint;
        private System.Windows.Forms.GroupBox groupBox6;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.TextBox tbCopies;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.TextBox tbCellsCount;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Button btPrinterOptions;
        private System.Windows.Forms.ComboBox cbPrinters;
        private CellsSelector cellsSelector1;
        private System.Windows.Forms.ListBox cbFormats;
        private System.Windows.Forms.Button btEditFormat;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
France France
MCSD Asp.Net certified developer

Comments and Discussions