/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.button1   = new System.Windows.Forms.Button();
     this.c1XLBook1 = new C1.C1Excel.C1XLBook();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(24, 16);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(288, 48);
     this.button1.TabIndex = 0;
     this.button1.Text     = "Copy workbook with VBA macro (only for XLSM files)";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(352, 85);
     this.Controls.Add(this.button1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "C1Excel";
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.c1XLBook1 = new C1.C1Excel.C1XLBook();
     this.button1   = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(8, 8);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(264, 56);
     this.button1.TabIndex = 0;
     this.button1.Text     = "Create grid, auto-size columns";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(280, 77);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.button1
     });
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "C1Excel: AutoSize columns";
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.button1   = new System.Windows.Forms.Button();
     this.button2   = new System.Windows.Forms.Button();
     this.c1XLBook1 = new C1.C1Excel.C1XLBook();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(8, 8);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(192, 40);
     this.button1.TabIndex = 0;
     this.button1.Text     = "Create XLS file";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(8, 56);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(192, 40);
     this.button2.TabIndex = 0;
     this.button2.Text     = "Add Sheets";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // c1XLBook1
     //
     this.c1XLBook1.DefaultFont = new System.Drawing.Font("Arial", 10F);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(208, 101);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.button1,
         this.button2
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1Excel";
     this.ResumeLayout(false);
 }
