SCLS/SSWCS_JXDL(2019)/ControlSystem/FrmIOApplyTask.Designer.cs

46 lines
1.4 KiB
C#
Raw Normal View History

2025-05-19 09:45:29 +08:00
namespace ControlSystem
{
partial class FrmIOApplyTask
{
/// <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 Windows
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.SuspendLayout();
//
// FrmIOApplyTask
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(524, 393);
this.Name = "FrmIOApplyTask";
this.Text = "申请入/出库任务";
this.ResumeLayout(false);
}
#endregion
}
}