| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- namespace Dongke.IBOSS.PRD.Basics.BaseControls
- {
- partial class FormBase
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|