using FastReport.Controls; namespace FastReport.Forms { partial class Excel2003ExportForm { /// /// 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.gbOptions = new System.Windows.Forms.GroupBox(); this.cbPageBreaks = new System.Windows.Forms.CheckBox(); this.cbWysiwyg = new System.Windows.Forms.CheckBox(); this.cbHideGridLines = new System.Windows.Forms.CheckBox(); this.cbPrintOptimized = new System.Windows.Forms.CheckBox(); this.gbPageRange.SuspendLayout(); this.pcPages.SuspendLayout(); this.panPages.SuspendLayout(); this.gbOptions.SuspendLayout(); this.SuspendLayout(); // // gbPageRange // this.gbPageRange.Location = new System.Drawing.Point(10, 5); this.gbPageRange.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.gbPageRange.Size = new System.Drawing.Size(325, 160); // // lblHint // this.lblHint.Location = new System.Drawing.Point(2, 104); this.lblHint.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblHint.Padding = new System.Windows.Forms.Padding(6, 6, 6, 0); this.lblHint.Size = new System.Drawing.Size(321, 54); // // tbNumbers // this.tbNumbers.Location = new System.Drawing.Point(130, 75); this.tbNumbers.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tbNumbers.Size = new System.Drawing.Size(179, 24); // // rbNumbers // this.rbNumbers.Location = new System.Drawing.Point(15, 75); this.rbNumbers.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); // // rbCurrent // this.rbCurrent.Location = new System.Drawing.Point(15, 50); this.rbCurrent.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); // // rbAll // this.rbAll.Location = new System.Drawing.Point(15, 25); this.rbAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); // // pcPages // this.pcPages.Location = new System.Drawing.Point(0, 0); this.pcPages.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.pcPages.Size = new System.Drawing.Size(345, 330); // // panPages // this.panPages.Controls.Add(this.gbOptions); this.panPages.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panPages.Size = new System.Drawing.Size(345, 330); this.panPages.Controls.SetChildIndex(this.gbPageRange, 0); this.panPages.Controls.SetChildIndex(this.gbOptions, 0); // // cbOpenAfter // this.cbOpenAfter.Location = new System.Drawing.Point(10, 355); // // cbExportAllTabs // this.cbExportAllTabs.Location = new System.Drawing.Point(10, 330); // // btnOk // this.btnOk.Location = new System.Drawing.Point(140, 385); this.btnOk.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnOk.Size = new System.Drawing.Size(94, 29); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(240, 385); this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnCancel.Size = new System.Drawing.Size(94, 29); this.btnCancel.TabIndex = 1; // // gbOptions // this.gbOptions.Controls.Add(this.cbPageBreaks); this.gbOptions.Controls.Add(this.cbWysiwyg); this.gbOptions.Controls.Add(this.cbHideGridLines); this.gbOptions.Controls.Add(this.cbPrintOptimized); this.gbOptions.Location = new System.Drawing.Point(10, 170); this.gbOptions.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.gbOptions.Name = "gbOptions"; this.gbOptions.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.gbOptions.Size = new System.Drawing.Size(325, 150); this.gbOptions.TabIndex = 4; this.gbOptions.TabStop = false; this.gbOptions.Text = "Options"; // // cbPageBreaks // this.cbPageBreaks.AutoSize = true; this.cbPageBreaks.Checked = true; this.cbPageBreaks.CheckState = System.Windows.Forms.CheckState.Checked; this.cbPageBreaks.Location = new System.Drawing.Point(15, 55); this.cbPageBreaks.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbPageBreaks.Name = "cbPageBreaks"; this.cbPageBreaks.Size = new System.Drawing.Size(104, 21); this.cbPageBreaks.TabIndex = 1; this.cbPageBreaks.Text = "Page breaks"; this.cbPageBreaks.UseVisualStyleBackColor = true; // // cbWysiwyg // this.cbWysiwyg.AutoSize = true; this.cbWysiwyg.Checked = true; this.cbWysiwyg.CheckState = System.Windows.Forms.CheckState.Checked; this.cbWysiwyg.Location = new System.Drawing.Point(15, 25); this.cbWysiwyg.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbWysiwyg.Name = "cbWysiwyg"; this.cbWysiwyg.Size = new System.Drawing.Size(86, 21); this.cbWysiwyg.TabIndex = 0; this.cbWysiwyg.Text = "Wysiwyg"; this.cbWysiwyg.UseVisualStyleBackColor = true; // // cbHideGridLines // this.cbHideGridLines.AutoSize = true; this.cbHideGridLines.Checked = true; this.cbHideGridLines.CheckState = System.Windows.Forms.CheckState.Checked; this.cbHideGridLines.Location = new System.Drawing.Point(15, 85); this.cbHideGridLines.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbHideGridLines.Name = "cbHideGridLines"; this.cbHideGridLines.Size = new System.Drawing.Size(114, 21); this.cbHideGridLines.TabIndex = 2; this.cbHideGridLines.Text = "Hide GridLines"; this.cbHideGridLines.UseVisualStyleBackColor = true; // // cbPrintOptimized // this.cbPrintOptimized.AutoSize = true; this.cbPrintOptimized.Checked = true; this.cbPrintOptimized.CheckState = System.Windows.Forms.CheckState.Checked; this.cbPrintOptimized.Location = new System.Drawing.Point(15, 115); this.cbPrintOptimized.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbPrintOptimized.Name = "cbPrintOptimized"; this.cbPrintOptimized.Size = new System.Drawing.Size(118, 21); this.cbPrintOptimized.TabIndex = 3; this.cbPrintOptimized.Text = "PrintOptimized"; this.cbPrintOptimized.UseVisualStyleBackColor = true; // // Excel2003ExportForm // this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(345, 426); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "Excel2003ExportForm"; this.OpenAfterVisible = true; this.Text = "Export to MS Excel2003"; this.gbPageRange.ResumeLayout(false); this.gbPageRange.PerformLayout(); this.pcPages.ResumeLayout(false); this.panPages.ResumeLayout(false); this.gbOptions.ResumeLayout(false); this.gbOptions.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox gbOptions; private System.Windows.Forms.CheckBox cbWysiwyg; private System.Windows.Forms.CheckBox cbPageBreaks; private System.Windows.Forms.CheckBox cbHideGridLines; private System.Windows.Forms.CheckBox cbPrintOptimized; } }