|
namespace Gs.DevApp.TestForm
|
{
|
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.components = new System.ComponentModel.Container();
|
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();
|
this.fluentFormDefaultManager1 = new DevExpress.XtraBars.FluentDesignSystem.FluentFormDefaultManager(this.components);
|
((System.ComponentModel.ISupportInitialize)(this.accordionControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.fluentFormDefaultManager1)).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.Manager = this.fluentFormDefaultManager1;
|
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();
|
((System.ComponentModel.ISupportInitialize)(this.fluentFormDefaultManager1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer fluentDesignFormContainer1;
|
private DevExpress.XtraBars.Navigation.AccordionControl accordionControl1;
|
private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl fluentDesignFormControl1;
|
private DevExpress.XtraBars.Navigation.AccordionControlElement accordionControlElement1;
|
private DevExpress.XtraBars.FluentDesignSystem.FluentFormDefaultManager fluentFormDefaultManager1;
|
}
|
}
|