namespace POSV.Component { partial class ControlBox { /// /// 必需的设计器变量。 /// 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.lblQrCode = new POSV.Component.TouchLabelX(); this.lblKeyboard = new POSV.Component.TouchLabelX(); this.lblLockScreen = new POSV.Component.TouchLabelX(); this.lblMessageCenter = new POSV.Component.TouchLabelX(); this.lblNetworkStatus = new POSV.Component.TouchLabelX(); this.lblTitle = new POSV.Component.TouchLabelX(); this.lblSettings = new POSV.Component.TouchLabelX(); this.lblMin = new POSV.Component.TouchLabelX(); this.lblClose = new POSV.Component.TouchLabelX(); this.lblLogo = new POSV.Component.TouchLabelX(); this.SuspendLayout(); // // lblQrCode // this.lblQrCode.BackColor = System.Drawing.Color.Transparent; this.lblQrCode.BackColor1 = System.Drawing.Color.Transparent; this.lblQrCode.BackColor2 = System.Drawing.Color.Tan; this.lblQrCode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; // // // this.lblQrCode.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblQrCode.BackgroundStyle.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblQrCode.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblQrCode.Dock = System.Windows.Forms.DockStyle.Right; this.lblQrCode.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblQrCode.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right; this.lblQrCode.ImageTextSpacing = 3; this.lblQrCode.Location = new System.Drawing.Point(290, 0); this.lblQrCode.Name = "lblQrCode"; this.lblQrCode.Size = new System.Drawing.Size(55, 32); this.lblQrCode.Symbol = "58288"; this.lblQrCode.SymbolColor = System.Drawing.Color.White; this.lblQrCode.SymbolSet = DevComponents.DotNetBar.eSymbolSet.Material; this.lblQrCode.SymbolSize = 20F; this.lblQrCode.TabIndex = 16; this.lblQrCode.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblQrCode.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblQrCode.Visible = false; this.lblQrCode.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.OnQrCodeTouchClick); // // lblKeyboard // this.lblKeyboard.BackColor = System.Drawing.Color.Transparent; this.lblKeyboard.BackColor1 = System.Drawing.Color.Transparent; this.lblKeyboard.BackColor2 = System.Drawing.Color.Tan; this.lblKeyboard.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; // // // this.lblKeyboard.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblKeyboard.BackgroundStyle.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblKeyboard.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblKeyboard.Dock = System.Windows.Forms.DockStyle.Right; this.lblKeyboard.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblKeyboard.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right; this.lblKeyboard.ImageTextSpacing = 3; this.lblKeyboard.Location = new System.Drawing.Point(345, 0); this.lblKeyboard.Name = "lblKeyboard"; this.lblKeyboard.Size = new System.Drawing.Size(55, 32); this.lblKeyboard.Symbol = ""; this.lblKeyboard.SymbolColor = System.Drawing.Color.White; this.lblKeyboard.SymbolSize = 20F; this.lblKeyboard.TabIndex = 15; this.lblKeyboard.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblKeyboard.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblKeyboard.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.OnKeyboardTouchClick); // // 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.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblLockScreen.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblLockScreen.Dock = System.Windows.Forms.DockStyle.Right; this.lblLockScreen.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblLockScreen.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right; this.lblLockScreen.ImageTextSpacing = 3; this.lblLockScreen.Location = new System.Drawing.Point(400, 0); this.lblLockScreen.Name = "lblLockScreen"; this.lblLockScreen.Size = new System.Drawing.Size(55, 32); this.lblLockScreen.Symbol = "59545"; this.lblLockScreen.SymbolColor = System.Drawing.Color.Green; this.lblLockScreen.SymbolSet = DevComponents.DotNetBar.eSymbolSet.Material; this.lblLockScreen.SymbolSize = 20F; this.lblLockScreen.TabIndex = 14; this.lblLockScreen.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblLockScreen.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblLockScreen.Visible = false; this.lblLockScreen.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.OnLockTouchClick); // // 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.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblMessageCenter.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblMessageCenter.Dock = System.Windows.Forms.DockStyle.Right; this.lblMessageCenter.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblMessageCenter.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right; this.lblMessageCenter.ImageTextSpacing = 3; this.lblMessageCenter.Location = new System.Drawing.Point(455, 0); this.lblMessageCenter.Name = "lblMessageCenter"; this.lblMessageCenter.Size = new System.Drawing.Size(55, 32); this.lblMessageCenter.Symbol = ""; this.lblMessageCenter.SymbolColor = System.Drawing.Color.White; this.lblMessageCenter.SymbolSize = 20F; this.lblMessageCenter.TabIndex = 12; 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.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblNetworkStatus.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblNetworkStatus.Dock = System.Windows.Forms.DockStyle.Right; this.lblNetworkStatus.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblNetworkStatus.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right; this.lblNetworkStatus.ImageTextSpacing = 3; this.lblNetworkStatus.Location = new System.Drawing.Point(510, 0); this.lblNetworkStatus.Name = "lblNetworkStatus"; this.lblNetworkStatus.Size = new System.Drawing.Size(55, 32); this.lblNetworkStatus.Symbol = "58049"; this.lblNetworkStatus.SymbolColor = System.Drawing.Color.White; this.lblNetworkStatus.SymbolSet = DevComponents.DotNetBar.eSymbolSet.Material; this.lblNetworkStatus.SymbolSize = 20F; this.lblNetworkStatus.TabIndex = 10; this.lblNetworkStatus.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblNetworkStatus.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; // // lblTitle // this.lblTitle.BackColor = System.Drawing.Color.Transparent; this.lblTitle.BackColor1 = System.Drawing.Color.Transparent; this.lblTitle.BackColor2 = System.Drawing.Color.Transparent; this.lblTitle.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; // // // this.lblTitle.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblTitle.BackgroundStyle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTitle.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblTitle.EnableMarkup = false; this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTitle.ForeColor = System.Drawing.Color.White; this.lblTitle.ImageTextSpacing = 0; this.lblTitle.Location = new System.Drawing.Point(35, 0); this.lblTitle.Name = "lblTitle"; this.lblTitle.PaddingLeft = 2; this.lblTitle.PaddingRight = 2; this.lblTitle.PaddingTop = 5; this.lblTitle.Size = new System.Drawing.Size(260, 32); this.lblTitle.TabIndex = 9; this.lblTitle.Text = "收银系统"; this.lblTitle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblTitle.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; // // lblSettings // this.lblSettings.BackColor = System.Drawing.Color.Transparent; this.lblSettings.BackColor1 = System.Drawing.Color.Transparent; this.lblSettings.BackColor2 = System.Drawing.Color.Tan; this.lblSettings.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; // // // this.lblSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblSettings.BackgroundStyle.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblSettings.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblSettings.Dock = System.Windows.Forms.DockStyle.Right; this.lblSettings.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblSettings.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right; this.lblSettings.ImageTextSpacing = 6; this.lblSettings.Location = new System.Drawing.Point(565, 0); this.lblSettings.Name = "lblSettings"; this.lblSettings.Size = new System.Drawing.Size(55, 32); this.lblSettings.Symbol = ""; this.lblSettings.SymbolColor = System.Drawing.Color.White; this.lblSettings.SymbolSize = 20F; this.lblSettings.TabIndex = 8; this.lblSettings.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblSettings.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblSettings.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.OnSettingsTouchClick); // // 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.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblMin.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblMin.Dock = System.Windows.Forms.DockStyle.Right; this.lblMin.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblMin.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right; this.lblMin.ImageTextSpacing = 6; this.lblMin.Location = new System.Drawing.Point(620, 0); this.lblMin.Name = "lblMin"; this.lblMin.Size = new System.Drawing.Size(55, 32); this.lblMin.Symbol = ""; this.lblMin.SymbolColor = System.Drawing.Color.White; this.lblMin.SymbolSize = 20F; this.lblMin.TabIndex = 7; this.lblMin.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblMin.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblMin.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.OnMinTouchClick); // // 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.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblClose.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblClose.Dock = System.Windows.Forms.DockStyle.Right; this.lblClose.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblClose.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right; this.lblClose.ImageTextSpacing = 6; this.lblClose.Location = new System.Drawing.Point(675, 0); this.lblClose.Name = "lblClose"; this.lblClose.Size = new System.Drawing.Size(55, 32); this.lblClose.Symbol = ""; this.lblClose.SymbolColor = System.Drawing.Color.White; this.lblClose.SymbolSize = 20F; this.lblClose.TabIndex = 6; this.lblClose.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblClose.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblClose.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.OnCloseTouchClick); // // lblLogo // this.lblLogo.BackColor = System.Drawing.Color.Transparent; this.lblLogo.BackColor1 = System.Drawing.Color.Transparent; this.lblLogo.BackColor2 = System.Drawing.Color.Transparent; this.lblLogo.BackgroundImage = global::POSV.Properties.Resources.logo; this.lblLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; // // // this.lblLogo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblLogo.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblLogo.Dock = System.Windows.Forms.DockStyle.Left; this.lblLogo.Location = new System.Drawing.Point(0, 0); this.lblLogo.Name = "lblLogo"; this.lblLogo.Size = new System.Drawing.Size(32, 32); this.lblLogo.TabIndex = 5; this.lblLogo.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblLogo.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblLogo.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.OnIconTouchClick); // // ControlBox // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84))))); this.Controls.Add(this.lblQrCode); this.Controls.Add(this.lblKeyboard); this.Controls.Add(this.lblLockScreen); this.Controls.Add(this.lblMessageCenter); this.Controls.Add(this.lblNetworkStatus); this.Controls.Add(this.lblTitle); this.Controls.Add(this.lblSettings); this.Controls.Add(this.lblMin); this.Controls.Add(this.lblClose); this.Controls.Add(this.lblLogo); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "ControlBox"; this.Size = new System.Drawing.Size(730, 32); this.ResumeLayout(false); } #endregion private Component.TouchLabelX lblLogo; private Component.TouchLabelX lblClose; private Component.TouchLabelX lblMin; private Component.TouchLabelX lblSettings; private Component.TouchLabelX lblTitle; private Component.TouchLabelX lblNetworkStatus; private TouchLabelX lblMessageCenter; private TouchLabelX lblLockScreen; private TouchLabelX lblKeyboard; private TouchLabelX lblQrCode; } }