Print only good results temporarily hidden.

This commit is contained in:
Milan Hanajik 2015-04-23 01:05:55 +02:00
parent ec865d3b7c
commit 6ac22ac4a3

View File

@ -63,7 +63,7 @@ namespace TBF.Forms
//
// printButton
//
this.printButton.Location = new System.Drawing.Point(106, 384);
this.printButton.Location = new System.Drawing.Point(106, 348);
this.printButton.Name = "printButton";
this.printButton.Size = new System.Drawing.Size(144, 64);
this.printButton.TabIndex = 2;
@ -73,7 +73,7 @@ namespace TBF.Forms
//
// cancelButton
//
this.cancelButton.Location = new System.Drawing.Point(342, 384);
this.cancelButton.Location = new System.Drawing.Point(342, 348);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(144, 64);
this.cancelButton.TabIndex = 3;
@ -99,11 +99,11 @@ namespace TBF.Forms
this.testerComboBox.Size = new System.Drawing.Size(380, 31);
this.testerComboBox.TabIndex = 0;
//
// printLastCheckBox
// onlyLastCheckBox
//
this.onlyLastCheckBox.AutoSize = true;
this.onlyLastCheckBox.Location = new System.Drawing.Point(106, 317);
this.onlyLastCheckBox.Name = "printLastCheckBox";
this.onlyLastCheckBox.Location = new System.Drawing.Point(106, 277);
this.onlyLastCheckBox.Name = "onlyLastCheckBox";
this.onlyLastCheckBox.Size = new System.Drawing.Size(335, 27);
this.onlyLastCheckBox.TabIndex = 5;
this.onlyLastCheckBox.Text = "Print only the last measurement";
@ -112,18 +112,19 @@ namespace TBF.Forms
// onlyGoodCheckBox
//
this.onlyGoodCheckBox.AutoSize = true;
this.onlyGoodCheckBox.Location = new System.Drawing.Point(106, 270);
this.onlyGoodCheckBox.Location = new System.Drawing.Point(106, 244);
this.onlyGoodCheckBox.Name = "onlyGoodCheckBox";
this.onlyGoodCheckBox.Size = new System.Drawing.Size(247, 27);
this.onlyGoodCheckBox.TabIndex = 6;
this.onlyGoodCheckBox.Text = "Print only good results";
this.onlyGoodCheckBox.UseVisualStyleBackColor = true;
this.onlyGoodCheckBox.Visible = false;
//
// PrintOrderForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 23F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(597, 491);
this.ClientSize = new System.Drawing.Size(597, 451);
this.Controls.Add(this.onlyGoodCheckBox);
this.Controls.Add(this.onlyLastCheckBox);
this.Controls.Add(this.testerGroupBox);