Input Config - hide Enabled checkbox since we have no intention of supporting the disabling of a controller at this time.
This commit is contained in:
parent
5e91cc2a7e
commit
38dd7889b3
|
@ -111,12 +111,13 @@
|
|||
this.IDX_CONTROLLERENABLED.AutoSize = true;
|
||||
this.IDX_CONTROLLERENABLED.Checked = true;
|
||||
this.IDX_CONTROLLERENABLED.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.IDX_CONTROLLERENABLED.Location = new System.Drawing.Point(143, 23);
|
||||
this.IDX_CONTROLLERENABLED.Location = new System.Drawing.Point(169, 23);
|
||||
this.IDX_CONTROLLERENABLED.Name = "IDX_CONTROLLERENABLED";
|
||||
this.IDX_CONTROLLERENABLED.Size = new System.Drawing.Size(65, 17);
|
||||
this.IDX_CONTROLLERENABLED.TabIndex = 1;
|
||||
this.IDX_CONTROLLERENABLED.Text = "Enabled";
|
||||
this.IDX_CONTROLLERENABLED.UseVisualStyleBackColor = true;
|
||||
this.IDX_CONTROLLERENABLED.Visible = false;
|
||||
//
|
||||
// ControllComboBox
|
||||
//
|
||||
|
@ -124,7 +125,7 @@
|
|||
this.ControllComboBox.FormattingEnabled = true;
|
||||
this.ControllComboBox.Location = new System.Drawing.Point(6, 19);
|
||||
this.ControllComboBox.Name = "ControllComboBox";
|
||||
this.ControllComboBox.Size = new System.Drawing.Size(110, 21);
|
||||
this.ControllComboBox.Size = new System.Drawing.Size(157, 21);
|
||||
this.ControllComboBox.TabIndex = 0;
|
||||
this.ControllComboBox.SelectedIndexChanged += new System.EventHandler(this.ControllComboBox_SelectedIndexChanged);
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue