Added setting array values for the debug editor.

This commit is contained in:
NovaRain
2019-04-05 12:03:25 +08:00
parent 06bbe3ceb5
commit 563fdddc7e
11 changed files with 126 additions and 72 deletions
+1
View File
@@ -109,6 +109,7 @@
this.Controls.Add(this.bCancel);
this.Controls.Add(this.bSave);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.MinimumSize = new System.Drawing.Size(300, 200);
this.Name = "EditorWindow";
this.Text = "Editor Values";
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();