123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- using System.Windows.Forms;
- namespace FastReport.Forms
- {
- partial class DxfExportForm
- {
- /// <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.cbFillMode = new System.Windows.Forms.ComboBox();
- this.lblDxfFillMode = new System.Windows.Forms.Label();
- this.nuBarcodesGap = new System.Windows.Forms.NumericUpDown();
- this.label1 = new System.Windows.Forms.Label();
- this.gbPageRange.SuspendLayout();
- this.pcPages.SuspendLayout();
- this.panPages.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nuBarcodesGap)).BeginInit();
- this.SuspendLayout();
- //
- // 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(277, 148);
- //
- // panPages
- //
- this.panPages.Size = new System.Drawing.Size(277, 148);
- //
- // cbOpenAfter
- //
- this.cbOpenAfter.Location = new System.Drawing.Point(12, 257);
- this.cbOpenAfter.Size = new System.Drawing.Size(120, 17);
- this.cbOpenAfter.Text = "Open after export ";
- this.cbOpenAfter.TabIndex = 8;
- //
- // cbExportAllTabs
- //
- this.cbExportAllTabs.Location = new System.Drawing.Point(12, 237);
- this.cbExportAllTabs.TabIndex = 7;
- //
- // btnOk
- //
- this.btnOk.Location = new System.Drawing.Point(113, 283);
- //
- // btnCancel
- //
- this.btnCancel.Location = new System.Drawing.Point(193, 283);
- //
- // cbFillMode
- //
- this.cbFillMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbFillMode.FormattingEnabled = true;
- this.cbFillMode.Items.AddRange(new object[] {
- "Border",
- "Solid"});
- this.cbFillMode.Location = new System.Drawing.Point(147, 164);
- this.cbFillMode.Name = "cbFillMode";
- this.cbFillMode.Size = new System.Drawing.Size(121, 21);
- this.cbFillMode.TabIndex = 5;
- //
- // lblDxfFillMode
- //
- this.lblDxfFillMode.AutoSize = true;
- this.lblDxfFillMode.Location = new System.Drawing.Point(9, 167);
- this.lblDxfFillMode.Name = "lblDxfFillMode";
- this.lblDxfFillMode.Size = new System.Drawing.Size(52, 13);
- this.lblDxfFillMode.TabIndex = 4;
- this.lblDxfFillMode.Text = "Fill mode:";
- //
- // nuBarcodesGap
- //
- this.nuBarcodesGap.DecimalPlaces = 2;
- this.nuBarcodesGap.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.nuBarcodesGap.Location = new System.Drawing.Point(216, 191);
- this.nuBarcodesGap.Name = "nuBarcodesGap";
- this.nuBarcodesGap.Size = new System.Drawing.Size(52, 20);
- this.nuBarcodesGap.TabIndex = 7;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(9, 193);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(103, 13);
- this.label1.TabIndex = 6;
- this.label1.Text = "Barcodes gap (mm):";
- //
- // DxfExportForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.ClientSize = new System.Drawing.Size(277, 314);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.nuBarcodesGap);
- this.Controls.Add(this.lblDxfFillMode);
- this.Controls.Add(this.cbFillMode);
- this.Name = "DxfExportForm";
- this.OpenAfterVisible = true;
- this.Controls.SetChildIndex(this.pcPages, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.btnOk, 0);
- this.Controls.SetChildIndex(this.cbOpenAfter, 0);
- this.Controls.SetChildIndex(this.cbFillMode, 0);
- this.Controls.SetChildIndex(this.lblDxfFillMode, 0);
- this.Controls.SetChildIndex(this.nuBarcodesGap, 0);
- this.Controls.SetChildIndex(this.label1, 0);
- this.gbPageRange.ResumeLayout(false);
- this.gbPageRange.PerformLayout();
- this.pcPages.ResumeLayout(false);
- this.panPages.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.nuBarcodesGap)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion // Windows Form Designer generated code
- private System.Windows.Forms.ComboBox cbFillMode;
- private System.Windows.Forms.Label lblDxfFillMode;
- private System.Windows.Forms.NumericUpDown nuBarcodesGap;
- private System.Windows.Forms.Label label1;
- }
- }
|