DialogPageOptions.Designer.cs 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. namespace FastReport.Forms
  2. {
  3. partial class DialogPageOptions
  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.udSnapSize = new System.Windows.Forms.NumericUpDown();
  29. this.cbSnapToGrid = new System.Windows.Forms.CheckBox();
  30. this.cbShowGrid = new System.Windows.Forms.CheckBox();
  31. this.lblSnapSize = new System.Windows.Forms.Label();
  32. this.tc1.SuspendLayout();
  33. this.tab1.SuspendLayout();
  34. ((System.ComponentModel.ISupportInitialize)(this.udSnapSize)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // tab1
  38. //
  39. this.tab1.Controls.Add(this.udSnapSize);
  40. this.tab1.Controls.Add(this.cbShowGrid);
  41. this.tab1.Controls.Add(this.cbSnapToGrid);
  42. this.tab1.Controls.Add(this.lblSnapSize);
  43. //
  44. // udSnapSize
  45. //
  46. this.udSnapSize.Location = new System.Drawing.Point(120, 60);
  47. this.udSnapSize.Name = "udSnapSize";
  48. this.udSnapSize.Size = new System.Drawing.Size(56, 21);
  49. this.udSnapSize.TabIndex = 12;
  50. //
  51. // cbSnapToGrid
  52. //
  53. this.cbSnapToGrid.AutoSize = true;
  54. this.cbSnapToGrid.Location = new System.Drawing.Point(16, 40);
  55. this.cbSnapToGrid.Name = "cbSnapToGrid";
  56. this.cbSnapToGrid.Size = new System.Drawing.Size(84, 17);
  57. this.cbSnapToGrid.TabIndex = 10;
  58. this.cbSnapToGrid.Text = "Snap to grid";
  59. this.cbSnapToGrid.UseVisualStyleBackColor = true;
  60. //
  61. // cbShowGrid
  62. //
  63. this.cbShowGrid.AutoSize = true;
  64. this.cbShowGrid.Location = new System.Drawing.Point(16, 16);
  65. this.cbShowGrid.Name = "cbShowGrid";
  66. this.cbShowGrid.Size = new System.Drawing.Size(73, 17);
  67. this.cbShowGrid.TabIndex = 9;
  68. this.cbShowGrid.Text = "Show grid";
  69. this.cbShowGrid.UseVisualStyleBackColor = true;
  70. //
  71. // lblSnapSize
  72. //
  73. this.lblSnapSize.AutoSize = true;
  74. this.lblSnapSize.Location = new System.Drawing.Point(16, 64);
  75. this.lblSnapSize.Name = "lblSnapSize";
  76. this.lblSnapSize.Size = new System.Drawing.Size(56, 13);
  77. this.lblSnapSize.TabIndex = 11;
  78. this.lblSnapSize.Text = "Snap size:";
  79. //
  80. // DialogPageOptions
  81. //
  82. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  83. this.ClientSize = new System.Drawing.Size(390, 315);
  84. this.Name = "DialogPageOptions";
  85. this.tc1.ResumeLayout(false);
  86. this.tab1.ResumeLayout(false);
  87. this.tab1.PerformLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.udSnapSize)).EndInit();
  89. this.ResumeLayout(false);
  90. this.PerformLayout();
  91. }
  92. #endregion
  93. private System.Windows.Forms.NumericUpDown udSnapSize;
  94. private System.Windows.Forms.CheckBox cbSnapToGrid;
  95. private System.Windows.Forms.CheckBox cbShowGrid;
  96. private System.Windows.Forms.Label lblSnapSize;
  97. }
  98. }