mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-06-05 19:55:46 +08:00
Changed scenario chain node type dropdown to text entry with autocomplete
This commit is contained in:
+2
-1
@@ -1805,7 +1805,8 @@
|
|||||||
//
|
//
|
||||||
this.ScenarioChainNodeTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
this.ScenarioChainNodeTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.ScenarioChainNodeTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.ScenarioChainNodeTypeComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
||||||
|
this.ScenarioChainNodeTypeComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
||||||
this.ScenarioChainNodeTypeComboBox.FormattingEnabled = true;
|
this.ScenarioChainNodeTypeComboBox.FormattingEnabled = true;
|
||||||
this.ScenarioChainNodeTypeComboBox.Location = new System.Drawing.Point(73, 55);
|
this.ScenarioChainNodeTypeComboBox.Location = new System.Drawing.Point(73, 55);
|
||||||
this.ScenarioChainNodeTypeComboBox.Name = "ScenarioChainNodeTypeComboBox";
|
this.ScenarioChainNodeTypeComboBox.Name = "ScenarioChainNodeTypeComboBox";
|
||||||
|
|||||||
Reference in New Issue
Block a user