init lserp cs 5.0
This commit is contained in:
+83
@@ -0,0 +1,83 @@
|
||||
namespace Lskj.Main
|
||||
{
|
||||
partial class Menu_Item
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.btn_item_img = new System.Windows.Forms.Button();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.btn_item_title = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// btn_item_img
|
||||
//
|
||||
this.btn_item_img.BackColor = System.Drawing.Color.Transparent;
|
||||
this.btn_item_img.BackgroundImage = global::Lskj.Main.Properties.Resources.menu_default_1;
|
||||
this.btn_item_img.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.btn_item_img.FlatAppearance.BorderSize = 0;
|
||||
this.btn_item_img.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
||||
this.btn_item_img.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
||||
this.btn_item_img.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.btn_item_img.Location = new System.Drawing.Point(15, 9);
|
||||
this.btn_item_img.Name = "btn_item_img";
|
||||
this.btn_item_img.Size = new System.Drawing.Size(80, 80);
|
||||
this.btn_item_img.TabIndex = 0;
|
||||
this.btn_item_img.UseVisualStyleBackColor = false;
|
||||
this.btn_item_img.MouseLeave += new System.EventHandler(this.btn_item_img_MouseLeave);
|
||||
this.btn_item_img.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btn_item_img_MouseMove);
|
||||
//
|
||||
// btn_item_title
|
||||
//
|
||||
this.btn_item_title.Location = new System.Drawing.Point(0, 95);
|
||||
this.btn_item_title.Name = "btn_item_title";
|
||||
this.btn_item_title.Size = new System.Drawing.Size(110, 29);
|
||||
this.btn_item_title.TabIndex = 1;
|
||||
this.btn_item_title.Text = "采购请购单审核";
|
||||
this.btn_item_title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// Menu_Item
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.Transparent;
|
||||
this.Controls.Add(this.btn_item_title);
|
||||
this.Controls.Add(this.btn_item_img);
|
||||
this.Name = "Menu_Item";
|
||||
this.Size = new System.Drawing.Size(110, 127);
|
||||
this.Paint += new System.Windows.Forms.PaintEventHandler(this.Menu_Item_Paint);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button btn_item_img;
|
||||
private System.Windows.Forms.ToolTip toolTip1;
|
||||
private System.Windows.Forms.Label btn_item_title;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user