1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- namespace GetEasy.Node.Printer.Test
- {
- partial class FluentDesignForm1
- {
- /// <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.fluentDesignFormContainer1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer();
- this.accordionControl1 = new DevExpress.XtraBars.Navigation.AccordionControl();
- this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl();
- this.accordionControlElement1 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
- ((System.ComponentModel.ISupportInitialize)(this.accordionControl1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).BeginInit();
- this.SuspendLayout();
- //
- // fluentDesignFormContainer1
- //
- this.fluentDesignFormContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.fluentDesignFormContainer1.Location = new System.Drawing.Point(260, 46);
- this.fluentDesignFormContainer1.Name = "fluentDesignFormContainer1";
- this.fluentDesignFormContainer1.Size = new System.Drawing.Size(431, 427);
- this.fluentDesignFormContainer1.TabIndex = 0;
- //
- // accordionControl1
- //
- this.accordionControl1.Dock = System.Windows.Forms.DockStyle.Left;
- this.accordionControl1.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
- this.accordionControlElement1});
- this.accordionControl1.Location = new System.Drawing.Point(0, 46);
- this.accordionControl1.Name = "accordionControl1";
- this.accordionControl1.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Touch;
- this.accordionControl1.Size = new System.Drawing.Size(260, 427);
- this.accordionControl1.TabIndex = 1;
- this.accordionControl1.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu;
- //
- // fluentDesignFormControl1
- //
- this.fluentDesignFormControl1.Dock = System.Windows.Forms.DockStyle.Top;
- this.fluentDesignFormControl1.FluentDesignForm = this;
- this.fluentDesignFormControl1.Location = new System.Drawing.Point(0, 0);
- this.fluentDesignFormControl1.Name = "fluentDesignFormControl1";
- this.fluentDesignFormControl1.Size = new System.Drawing.Size(691, 46);
- this.fluentDesignFormControl1.TabIndex = 2;
- this.fluentDesignFormControl1.TabStop = false;
- //
- // accordionControlElement1
- //
- this.accordionControlElement1.Name = "accordionControlElement1";
- this.accordionControlElement1.Text = "Element1";
- //
- // Form1
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(691, 473);
- this.ControlContainer = this.fluentDesignFormContainer1;
- this.Controls.Add(this.fluentDesignFormContainer1);
- this.Controls.Add(this.accordionControl1);
- this.Controls.Add(this.fluentDesignFormControl1);
- this.FluentDesignFormControl = this.fluentDesignFormControl1;
- this.Name = "FluentDesignForm1";
- this.NavigationControl = this.accordionControl1;
- this.Text = "FluentDesignForm1";
- ((System.ComponentModel.ISupportInitialize)(this.accordionControl1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer fluentDesignFormContainer1;
- private DevExpress.XtraBars.Navigation.AccordionControl accordionControl1;
- private DevExpress.XtraBars.Navigation.AccordionControlElement accordionControlElement1;
- private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl fluentDesignFormControl1;
- }
- }
|