|
@@ -125,13 +125,9 @@
|
|
this.ddlDwellTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ddlDwellTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ddlDwellTime.FormattingEnabled = true;
|
|
this.ddlDwellTime.FormattingEnabled = true;
|
|
this.ddlDwellTime.Items.AddRange(new object[] {
|
|
this.ddlDwellTime.Items.AddRange(new object[] {
|
|
- "4",
|
|
|
|
- "8",
|
|
|
|
- "16",
|
|
|
|
- "32",
|
|
|
|
- "64",
|
|
|
|
- "128",
|
|
|
|
- "256"});
|
|
|
|
|
|
+ "Low",
|
|
|
|
+ "Medium",
|
|
|
|
+ "High"});
|
|
this.ddlDwellTime.Location = new System.Drawing.Point(266, 16);
|
|
this.ddlDwellTime.Location = new System.Drawing.Point(266, 16);
|
|
this.ddlDwellTime.Margin = new System.Windows.Forms.Padding(2);
|
|
this.ddlDwellTime.Margin = new System.Windows.Forms.Padding(2);
|
|
this.ddlDwellTime.Name = "ddlDwellTime";
|
|
this.ddlDwellTime.Name = "ddlDwellTime";
|