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

80 lines
3.1 KiB
C#

namespace Lskj.WorkshopProgram.Control
{
partial class moduleButton
{
/// <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.btn_item_img = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btn_item_title
//
this.btn_item_title.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btn_item_title.Location = new System.Drawing.Point(0, 58);
this.btn_item_title.Name = "btn_item_title";
this.btn_item_title.Size = new System.Drawing.Size(91, 29);
this.btn_item_title.TabIndex = 4;
this.btn_item_title.Text = "采购请购单审核";
this.btn_item_title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btn_item_img
//
this.btn_item_img.BackColor = System.Drawing.Color.DimGray;
this.btn_item_img.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btn_item_img.Dock = System.Windows.Forms.DockStyle.Fill;
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(0, 0);
this.btn_item_img.Name = "btn_item_img";
this.btn_item_img.Size = new System.Drawing.Size(91, 58);
this.btn_item_img.TabIndex = 5;
this.btn_item_img.UseVisualStyleBackColor = false;
//
// moduleButton
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btn_item_img);
this.Controls.Add(this.btn_item_title);
this.Name = "moduleButton";
this.Size = new System.Drawing.Size(91, 87);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label btn_item_title;
private System.Windows.Forms.Button btn_item_img;
}
}