namespace MorClient.UserControls { partial class UserControl_tools { /// /// 必需的设计器变量。 /// 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() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.uiSymbolButton1 = new Sunny.UI.UISymbolButton(); this.uiSymbolButton2 = 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.uiSymbolButton1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.uiSymbolButton2, 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.Size = new System.Drawing.Size(95, 717); this.tableLayoutPanel1.TabIndex = 0; // // uiSymbolButton1 // this.uiSymbolButton1.Cursor = System.Windows.Forms.Cursors.Hand; this.uiSymbolButton1.Dock = System.Windows.Forms.DockStyle.Fill; this.uiSymbolButton1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(124)))), ((int)(((byte)(124))))); this.uiSymbolButton1.FillHoverColor = System.Drawing.Color.Orange; this.uiSymbolButton1.FillPressColor = System.Drawing.Color.Orange; this.uiSymbolButton1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton1.ForeColor = System.Drawing.Color.Black; this.uiSymbolButton1.Image = global::WindowsFormsApp1.Properties.Resources.用户管理; this.uiSymbolButton1.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.uiSymbolButton1.Location = new System.Drawing.Point(3, 3); this.uiSymbolButton1.Margin = new System.Windows.Forms.Padding(3, 3, 5, 5); this.uiSymbolButton1.MinimumSize = new System.Drawing.Size(1, 1); this.uiSymbolButton1.Name = "uiSymbolButton1"; this.uiSymbolButton1.Radius = 7; this.uiSymbolButton1.RectColor = System.Drawing.Color.Transparent; this.uiSymbolButton1.RectDisableColor = System.Drawing.Color.Black; this.uiSymbolButton1.RectHoverColor = System.Drawing.Color.White; this.uiSymbolButton1.Size = new System.Drawing.Size(87, 64); this.uiSymbolButton1.Style = Sunny.UI.UIStyle.Custom; this.uiSymbolButton1.TabIndex = 3; this.uiSymbolButton1.Text = "用户管理"; this.uiSymbolButton1.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.uiSymbolButton1.Click += new System.EventHandler(this.uiSymbolButton1_Click); // // 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 = global::WindowsFormsApp1.Properties.Resources.操作员; this.uiSymbolButton2.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.uiSymbolButton2.Location = new System.Drawing.Point(3, 75); 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); // // UserControl_tools // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Name = "UserControl_tools"; 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 uiSymbolButton1; public Sunny.UI.UISymbolButton uiSymbolButton2; } }