IoMonitorForm.Designer.cs 6.4 KB

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