namespace YangjieTester.IO监控 { partial class IoMonitorForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }