This commit is contained in:
parent
e03ccd4482
commit
bd4ec5d510
@ -1213,7 +1213,7 @@ namespace VEPROMS
|
|||||||
this.Controls.Add(this.ribbonControl1);
|
this.Controls.Add(this.ribbonControl1);
|
||||||
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.Name = "frmVEPROMS";
|
this.Name = "frmVEPROMS";
|
||||||
this.Text = "VE-PROMS";
|
this.Text = "Proms";
|
||||||
this.Load += new System.EventHandler(this.frmVEPROMS_Load);
|
this.Load += new System.EventHandler(this.frmVEPROMS_Load);
|
||||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmVEPROMS_FormClosing);
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmVEPROMS_FormClosing);
|
||||||
this.Resize += new System.EventHandler(this.frmVEPROMS_Resize);
|
this.Resize += new System.EventHandler(this.frmVEPROMS_Resize);
|
||||||
|
@ -1095,7 +1095,7 @@ namespace VEPROMS
|
|||||||
btnNew.Enabled = false;
|
btnNew.Enabled = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// if at top, 'VE-PROMS', folder and childfolders below this only
|
// if at top, 'VEPROMS', folder and childfolders below this only
|
||||||
// option is to create a new (sub)folder, i.e. no submenu items.
|
// option is to create a new (sub)folder, i.e. no submenu items.
|
||||||
if (fi.ChildFolderCount > 0 && fi.MyParent == null) return;
|
if (fi.ChildFolderCount > 0 && fi.MyParent == null) return;
|
||||||
//if (fi.ChildFolderCount == 0) // submenu folders/docversion
|
//if (fi.ChildFolderCount == 0) // submenu folders/docversion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user