namespace Dongke.WinForm.Controls { partial class SsrAsyncStatusStrip { /// /// 必需的设计器变量。 /// 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() { components = new System.ComponentModel.Container(); this.tslblStripText = new System.Windows.Forms.ToolStripStatusLabel(); this.tslblCommLable = new System.Windows.Forms.ToolStripStatusLabel(); this.tslblCommImage = new System.Windows.Forms.ToolStripStatusLabel(); this.tslblDateTime = new System.Windows.Forms.ToolStripStatusLabel(); this.tmrDateTime = new System.Windows.Forms.Timer(this.components); this.tmrCommText = new System.Windows.Forms.Timer(this.components); // // tssStatusText // this.tslblStripText.Name = "tssStatusText"; this.tslblStripText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; //this.tssStripText.BackgroundImage = Dongke.iBOSS.Basics.BaseControls.Properties.Resource.background; this.tslblStripText.Spring = true; // // tssCLable // this.tslblCommLable.Name = "tssCLable"; //this.tssCLable.BackgroundImage = Dongke.iBOSS.Basics.BaseControls.Properties.Resource.background; // // tssCImage // this.tslblCommImage.Name = "tssCImage"; //this.tssCImage.BackgroundImage = Dongke.iBOSS.Basics.BaseControls.Properties.Resource.background; // // tssDateTime // this.tslblDateTime.Name = "tssDateTime"; this.tslblDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight; //this.tssDateTime.BackgroundImage = Dongke.iBOSS.Basics.BaseControls.Properties.Resource.background; // // timer // this.tmrDateTime.Tick += this.timer_Tick; // // cTimer // this.tmrCommText.Tick += this.cTimer_Tick; this.Items.Add(tslblStripText); this.Items.Add(tslblCommImage); this.Items.Add(tslblCommLable); this.Items.Add(tslblDateTime); } #endregion private System.Windows.Forms.ToolStripStatusLabel tslblStripText; private System.Windows.Forms.ToolStripStatusLabel tslblCommLable; private System.Windows.Forms.ToolStripStatusLabel tslblCommImage; private System.Windows.Forms.ToolStripStatusLabel tslblDateTime; private System.Windows.Forms.Timer tmrDateTime; private System.Windows.Forms.Timer tmrCommText; } }