namespace POSV.Component { partial class ControlBoxExt { /// /// 必需的设计器变量。 /// 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.lblNetworkStatus = new POSV.Component.TouchLabelX(); this.lblTitle = new POSV.Component.TouchLabelX(); this.lblMin = new POSV.Component.TouchLabelX(); this.lblClose = new POSV.Component.TouchLabelX(); this.SuspendLayout(); // // 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(409, 0); this.lblNetworkStatus.Name = "lblNetworkStatus"; this.lblNetworkStatus.Size = new System.Drawing.Size(50, 36); 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 = 71; this.lblNetworkStatus.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblNetworkStatus.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblNetworkStatus.Visible = false; // // 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.Dock = System.Windows.Forms.DockStyle.Left; 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.Black; this.lblTitle.ImageTextSpacing = 0; this.lblTitle.Location = new System.Drawing.Point(0, 0); this.lblTitle.Name = "lblTitle"; this.lblTitle.PaddingLeft = 2; this.lblTitle.PaddingRight = 2; this.lblTitle.PaddingTop = 5; this.lblTitle.Size = new System.Drawing.Size(361, 36); this.lblTitle.TabIndex = 70; this.lblTitle.Text = "收银系统"; this.lblTitle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblTitle.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(459, 0); this.lblMin.Name = "lblMin"; this.lblMin.Size = new System.Drawing.Size(50, 36); this.lblMin.Symbol = ""; this.lblMin.SymbolColor = System.Drawing.Color.DimGray; this.lblMin.SymbolSize = 24F; this.lblMin.TabIndex = 68; this.lblMin.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblMin.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblMin.Visible = false; 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.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(509, 0); this.lblClose.Name = "lblClose"; this.lblClose.Size = new System.Drawing.Size(50, 36); this.lblClose.Symbol = ""; this.lblClose.SymbolColor = System.Drawing.Color.DarkRed; this.lblClose.SymbolSize = 24F; this.lblClose.TabIndex = 67; this.lblClose.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblClose.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblClose.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.OnCloseTouchClick); // // ControlBoxExt // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLight; this.Controls.Add(this.lblNetworkStatus); this.Controls.Add(this.lblTitle); this.Controls.Add(this.lblMin); this.Controls.Add(this.lblClose); this.Name = "ControlBoxExt"; this.Size = new System.Drawing.Size(559, 36); this.ResumeLayout(false); } #endregion private TouchLabelX lblNetworkStatus; private TouchLabelX lblTitle; private TouchLabelX lblMin; private TouchLabelX lblClose; } }