using FastReport.Controls; namespace FastReport.Forms { partial class ODFExportForm { /// /// 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.lblCompliance = new System.Windows.Forms.Label(); this.cbOdfStandard = new System.Windows.Forms.ComboBox(); this.cbPageBreaks = new System.Windows.Forms.CheckBox(); this.cbWysiwyg = new System.Windows.Forms.CheckBox(); this.cbbLocalization = new System.Windows.Forms.ComboBox(); this.cbLocalization = 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(8, 4); this.gbPageRange.Size = new System.Drawing.Size(327, 126); // // lblHint // this.lblHint.Location = new System.Drawing.Point(2, 81); this.lblHint.Size = new System.Drawing.Size(323, 43); // // tbNumbers // this.tbNumbers.Location = new System.Drawing.Point(160, 60); this.tbNumbers.Size = new System.Drawing.Size(154, 20); // // pcPages // this.pcPages.Location = new System.Drawing.Point(0, 1); this.pcPages.Size = new System.Drawing.Size(344, 264); // // panPages // this.panPages.Controls.Add(this.gbOptions); this.panPages.Size = new System.Drawing.Size(344, 264); this.panPages.Controls.SetChildIndex(this.gbPageRange, 0); this.panPages.Controls.SetChildIndex(this.gbOptions, 0); // // cbOpenAfter // this.cbOpenAfter.Location = new System.Drawing.Point(8, 291); // // cbExportAllTabs // this.cbExportAllTabs.Location = new System.Drawing.Point(8, 271); // // btnOk // this.btnOk.Location = new System.Drawing.Point(179, 308); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(260, 308); this.btnCancel.TabIndex = 1; // // gbOptions // this.gbOptions.Controls.Add(this.lblCompliance); this.gbOptions.Controls.Add(this.cbOdfStandard); this.gbOptions.Controls.Add(this.cbPageBreaks); this.gbOptions.Controls.Add(this.cbWysiwyg); this.gbOptions.Controls.Add(this.cbbLocalization); this.gbOptions.Controls.Add(this.cbLocalization); this.gbOptions.Location = new System.Drawing.Point(8, 135); this.gbOptions.Name = "gbOptions"; this.gbOptions.Size = new System.Drawing.Size(327, 126); this.gbOptions.TabIndex = 4; this.gbOptions.TabStop = false; this.gbOptions.Text = "Options"; // // lblCompliance // this.lblCompliance.AutoSize = true; this.lblCompliance.Location = new System.Drawing.Point(9, 22); this.lblCompliance.Name = "lblCompliance"; this.lblCompliance.Size = new System.Drawing.Size(95, 13); this.lblCompliance.TabIndex = 0; this.lblCompliance.Text = "ODF Compliance: "; // // cbOdfStandard // this.cbOdfStandard.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbOdfStandard.FormattingEnabled = true; this.cbOdfStandard.Items.AddRange(new object[] { "ODF 1.0/1.1", "ODF 1.2", "XODF 1.0/1.1", "XODF 1.2"}); this.cbOdfStandard.Location = new System.Drawing.Point(160, 19); this.cbOdfStandard.Name = "cbOdfStandard"; this.cbOdfStandard.Size = new System.Drawing.Size(154, 21); this.cbOdfStandard.TabIndex = 1; // // cbPageBreaks // this.cbPageBreaks.AutoSize = true; this.cbPageBreaks.Checked = true; this.cbPageBreaks.CheckState = System.Windows.Forms.CheckState.Checked; this.cbPageBreaks.Location = new System.Drawing.Point(12, 71); this.cbPageBreaks.Name = "cbPageBreaks"; this.cbPageBreaks.Size = new System.Drawing.Size(85, 17); this.cbPageBreaks.TabIndex = 3; 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(12, 47); this.cbWysiwyg.Name = "cbWysiwyg"; this.cbWysiwyg.Size = new System.Drawing.Size(69, 17); this.cbWysiwyg.TabIndex = 2; this.cbWysiwyg.Text = "Wysiwyg"; this.cbWysiwyg.UseVisualStyleBackColor = true; // // cbbLocalization // this.cbbLocalization.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbLocalization.Location = new System.Drawing.Point(160, 91); this.cbbLocalization.Name = "cbbLocalization"; this.cbbLocalization.Size = new System.Drawing.Size(154, 21); this.cbbLocalization.TabIndex = 5; // // cbLocalization // this.cbLocalization.AutoSize = true; this.cbLocalization.Location = new System.Drawing.Point(12, 95); this.cbLocalization.Name = "cbLocalization"; this.cbLocalization.Size = new System.Drawing.Size(88, 17); this.cbLocalization.TabIndex = 4; this.cbLocalization.Text = "Export locale"; this.cbLocalization.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.cbLocalization.CheckedChanged += new System.EventHandler(this.CbLocalization_CheckedChanged); // // ODFExportForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(344, 343); this.Name = "ODFExportForm"; this.OpenAfterVisible = true; this.Text = "Export to Open Office"; 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.ComboBox cbOdfStandard; private System.Windows.Forms.ComboBox cbbLocalization; private System.Windows.Forms.Label lblCompliance; private System.Windows.Forms.CheckBox cbLocalization; } }