Updated the ProfileManager so that users can change the FolderGroup's name (a very hacky job but it'll do). Hooked up the FileViewers 'Update Databse' button so new files can be commited to the database.
This commit is contained in:
+1
-1
@@ -179,7 +179,7 @@
|
||||
this.DeleteButton.Enabled = false;
|
||||
this.DeleteButton.Location = new System.Drawing.Point(13, 388);
|
||||
this.DeleteButton.Name = "DeleteButton";
|
||||
this.DeleteButton.Size = new System.Drawing.Size(107, 47);
|
||||
this.DeleteButton.Size = new System.Drawing.Size(111, 47);
|
||||
this.DeleteButton.TabIndex = 8;
|
||||
this.DeleteButton.Text = "Delete";
|
||||
this.DeleteButton.UseVisualStyleBackColor = true;
|
||||
|
||||
Reference in New Issue
Block a user