HpglExportForm.Designer.cs 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. namespace FastReport.Forms
  2. {
  3. partial class HpglExportForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.gbOptions = new System.Windows.Forms.GroupBox();
  29. this.cbFillMode = new System.Windows.Forms.ComboBox();
  30. this.lblFillMode = new System.Windows.Forms.Label();
  31. this.gbPageRange.SuspendLayout();
  32. this.pcPages.SuspendLayout();
  33. this.panPages.SuspendLayout();
  34. this.gbOptions.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // gbPageRange
  38. //
  39. this.gbPageRange.Location = new System.Drawing.Point(8, 4);
  40. //
  41. // pcPages
  42. //
  43. this.pcPages.Location = new System.Drawing.Point(0, 0);
  44. this.pcPages.Size = new System.Drawing.Size(276, 198);
  45. //
  46. // panPages
  47. //
  48. this.panPages.Controls.Add(this.gbOptions);
  49. this.panPages.Dock = System.Windows.Forms.DockStyle.None;
  50. this.panPages.Size = new System.Drawing.Size(276, 198);
  51. this.panPages.Controls.SetChildIndex(this.gbPageRange, 0);
  52. this.panPages.Controls.SetChildIndex(this.gbOptions, 0);
  53. //
  54. // cbOpenAfter
  55. //
  56. this.cbOpenAfter.Location = new System.Drawing.Point(12, 222);
  57. //
  58. // btnOk
  59. //
  60. this.btnOk.Location = new System.Drawing.Point(112, 245);
  61. //
  62. // btnCancel
  63. //
  64. this.btnCancel.Location = new System.Drawing.Point(193, 245);
  65. this.btnCancel.TabIndex = 1;
  66. //
  67. // gbOptions
  68. //
  69. this.gbOptions.Controls.Add(this.cbFillMode);
  70. this.gbOptions.Controls.Add(this.lblFillMode);
  71. this.gbOptions.Location = new System.Drawing.Point(8, 136);
  72. this.gbOptions.Name = "gbOptions";
  73. this.gbOptions.Size = new System.Drawing.Size(260, 55);
  74. this.gbOptions.TabIndex = 5;
  75. this.gbOptions.TabStop = false;
  76. this.gbOptions.Text = "Options";
  77. //
  78. // cbFillMode
  79. //
  80. this.cbFillMode.FormattingEnabled = true;
  81. this.cbFillMode.Items.AddRange(new object[] {
  82. "Solid",
  83. "Border"});
  84. this.cbFillMode.Location = new System.Drawing.Point(104, 21);
  85. this.cbFillMode.Name = "cbFillMode";
  86. this.cbFillMode.Size = new System.Drawing.Size(144, 21);
  87. this.cbFillMode.TabIndex = 8;
  88. //
  89. // lblFillMode
  90. //
  91. this.lblFillMode.AutoSize = true;
  92. this.lblFillMode.Location = new System.Drawing.Point(12, 24);
  93. this.lblFillMode.Name = "lblFillMode";
  94. this.lblFillMode.Size = new System.Drawing.Size(48, 13);
  95. this.lblFillMode.TabIndex = 7;
  96. this.lblFillMode.Text = "Fill Mode";
  97. //
  98. // HpglExportForm
  99. //
  100. this.ClientSize = new System.Drawing.Size(276, 278);
  101. this.Name = "HpglExportForm";
  102. this.OpenAfterVisible = true;
  103. this.Text = "Export to dBase";
  104. this.gbPageRange.ResumeLayout(false);
  105. this.gbPageRange.PerformLayout();
  106. this.pcPages.ResumeLayout(false);
  107. this.panPages.ResumeLayout(false);
  108. this.gbOptions.ResumeLayout(false);
  109. this.gbOptions.PerformLayout();
  110. this.ResumeLayout(false);
  111. this.PerformLayout();
  112. }
  113. #endregion // Windows Form Designer generated code
  114. private System.Windows.Forms.GroupBox gbOptions;
  115. private System.Windows.Forms.Label lblFillMode;
  116. private System.Windows.Forms.ComboBox cbFillMode;
  117. }
  118. }