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.

132 lines
6.4 KiB
C#

9 months ago
namespace POSV.Component
{
partial class Category
{
/// <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.ButtonRightArrow = new POSV.Component.TouchLabelX();
this.ButtonLeftArrow = new POSV.Component.TouchLabelX();
this.itemPanel = new DevComponents.DotNetBar.ItemPanel();
this.SuspendLayout();
//
// ButtonRightArrow
//
this.ButtonRightArrow.BackColor = System.Drawing.Color.DimGray;
this.ButtonRightArrow.BackColor1 = System.Drawing.Color.DimGray;
this.ButtonRightArrow.BackColor2 = System.Drawing.Color.Tan;
//
//
//
this.ButtonRightArrow.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.ButtonRightArrow.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.ButtonRightArrow.Dock = System.Windows.Forms.DockStyle.Right;
this.ButtonRightArrow.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right;
this.ButtonRightArrow.ImageTextSpacing = 0;
this.ButtonRightArrow.Location = new System.Drawing.Point(668, 0);
this.ButtonRightArrow.Name = "ButtonRightArrow";
this.ButtonRightArrow.PaddingRight = 1;
this.ButtonRightArrow.Size = new System.Drawing.Size(40, 45);
this.ButtonRightArrow.Symbol = "";
this.ButtonRightArrow.SymbolColor = System.Drawing.Color.White;
this.ButtonRightArrow.SymbolSize = 18F;
this.ButtonRightArrow.TabIndex = 15;
this.ButtonRightArrow.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.ButtonRightArrow.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.ButtonRightArrow.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.ButtonRightArrowClick);
//
// ButtonLeftArrow
//
this.ButtonLeftArrow.BackColor = System.Drawing.Color.DimGray;
this.ButtonLeftArrow.BackColor1 = System.Drawing.Color.DimGray;
this.ButtonLeftArrow.BackColor2 = System.Drawing.Color.Tan;
//
//
//
this.ButtonLeftArrow.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.ButtonLeftArrow.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.ButtonLeftArrow.Dock = System.Windows.Forms.DockStyle.Left;
this.ButtonLeftArrow.ImageTextSpacing = 0;
this.ButtonLeftArrow.Location = new System.Drawing.Point(0, 0);
this.ButtonLeftArrow.Name = "ButtonLeftArrow";
this.ButtonLeftArrow.PaddingLeft = 1;
this.ButtonLeftArrow.Size = new System.Drawing.Size(40, 45);
this.ButtonLeftArrow.Symbol = "";
this.ButtonLeftArrow.SymbolColor = System.Drawing.Color.White;
this.ButtonLeftArrow.SymbolSize = 18F;
this.ButtonLeftArrow.TabIndex = 14;
this.ButtonLeftArrow.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.ButtonLeftArrow.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.ButtonLeftArrow.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.ButtonLeftArrowClick);
//
// itemPanel
//
this.itemPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(190)))), ((int)(((byte)(182)))));
//
//
//
this.itemPanel.BackgroundStyle.BorderColor = System.Drawing.Color.Transparent;
this.itemPanel.BackgroundStyle.BorderColor2 = System.Drawing.Color.Transparent;
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.ItemSpacing = 0;
this.itemPanel.KeyboardNavigationEnabled = false;
this.itemPanel.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.itemPanel.Location = new System.Drawing.Point(40, 0);
this.itemPanel.Margin = new System.Windows.Forms.Padding(0);
this.itemPanel.MouseClientScrollEnabled = false;
this.itemPanel.Name = "itemPanel";
this.itemPanel.Padding = new System.Windows.Forms.Padding(1);
this.itemPanel.ReserveLeftSpace = false;
this.itemPanel.ResizeItemsToFit = false;
this.itemPanel.Size = new System.Drawing.Size(628, 45);
this.itemPanel.TabIndex = 17;
//
// Category
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.SystemColors.Control;
this.Controls.Add(this.itemPanel);
this.Controls.Add(this.ButtonLeftArrow);
this.Controls.Add(this.ButtonRightArrow);
this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "Category";
this.Size = new System.Drawing.Size(708, 45);
this.ResumeLayout(false);
}
#endregion
private TouchLabelX ButtonLeftArrow;
private TouchLabelX ButtonRightArrow;
private DevComponents.DotNetBar.ItemPanel itemPanel;
}
}