| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- namespace Dongke.WinForm.Controls
- {
- partial class SsrAsyncStatusStrip
- {
- /// <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()
- {
- 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;
- }
- }
|