Home
last modified time | relevance | path

Searched refs:buttondBox (Results 1 – 2 of 2) sorted by relevance

/dports/games/openbve/OpenBVE-1.8.2.1/source/InputDevicePlugins/DenshaDeGoInput/
H A DConfig.Designer.cs78 this.buttondBox = new System.Windows.Forms.ComboBox(); in InitializeComponent()
361 this.buttonMappingBox.Controls.Add(this.buttondBox); in InitializeComponent()
430 this.buttondBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; in InitializeComponent()
431 this.buttondBox.FormattingEnabled = true; in InitializeComponent()
432 this.buttondBox.Location = new System.Drawing.Point(62, 155); in InitializeComponent()
433 this.buttondBox.Name = "buttondBox"; in InitializeComponent()
434 this.buttondBox.Size = new System.Drawing.Size(182, 21); in InitializeComponent()
435 this.buttondBox.TabIndex = 20; in InitializeComponent()
436 …this.buttondBox.SelectedIndexChanged += new System.EventHandler(this.buttondBox_SelectedIndexChang… in InitializeComponent()
792 private System.Windows.Forms.ComboBox buttondBox; field in DenshaDeGoInput.Config
H A DConfig.cs59 buttondBox.Items.Add(Translations.GetInterfaceString("denshadego_command_none")); in Config()
75 buttondBox.Items.Add(commands[i].Name); in Config()
202 buttondBox.Items[0] = Translations.GetInterfaceString("denshadego_command_none"); in UpdateTranslation()
247buttondBox.SelectedIndex = DenshaDeGoInput.ButtonCommands[(int)InputTranslator.ControllerButton.D]; in Config_Shown()
309 …DenshaDeGoInput.ButtonCommands[(int)InputTranslator.ControllerButton.D] = buttondBox.SelectedIndex; in buttondBox_SelectedIndexChanged()