| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- namespace YangjieTester.IO监控
- {
- partial class IoMonitorForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.flowLayoutPanelMainMenu = new Sunny.UI.UIFlowLayoutPanel();
- this.btn_IO监控画面1 = new MyUiButton();
- this.btn_IO监控画面2 = new MyUiButton();
- this.FormPanel = new Sunny.UI.UIPanel();
- this.flowLayoutPanelMainMenu.SuspendLayout();
- this.SuspendLayout();
- //
- // flowLayoutPanelMainMenu
- //
- this.flowLayoutPanelMainMenu.Controls.Add(this.btn_IO监控画面1);
- this.flowLayoutPanelMainMenu.Controls.Add(this.btn_IO监控画面2);
- this.flowLayoutPanelMainMenu.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.flowLayoutPanelMainMenu.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.flowLayoutPanelMainMenu.Location = new System.Drawing.Point(0, 750);
- this.flowLayoutPanelMainMenu.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.flowLayoutPanelMainMenu.MinimumSize = new System.Drawing.Size(1, 1);
- this.flowLayoutPanelMainMenu.Name = "flowLayoutPanelMainMenu";
- this.flowLayoutPanelMainMenu.Padding = new System.Windows.Forms.Padding(2);
- this.flowLayoutPanelMainMenu.ShowText = false;
- this.flowLayoutPanelMainMenu.Size = new System.Drawing.Size(1440, 50);
- this.flowLayoutPanelMainMenu.TabIndex = 95;
- this.flowLayoutPanelMainMenu.Text = "uiFlowLayoutPanel1";
- this.flowLayoutPanelMainMenu.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // btn_IO监控画面1
- //
- this.btn_IO监控画面1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn_IO监控画面1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_IO监控画面1.Location = new System.Drawing.Point(5, 5);
- this.btn_IO监控画面1.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn_IO监控画面1.Name = "btn_IO监控画面1";
- this.btn_IO监控画面1.NeedUserEnsure = false;
- this.btn_IO监控画面1.Size = new System.Drawing.Size(135, 37);
- this.btn_IO监控画面1.Style = Sunny.UI.UIStyle.Custom;
- this.btn_IO监控画面1.Symbol = 0;
- this.btn_IO监控画面1.TabIndex = 12;
- this.btn_IO监控画面1.Text = "A00~A10";
- this.btn_IO监控画面1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_IO监控画面1.Click += new System.EventHandler(this.myUiButton1_Click);
- //
- // btn_IO监控画面2
- //
- this.btn_IO监控画面2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn_IO监控画面2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_IO监控画面2.Location = new System.Drawing.Point(154, 5);
- this.btn_IO监控画面2.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn_IO监控画面2.Name = "btn_IO监控画面2";
- this.btn_IO监控画面2.NeedUserEnsure = false;
- this.btn_IO监控画面2.Size = new System.Drawing.Size(135, 37);
- this.btn_IO监控画面2.Style = Sunny.UI.UIStyle.Custom;
- this.btn_IO监控画面2.Symbol = 0;
- this.btn_IO监控画面2.TabIndex = 13;
- this.btn_IO监控画面2.Text = "A14~A35";
- this.btn_IO监控画面2.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_IO监控画面2.Click += new System.EventHandler(this.myUiButton2_Click);
- //
- // FormPanel
- //
- this.FormPanel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.FormPanel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormPanel.Location = new System.Drawing.Point(0, 35);
- this.FormPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.FormPanel.MinimumSize = new System.Drawing.Size(1, 1);
- this.FormPanel.Name = "FormPanel";
- this.FormPanel.Size = new System.Drawing.Size(1440, 715);
- this.FormPanel.TabIndex = 96;
- this.FormPanel.Text = null;
- this.FormPanel.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // IoMonitorForm
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(1440, 800);
- this.Controls.Add(this.FormPanel);
- this.Controls.Add(this.flowLayoutPanelMainMenu);
- this.Name = "IoMonitorForm";
- this.Text = "IO监控";
- this.Load += new System.EventHandler(this.IoMonitorForm_Load);
- this.flowLayoutPanelMainMenu.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIFlowLayoutPanel flowLayoutPanelMainMenu;
- private MyUiButton btn_IO监控画面1;
- private MyUiButton btn_IO监控画面2;
- private Sunny.UI.UIPanel FormPanel;
- }
- }
|