Files
wg_cpso/CPSO/Forms/92_Knowledge/FrmStepsManager.Designer.cs
2026-03-25 18:20:24 +08:00

71 lines
2.3 KiB
C#

namespace CPSO.Forms._92_Knowledge
{
partial class FrmStepsManager
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.gbProperties.SuspendLayout();
this.SuspendLayout();
//
// gbProperties
//
this.gbProperties.Location = new System.Drawing.Point(12, 12);
this.gbProperties.Size = new System.Drawing.Size(310, 336);
//
// propertyGrid
//
this.propertyGrid.Size = new System.Drawing.Size(304, 314);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(155, 376);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(247, 376);
//
// btnOkAddNew
//
this.btnOkAddNew.Location = new System.Drawing.Point(64, 376);
this.btnOkAddNew.Visible = false;
//
// FrmAddLoad
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(334, 411);
this.Name = "FrmStepsManager";
this.Text = "FrmAddLoad";
this.Load += new System.EventHandler(this.FrmAddLoad_Load);
this.gbProperties.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
}
}