You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

191 lines
11 KiB
C#

9 months ago
namespace POSV.Component
{
partial class PromotionItemControl
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.touchButtonX1 = new POSV.Component.TouchButtonX();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.doubleBufferPanelX1.SuspendLayout();
this.doubleBufferPanelX2.SuspendLayout();
this.SuspendLayout();
//
// labelX1
//
this.labelX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(184)))), ((int)(((byte)(127)))));
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.labelX1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX1.ForeColor = System.Drawing.Color.White;
this.labelX1.Location = new System.Drawing.Point(0, 27);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(87, 24);
this.labelX1.TabIndex = 4;
this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
this.labelX1.WordWrap = true;
//
// labelX2
//
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelX2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX2.Location = new System.Drawing.Point(88, 1);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(172, 51);
this.labelX2.TabIndex = 8;
this.labelX2.WordWrap = true;
//
// touchButtonX1
//
this.touchButtonX1.BackColor1 = System.Drawing.Color.Teal;
this.touchButtonX1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.touchButtonX1.CanvasColor = System.Drawing.SystemColors.Control;
this.touchButtonX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.touchButtonX1.Cursor = System.Windows.Forms.Cursors.Hand;
this.touchButtonX1.DisabledBackColor = System.Drawing.Color.Empty;
this.touchButtonX1.Dock = System.Windows.Forms.DockStyle.Right;
this.touchButtonX1.EnableFlyout = false;
this.touchButtonX1.FlyoutContent = null;
this.touchButtonX1.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.touchButtonX1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX1.KeyCode = "";
this.touchButtonX1.Location = new System.Drawing.Point(260, 1);
this.touchButtonX1.Lock = false;
this.touchButtonX1.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX1.Name = "touchButtonX1";
this.touchButtonX1.Notify = false;
this.touchButtonX1.NotifyColor = System.Drawing.Color.Red;
this.touchButtonX1.NotifySize = new System.Drawing.Size(30, 16);
this.touchButtonX1.NotifyText = "99+";
this.touchButtonX1.PermissionCode = "";
this.touchButtonX1.Size = new System.Drawing.Size(81, 51);
this.touchButtonX1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX1.Style.BackColor1.Color = System.Drawing.Color.Teal;
this.touchButtonX1.Style.BackColor2.Color = System.Drawing.Color.Teal;
this.touchButtonX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.touchButtonX1.Style.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX1.Style.ForeColor.Color = System.Drawing.Color.White;
this.touchButtonX1.Style.GradientAngle = 90;
this.touchButtonX1.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.touchButtonX1.SymbolSize = 0F;
this.touchButtonX1.TabIndex = 0;
this.touchButtonX1.Text = "使用";
this.touchButtonX1.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick);
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.labelX2);
this.doubleBufferPanelX1.Controls.Add(this.doubleBufferPanelX2);
this.doubleBufferPanelX1.Controls.Add(this.touchButtonX1);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Fill;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(1, 1);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(1);
this.doubleBufferPanelX1.Size = new System.Drawing.Size(342, 53);
this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(184)))), ((int)(((byte)(127)))));
this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX1.Style.GradientAngle = 90;
this.doubleBufferPanelX1.TabIndex = 36;
//
// doubleBufferPanelX2
//
this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX2.Controls.Add(this.labelX3);
this.doubleBufferPanelX2.Controls.Add(this.labelX1);
this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX2.Dock = System.Windows.Forms.DockStyle.Left;
this.doubleBufferPanelX2.Location = new System.Drawing.Point(1, 1);
this.doubleBufferPanelX2.Name = "doubleBufferPanelX2";
this.doubleBufferPanelX2.Size = new System.Drawing.Size(87, 51);
this.doubleBufferPanelX2.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX2.Style.GradientAngle = 90;
this.doubleBufferPanelX2.TabIndex = 13;
//
// labelX3
//
this.labelX3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(184)))), ((int)(((byte)(127)))));
//
//
//
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelX3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX3.FontBold = true;
this.labelX3.ForeColor = System.Drawing.Color.White;
this.labelX3.Location = new System.Drawing.Point(0, 0);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(87, 27);
this.labelX3.TabIndex = 12;
this.labelX3.TextAlignment = System.Drawing.StringAlignment.Center;
this.labelX3.WordWrap = true;
//
// PromotionItemControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.doubleBufferPanelX1);
this.Name = "PromotionItemControl";
this.Padding = new System.Windows.Forms.Padding(1);
this.Size = new System.Drawing.Size(344, 55);
this.doubleBufferPanelX1.ResumeLayout(false);
this.doubleBufferPanelX2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private TouchButtonX touchButtonX1;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.LabelX labelX2;
private DoubleBufferPanelX doubleBufferPanelX1;
private DoubleBufferPanelX doubleBufferPanelX2;
private DevComponents.DotNetBar.LabelX labelX3;
}
}