IoMonitorForm.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. namespace YangjieTester.IO监控
  2. {
  3. partial class IoMonitorForm
  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.flowLayoutPanelMainMenu = new Sunny.UI.UIFlowLayoutPanel();
  29. this.btn_IO监控画面1 = new MyUiButton();
  30. this.btn_IO监控画面2 = new MyUiButton();
  31. this.btn_IO监控画面3 = new MyUiButton();
  32. this.FormPanel = new Sunny.UI.UIPanel();
  33. this.flowLayoutPanelMainMenu.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // flowLayoutPanelMainMenu
  37. //
  38. this.flowLayoutPanelMainMenu.Controls.Add(this.btn_IO监控画面1);
  39. this.flowLayoutPanelMainMenu.Controls.Add(this.btn_IO监控画面2);
  40. this.flowLayoutPanelMainMenu.Controls.Add(this.btn_IO监控画面3);
  41. this.flowLayoutPanelMainMenu.Dock = System.Windows.Forms.DockStyle.Bottom;
  42. this.flowLayoutPanelMainMenu.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  43. this.flowLayoutPanelMainMenu.Location = new System.Drawing.Point(0, 750);
  44. this.flowLayoutPanelMainMenu.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  45. this.flowLayoutPanelMainMenu.MinimumSize = new System.Drawing.Size(1, 1);
  46. this.flowLayoutPanelMainMenu.Name = "flowLayoutPanelMainMenu";
  47. this.flowLayoutPanelMainMenu.Padding = new System.Windows.Forms.Padding(2);
  48. this.flowLayoutPanelMainMenu.ShowText = false;
  49. this.flowLayoutPanelMainMenu.Size = new System.Drawing.Size(1440, 50);
  50. this.flowLayoutPanelMainMenu.TabIndex = 95;
  51. this.flowLayoutPanelMainMenu.Text = "uiFlowLayoutPanel1";
  52. this.flowLayoutPanelMainMenu.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  53. //
  54. // btn_IO监控画面1
  55. //
  56. this.btn_IO监控画面1.Cursor = System.Windows.Forms.Cursors.Hand;
  57. this.btn_IO监控画面1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.btn_IO监控画面1.Location = new System.Drawing.Point(5, 5);
  59. this.btn_IO监控画面1.MinimumSize = new System.Drawing.Size(1, 1);
  60. this.btn_IO监控画面1.Name = "btn_IO监控画面1";
  61. this.btn_IO监控画面1.NeedUserEnsure = false;
  62. this.btn_IO监控画面1.Size = new System.Drawing.Size(135, 37);
  63. this.btn_IO监控画面1.Style = Sunny.UI.UIStyle.Custom;
  64. this.btn_IO监控画面1.Symbol = 0;
  65. this.btn_IO监控画面1.TabIndex = 12;
  66. this.btn_IO监控画面1.Text = "A00~A08";
  67. this.btn_IO监控画面1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.btn_IO监控画面1.Click += new System.EventHandler(this.myUiButton1_Click);
  69. //
  70. // btn_IO监控画面2
  71. //
  72. this.btn_IO监控画面2.Cursor = System.Windows.Forms.Cursors.Hand;
  73. this.btn_IO监控画面2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.btn_IO监控画面2.Location = new System.Drawing.Point(154, 5);
  75. this.btn_IO监控画面2.MinimumSize = new System.Drawing.Size(1, 1);
  76. this.btn_IO监控画面2.Name = "btn_IO监控画面2";
  77. this.btn_IO监控画面2.NeedUserEnsure = false;
  78. this.btn_IO监控画面2.Size = new System.Drawing.Size(135, 37);
  79. this.btn_IO监控画面2.Style = Sunny.UI.UIStyle.Custom;
  80. this.btn_IO监控画面2.Symbol = 0;
  81. this.btn_IO监控画面2.TabIndex = 13;
  82. this.btn_IO监控画面2.Text = "A09~A27";
  83. this.btn_IO监控画面2.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.btn_IO监控画面2.Click += new System.EventHandler(this.myUiButton2_Click);
  85. //
  86. // btn_IO监控画面3
  87. //
  88. this.btn_IO监控画面3.Cursor = System.Windows.Forms.Cursors.Hand;
  89. this.btn_IO监控画面3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.btn_IO监控画面3.Location = new System.Drawing.Point(303, 5);
  91. this.btn_IO监控画面3.MinimumSize = new System.Drawing.Size(1, 1);
  92. this.btn_IO监控画面3.Name = "btn_IO监控画面3";
  93. this.btn_IO监控画面3.NeedUserEnsure = false;
  94. this.btn_IO监控画面3.Size = new System.Drawing.Size(135, 37);
  95. this.btn_IO监控画面3.Style = Sunny.UI.UIStyle.Custom;
  96. this.btn_IO监控画面3.Symbol = 0;
  97. this.btn_IO监控画面3.TabIndex = 14;
  98. this.btn_IO监控画面3.Text = "A28~A39";
  99. this.btn_IO监控画面3.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.btn_IO监控画面3.Click += new System.EventHandler(this.myUiButton3_Click);
  101. //
  102. // FormPanel
  103. //
  104. this.FormPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.FormPanel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.FormPanel.Location = new System.Drawing.Point(0, 35);
  107. this.FormPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  108. this.FormPanel.MinimumSize = new System.Drawing.Size(1, 1);
  109. this.FormPanel.Name = "FormPanel";
  110. this.FormPanel.Size = new System.Drawing.Size(1440, 715);
  111. this.FormPanel.TabIndex = 96;
  112. this.FormPanel.Text = null;
  113. this.FormPanel.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  114. //
  115. // IoMonitorForm
  116. //
  117. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  118. this.ClientSize = new System.Drawing.Size(1440, 800);
  119. this.Controls.Add(this.FormPanel);
  120. this.Controls.Add(this.flowLayoutPanelMainMenu);
  121. this.Name = "IoMonitorForm";
  122. this.Text = "IO监控";
  123. this.Load += new System.EventHandler(this.IoMonitorForm_Load);
  124. this.flowLayoutPanelMainMenu.ResumeLayout(false);
  125. this.ResumeLayout(false);
  126. }
  127. #endregion
  128. private Sunny.UI.UIFlowLayoutPanel flowLayoutPanelMainMenu;
  129. private MyUiButton btn_IO监控画面1;
  130. private MyUiButton btn_IO监控画面2;
  131. private MyUiButton btn_IO监控画面3;
  132. private Sunny.UI.UIPanel FormPanel;
  133. }
  134. }