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.

268 lines
14 KiB
C#

9 months ago
namespace POSV.Component
{
partial class MainControlBox
{
/// <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.mainPanel = new POSV.Component.DoubleBufferPanelX();
this.lblTitle = new POSV.Component.TouchLabelExt();
this.line = new DevComponents.DotNetBar.Controls.Line();
this.lblIcon = new POSV.Component.TouchLabelExt();
this.lblLockScreen = new POSV.Component.TouchLabelX();
this.lblMessageCenter = new POSV.Component.TouchLabelX();
this.lblNetworkStatus = new POSV.Component.TouchLabelX();
this.lblMin = new POSV.Component.TouchLabelX();
this.lblClose = new POSV.Component.TouchLabelX();
this.mainPanel.SuspendLayout();
this.SuspendLayout();
//
// mainPanel
//
this.mainPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.mainPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.mainPanel.Controls.Add(this.lblTitle);
this.mainPanel.Controls.Add(this.line);
this.mainPanel.Controls.Add(this.lblIcon);
this.mainPanel.Controls.Add(this.lblLockScreen);
this.mainPanel.Controls.Add(this.lblMessageCenter);
this.mainPanel.Controls.Add(this.lblNetworkStatus);
this.mainPanel.Controls.Add(this.lblMin);
this.mainPanel.Controls.Add(this.lblClose);
this.mainPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainPanel.Location = new System.Drawing.Point(0, 0);
this.mainPanel.Name = "mainPanel";
this.mainPanel.Padding = new System.Windows.Forms.Padding(1);
this.mainPanel.Size = new System.Drawing.Size(725, 40);
this.mainPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.mainPanel.Style.BackColor1.Color = System.Drawing.Color.LightGray;
this.mainPanel.Style.BackColor2.Color = System.Drawing.Color.LightGray;
this.mainPanel.Style.BorderColor.Color = System.Drawing.Color.Transparent;
this.mainPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.mainPanel.Style.GradientAngle = 90;
this.mainPanel.TabIndex = 86;
//
// lblTitle
//
this.lblTitle.BackColor = System.Drawing.Color.Transparent;
this.lblTitle.BackColor1 = System.Drawing.Color.Transparent;
this.lblTitle.BackColor2 = System.Drawing.Color.Tan;
//
//
//
this.lblTitle.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblTitle.Dock = System.Windows.Forms.DockStyle.Left;
this.lblTitle.Font = new System.Drawing.Font("宋体", 12F);
this.lblTitle.Location = new System.Drawing.Point(56, 1);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(264, 38);
this.lblTitle.TabIndex = 75;
this.lblTitle.Text = "收银系统";
//
// line
//
this.line.AutoSize = true;
this.line.Dock = System.Windows.Forms.DockStyle.Left;
this.line.ForeColor = System.Drawing.Color.White;
this.line.Location = new System.Drawing.Point(55, 1);
this.line.Name = "line";
this.line.Size = new System.Drawing.Size(1, 38);
this.line.TabIndex = 74;
this.line.VerticalLine = true;
//
// lblIcon
//
this.lblIcon.BackColor = System.Drawing.Color.Transparent;
this.lblIcon.BackColor1 = System.Drawing.Color.Transparent;
this.lblIcon.BackColor2 = System.Drawing.Color.Tan;
//
//
//
this.lblIcon.BackgroundStyle.BorderRightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
this.lblIcon.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblIcon.Dock = System.Windows.Forms.DockStyle.Left;
this.lblIcon.Font = new System.Drawing.Font("宋体", 12F);
this.lblIcon.ForeColor = System.Drawing.Color.Black;
this.lblIcon.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right;
this.lblIcon.ImageTextSpacing = 3;
this.lblIcon.Location = new System.Drawing.Point(1, 1);
this.lblIcon.Name = "lblIcon";
this.lblIcon.Size = new System.Drawing.Size(54, 38);
this.lblIcon.Symbol = "";
this.lblIcon.SymbolColor = System.Drawing.Color.DarkOliveGreen;
this.lblIcon.SymbolSize = 28F;
this.lblIcon.TabIndex = 72;
this.lblIcon.TouchClick += new System.EventHandler(this.OnIconTouchClick);
//
// lblLockScreen
//
this.lblLockScreen.BackColor = System.Drawing.Color.Transparent;
this.lblLockScreen.BackColor1 = System.Drawing.Color.Transparent;
this.lblLockScreen.BackColor2 = System.Drawing.Color.Tan;
this.lblLockScreen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.lblLockScreen.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblLockScreen.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblLockScreen.Dock = System.Windows.Forms.DockStyle.Right;
this.lblLockScreen.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right;
this.lblLockScreen.ImageTextSpacing = 8;
this.lblLockScreen.Location = new System.Drawing.Point(474, 1);
this.lblLockScreen.Name = "lblLockScreen";
this.lblLockScreen.Size = new System.Drawing.Size(50, 38);
this.lblLockScreen.Symbol = "";
this.lblLockScreen.SymbolColor = System.Drawing.Color.DarkGreen;
this.lblLockScreen.SymbolSize = 24F;
this.lblLockScreen.TabIndex = 68;
this.lblLockScreen.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblLockScreen.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblLockScreen.Visible = false;
//
// lblMessageCenter
//
this.lblMessageCenter.BackColor = System.Drawing.Color.Transparent;
this.lblMessageCenter.BackColor1 = System.Drawing.Color.Transparent;
this.lblMessageCenter.BackColor2 = System.Drawing.Color.Tan;
this.lblMessageCenter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.lblMessageCenter.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblMessageCenter.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblMessageCenter.Dock = System.Windows.Forms.DockStyle.Right;
this.lblMessageCenter.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right;
this.lblMessageCenter.ImageTextSpacing = 3;
this.lblMessageCenter.Location = new System.Drawing.Point(524, 1);
this.lblMessageCenter.Name = "lblMessageCenter";
this.lblMessageCenter.Size = new System.Drawing.Size(50, 38);
this.lblMessageCenter.Symbol = "";
this.lblMessageCenter.SymbolColor = System.Drawing.Color.White;
this.lblMessageCenter.SymbolSize = 24F;
this.lblMessageCenter.TabIndex = 67;
this.lblMessageCenter.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblMessageCenter.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblMessageCenter.Visible = false;
//
// lblNetworkStatus
//
this.lblNetworkStatus.BackColor = System.Drawing.Color.Transparent;
this.lblNetworkStatus.BackColor1 = System.Drawing.Color.Transparent;
this.lblNetworkStatus.BackColor2 = System.Drawing.Color.Tan;
this.lblNetworkStatus.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.lblNetworkStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblNetworkStatus.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblNetworkStatus.Dock = System.Windows.Forms.DockStyle.Right;
this.lblNetworkStatus.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right;
this.lblNetworkStatus.ImageTextSpacing = 3;
this.lblNetworkStatus.Location = new System.Drawing.Point(574, 1);
this.lblNetworkStatus.Name = "lblNetworkStatus";
this.lblNetworkStatus.Size = new System.Drawing.Size(50, 38);
this.lblNetworkStatus.Symbol = "58049";
this.lblNetworkStatus.SymbolColor = System.Drawing.Color.White;
this.lblNetworkStatus.SymbolSet = DevComponents.DotNetBar.eSymbolSet.Material;
this.lblNetworkStatus.SymbolSize = 24F;
this.lblNetworkStatus.TabIndex = 66;
this.lblNetworkStatus.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblNetworkStatus.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
//
// lblMin
//
this.lblMin.BackColor = System.Drawing.Color.Transparent;
this.lblMin.BackColor1 = System.Drawing.Color.Transparent;
this.lblMin.BackColor2 = System.Drawing.Color.Tan;
this.lblMin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.lblMin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblMin.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblMin.Dock = System.Windows.Forms.DockStyle.Right;
this.lblMin.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right;
this.lblMin.ImageTextSpacing = 6;
this.lblMin.Location = new System.Drawing.Point(624, 1);
this.lblMin.Name = "lblMin";
this.lblMin.Size = new System.Drawing.Size(50, 38);
this.lblMin.Symbol = "";
this.lblMin.SymbolColor = System.Drawing.Color.DimGray;
this.lblMin.SymbolSize = 24F;
this.lblMin.TabIndex = 63;
this.lblMin.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblMin.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
//
// lblClose
//
this.lblClose.BackColor = System.Drawing.Color.Transparent;
this.lblClose.BackColor1 = System.Drawing.Color.Transparent;
this.lblClose.BackColor2 = System.Drawing.Color.Tan;
this.lblClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.lblClose.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblClose.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblClose.Dock = System.Windows.Forms.DockStyle.Right;
this.lblClose.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right;
this.lblClose.ImageTextSpacing = 6;
this.lblClose.Location = new System.Drawing.Point(674, 1);
this.lblClose.Name = "lblClose";
this.lblClose.Size = new System.Drawing.Size(50, 38);
this.lblClose.Symbol = "";
this.lblClose.SymbolColor = System.Drawing.Color.DarkRed;
this.lblClose.SymbolSize = 24F;
this.lblClose.TabIndex = 62;
this.lblClose.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblClose.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
//
// MainControlBox
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.mainPanel);
this.Name = "MainControlBox";
this.Size = new System.Drawing.Size(725, 40);
this.mainPanel.ResumeLayout(false);
this.mainPanel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private TouchLabelX lblClose;
private DoubleBufferPanelX mainPanel;
private TouchLabelX lblLockScreen;
private TouchLabelX lblMessageCenter;
private TouchLabelX lblNetworkStatus;
private TouchLabelX lblMin;
private TouchLabelExt lblIcon;
private TouchLabelExt lblTitle;
private DevComponents.DotNetBar.Controls.Line line;
}
}