123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- using FastReport.Controls;
- namespace FastReport.Forms
- {
- partial class DbfExportForm
- {
- /// <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.lblFieldNames = new System.Windows.Forms.Label();
- this.tbFieldNames = new System.Windows.Forms.TextBox();
- this.cbDataOnly = new System.Windows.Forms.CheckBox();
- this.cbExportTypes = new System.Windows.Forms.CheckBox();
- this.cbbCodepage = new System.Windows.Forms.ComboBox();
- this.lblCodepage = new System.Windows.Forms.Label();
- this.gbPageRange.SuspendLayout();
- this.pcPages.SuspendLayout();
- this.panPages.SuspendLayout();
- this.gbOptions.SuspendLayout();
- this.SuspendLayout();
- //
- // gbPageRange
- //
- this.gbPageRange.Location = new System.Drawing.Point(8, 4);
- //
- // rbNumbers
- //
- this.rbNumbers.Size = new System.Drawing.Size(77, 17);
- this.rbNumbers.Text = "Numbers: ";
- //
- // rbCurrent
- //
- this.rbCurrent.Size = new System.Drawing.Size(68, 17);
- this.rbCurrent.Text = "Current ";
- //
- // rbAll
- //
- this.rbAll.Size = new System.Drawing.Size(42, 17);
- this.rbAll.Text = "All ";
- //
- // pcPages
- //
- this.pcPages.Location = new System.Drawing.Point(0, 0);
- this.pcPages.Size = new System.Drawing.Size(276, 292);
- //
- // panPages
- //
- this.panPages.Controls.Add(this.gbOptions);
- this.panPages.Dock = System.Windows.Forms.DockStyle.None;
- this.panPages.Size = new System.Drawing.Size(276, 308);
- this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
- this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
- //
- // cbOpenAfter
- //
- this.cbOpenAfter.Location = new System.Drawing.Point(12, 315);
- this.cbOpenAfter.Size = new System.Drawing.Size(120, 17);
- this.cbOpenAfter.Text = "Open after export ";
- //
- // cbExportAllTabs
- //
- this.cbExportAllTabs.Location = new System.Drawing.Point(12, 295);
- //
- // btnOk
- //
- this.btnOk.Location = new System.Drawing.Point(112, 336);
- //
- // btnCancel
- //
- this.btnCancel.Location = new System.Drawing.Point(193, 336);
- this.btnCancel.TabIndex = 1;
- //
- // gbOptions
- //
- this.gbOptions.Controls.Add(this.lblFieldNames);
- this.gbOptions.Controls.Add(this.tbFieldNames);
- this.gbOptions.Controls.Add(this.cbDataOnly);
- this.gbOptions.Controls.Add(this.cbExportTypes);
- this.gbOptions.Controls.Add(this.cbbCodepage);
- this.gbOptions.Controls.Add(this.lblCodepage);
- this.gbOptions.Location = new System.Drawing.Point(8, 136);
- this.gbOptions.Name = "gbOptions";
- this.gbOptions.Size = new System.Drawing.Size(260, 150);
- this.gbOptions.TabIndex = 4;
- this.gbOptions.TabStop = false;
- this.gbOptions.Text = "Options";
- //
- // lblFieldNames
- //
- this.lblFieldNames.AutoSize = true;
- this.lblFieldNames.Location = new System.Drawing.Point(12, 48);
- this.lblFieldNames.Name = "lblFieldNames";
- this.lblFieldNames.Size = new System.Drawing.Size(202, 13);
- this.lblFieldNames.TabIndex = 2;
- this.lblFieldNames.Text = "Field names (for example, Field1;Field2):";
- //
- // tbFieldNames
- //
- this.tbFieldNames.Location = new System.Drawing.Point(12, 68);
- this.tbFieldNames.Name = "tbFieldNames";
- this.tbFieldNames.Size = new System.Drawing.Size(236, 20);
- this.tbFieldNames.TabIndex = 3;
- //
- // cbDataOnly
- //
- this.cbDataOnly.AutoSize = true;
- this.cbDataOnly.Location = new System.Drawing.Point(12, 100);
- this.cbDataOnly.Name = "cbDataOnly";
- this.cbDataOnly.Size = new System.Drawing.Size(78, 17);
- this.cbDataOnly.TabIndex = 4;
- this.cbDataOnly.Text = "Data only ";
- this.cbDataOnly.UseVisualStyleBackColor = true;
- //
- // cbExportTypes
- //
- this.cbExportTypes.AutoSize = true;
- this.cbExportTypes.Location = new System.Drawing.Point(12, 120);
- this.cbExportTypes.Name = "cbExportTypes";
- this.cbExportTypes.Size = new System.Drawing.Size(88, 17);
- this.cbExportTypes.TabIndex = 5;
- this.cbExportTypes.Text = "Export types";
- this.cbExportTypes.UseVisualStyleBackColor = true;
- //
- // cbbCodepage
- //
- this.cbbCodepage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbbCodepage.FormattingEnabled = true;
- this.cbbCodepage.Items.AddRange(new object[] {
- "Default",
- "OEM"});
- this.cbbCodepage.Location = new System.Drawing.Point(104, 20);
- this.cbbCodepage.Name = "cbbCodepage";
- this.cbbCodepage.Size = new System.Drawing.Size(144, 21);
- this.cbbCodepage.TabIndex = 1;
- //
- // lblCodepage
- //
- this.lblCodepage.AutoSize = true;
- this.lblCodepage.Location = new System.Drawing.Point(12, 24);
- this.lblCodepage.Name = "lblCodepage";
- this.lblCodepage.Size = new System.Drawing.Size(56, 13);
- this.lblCodepage.TabIndex = 0;
- this.lblCodepage.Text = "Codepage";
- //
- // DbfExportForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.ClientSize = new System.Drawing.Size(276, 369);
- this.Name = "DbfExportForm";
- this.OpenAfterVisible = true;
- this.Text = "Export to dBase";
- 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 // Windows Form Designer generated code
- private System.Windows.Forms.GroupBox gbOptions;
- private System.Windows.Forms.ComboBox cbbCodepage;
- private System.Windows.Forms.Label lblCodepage;
- private System.Windows.Forms.CheckBox cbDataOnly;
- private System.Windows.Forms.CheckBox cbExportTypes;
- private System.Windows.Forms.Label lblFieldNames;
- private System.Windows.Forms.TextBox tbFieldNames;
- }
- }
|