namespace Gs.DevApp.DevFrm
{
partial class XtraForm1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
this.dockPanel6 = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel6_Container = new DevExpress.XtraBars.Docking.ControlContainer();
this.panTuo = new DevExpress.XtraEditors.PanelControl();
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.lbMsg = new DevExpress.XtraEditors.LabelControl();
this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
this.dockPanel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panTuo)).BeginInit();
this.panTuo.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.dockPanel1.SuspendLayout();
this.SuspendLayout();
//
// dockManager1
//
this.dockManager1.Form = this;
this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
this.dockPanel6});
this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
this.dockPanel1});
this.dockManager1.TopZIndexControls.AddRange(new string[] {
"DevExpress.XtraBars.BarDockControl",
"DevExpress.XtraBars.StandaloneBarDockControl",
"System.Windows.Forms.MenuStrip",
"System.Windows.Forms.StatusStrip",
"System.Windows.Forms.StatusBar",
"DevExpress.XtraBars.Ribbon.RibbonStatusBar",
"DevExpress.XtraBars.Ribbon.RibbonControl",
"DevExpress.XtraBars.Navigation.OfficeNavigationBar",
"DevExpress.XtraBars.Navigation.TileNavPane",
"DevExpress.XtraBars.TabFormControl",
"DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
"DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
//
// dockPanel6
//
this.dockPanel6.Controls.Add(this.dockPanel6_Container);
this.dockPanel6.Dock = DevExpress.XtraBars.Docking.DockingStyle.Float;
this.dockPanel6.ID = new System.Guid("d1ecdb58-0d2a-4534-939d-21df5f7ede56");
this.dockPanel6.Location = new System.Drawing.Point(-32768, -32768);
this.dockPanel6.Name = "dockPanel6";
this.dockPanel6.OriginalSize = new System.Drawing.Size(200, 200);
this.dockPanel6.SavedIndex = 5;
this.dockPanel6.Size = new System.Drawing.Size(200, 200);
this.dockPanel6.Text = "dockPanel6";
this.dockPanel6.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
//
// dockPanel6_Container
//
this.dockPanel6_Container.Location = new System.Drawing.Point(5, 32);
this.dockPanel6_Container.Name = "dockPanel6_Container";
this.dockPanel6_Container.Size = new System.Drawing.Size(190, 164);
this.dockPanel6_Container.TabIndex = 0;
//
// panTuo
//
this.panTuo.Controls.Add(this.textEdit1);
this.panTuo.Controls.Add(this.labelControl1);
this.panTuo.Location = new System.Drawing.Point(74, 52);
this.panTuo.Name = "panTuo";
this.panTuo.Size = new System.Drawing.Size(276, 100);
this.panTuo.TabIndex = 0;
//
// textEdit1
//
this.textEdit1.Location = new System.Drawing.Point(108, 26);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Size = new System.Drawing.Size(125, 24);
this.textEdit1.TabIndex = 1;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(20, 34);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(81, 18);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "labelControl1";
//
// panelControl1
//
this.panelControl1.Controls.Add(this.panTuo);
this.panelControl1.Location = new System.Drawing.Point(46, 69);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(482, 310);
this.panelControl1.TabIndex = 4;
//
// lbMsg
//
this.lbMsg.Location = new System.Drawing.Point(46, 28);
this.lbMsg.Name = "lbMsg";
this.lbMsg.Size = new System.Drawing.Size(81, 18);
this.lbMsg.TabIndex = 5;
this.lbMsg.Text = "labelControl2";
//
// dockPanel1
//
this.dockPanel1.Controls.Add(this.dockPanel1_Container);
this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
this.dockPanel1.ID = new System.Guid("8abce80a-c8c2-4696-95f4-0ce4b3b63096");
this.dockPanel1.Location = new System.Drawing.Point(714, 0);
this.dockPanel1.Name = "dockPanel1";
this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200);
this.dockPanel1.Size = new System.Drawing.Size(200, 553);
this.dockPanel1.Text = "dockPanel1";
//
// dockPanel1_Container
//
this.dockPanel1_Container.Location = new System.Drawing.Point(6, 32);
this.dockPanel1_Container.Name = "dockPanel1_Container";
this.dockPanel1_Container.Size = new System.Drawing.Size(190, 517);
this.dockPanel1_Container.TabIndex = 0;
//
// XtraForm1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(914, 553);
this.Controls.Add(this.lbMsg);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.dockPanel1);
this.Name = "XtraForm1";
this.Text = "XtraForm1";
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
this.dockPanel6.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panTuo)).EndInit();
this.panTuo.ResumeLayout(false);
this.panTuo.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.dockPanel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.Docking.DockManager dockManager1;
private DevExpress.XtraBars.Docking.DockPanel dockPanel6;
private DevExpress.XtraBars.Docking.ControlContainer dockPanel6_Container;
private DevExpress.XtraEditors.PanelControl panTuo;
private DevExpress.XtraEditors.TextEdit textEdit1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.LabelControl lbMsg;
private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
}
}