Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-18 17:42:52 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-18 17:42:52 +0300
commit29c4fc248d95d4d0b614c84d0c1c3bec25754721 (patch)
tree838031ceceefe6711249a4cbca3113c2e288cab1 /SelectModsForm.Designer.cs
parentc079475bf9ec48da60090a4522bd98756097c9cb (diff)
It's possible to drag&drop user mods now
Diffstat (limited to 'SelectModsForm.Designer.cs')
-rw-r--r--SelectModsForm.Designer.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/SelectModsForm.Designer.cs b/SelectModsForm.Designer.cs
index ae8f8c2b..6e27dd41 100644
--- a/SelectModsForm.Designer.cs
+++ b/SelectModsForm.Designer.cs
@@ -21,6 +21,7 @@
this.checkedListBoxMods.Location = new System.Drawing.Point(12, 12);
this.checkedListBoxMods.Name = "checkedListBoxMods";
this.checkedListBoxMods.Size = new System.Drawing.Size(258, 334);
+ this.checkedListBoxMods.Sorted = true;
this.checkedListBoxMods.TabIndex = 0;
this.checkedListBoxMods.SelectedIndexChanged += new System.EventHandler(this.checkedListBoxMods_SelectedIndexChanged);
//
@@ -64,6 +65,8 @@
this.Name = "SelectModsForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "ModsSelect";
+ this.DragDrop += new System.Windows.Forms.DragEventHandler(this.SelectModsForm_DragDrop);
+ this.DragEnter += new System.Windows.Forms.DragEventHandler(this.SelectModsForm_DragEnter);
this.ResumeLayout(false);
this.PerformLayout();