ZTControl.Designer.cs 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. namespace IntelligentControlForsx.MyControls.syz
  2. {
  3. partial class ZTControl
  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.components = new System.ComponentModel.Container();
  29. this.timer1 = new System.Windows.Forms.Timer(this.components);
  30. this.pnlImage = new System.Windows.Forms.Panel();
  31. this.SuspendLayout();
  32. //
  33. // timer1
  34. //
  35. this.timer1.Enabled = true;
  36. this.timer1.Interval = 5000;
  37. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  38. //
  39. // pnlImage
  40. //
  41. this.pnlImage.Location = new System.Drawing.Point(244, 53);
  42. this.pnlImage.Name = "pnlImage";
  43. this.pnlImage.Size = new System.Drawing.Size(1433, 897);
  44. this.pnlImage.TabIndex = 1;
  45. //
  46. // ZTControl
  47. //
  48. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  49. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  50. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(47)))), ((int)(((byte)(106)))));
  51. this.Controls.Add(this.pnlImage);
  52. this.Name = "ZTControl";
  53. this.Size = new System.Drawing.Size(1920, 960);
  54. this.Load += new System.EventHandler(this.ZTControl_Load);
  55. this.ResumeLayout(false);
  56. }
  57. #endregion
  58. protected System.Windows.Forms.Timer timer1;
  59. protected System.Windows.Forms.Panel pnlImage;
  60. }
  61. }