namespace CPSO.Forms._92_Knowledge { partial class FrmStepsManager { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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 } }