namespace POSV.Component { partial class TeaHistoryControl { /// /// 必需的设计器变量。 /// 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.mainPanel = new POSV.Component.DoubleBufferPanelX(); this.ButtonClose = new DevComponents.DotNetBar.ButtonX(); this.flyoutPanelEx.SuspendLayout(); this.SuspendLayout(); // // flyoutPanelEx // this.flyoutPanelEx.AutoScroll = true; this.flyoutPanelEx.Controls.Add(this.mainPanel); this.flyoutPanelEx.Controls.Add(this.ButtonClose); this.flyoutPanelEx.Location = new System.Drawing.Point(1, 1); this.flyoutPanelEx.Size = new System.Drawing.Size(384, 255); 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; // // mainPanel // this.mainPanel.AutoScroll = true; this.mainPanel.CanvasColor = System.Drawing.SystemColors.Control; this.mainPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.mainPanel.DisabledBackColor = System.Drawing.Color.Empty; this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.mainPanel.Location = new System.Drawing.Point(1, 1); this.mainPanel.Name = "mainPanel"; this.mainPanel.Size = new System.Drawing.Size(382, 212); this.mainPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.mainPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.mainPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.mainPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.mainPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.mainPanel.Style.GradientAngle = 90; this.mainPanel.TabIndex = 4; // // ButtonClose // this.ButtonClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonClose.BackColor = System.Drawing.Color.SaddleBrown; this.ButtonClose.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.ButtonClose.Cursor = System.Windows.Forms.Cursors.Hand; this.ButtonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.ButtonClose.Dock = System.Windows.Forms.DockStyle.Bottom; this.ButtonClose.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonClose.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.ButtonClose.Location = new System.Drawing.Point(1, 213); this.ButtonClose.Name = "ButtonClose"; this.ButtonClose.Size = new System.Drawing.Size(382, 41); this.ButtonClose.TabIndex = 33; this.ButtonClose.Text = "关闭"; this.ButtonClose.TextColor = System.Drawing.Color.White; this.ButtonClose.Click += new System.EventHandler(this.OnCloseClick); // // TeaHistoryControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.SystemColors.Control; this.Name = "TeaHistoryControl"; this.Padding = new System.Windows.Forms.Padding(1); this.Size = new System.Drawing.Size(386, 257); this.Controls.SetChildIndex(this.flyoutPanelEx, 0); this.flyoutPanelEx.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DoubleBufferPanelX mainPanel; private DevComponents.DotNetBar.ButtonX ButtonClose; } }