Home
last modified time | relevance | path

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

/dports/games/openbve/OpenBVE-1.8.2.1/source/InputDevicePlugins/SanYingInput/
H A DConfigForm.cs207 txtSwHorn2.Text = toSwitchString(saveData.switchHorn2); in restoreConfiguration()
241 saveData.switchHorn2 = fromSwitchString(txtSwHorn2.Text); in saveConfiguration()
409 else if (txtSwHorn2.Focused) in configurateSwitch()
411 txtSwHorn2.Text = toSwitchString(i); in configurateSwitch()
H A DConfigForm.Designer.cs60 this.txtSwHorn2 = new System.Windows.Forms.TextBox(); in InitializeComponent()
135 this.groupBox1.Controls.Add(this.txtSwHorn2); in InitializeComponent()
238 this.txtSwHorn2.Location = new System.Drawing.Point(201, 211); in InitializeComponent()
239 this.txtSwHorn2.Name = "txtSwHorn2"; in InitializeComponent()
240 this.txtSwHorn2.ReadOnly = true; in InitializeComponent()
241 this.txtSwHorn2.Size = new System.Drawing.Size(76, 19); in InitializeComponent()
242 this.txtSwHorn2.TabIndex = 40; in InitializeComponent()
243 … this.txtSwHorn2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.deconfigurateSwitch); in InitializeComponent()
887 private System.Windows.Forms.TextBox txtSwHorn2; field in SanYingInput.ConfigForm