123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- using FastReport.Controls;
- namespace FastReport.Forms
- {
- partial class RTFExportForm
- {
- /// <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.gbOptions = new System.Windows.Forms.GroupBox();
- this.lblPictures = new System.Windows.Forms.Label();
- this.cbPageBreaks = new System.Windows.Forms.CheckBox();
- this.cbWysiwyg = new System.Windows.Forms.CheckBox();
- this.lblRTF = new System.Windows.Forms.Label();
- this.cbLocalization = new System.Windows.Forms.CheckBox();
- this.cbbLocalization = new System.Windows.Forms.ComboBox();
- this.cbbPictures = new System.Windows.Forms.ComboBox();
- this.cbbRTF = new System.Windows.Forms.ComboBox();
- 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(8, 4);
- this.gbPageRange.Size = new System.Drawing.Size(377, 128);
- //
- // lblHint
- //
- this.lblHint.Size = new System.Drawing.Size(373, 43);
- //
- // tbNumbers
- //
- this.tbNumbers.Location = new System.Drawing.Point(156, 60);
- this.tbNumbers.Size = new System.Drawing.Size(210, 20);
- //
- // pcPages
- //
- this.pcPages.Location = new System.Drawing.Point(0, 0);
- this.pcPages.Size = new System.Drawing.Size(394, 320);
- //
- // panPages
- //
- this.panPages.Controls.Add(this.gbOptions);
- this.panPages.Size = new System.Drawing.Size(394, 320);
- this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
- this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
- //
- // cbOpenAfter
- //
- this.cbOpenAfter.Location = new System.Drawing.Point(8, 342);
- //
- // cbExportAllTabs
- //
- this.cbExportAllTabs.Location = new System.Drawing.Point(8, 322);
- //
- // btnOk
- //
- this.btnOk.Location = new System.Drawing.Point(229, 365);
- //
- // btnCancel
- //
- this.btnCancel.Location = new System.Drawing.Point(310, 365);
- this.btnCancel.TabIndex = 1;
- //
- // gbOptions
- //
- this.gbOptions.Controls.Add(this.lblPictures);
- this.gbOptions.Controls.Add(this.cbPageBreaks);
- this.gbOptions.Controls.Add(this.cbWysiwyg);
- this.gbOptions.Controls.Add(this.lblRTF);
- this.gbOptions.Controls.Add(this.cbLocalization);
- this.gbOptions.Controls.Add(this.cbbLocalization);
- this.gbOptions.Controls.Add(this.cbbPictures);
- this.gbOptions.Controls.Add(this.cbbRTF);
- this.gbOptions.Controls.Add(this.cbPrintOptimized);
- this.gbOptions.Location = new System.Drawing.Point(8, 136);
- this.gbOptions.Name = "gbOptions";
- this.gbOptions.Size = new System.Drawing.Size(377, 180);
- this.gbOptions.TabIndex = 4;
- this.gbOptions.Text = "Options";
- //
- // lblPictures
- //
- this.lblPictures.AutoSize = true;
- this.lblPictures.Location = new System.Drawing.Point(12, 94);
- this.lblPictures.Name = "lblPictures";
- this.lblPictures.Size = new System.Drawing.Size(45, 13);
- this.lblPictures.TabIndex = 0;
- this.lblPictures.Text = "Pictures";
- //
- // 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, 44);
- this.cbPageBreaks.Name = "cbPageBreaks";
- this.cbPageBreaks.Size = new System.Drawing.Size(85, 17);
- this.cbPageBreaks.TabIndex = 2;
- 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, 20);
- this.cbWysiwyg.Name = "cbWysiwyg";
- this.cbWysiwyg.Size = new System.Drawing.Size(69, 17);
- this.cbWysiwyg.TabIndex = 1;
- this.cbWysiwyg.Text = "Wysiwyg";
- this.cbWysiwyg.UseVisualStyleBackColor = true;
- //
- // lblRTF
- //
- this.lblRTF.AutoSize = true;
- this.lblRTF.Location = new System.Drawing.Point(12, 122);
- this.lblRTF.Name = "lblRTF";
- this.lblRTF.Size = new System.Drawing.Size(73, 13);
- this.lblRTF.TabIndex = 0;
- this.lblRTF.Text = "RTF object as";
- //
- // cbLocalization
- //
- this.cbLocalization.AutoSize = true;
- this.cbLocalization.Location = new System.Drawing.Point(12, 149);
- this.cbLocalization.Name = "cbLocalization";
- this.cbLocalization.Size = new System.Drawing.Size(88, 17);
- this.cbLocalization.TabIndex = 5;
- this.cbLocalization.Text = "Export locale";
- this.cbLocalization.TextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.cbLocalization.CheckedChanged += new System.EventHandler(this.CbLocalization_CheckedChanged);
- //
- // cbbLocalization
- //
- this.cbbLocalization.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbbLocalization.Location = new System.Drawing.Point(191, 147);
- this.cbbLocalization.Name = "cbbLocalization";
- this.cbbLocalization.Size = new System.Drawing.Size(175, 21);
- this.cbbLocalization.TabIndex = 6;
- //
- // cbbPictures
- //
- this.cbbPictures.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbbPictures.FormattingEnabled = true;
- this.cbbPictures.Items.AddRange(new object[] {
- "None",
- "Metafile",
- "Jpeg",
- "Png"});
- this.cbbPictures.Location = new System.Drawing.Point(191, 91);
- this.cbbPictures.Name = "cbbPictures";
- this.cbbPictures.Size = new System.Drawing.Size(175, 21);
- this.cbbPictures.TabIndex = 3;
- //
- // cbbRTF
- //
- this.cbbRTF.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbbRTF.FormattingEnabled = true;
- this.cbbRTF.Items.AddRange(new object[] {
- "Picture",
- "Embedded RTF"});
- this.cbbRTF.Location = new System.Drawing.Point(191, 119);
- this.cbbRTF.Name = "cbbRTF";
- this.cbbRTF.Size = new System.Drawing.Size(175, 21);
- this.cbbRTF.TabIndex = 4;
- //
- // cbPrintOptimized
- //
- this.cbPrintOptimized.AutoSize = true;
- this.cbPrintOptimized.Checked = true;
- this.cbPrintOptimized.CheckState = System.Windows.Forms.CheckState.Checked;
- this.cbPrintOptimized.Location = new System.Drawing.Point(12, 67);
- this.cbPrintOptimized.Name = "cbPrintOptimized";
- this.cbPrintOptimized.Size = new System.Drawing.Size(98, 17);
- this.cbPrintOptimized.TabIndex = 7;
- this.cbPrintOptimized.Text = "Print Optimized";
- this.cbPrintOptimized.UseVisualStyleBackColor = true;
- //
- // RTFExportForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.ClientSize = new System.Drawing.Size(394, 400);
- this.Name = "RTFExportForm";
- this.OpenAfterVisible = true;
- this.Text = "Export to Rich Text";
- 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 cbbPictures;
- private System.Windows.Forms.Label lblPictures;
- private System.Windows.Forms.ComboBox cbbRTF;
- private System.Windows.Forms.Label lblRTF;
- private System.Windows.Forms.CheckBox cbLocalization;
- private System.Windows.Forms.ComboBox cbbLocalization;
- private System.Windows.Forms.CheckBox cbPrintOptimized;
- }
- }
|