MatrixForm2.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. namespace IntelligentControlForsx.ChildForms
  2. {
  3. partial class MatrixForm2
  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.pnlStations = new System.Windows.Forms.Panel();
  30. this.cMenuControl = new System.Windows.Forms.ContextMenuStrip(this.components);
  31. this.menuStartUp = new System.Windows.Forms.ToolStripMenuItem();
  32. this.menuShutDown = new System.Windows.Forms.ToolStripMenuItem();
  33. this.menuReset = new System.Windows.Forms.ToolStripMenuItem();
  34. this.menuMaintain = new System.Windows.Forms.ToolStripMenuItem();
  35. this.menuCancelMaintain = new System.Windows.Forms.ToolStripMenuItem();
  36. this.matrixPopup1 = new IntelligentControlForsx.MyControls.MatrixPopup();
  37. this.cMenuControl.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // pnlStations
  41. //
  42. this.pnlStations.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  43. this.pnlStations.Dock = System.Windows.Forms.DockStyle.Fill;
  44. this.pnlStations.Location = new System.Drawing.Point(0, 0);
  45. this.pnlStations.Name = "pnlStations";
  46. this.pnlStations.Size = new System.Drawing.Size(1386, 788);
  47. this.pnlStations.TabIndex = 1;
  48. //
  49. // cMenuControl
  50. //
  51. this.cMenuControl.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  52. this.menuStartUp,
  53. this.menuShutDown,
  54. this.menuReset,
  55. this.menuMaintain,
  56. this.menuCancelMaintain});
  57. this.cMenuControl.Name = "cMenuControl";
  58. this.cMenuControl.Size = new System.Drawing.Size(125, 114);
  59. this.cMenuControl.Opening += new System.ComponentModel.CancelEventHandler(this.cMenuControl_Opening);
  60. //
  61. // menuStartUp
  62. //
  63. this.menuStartUp.Name = "menuStartUp";
  64. this.menuStartUp.Size = new System.Drawing.Size(124, 22);
  65. this.menuStartUp.Text = "启动";
  66. this.menuStartUp.Click += new System.EventHandler(this.menuStartUp_Click);
  67. //
  68. // menuShutDown
  69. //
  70. this.menuShutDown.Name = "menuShutDown";
  71. this.menuShutDown.Size = new System.Drawing.Size(124, 22);
  72. this.menuShutDown.Text = "停机";
  73. this.menuShutDown.Click += new System.EventHandler(this.menuShutDown_Click);
  74. //
  75. // menuReset
  76. //
  77. this.menuReset.Name = "menuReset";
  78. this.menuReset.Size = new System.Drawing.Size(124, 22);
  79. this.menuReset.Text = "复位";
  80. this.menuReset.Click += new System.EventHandler(this.menuReset_Click);
  81. //
  82. // menuMaintain
  83. //
  84. this.menuMaintain.Name = "menuMaintain";
  85. this.menuMaintain.Size = new System.Drawing.Size(124, 22);
  86. this.menuMaintain.Text = "维护";
  87. this.menuMaintain.Click += new System.EventHandler(this.menuMaintain_Click);
  88. //
  89. // menuCancelMaintain
  90. //
  91. this.menuCancelMaintain.Name = "menuCancelMaintain";
  92. this.menuCancelMaintain.Size = new System.Drawing.Size(124, 22);
  93. this.menuCancelMaintain.Text = "取消维护";
  94. this.menuCancelMaintain.Click += new System.EventHandler(this.menuCancelMaintain_Click);
  95. //
  96. // matrixPopup1
  97. //
  98. this.matrixPopup1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  99. this.matrixPopup1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  100. this.matrixPopup1.ForeColor = System.Drawing.Color.Black;
  101. this.matrixPopup1.Location = new System.Drawing.Point(0, 0);
  102. this.matrixPopup1.Name = "matrixPopup1";
  103. this.matrixPopup1.Size = new System.Drawing.Size(1920, 961);
  104. this.matrixPopup1.StationId = "";
  105. this.matrixPopup1.TabIndex = 0;
  106. this.matrixPopup1.Visible = false;
  107. //
  108. // MatrixForm2
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(67)))), ((int)(((byte)(139)))));
  113. this.ClientSize = new System.Drawing.Size(1386, 788);
  114. this.Controls.Add(this.pnlStations);
  115. this.Controls.Add(this.matrixPopup1);
  116. this.Name = "MatrixForm2";
  117. this.Text = "MatrixForm";
  118. this.Load += new System.EventHandler(this.MatrixForm_Load);
  119. this.cMenuControl.ResumeLayout(false);
  120. this.ResumeLayout(false);
  121. }
  122. #endregion
  123. private System.Windows.Forms.Panel pnlStations;
  124. private MyControls.MatrixPopup matrixPopup1;
  125. private System.Windows.Forms.ContextMenuStrip cMenuControl;
  126. private System.Windows.Forms.ToolStripMenuItem menuStartUp;
  127. private System.Windows.Forms.ToolStripMenuItem menuShutDown;
  128. private System.Windows.Forms.ToolStripMenuItem menuReset;
  129. private System.Windows.Forms.ToolStripMenuItem menuMaintain;
  130. private System.Windows.Forms.ToolStripMenuItem menuCancelMaintain;
  131. }
  132. }