using POSV.Component; namespace POSV { partial class AbstractFlyoutPanelEx { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.flyoutPanelEx = new POSV.Component.FlyoutPanelEx(); this.SuspendLayout(); // // flyoutPanelEx // this.flyoutPanelEx.CanvasColor = System.Drawing.SystemColors.Control; this.flyoutPanelEx.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.flyoutPanelEx.DisabledBackColor = System.Drawing.Color.Empty; this.flyoutPanelEx.Dock = System.Windows.Forms.DockStyle.Fill; this.flyoutPanelEx.Location = new System.Drawing.Point(0, 0); this.flyoutPanelEx.Name = "flyoutPanelEx"; this.flyoutPanelEx.Padding = new System.Windows.Forms.Padding(1); this.flyoutPanelEx.Size = new System.Drawing.Size(278, 259); this.flyoutPanelEx.Style.Alignment = System.Drawing.StringAlignment.Center; this.flyoutPanelEx.Style.BackColor1.Alpha = ((byte)(0)); this.flyoutPanelEx.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.flyoutPanelEx.Style.BackColor2.Alpha = ((byte)(0)); this.flyoutPanelEx.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.flyoutPanelEx.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.flyoutPanelEx.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.flyoutPanelEx.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.flyoutPanelEx.Style.GradientAngle = 90; this.flyoutPanelEx.TabIndex = 0; // // AbstractFlyoutPanelEx // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.flyoutPanelEx); this.Name = "AbstractFlyoutPanelEx"; this.Size = new System.Drawing.Size(278, 259); this.ResumeLayout(false); } #endregion protected FlyoutPanelEx flyoutPanelEx; } }