Esempio n. 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel3     = new System.Windows.Forms.Panel();
     this.label5     = new System.Windows.Forms.Label();
     this.panel7     = new System.Windows.Forms.Panel();
     this.nav        = new Navigator1._0.NavigatorAuto();
     this.panel1     = new System.Windows.Forms.Panel();
     this.panel4     = new System.Windows.Forms.Panel();
     this._flex      = new C1.Win.C1FlexGrid.C1FlexGrid();
     this._list      = new System.Windows.Forms.ListBox();
     this.splitter1  = new System.Windows.Forms.Splitter();
     this.panel2     = new System.Windows.Forms.Panel();
     this.panel6     = new System.Windows.Forms.Panel();
     this.vs         = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel8     = new System.Windows.Forms.Panel();
     this.dt         = new System.Windows.Forms.DateTimePicker();
     this.label1     = new System.Windows.Forms.Label();
     this.cmd_to     = new System.Windows.Forms.Button();
     this.cmd_fr     = new System.Windows.Forms.Button();
     this.txt_to     = new System.Windows.Forms.TextBox();
     this.txt_fr     = new System.Windows.Forms.TextBox();
     this.cmd_DWID   = new System.Windows.Forms.Button();
     this.cmd_WID    = new System.Windows.Forms.Button();
     this.txt_DWID   = new System.Windows.Forms.TextBox();
     this.txt_WID    = new System.Windows.Forms.TextBox();
     this.lb         = new System.Windows.Forms.Label();
     this.groupBox1  = new System.Windows.Forms.GroupBox();
     this.r2         = new System.Windows.Forms.RadioButton();
     this.r1         = new System.Windows.Forms.RadioButton();
     this.panel5     = new System.Windows.Forms.Panel();
     this.cmd_del    = new System.Windows.Forms.Button();
     this.cmd_load   = new System.Windows.Forms.Button();
     this.cmd_save   = new System.Windows.Forms.Button();
     this.cmd_import = new System.Windows.Forms.Button();
     this.button1    = new System.Windows.Forms.Button();
     this._book      = new C1.C1Excel.C1XLBook();
     this.panel3.SuspendLayout();
     this.panel7.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit();
     this.panel8.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.panel3.Controls.Add(this.label5);
     this.panel3.Controls.Add(this.panel7);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(768, 36);
     this.panel3.TabIndex = 7;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.label5.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label5.Font      = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label5.Location  = new System.Drawing.Point(348, 0);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(420, 36);
     this.label5.TabIndex  = 12;
     this.label5.Tag       = "";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.nav);
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel7.Location = new System.Drawing.Point(0, 0);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new System.Drawing.Size(348, 36);
     this.panel7.TabIndex = 0;
     //
     // nav
     //
     this.nav.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.nav.Connection    = null;
     this.nav.ConnectionDel = null;
     this.nav.Font          = new System.Drawing.Font("Tahoma", 9.75F);
     this.nav.form          = null;
     this.nav.FormName      = null;
     this.nav.Grid          = null;
     this.nav.History       = false;
     this.nav.IsNull        = true;
     this.nav.Language      = "EN";
     this.nav.Location      = new System.Drawing.Point(0, 2);
     this.nav.MSG_Exit      = false;
     this.nav.MulltiDel     = false;
     this.nav.Name          = "nav";
     this.nav.Security      = 0;
     this.nav.ShowPopupMenu = true;
     this.nav.Size          = new System.Drawing.Size(400, 32);
     this.nav.TabIndex      = 14;
     this.nav.Tag           = "";
     this.nav.ToolBar_Auto  = true;
     this.nav.UserID        = null;
     this.nav.VisibleGrid   = true;
     this.nav.Where         = null;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel4);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 36);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(768, 456);
     this.panel1.TabIndex = 8;
     //
     // panel4
     //
     this.panel4.Controls.Add(this._flex);
     this.panel4.Controls.Add(this._list);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 147);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(768, 309);
     this.panel4.TabIndex = 2;
     //
     // _flex
     //
     this._flex.AllowEditing = false;
     this._flex.AutoResize   = false;
     this._flex.BorderStyle  = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.XpThemes;
     this._flex.ColumnInfo   = "10,1,0,0,0,115,Columns:0{Width:38;}\t";
     this._flex.Dock         = System.Windows.Forms.DockStyle.Fill;
     this._flex.Font         = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._flex.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this._flex.Location     = new System.Drawing.Point(152, 0);
     this._flex.Name         = "_flex";
     this._flex.Size         = new System.Drawing.Size(616, 309);
     this._flex.Styles       = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this._flex.TabIndex     = 14;
     this._flex.Tag          = "N";
     //
     // _list
     //
     this._list.Dock                  = System.Windows.Forms.DockStyle.Left;
     this._list.IntegralHeight        = false;
     this._list.ItemHeight            = 16;
     this._list.Location              = new System.Drawing.Point(0, 0);
     this._list.Name                  = "_list";
     this._list.Size                  = new System.Drawing.Size(152, 309);
     this._list.TabIndex              = 3;
     this._list.SelectedIndexChanged += new System.EventHandler(this._list_SelectedIndexChanged);
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(0, 144);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(768, 3);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Moccasin;
     this.panel2.Controls.Add(this.panel6);
     this.panel2.Controls.Add(this.panel5);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(768, 144);
     this.panel2.TabIndex = 0;
     //
     // panel6
     //
     this.panel6.Controls.Add(this.vs);
     this.panel6.Controls.Add(this.panel8);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel6.Location = new System.Drawing.Point(0, 0);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(648, 144);
     this.panel6.TabIndex = 2;
     //
     // vs
     //
     this.vs.AllowDragging = C1.Win.C1FlexGrid.AllowDraggingEnum.Both;
     this.vs.AllowEditing  = false;
     this.vs.BorderStyle   = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.XpThemes;
     this.vs.ColumnInfo    = "10,1,0,0,0,100,Columns:0{Width:38;}\t";
     this.vs.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.vs.KeyActionTab  = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross;
     this.vs.Location      = new System.Drawing.Point(0, 0);
     this.vs.Name          = "vs";
     this.vs.Size          = new System.Drawing.Size(364, 144);
     this.vs.Styles        = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection("")));
     this.vs.TabIndex      = 13;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.dt);
     this.panel8.Controls.Add(this.label1);
     this.panel8.Controls.Add(this.cmd_to);
     this.panel8.Controls.Add(this.cmd_fr);
     this.panel8.Controls.Add(this.txt_to);
     this.panel8.Controls.Add(this.txt_fr);
     this.panel8.Controls.Add(this.cmd_DWID);
     this.panel8.Controls.Add(this.cmd_WID);
     this.panel8.Controls.Add(this.txt_DWID);
     this.panel8.Controls.Add(this.txt_WID);
     this.panel8.Controls.Add(this.lb);
     this.panel8.Controls.Add(this.groupBox1);
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel8.Location = new System.Drawing.Point(364, 0);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(284, 144);
     this.panel8.TabIndex = 0;
     //
     // dt
     //
     this.dt.CustomFormat = "yyyyMM";
     this.dt.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dt.Location     = new System.Drawing.Point(88, 84);
     this.dt.Name         = "dt";
     this.dt.Size         = new System.Drawing.Size(192, 23);
     this.dt.TabIndex     = 8;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 90);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 18);
     this.label1.TabIndex = 7;
     this.label1.Text     = "label1";
     //
     // cmd_to
     //
     this.cmd_to.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_to.Location  = new System.Drawing.Point(144, 56);
     this.cmd_to.Name      = "cmd_to";
     this.cmd_to.Size      = new System.Drawing.Size(84, 24);
     this.cmd_to.TabIndex  = 12;
     this.cmd_to.Text      = "button3";
     this.cmd_to.Click    += new System.EventHandler(this.cmd_to_Click);
     //
     // cmd_fr
     //
     this.cmd_fr.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_fr.Location  = new System.Drawing.Point(144, 28);
     this.cmd_fr.Name      = "cmd_fr";
     this.cmd_fr.Size      = new System.Drawing.Size(84, 24);
     this.cmd_fr.TabIndex  = 11;
     this.cmd_fr.Text      = "button2";
     this.cmd_fr.Click    += new System.EventHandler(this.cmd_fr_Click);
     //
     // txt_to
     //
     this.txt_to.Location = new System.Drawing.Point(228, 56);
     this.txt_to.Name     = "txt_to";
     this.txt_to.Size     = new System.Drawing.Size(52, 23);
     this.txt_to.TabIndex = 10;
     this.txt_to.Text     = "";
     //
     // txt_fr
     //
     this.txt_fr.Location = new System.Drawing.Point(228, 28);
     this.txt_fr.Name     = "txt_fr";
     this.txt_fr.Size     = new System.Drawing.Size(52, 23);
     this.txt_fr.TabIndex = 9;
     this.txt_fr.Text     = "";
     //
     // cmd_DWID
     //
     this.cmd_DWID.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_DWID.Location  = new System.Drawing.Point(4, 56);
     this.cmd_DWID.Name      = "cmd_DWID";
     this.cmd_DWID.Size      = new System.Drawing.Size(84, 24);
     this.cmd_DWID.TabIndex  = 6;
     this.cmd_DWID.Text      = "button3";
     this.cmd_DWID.Click    += new System.EventHandler(this.cmd_DWID_Click);
     //
     // cmd_WID
     //
     this.cmd_WID.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_WID.Location  = new System.Drawing.Point(4, 28);
     this.cmd_WID.Name      = "cmd_WID";
     this.cmd_WID.Size      = new System.Drawing.Size(84, 24);
     this.cmd_WID.TabIndex  = 5;
     this.cmd_WID.Text      = "button2";
     this.cmd_WID.Click    += new System.EventHandler(this.cmd_WID_Click);
     //
     // txt_DWID
     //
     this.txt_DWID.Location = new System.Drawing.Point(88, 56);
     this.txt_DWID.Name     = "txt_DWID";
     this.txt_DWID.Size     = new System.Drawing.Size(52, 23);
     this.txt_DWID.TabIndex = 4;
     this.txt_DWID.Text     = "";
     //
     // txt_WID
     //
     this.txt_WID.Location = new System.Drawing.Point(88, 28);
     this.txt_WID.Name     = "txt_WID";
     this.txt_WID.Size     = new System.Drawing.Size(52, 23);
     this.txt_WID.TabIndex = 2;
     this.txt_WID.Text     = "";
     //
     // lb
     //
     this.lb.BackColor = System.Drawing.Color.LemonChiffon;
     this.lb.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lb.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lb.ForeColor = System.Drawing.Color.Red;
     this.lb.Location  = new System.Drawing.Point(0, 0);
     this.lb.Name      = "lb";
     this.lb.Size      = new System.Drawing.Size(284, 24);
     this.lb.TabIndex  = 0;
     this.lb.Tag       = "N";
     this.lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.r2);
     this.groupBox1.Controls.Add(this.r1);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(4, 104);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(276, 40);
     this.groupBox1.TabIndex  = 170;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Tag       = "N";
     //
     // r2
     //
     this.r2.Checked  = true;
     this.r2.Location = new System.Drawing.Point(148, 16);
     this.r2.Name     = "r2";
     this.r2.Size     = new System.Drawing.Size(120, 20);
     this.r2.TabIndex = 1;
     this.r2.TabStop  = true;
     this.r2.Text     = "radioButton2";
     //
     // r1
     //
     this.r1.Location = new System.Drawing.Point(12, 16);
     this.r1.Name     = "r1";
     this.r1.Size     = new System.Drawing.Size(120, 20);
     this.r1.TabIndex = 0;
     this.r1.Text     = "radioButton1";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.LightSteelBlue;
     this.panel5.Controls.Add(this.cmd_del);
     this.panel5.Controls.Add(this.cmd_load);
     this.panel5.Controls.Add(this.cmd_save);
     this.panel5.Controls.Add(this.cmd_import);
     this.panel5.Controls.Add(this.button1);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel5.Location = new System.Drawing.Point(648, 0);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(120, 144);
     this.panel5.TabIndex = 1;
     //
     // cmd_del
     //
     this.cmd_del.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_del.Location  = new System.Drawing.Point(8, 116);
     this.cmd_del.Name      = "cmd_del";
     this.cmd_del.Size      = new System.Drawing.Size(104, 24);
     this.cmd_del.TabIndex  = 4;
     this.cmd_del.Text      = "button3";
     this.cmd_del.Click    += new System.EventHandler(this.cmd_del_Click);
     //
     // cmd_load
     //
     this.cmd_load.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_load.Location  = new System.Drawing.Point(8, 88);
     this.cmd_load.Name      = "cmd_load";
     this.cmd_load.Size      = new System.Drawing.Size(104, 24);
     this.cmd_load.TabIndex  = 3;
     this.cmd_load.Text      = "button3";
     this.cmd_load.Click    += new System.EventHandler(this.cmd_load_Click);
     //
     // cmd_save
     //
     this.cmd_save.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_save.Location  = new System.Drawing.Point(8, 60);
     this.cmd_save.Name      = "cmd_save";
     this.cmd_save.Size      = new System.Drawing.Size(104, 24);
     this.cmd_save.TabIndex  = 2;
     this.cmd_save.Text      = "button3";
     this.cmd_save.Click    += new System.EventHandler(this.cmd_save_Click);
     //
     // cmd_import
     //
     this.cmd_import.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmd_import.Location  = new System.Drawing.Point(8, 32);
     this.cmd_import.Name      = "cmd_import";
     this.cmd_import.Size      = new System.Drawing.Size(104, 24);
     this.cmd_import.TabIndex  = 1;
     this.cmd_import.Text      = "button2";
     this.cmd_import.Click    += new System.EventHandler(this.cmd_import_Click);
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location  = new System.Drawing.Point(8, 4);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(104, 24);
     this.button1.TabIndex  = 0;
     this.button1.Text      = "button1";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // frmTaExcel
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(768, 492);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel3);
     this.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name          = "frmTaExcel";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "frmTaExcel";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmTaExcel_Load);
     this.panel3.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit();
     this.panel8.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this._flex         = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.toolBar1      = new System.Windows.Forms.ToolBar();
     this.tbBorderOn    = new System.Windows.Forms.ToolBarButton();
     this.tbBorderOff   = new System.Windows.Forms.ToolBarButton();
     this.tbSep1        = new System.Windows.Forms.ToolBarButton();
     this.tbBorderColor = new System.Windows.Forms.ToolBarButton();
     this.tbSep2        = new System.Windows.Forms.ToolBarButton();
     this.tbIncreaseOut = new System.Windows.Forms.ToolBarButton();
     this.tbDecreaseOut = new System.Windows.Forms.ToolBarButton();
     this.tbIncreaseIn  = new System.Windows.Forms.ToolBarButton();
     this.tbDecreaseIn  = new System.Windows.Forms.ToolBarButton();
     this.tbSep3        = new System.Windows.Forms.ToolBarButton();
     this.tbExcel       = new System.Windows.Forms.ToolBarButton();
     this.imgToolbar    = new System.Windows.Forms.ImageList(this.components);
     this._c1xl         = new C1.C1Excel.C1XLBook();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.ColumnInfo              = "10,1,0,0,0,75,Columns:0{Width:27;}\t";
     this._flex.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this._flex.Location                = new System.Drawing.Point(0, 28);
     this._flex.Name                    = "_flex";
     this._flex.Rows.DefaultSize        = 17;
     this._flex.Size                    = new System.Drawing.Size(569, 335);
     this._flex.StyleInfo               = resources.GetString("_flex.StyleInfo");
     this._flex.TabIndex                = 0;
     this._flex.Tree.LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this._flex.Tree.NodeImageCollapsed = ((System.Drawing.Image)(resources.GetObject("_flex.Tree.NodeImageCollapsed")));
     this._flex.Tree.NodeImageExpanded  = ((System.Drawing.Image)(resources.GetObject("_flex.Tree.NodeImageExpanded")));
     this._flex.OwnerDrawCell          += new C1.Win.C1FlexGrid.OwnerDrawCellEventHandler(this._flex_OwnerDrawCell);
     //
     // toolBar1
     //
     this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbBorderOn,
         this.tbBorderOff,
         this.tbSep1,
         this.tbBorderColor,
         this.tbSep2,
         this.tbIncreaseOut,
         this.tbDecreaseOut,
         this.tbIncreaseIn,
         this.tbDecreaseIn,
         this.tbSep3,
         this.tbExcel
     });
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.ImageList      = this.imgToolbar;
     this.toolBar1.Location       = new System.Drawing.Point(0, 0);
     this.toolBar1.Name           = "toolBar1";
     this.toolBar1.ShowToolTips   = true;
     this.toolBar1.Size           = new System.Drawing.Size(569, 28);
     this.toolBar1.TabIndex       = 2;
     this.toolBar1.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
     //
     // tbBorderOn
     //
     this.tbBorderOn.ImageIndex  = 0;
     this.tbBorderOn.Name        = "tbBorderOn";
     this.tbBorderOn.ToolTipText = "Apply Border";
     //
     // tbBorderOff
     //
     this.tbBorderOff.ImageIndex  = 1;
     this.tbBorderOff.Name        = "tbBorderOff";
     this.tbBorderOff.ToolTipText = "Remove Border";
     //
     // tbSep1
     //
     this.tbSep1.Name  = "tbSep1";
     this.tbSep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbBorderColor
     //
     this.tbBorderColor.ImageIndex  = 2;
     this.tbBorderColor.Name        = "tbBorderColor";
     this.tbBorderColor.ToolTipText = "Select Border Color";
     //
     // tbSep2
     //
     this.tbSep2.Name  = "tbSep2";
     this.tbSep2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbIncreaseOut
     //
     this.tbIncreaseOut.ImageIndex  = 3;
     this.tbIncreaseOut.Name        = "tbIncreaseOut";
     this.tbIncreaseOut.ToolTipText = "Thicker outer border";
     //
     // tbDecreaseOut
     //
     this.tbDecreaseOut.ImageIndex  = 4;
     this.tbDecreaseOut.Name        = "tbDecreaseOut";
     this.tbDecreaseOut.ToolTipText = "Thinner outer border";
     //
     // tbIncreaseIn
     //
     this.tbIncreaseIn.ImageIndex  = 5;
     this.tbIncreaseIn.Name        = "tbIncreaseIn";
     this.tbIncreaseIn.ToolTipText = "Thicker inner border";
     //
     // tbDecreaseIn
     //
     this.tbDecreaseIn.ImageIndex  = 6;
     this.tbDecreaseIn.Name        = "tbDecreaseIn";
     this.tbDecreaseIn.ToolTipText = "Thinner inner border";
     //
     // tbSep3
     //
     this.tbSep3.Name  = "tbSep3";
     this.tbSep3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbExcel
     //
     this.tbExcel.ImageIndex  = 7;
     this.tbExcel.Name        = "tbExcel";
     this.tbExcel.ToolTipText = "Save Excel File";
     //
     // imgToolbar
     //
     this.imgToolbar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar.ImageStream")));
     this.imgToolbar.TransparentColor = System.Drawing.Color.White;
     this.imgToolbar.Images.SetKeyName(0, "");
     this.imgToolbar.Images.SetKeyName(1, "");
     this.imgToolbar.Images.SetKeyName(2, "");
     this.imgToolbar.Images.SetKeyName(3, "");
     this.imgToolbar.Images.SetKeyName(4, "");
     this.imgToolbar.Images.SetKeyName(5, "");
     this.imgToolbar.Images.SetKeyName(6, "");
     this.imgToolbar.Images.SetKeyName(7, "");
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(569, 363);
     this.Controls.Add(this._flex);
     this.Controls.Add(this.toolBar1);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1Excel: Custom cell borders";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.c1XLBook1      = new C1.C1Excel.C1XLBook();
     this.button1        = new System.Windows.Forms.Button();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this._rdPortrait    = new System.Windows.Forms.RadioButton();
     this._rdLandscape   = new System.Windows.Forms.RadioButton();
     this.label4         = new System.Windows.Forms.Label();
     this._cmbPaperSize  = new System.Windows.Forms.ComboBox();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.label1         = new System.Windows.Forms.Label();
     this._udPercentSize = new System.Windows.Forms.NumericUpDown();
     this._rdAdjust      = new System.Windows.Forms.RadioButton();
     this._rdFit         = new System.Windows.Forms.RadioButton();
     this.label2         = new System.Windows.Forms.Label();
     this._udAcross      = new System.Windows.Forms.NumericUpDown();
     this._udDown        = new System.Windows.Forms.NumericUpDown();
     this.label3         = new System.Windows.Forms.Label();
     this.label5         = new System.Windows.Forms.Label();
     this._txtStartPage  = new System.Windows.Forms.TextBox();
     this.button2        = new System.Windows.Forms.Button();
     this.groupBox3      = new System.Windows.Forms.GroupBox();
     this.label6         = new System.Windows.Forms.Label();
     this.label7         = new System.Windows.Forms.Label();
     this.label8         = new System.Windows.Forms.Label();
     this.label9         = new System.Windows.Forms.Label();
     this._udLeft        = new System.Windows.Forms.NumericUpDown();
     this._udRight       = new System.Windows.Forms.NumericUpDown();
     this._udTop         = new System.Windows.Forms.NumericUpDown();
     this._udBottom      = new System.Windows.Forms.NumericUpDown();
     this.label10        = new System.Windows.Forms.Label();
     this.label11        = new System.Windows.Forms.Label();
     this._udFooter      = new System.Windows.Forms.NumericUpDown();
     this._udHeader      = new System.Windows.Forms.NumericUpDown();
     this._txtHeader     = new System.Windows.Forms.TextBox();
     this._txtFooter     = new System.Windows.Forms.TextBox();
     this.label12        = new System.Windows.Forms.Label();
     this.label13        = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._udPercentSize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._udAcross)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._udDown)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._udLeft)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._udRight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._udTop)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._udBottom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._udFooter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._udHeader)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(8, 8);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(120, 24);
     this.button1.TabIndex = 0;
     this.button1.Text     = "Load";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this._rdPortrait);
     this.groupBox1.Controls.Add(this._rdLandscape);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this._cmbPaperSize);
     this.groupBox1.Location = new System.Drawing.Point(8, 48);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(600, 56);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Paper Size/Orientation";
     //
     // _rdPortrait
     //
     this._rdPortrait.Location = new System.Drawing.Point(368, 24);
     this._rdPortrait.Name     = "_rdPortrait";
     this._rdPortrait.Size     = new System.Drawing.Size(64, 16);
     this._rdPortrait.TabIndex = 0;
     this._rdPortrait.Text     = "Portrait";
     //
     // _rdLandscape
     //
     this._rdLandscape.Location = new System.Drawing.Point(440, 24);
     this._rdLandscape.Name     = "_rdLandscape";
     this._rdLandscape.Size     = new System.Drawing.Size(112, 16);
     this._rdLandscape.TabIndex = 0;
     this._rdLandscape.Text     = "Landscape";
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 24);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(72, 16);
     this.label4.TabIndex  = 2;
     this.label4.Text      = "Paper Size";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // _cmbPaperSize
     //
     this._cmbPaperSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._cmbPaperSize.Location      = new System.Drawing.Point(88, 22);
     this._cmbPaperSize.Name          = "_cmbPaperSize";
     this._cmbPaperSize.Size          = new System.Drawing.Size(240, 21);
     this._cmbPaperSize.TabIndex      = 3;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this._udPercentSize);
     this.groupBox2.Controls.Add(this._rdAdjust);
     this.groupBox2.Controls.Add(this._rdFit);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this._udAcross);
     this.groupBox2.Controls.Add(this._udDown);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Location = new System.Drawing.Point(8, 112);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(304, 104);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Scaling";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(136, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(96, 16);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "% normal size";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // _udPercentSize
     //
     this._udPercentSize.Location = new System.Drawing.Point(80, 22);
     this._udPercentSize.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this._udPercentSize.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         -2147483648
     });
     this._udPercentSize.Name      = "_udPercentSize";
     this._udPercentSize.Size      = new System.Drawing.Size(48, 20);
     this._udPercentSize.TabIndex  = 1;
     this._udPercentSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this._udPercentSize.Value     = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     //
     // _rdAdjust
     //
     this._rdAdjust.Location = new System.Drawing.Point(8, 24);
     this._rdAdjust.Name     = "_rdAdjust";
     this._rdAdjust.Size     = new System.Drawing.Size(72, 16);
     this._rdAdjust.TabIndex = 0;
     this._rdAdjust.Text     = "Adjust to";
     //
     // _rdFit
     //
     this._rdFit.Location = new System.Drawing.Point(8, 64);
     this._rdFit.Name     = "_rdFit";
     this._rdFit.Size     = new System.Drawing.Size(56, 16);
     this._rdFit.TabIndex = 0;
     this._rdFit.Text     = "Fit to";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(136, 64);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 16);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "pages wide by";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // _udAcross
     //
     this._udAcross.Location  = new System.Drawing.Point(80, 62);
     this._udAcross.Name      = "_udAcross";
     this._udAcross.Size      = new System.Drawing.Size(48, 20);
     this._udAcross.TabIndex  = 1;
     this._udAcross.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // _udDown
     //
     this._udDown.Location  = new System.Drawing.Point(216, 62);
     this._udDown.Name      = "_udDown";
     this._udDown.Size      = new System.Drawing.Size(48, 20);
     this._udDown.TabIndex  = 1;
     this._udDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(272, 64);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(24, 16);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "tall";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(16, 296);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(104, 16);
     this.label5.TabIndex  = 2;
     this.label5.Text      = "First page number";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // _txtStartPage
     //
     this._txtStartPage.Location = new System.Drawing.Point(120, 296);
     this._txtStartPage.Name     = "_txtStartPage";
     this._txtStartPage.Size     = new System.Drawing.Size(112, 20);
     this._txtStartPage.TabIndex = 4;
     this._txtStartPage.Text     = "Auto";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(144, 8);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(120, 24);
     this.button2.TabIndex = 0;
     this.button2.Text     = "Save";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.label8);
     this.groupBox3.Controls.Add(this.label9);
     this.groupBox3.Controls.Add(this._udLeft);
     this.groupBox3.Controls.Add(this._udRight);
     this.groupBox3.Controls.Add(this._udTop);
     this.groupBox3.Controls.Add(this._udBottom);
     this.groupBox3.Controls.Add(this.label10);
     this.groupBox3.Controls.Add(this.label11);
     this.groupBox3.Controls.Add(this._udFooter);
     this.groupBox3.Controls.Add(this._udHeader);
     this.groupBox3.Location = new System.Drawing.Point(320, 112);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(288, 104);
     this.groupBox3.TabIndex = 5;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Margins";
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(8, 24);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(56, 16);
     this.label6.TabIndex  = 0;
     this.label6.Text      = "Left";
     this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(152, 24);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(56, 16);
     this.label7.TabIndex  = 0;
     this.label7.Text      = "Right";
     this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(8, 48);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(56, 16);
     this.label8.TabIndex  = 0;
     this.label8.Text      = "Top";
     this.label8.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(152, 48);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(56, 16);
     this.label9.TabIndex  = 0;
     this.label9.Text      = "Bottom";
     this.label9.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // _udLeft
     //
     this._udLeft.DecimalPlaces = 2;
     this._udLeft.Location      = new System.Drawing.Point(64, 24);
     this._udLeft.Minimum       = new decimal(new int[] {
         1,
         0,
         0,
         -2147483648
     });
     this._udLeft.Name      = "_udLeft";
     this._udLeft.Size      = new System.Drawing.Size(72, 20);
     this._udLeft.TabIndex  = 1;
     this._udLeft.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this._udLeft.Value     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // _udRight
     //
     this._udRight.DecimalPlaces = 2;
     this._udRight.Location      = new System.Drawing.Point(208, 24);
     this._udRight.Minimum       = new decimal(new int[] {
         1,
         0,
         0,
         -2147483648
     });
     this._udRight.Name      = "_udRight";
     this._udRight.Size      = new System.Drawing.Size(72, 20);
     this._udRight.TabIndex  = 1;
     this._udRight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this._udRight.Value     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // _udTop
     //
     this._udTop.DecimalPlaces = 2;
     this._udTop.Location      = new System.Drawing.Point(64, 48);
     this._udTop.Minimum       = new decimal(new int[] {
         1,
         0,
         0,
         -2147483648
     });
     this._udTop.Name      = "_udTop";
     this._udTop.Size      = new System.Drawing.Size(72, 20);
     this._udTop.TabIndex  = 1;
     this._udTop.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this._udTop.Value     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // _udBottom
     //
     this._udBottom.DecimalPlaces = 2;
     this._udBottom.Location      = new System.Drawing.Point(208, 48);
     this._udBottom.Minimum       = new decimal(new int[] {
         1,
         0,
         0,
         -2147483648
     });
     this._udBottom.Name      = "_udBottom";
     this._udBottom.Size      = new System.Drawing.Size(72, 20);
     this._udBottom.TabIndex  = 1;
     this._udBottom.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this._udBottom.Value     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(8, 72);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(56, 16);
     this.label10.TabIndex  = 0;
     this.label10.Text      = "Header";
     this.label10.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(152, 72);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(56, 16);
     this.label11.TabIndex  = 0;
     this.label11.Text      = "Footer";
     this.label11.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // _udFooter
     //
     this._udFooter.DecimalPlaces = 2;
     this._udFooter.Location      = new System.Drawing.Point(208, 72);
     this._udFooter.Minimum       = new decimal(new int[] {
         1,
         0,
         0,
         -2147483648
     });
     this._udFooter.Name      = "_udFooter";
     this._udFooter.Size      = new System.Drawing.Size(72, 20);
     this._udFooter.TabIndex  = 1;
     this._udFooter.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this._udFooter.Value     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // _udHeader
     //
     this._udHeader.DecimalPlaces = 2;
     this._udHeader.Location      = new System.Drawing.Point(64, 72);
     this._udHeader.Minimum       = new decimal(new int[] {
         1,
         0,
         0,
         -2147483648
     });
     this._udHeader.Name      = "_udHeader";
     this._udHeader.Size      = new System.Drawing.Size(72, 20);
     this._udHeader.TabIndex  = 1;
     this._udHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this._udHeader.Value     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // _txtHeader
     //
     this._txtHeader.Location = new System.Drawing.Point(120, 232);
     this._txtHeader.Name     = "_txtHeader";
     this._txtHeader.Size     = new System.Drawing.Size(488, 20);
     this._txtHeader.TabIndex = 4;
     //
     // _txtFooter
     //
     this._txtFooter.Location = new System.Drawing.Point(120, 264);
     this._txtFooter.Name     = "_txtFooter";
     this._txtFooter.Size     = new System.Drawing.Size(488, 20);
     this._txtFooter.TabIndex = 4;
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(16, 264);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(104, 16);
     this.label12.TabIndex  = 2;
     this.label12.Text      = "Page Footer";
     this.label12.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(16, 232);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(104, 16);
     this.label13.TabIndex  = 2;
     this.label13.Text      = "Page Header";
     this.label13.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(618, 335);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this._txtStartPage);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.button2);
     this.Controls.Add(this._txtHeader);
     this.Controls.Add(this._txtFooter);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label13);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "C1Excel: Print settings";
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._udPercentSize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._udAcross)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._udDown)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._udLeft)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._udRight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._udTop)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._udBottom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._udFooter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._udHeader)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }