namespace Gs.DevApp.DevFrm
|
{
|
partial class XtraForm1
|
{
|
/// <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.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
|
this.dockPanel6 = new DevExpress.XtraBars.Docking.DockPanel();
|
this.dockPanel6_Container = new DevExpress.XtraBars.Docking.ControlContainer();
|
this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
|
this.dockPanel1_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.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
this.lbMsg = new DevExpress.XtraEditors.LabelControl();
|
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
|
this.dockPanel6.SuspendLayout();
|
this.dockPanel1.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();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
this.panelControl2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
|
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;
|
//
|
// 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(677, 0);
|
this.dockPanel1.Name = "dockPanel1";
|
this.dockPanel1.OriginalSize = new System.Drawing.Size(237, 200);
|
this.dockPanel1.Size = new System.Drawing.Size(237, 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(227, 517);
|
this.dockPanel1_Container.TabIndex = 0;
|
//
|
// panTuo
|
//
|
this.panTuo.Controls.Add(this.textEdit1);
|
this.panTuo.Controls.Add(this.labelControl1);
|
this.panTuo.Location = new System.Drawing.Point(56, 18);
|
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.panelControl2);
|
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;
|
//
|
// panelControl2
|
//
|
this.panelControl2.Controls.Add(this.textEdit2);
|
this.panelControl2.Controls.Add(this.labelControl2);
|
this.panelControl2.Location = new System.Drawing.Point(56, 159);
|
this.panelControl2.Name = "panelControl2";
|
this.panelControl2.Size = new System.Drawing.Size(276, 100);
|
this.panelControl2.TabIndex = 1;
|
//
|
// textEdit2
|
//
|
this.textEdit2.Location = new System.Drawing.Point(108, 26);
|
this.textEdit2.Name = "textEdit2";
|
this.textEdit2.Size = new System.Drawing.Size(125, 24);
|
this.textEdit2.TabIndex = 1;
|
//
|
// labelControl2
|
//
|
this.labelControl2.Location = new System.Drawing.Point(20, 34);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(81, 18);
|
this.labelControl2.TabIndex = 0;
|
this.labelControl2.Text = "labelControl2";
|
//
|
// 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";
|
//
|
// 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);
|
this.dockPanel1.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);
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
this.panelControl2.ResumeLayout(false);
|
this.panelControl2.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
|
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;
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
private DevExpress.XtraEditors.TextEdit textEdit2;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
}
|
}
|