namespace MorClient.UserControls { partial class UserControl_Unit_SecMenu { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserControl_Unit_SecMenu)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.uiSymbolButton2 = new Sunny.UI.UISymbolButton(); this.uiSymbolButton3 = new Sunny.UI.UISymbolButton(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.uiSymbolButton2, 0, 0); this.tableLayoutPanel1.Controls.Add(this.uiSymbolButton3, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.12F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.12F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 79.76F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(95, 717); this.tableLayoutPanel1.TabIndex = 0; // // uiSymbolButton2 // this.uiSymbolButton2.Cursor = System.Windows.Forms.Cursors.Hand; this.uiSymbolButton2.Dock = System.Windows.Forms.DockStyle.Fill; this.uiSymbolButton2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(124)))), ((int)(((byte)(124))))); this.uiSymbolButton2.FillHoverColor = System.Drawing.Color.Orange; this.uiSymbolButton2.FillPressColor = System.Drawing.Color.Orange; this.uiSymbolButton2.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiSymbolButton2.ForeColor = System.Drawing.Color.Black; this.uiSymbolButton2.Image = ((System.Drawing.Image)(resources.GetObject("uiSymbolButton2.Image"))); this.uiSymbolButton2.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.uiSymbolButton2.Location = new System.Drawing.Point(3, 3); this.uiSymbolButton2.Margin = new System.Windows.Forms.Padding(3, 3, 5, 5); this.uiSymbolButton2.MinimumSize = new System.Drawing.Size(1, 1); this.uiSymbolButton2.Name = "uiSymbolButton2"; this.uiSymbolButton2.Radius = 7; this.uiSymbolButton2.RectColor = System.Drawing.Color.Transparent; this.uiSymbolButton2.RectDisableColor = System.Drawing.Color.Black; this.uiSymbolButton2.RectHoverColor = System.Drawing.Color.White; this.uiSymbolButton2.Size = new System.Drawing.Size(87, 64); this.uiSymbolButton2.Style = Sunny.UI.UIStyle.Custom; this.uiSymbolButton2.TabIndex = 4; this.uiSymbolButton2.Text = "手动"; this.uiSymbolButton2.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.uiSymbolButton2.Click += new System.EventHandler(this.uiSymbolButton2_Click); // // uiSymbolButton3 // this.uiSymbolButton3.Cursor = System.Windows.Forms.Cursors.Hand; this.uiSymbolButton3.Dock = System.Windows.Forms.DockStyle.Fill; this.uiSymbolButton3.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(124)))), ((int)(((byte)(124))))); this.uiSymbolButton3.FillHoverColor = System.Drawing.Color.Orange; this.uiSymbolButton3.FillPressColor = System.Drawing.Color.Orange; this.uiSymbolButton3.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiSymbolButton3.ForeColor = System.Drawing.Color.Black; this.uiSymbolButton3.Image = ((System.Drawing.Image)(resources.GetObject("uiSymbolButton3.Image"))); this.uiSymbolButton3.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.uiSymbolButton3.Location = new System.Drawing.Point(3, 75); this.uiSymbolButton3.Margin = new System.Windows.Forms.Padding(3, 3, 5, 5); this.uiSymbolButton3.MinimumSize = new System.Drawing.Size(1, 1); this.uiSymbolButton3.Name = "uiSymbolButton3"; this.uiSymbolButton3.Radius = 7; this.uiSymbolButton3.RectColor = System.Drawing.Color.Transparent; this.uiSymbolButton3.RectDisableColor = System.Drawing.Color.Black; this.uiSymbolButton3.RectHoverColor = System.Drawing.Color.White; this.uiSymbolButton3.Size = new System.Drawing.Size(87, 64); this.uiSymbolButton3.Style = Sunny.UI.UIStyle.Custom; this.uiSymbolButton3.TabIndex = 5; this.uiSymbolButton3.Text = "机器人"; this.uiSymbolButton3.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.uiSymbolButton3.Click += new System.EventHandler(this.uiSymbolButton3_Click); // // UserControl_Unit_SecMenu // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Name = "UserControl_Unit_SecMenu"; this.Size = new System.Drawing.Size(95, 717); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; public Sunny.UI.UISymbolButton uiSymbolButton2; public Sunny.UI.UISymbolButton uiSymbolButton3; } }