namespace Check.Main.UI { partial class FormControlPanel { /// /// 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.uiTableLayoutPanel1 = new Sunny.UI.UITableLayoutPanel(); this.btnStartDevice = new Sunny.UI.UIButton(); this.btnStartCheck = new Sunny.UI.UIButton(); this.uiTableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // uiTableLayoutPanel1 // this.uiTableLayoutPanel1.ColumnCount = 2; this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.uiTableLayoutPanel1.Controls.Add(this.btnStartDevice, 0, 1); this.uiTableLayoutPanel1.Controls.Add(this.btnStartCheck, 0, 3); this.uiTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.uiTableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.uiTableLayoutPanel1.Name = "uiTableLayoutPanel1"; this.uiTableLayoutPanel1.RowCount = 5; this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.38585F)); this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35.35353F)); this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.575758F)); this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.83838F)); this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.38585F)); this.uiTableLayoutPanel1.Size = new System.Drawing.Size(230, 198); this.uiTableLayoutPanel1.TabIndex = 0; this.uiTableLayoutPanel1.TagString = null; // // btnStartDevice // this.uiTableLayoutPanel1.SetColumnSpan(this.btnStartDevice, 2); this.btnStartDevice.Cursor = System.Windows.Forms.Cursors.Hand; this.btnStartDevice.Dock = System.Windows.Forms.DockStyle.Fill; this.btnStartDevice.FillPressColor = System.Drawing.Color.LimeGreen; this.btnStartDevice.FillSelectedColor = System.Drawing.Color.LimeGreen; this.btnStartDevice.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnStartDevice.Location = new System.Drawing.Point(3, 25); this.btnStartDevice.MinimumSize = new System.Drawing.Size(1, 1); this.btnStartDevice.Name = "btnStartDevice"; this.btnStartDevice.Size = new System.Drawing.Size(224, 64); this.btnStartDevice.TabIndex = 0; this.btnStartDevice.Text = "启动设备"; this.btnStartDevice.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnStartDevice.Click += new System.EventHandler(this.btnStartDevice_Click); // // btnStartCheck // this.uiTableLayoutPanel1.SetColumnSpan(this.btnStartCheck, 2); this.btnStartCheck.Cursor = System.Windows.Forms.Cursors.Hand; this.btnStartCheck.Dock = System.Windows.Forms.DockStyle.Fill; this.btnStartCheck.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.btnStartCheck.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.btnStartCheck.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnStartCheck.Location = new System.Drawing.Point(3, 110); this.btnStartCheck.MinimumSize = new System.Drawing.Size(1, 1); this.btnStartCheck.Name = "btnStartCheck"; this.btnStartCheck.Size = new System.Drawing.Size(224, 61); this.btnStartCheck.TabIndex = 1; this.btnStartCheck.Text = "开始检测"; this.btnStartCheck.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnStartCheck.Click += new System.EventHandler(this.btnStartCheck_Click); // // FormControlPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(230, 198); this.ControlBox = false; this.Controls.Add(this.uiTableLayoutPanel1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormControlPanel"; this.Text = "启动管理"; this.uiTableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1; private Sunny.UI.UIButton btnStartDevice; private Sunny.UI.UIButton btnStartCheck; } }