namespace MorClient.UserControls { partial class UserControl_Setting { /// /// 必需的设计器变量。 /// 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.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // 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.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; 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, 89.88F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(95, 718); 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("微软雅黑", 12F); 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, 2); this.uiSymbolButton1.Margin = new System.Windows.Forms.Padding(3, 2, 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, 65); this.uiSymbolButton1.Style = Sunny.UI.UIStyle.Custom; this.uiSymbolButton1.TabIndex = 4; this.uiSymbolButton1.Text = "参数"; this.uiSymbolButton1.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.uiSymbolButton1.Click += new System.EventHandler(this.uiSymbolButton1_Click); // // UserControl_Setting // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "UserControl_Setting"; this.Size = new System.Drawing.Size(95, 718); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; public Sunny.UI.UISymbolButton uiSymbolButton1; } }