SourceStepCount.Designer.cs 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. namespace UAS_MES_NEW.CustomControl.TextBoxWithIcon
  2. {
  3. partial class SourceStepCount
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.Count = new System.Windows.Forms.Label();
  29. this.CountRefresh = new System.Windows.Forms.Timer();
  30. this.SuspendLayout();
  31. //
  32. // Count
  33. //
  34. this.Count.AutoSize = true;
  35. this.Count.Dock = System.Windows.Forms.DockStyle.Fill;
  36. this.Count.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  37. this.Count.Location = new System.Drawing.Point(0, 0);
  38. this.Count.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  39. this.Count.Name = "Count";
  40. this.Count.Size = new System.Drawing.Size(0, 21);
  41. this.Count.TabIndex = 0;
  42. //
  43. // CountRefresh
  44. //
  45. this.CountRefresh.Tick += new System.EventHandler(this.CountRefresh_Tick);
  46. //
  47. // SourceStepCount
  48. //
  49. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  50. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  51. this.Controls.Add(this.Count);
  52. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  53. this.Name = "SourceStepCount";
  54. this.Size = new System.Drawing.Size(88, 22);
  55. this.Load += new System.EventHandler(this.SourceStepCount_Load);
  56. this.ResumeLayout(false);
  57. this.PerformLayout();
  58. }
  59. #endregion
  60. private System.Windows.Forms.Label Count;
  61. private System.Windows.Forms.Timer CountRefresh;
  62. }
  63. }