FormBase.Designer.cs 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. namespace Dongke.IBOSS.PRD.Basics.BaseControls
  2. {
  3. partial class FormBase
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.dkStatusStrip = new Dongke.IBOSS.PRD.Basics.BaseControls.dkStatusStrip();
  30. this.toolTipStatusStrip = new System.Windows.Forms.ToolTip(this.components);
  31. this.timerDateText = new System.Windows.Forms.Timer(this.components);
  32. this.SuspendLayout();
  33. //
  34. // dkStatusStrip
  35. //
  36. this.dkStatusStrip.BackgroundImage = global::Dongke.IBOSS.PRD.Basics.BaseControls.Resource.bg;
  37. this.dkStatusStrip.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  38. this.dkStatusStrip.IsCommunicate = false;
  39. this.dkStatusStrip.IsTimer = true;
  40. this.dkStatusStrip.Location = new System.Drawing.Point(0, 241);
  41. this.dkStatusStrip.Name = "dkStatusStrip";
  42. this.dkStatusStrip.Size = new System.Drawing.Size(284, 22);
  43. this.dkStatusStrip.StatusText = " 通信中···";
  44. this.dkStatusStrip.TabIndex = 0;
  45. this.dkStatusStrip.Text = "dkStatusStrip";
  46. this.dkStatusStrip.TitleText = "";
  47. //
  48. // FormBase
  49. //
  50. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  51. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  52. this.BackgroundImage = global::Dongke.IBOSS.PRD.Basics.BaseControls.Resource.bg;
  53. this.ClientSize = new System.Drawing.Size(284, 263);
  54. this.Controls.Add(this.dkStatusStrip);
  55. this.Name = "FormBase";
  56. this.Text = "FormBase";
  57. this.SizeChanged += new System.EventHandler(this.FormBase_SizeChanged);
  58. this.ResumeLayout(false);
  59. this.PerformLayout();
  60. }
  61. #endregion
  62. private dkStatusStrip dkStatusStrip;
  63. private System.Windows.Forms.ToolTip toolTipStatusStrip;
  64. private System.Windows.Forms.Timer timerDateText;
  65. }
  66. }