ROI help text modified/corrected.

This commit is contained in:
Milan Hanajik
2017-01-18 16:59:17 +01:00
parent cf876aabd2
commit 18cf0b5de3
@@ -94,9 +94,9 @@ namespace TBF.BenchControl.Network.Camera.Roi
this.classNameLabel.AutoSize = true;
this.classNameLabel.Location = new System.Drawing.Point(101, 21);
this.classNameLabel.Name = "classNameLabel";
this.classNameLabel.Size = new System.Drawing.Size(83, 13);
this.classNameLabel.Size = new System.Drawing.Size(114, 13);
this.classNameLabel.TabIndex = 0;
this.classNameLabel.Text = "ComonentName";
this.classNameLabel.Text = "ComponentClassName";
//
// parentNameComboBox
//
@@ -145,21 +145,21 @@ namespace TBF.BenchControl.Network.Camera.Roi
// helpLabel1
//
this.helpLabel1.AutoSize = true;
this.helpLabel1.Location = new System.Drawing.Point(19, 154);
this.helpLabel1.Location = new System.Drawing.Point(103, 156);
this.helpLabel1.Name = "helpLabel1";
this.helpLabel1.Size = new System.Drawing.Size(396, 13);
this.helpLabel1.Size = new System.Drawing.Size(379, 13);
this.helpLabel1.TabIndex = 8;
this.helpLabel1.Text = "[-l] [-s] [-m <x> <y> <w> <h> [-m ... [-m ...]]] cx cy roiWid roiHgh innerR outer" +
"R R3 ...";
this.helpLabel1.Text = "roiWid roiHgh cx cy innerR outerR R3 ang1 ang2 fullAngle teethCount ..." +
"";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(18, 174);
this.label2.Location = new System.Drawing.Point(102, 174);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(243, 13);
this.label2.Size = new System.Drawing.Size(350, 13);
this.label2.TabIndex = 9;
this.label2.Text = "... ang1 ang2 teethCount 1(=cw)|-1(=ccw) bkgCorr";
this.label2.Text = "... angSpeed( - ccw +cw) initSpeed minMvmt maxFwdMvmt bkgndCorr";
//
// RoiCfgCtrl
//