Files
lserp_cs_6.0/插件库/Lskj.Main3/Control/MenuBar2.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

72 lines
3.0 KiB
C#

namespace Lskj.Main3.Control
{
partial class MenuBar2
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MenuBar2));
this.btnDesktop = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnDesktop
//
this.btnDesktop.BackColor = System.Drawing.Color.Transparent;
this.btnDesktop.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDesktop.BackgroundImage")));
this.btnDesktop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnDesktop.FlatAppearance.BorderSize = 0;
this.btnDesktop.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnDesktop.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnDesktop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnDesktop.Font = new System.Drawing.Font("微软雅黑", 10F);
this.btnDesktop.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(162)))), ((int)(((byte)(194)))));
this.btnDesktop.Location = new System.Drawing.Point(3, 3);
this.btnDesktop.Name = "btnDesktop";
this.btnDesktop.Padding = new System.Windows.Forms.Padding(20, 3, 3, 3);
this.btnDesktop.Size = new System.Drawing.Size(130, 44);
this.btnDesktop.TabIndex = 9;
this.btnDesktop.Text = "我的桌面";
this.btnDesktop.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnDesktop.UseVisualStyleBackColor = false;
//
// MenuBar
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.btnDesktop);
this.Name = "MenuBar";
this.Size = new System.Drawing.Size(136, 50);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnDesktop;
}
}