ab56a9bcf7
SVN-Revision: r240
79 lines
3.1 KiB
C#
79 lines
3.1 KiB
C#
namespace Lskj.PubUserTomodule.AuditPermissionControls
|
|
{
|
|
partial class StepItem2
|
|
{
|
|
/// <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.btn_item_title = new System.Windows.Forms.Label();
|
|
this.PlDel = new System.Windows.Forms.Panel();
|
|
this.SuspendLayout();
|
|
//
|
|
// btn_item_title
|
|
//
|
|
this.btn_item_title.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btn_item_title.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.btn_item_title.Location = new System.Drawing.Point(5, 11);
|
|
this.btn_item_title.Name = "btn_item_title";
|
|
this.btn_item_title.Size = new System.Drawing.Size(134, 29);
|
|
this.btn_item_title.TabIndex = 4;
|
|
this.btn_item_title.Text = "采购请购单审核";
|
|
this.btn_item_title.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btn_item_title.Click += new System.EventHandler(this.OnStepItemClick);
|
|
//
|
|
// PlDel
|
|
//
|
|
this.PlDel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.PlDel.BackColor = System.Drawing.Color.Transparent;
|
|
this.PlDel.BackgroundImage = global::Lskj.PubUserTomodule.Properties.Resources.icon_cha_2x;
|
|
this.PlDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.PlDel.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.PlDel.Location = new System.Drawing.Point(139, 15);
|
|
this.PlDel.Name = "PlDel";
|
|
this.PlDel.Size = new System.Drawing.Size(20, 20);
|
|
this.PlDel.TabIndex = 5;
|
|
//
|
|
// StepItem
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.Controls.Add(this.PlDel);
|
|
this.Controls.Add(this.btn_item_title);
|
|
this.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.Name = "StepItem";
|
|
this.Size = new System.Drawing.Size(168, 50);
|
|
this.Click += new System.EventHandler(this.OnStepItemClick);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label btn_item_title;
|
|
private System.Windows.Forms.Panel PlDel;
|
|
}
|
|
}
|