mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-22 23:12:59 +08:00
Changed scenario chain node type dropdown to text entry with autocomplete
This commit is contained in:
parent
863ab0eb58
commit
2c5a907a8e
3
Project/Panels/EditScenarioNodePanel.Designer.cs
generated
3
Project/Panels/EditScenarioNodePanel.Designer.cs
generated
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user