FluentDesignForm1.Designer.cs 4.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. namespace GetEasy.Node.Printer.Test
  2. {
  3. partial class FluentDesignForm1
  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.fluentDesignFormContainer1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer();
  29. this.accordionControl1 = new DevExpress.XtraBars.Navigation.AccordionControl();
  30. this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl();
  31. this.accordionControlElement1 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
  32. ((System.ComponentModel.ISupportInitialize)(this.accordionControl1)).BeginInit();
  33. ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // fluentDesignFormContainer1
  37. //
  38. this.fluentDesignFormContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  39. this.fluentDesignFormContainer1.Location = new System.Drawing.Point(260, 46);
  40. this.fluentDesignFormContainer1.Name = "fluentDesignFormContainer1";
  41. this.fluentDesignFormContainer1.Size = new System.Drawing.Size(431, 427);
  42. this.fluentDesignFormContainer1.TabIndex = 0;
  43. //
  44. // accordionControl1
  45. //
  46. this.accordionControl1.Dock = System.Windows.Forms.DockStyle.Left;
  47. this.accordionControl1.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
  48. this.accordionControlElement1});
  49. this.accordionControl1.Location = new System.Drawing.Point(0, 46);
  50. this.accordionControl1.Name = "accordionControl1";
  51. this.accordionControl1.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Touch;
  52. this.accordionControl1.Size = new System.Drawing.Size(260, 427);
  53. this.accordionControl1.TabIndex = 1;
  54. this.accordionControl1.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu;
  55. //
  56. // fluentDesignFormControl1
  57. //
  58. this.fluentDesignFormControl1.Dock = System.Windows.Forms.DockStyle.Top;
  59. this.fluentDesignFormControl1.FluentDesignForm = this;
  60. this.fluentDesignFormControl1.Location = new System.Drawing.Point(0, 0);
  61. this.fluentDesignFormControl1.Name = "fluentDesignFormControl1";
  62. this.fluentDesignFormControl1.Size = new System.Drawing.Size(691, 46);
  63. this.fluentDesignFormControl1.TabIndex = 2;
  64. this.fluentDesignFormControl1.TabStop = false;
  65. //
  66. // accordionControlElement1
  67. //
  68. this.accordionControlElement1.Name = "accordionControlElement1";
  69. this.accordionControlElement1.Text = "Element1";
  70. //
  71. // Form1
  72. //
  73. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  74. this.ClientSize = new System.Drawing.Size(691, 473);
  75. this.ControlContainer = this.fluentDesignFormContainer1;
  76. this.Controls.Add(this.fluentDesignFormContainer1);
  77. this.Controls.Add(this.accordionControl1);
  78. this.Controls.Add(this.fluentDesignFormControl1);
  79. this.FluentDesignFormControl = this.fluentDesignFormControl1;
  80. this.Name = "FluentDesignForm1";
  81. this.NavigationControl = this.accordionControl1;
  82. this.Text = "FluentDesignForm1";
  83. ((System.ComponentModel.ISupportInitialize)(this.accordionControl1)).EndInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).EndInit();
  85. this.ResumeLayout(false);
  86. }
  87. #endregion
  88. private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer fluentDesignFormContainer1;
  89. private DevExpress.XtraBars.Navigation.AccordionControl accordionControl1;
  90. private DevExpress.XtraBars.Navigation.AccordionControlElement accordionControlElement1;
  91. private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl fluentDesignFormControl1;
  92. }
  93. }