|
|
|
@ -34,6 +34,7 @@ |
|
|
|
|
this.btnContour = new System.Windows.Forms.Button(); |
|
|
|
|
this.btnScanContour = new System.Windows.Forms.Button(); |
|
|
|
|
this.btnTest = new System.Windows.Forms.Button(); |
|
|
|
|
this.btnG2Track = new System.Windows.Forms.Button(); |
|
|
|
|
this.SuspendLayout(); |
|
|
|
|
// |
|
|
|
|
// btnCanny |
|
|
|
@ -96,11 +97,22 @@ |
|
|
|
|
this.btnTest.UseVisualStyleBackColor = true; |
|
|
|
|
this.btnTest.Click += new System.EventHandler(this.btnTest_Click); |
|
|
|
|
// |
|
|
|
|
// btnG2Track |
|
|
|
|
// |
|
|
|
|
this.btnG2Track.Location = new System.Drawing.Point(122, 71); |
|
|
|
|
this.btnG2Track.Name = "btnG2Track"; |
|
|
|
|
this.btnG2Track.Size = new System.Drawing.Size(102, 23); |
|
|
|
|
this.btnG2Track.TabIndex = 0; |
|
|
|
|
this.btnG2Track.Text = "Corner -G2T"; |
|
|
|
|
this.btnG2Track.UseVisualStyleBackColor = true; |
|
|
|
|
this.btnG2Track.Click += new System.EventHandler(this.btnG2Track_Click); |
|
|
|
|
// |
|
|
|
|
// MainForm |
|
|
|
|
// |
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
|
this.ClientSize = new System.Drawing.Size(470, 365); |
|
|
|
|
this.Controls.Add(this.btnG2Track); |
|
|
|
|
this.Controls.Add(this.btnScanContour); |
|
|
|
|
this.Controls.Add(this.btnContour); |
|
|
|
|
this.Controls.Add(this.btnTest); |
|
|
|
@ -121,5 +133,6 @@ |
|
|
|
|
private System.Windows.Forms.Button btnContour; |
|
|
|
|
private System.Windows.Forms.Button btnScanContour; |
|
|
|
|
private System.Windows.Forms.Button btnTest; |
|
|
|
|
private System.Windows.Forms.Button btnG2Track; |
|
|
|
|
} |
|
|
|
|
} |