namespace Dongke.IBOSS.PRD.Basics.BaseControls
{
partial class FormBase
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.dkStatusStrip = new Dongke.IBOSS.PRD.Basics.BaseControls.dkStatusStrip();
this.toolTipStatusStrip = new System.Windows.Forms.ToolTip(this.components);
this.timerDateText = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// dkStatusStrip
//
this.dkStatusStrip.BackgroundImage = global::Dongke.IBOSS.PRD.Basics.BaseControls.Resource.bg;
this.dkStatusStrip.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dkStatusStrip.IsCommunicate = false;
this.dkStatusStrip.IsTimer = true;
this.dkStatusStrip.Location = new System.Drawing.Point(0, 241);
this.dkStatusStrip.Name = "dkStatusStrip";
this.dkStatusStrip.Size = new System.Drawing.Size(284, 22);
this.dkStatusStrip.StatusText = " 通信中···";
this.dkStatusStrip.TabIndex = 0;
this.dkStatusStrip.Text = "dkStatusStrip";
this.dkStatusStrip.TitleText = "";
//
// FormBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::Dongke.IBOSS.PRD.Basics.BaseControls.Resource.bg;
this.ClientSize = new System.Drawing.Size(284, 263);
this.Controls.Add(this.dkStatusStrip);
this.Name = "FormBase";
this.Text = "FormBase";
this.SizeChanged += new System.EventHandler(this.FormBase_SizeChanged);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private dkStatusStrip dkStatusStrip;
private System.Windows.Forms.ToolTip toolTipStatusStrip;
private System.Windows.Forms.Timer timerDateText;
}
}