namespace POSV.Business { partial class ProductCouponPanelEx { /// /// 必需的设计器变量。 /// 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.itemPanel = new DevComponents.DotNetBar.ItemPanel(); this.flyoutPanelEx.SuspendLayout(); this.SuspendLayout(); // // flyoutPanelEx // this.flyoutPanelEx.Controls.Add(this.itemPanel); 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; // // itemPanel // // // // this.itemPanel.BackgroundStyle.Class = "MetroTileGroupTitle"; this.itemPanel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.itemPanel.ContainerControlProcessDialogKey = true; this.itemPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.itemPanel.DragDropSupport = true; this.itemPanel.KeyboardNavigationEnabled = false; this.itemPanel.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical; this.itemPanel.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.itemPanel.Location = new System.Drawing.Point(1, 1); this.itemPanel.MouseClientScrollEnabled = false; this.itemPanel.Name = "itemPanel"; this.itemPanel.ReserveLeftSpace = false; this.itemPanel.Size = new System.Drawing.Size(276, 257); this.itemPanel.TabIndex = 86; this.itemPanel.Text = "itemPanel2"; // // ProductCouponPanelEx // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Name = "ProductCouponPanelEx"; this.Controls.SetChildIndex(this.flyoutPanelEx, 0); this.flyoutPanelEx.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.ItemPanel itemPanel; } }