Home
last modified time | relevance | path

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

/dports/games/openbve/OpenBVE-1.8.2.1/source/InputDevicePlugins/SanYingInput/
H A DConfigForm.cs209 txtSwConstSpeed.Text = toSwitchString(saveData.switchConstSpeed); in restoreConfiguration()
243 saveData.switchConstSpeed = fromSwitchString(txtSwConstSpeed.Text); in saveConfiguration()
417 else if (txtSwConstSpeed.Focused) in configurateSwitch()
419 txtSwConstSpeed.Text = toSwitchString(i); in configurateSwitch()
H A DConfigForm.Designer.cs58 this.txtSwConstSpeed = new System.Windows.Forms.TextBox(); in InitializeComponent()
133 this.groupBox1.Controls.Add(this.txtSwConstSpeed); in InitializeComponent()
220 this.txtSwConstSpeed.Location = new System.Drawing.Point(201, 260); in InitializeComponent()
221 this.txtSwConstSpeed.Name = "txtSwConstSpeed"; in InitializeComponent()
222 this.txtSwConstSpeed.ReadOnly = true; in InitializeComponent()
223 this.txtSwConstSpeed.Size = new System.Drawing.Size(76, 19); in InitializeComponent()
224 this.txtSwConstSpeed.TabIndex = 42; in InitializeComponent()
225 …this.txtSwConstSpeed.KeyDown += new System.Windows.Forms.KeyEventHandler(this.deconfigurateSwitch); in InitializeComponent()
885 private System.Windows.Forms.TextBox txtSwConstSpeed; field in SanYingInput.ConfigForm