namespace Lskj.PubUserTomodule.AuditPermissionControls { partial class StepItem3 { /// /// 必需的设计器变量。 /// 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.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; // // StepItem3 // 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 = "StepItem3"; 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; } }