Changed scenario chain node type dropdown to text entry with autocomplete

This commit is contained in:
dexy 2019-01-14 12:55:10 +11:00
parent 863ab0eb58
commit 2c5a907a8e

View File

@ -1805,7 +1805,8 @@
//
this.ScenarioChainNodeTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| 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.Location = new System.Drawing.Point(73, 55);
this.ScenarioChainNodeTypeComboBox.Name = "ScenarioChainNodeTypeComboBox";