|
@@ -2,6 +2,9 @@
|
|
|
{
|
|
|
partial class DebugWindow
|
|
|
{
|
|
|
+
|
|
|
+ public static System.Windows.Forms.TrackBar palmGridNumRowsTrackBar;
|
|
|
+ public static System.Windows.Forms.TrackBar palmGridNumColumnsTrackBar;
|
|
|
|
|
|
|
|
|
|
|
@@ -36,13 +39,15 @@
|
|
|
this.imageBox6 = new Emgu.CV.UI.ImageBox();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.frameLabel = new System.Windows.Forms.Label();
|
|
|
- this.palmGridNumColumnsTrackBar = new System.Windows.Forms.TrackBar();
|
|
|
+ palmGridNumColumnsTrackBar = new System.Windows.Forms.TrackBar();
|
|
|
this.palmGridNumColumnsLabel = new System.Windows.Forms.Label();
|
|
|
this.palmGridNumRowsLabel = new System.Windows.Forms.Label();
|
|
|
this.palmGridLabel = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.videoControlLabel = new System.Windows.Forms.Label();
|
|
|
- this.palmGridNumRowsTrackBar = new System.Windows.Forms.TrackBar();
|
|
|
+
|
|
|
+
|
|
|
+ palmGridNumRowsTrackBar = new System.Windows.Forms.TrackBar();
|
|
|
this.previousFrameButton = new System.Windows.Forms.Button();
|
|
|
this.nextFrameButton = new System.Windows.Forms.Button();
|
|
|
this.playPauseButton = new System.Windows.Forms.Button();
|
|
@@ -53,8 +58,8 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.palmImageBox)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imageBox6)).BeginInit();
|
|
|
this.panel1.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.palmGridNumColumnsTrackBar)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.palmGridNumRowsTrackBar)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(palmGridNumColumnsTrackBar)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(palmGridNumRowsTrackBar)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.touchImageBox)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
|
|
@@ -110,13 +115,13 @@
|
|
|
|
|
|
|
|
|
this.panel1.Controls.Add(this.frameLabel);
|
|
|
- this.panel1.Controls.Add(this.palmGridNumColumnsTrackBar);
|
|
|
+ this.panel1.Controls.Add(palmGridNumColumnsTrackBar);
|
|
|
this.panel1.Controls.Add(this.palmGridNumColumnsLabel);
|
|
|
this.panel1.Controls.Add(this.palmGridNumRowsLabel);
|
|
|
this.panel1.Controls.Add(this.palmGridLabel);
|
|
|
this.panel1.Controls.Add(this.label2);
|
|
|
this.panel1.Controls.Add(this.videoControlLabel);
|
|
|
- this.panel1.Controls.Add(this.palmGridNumRowsTrackBar);
|
|
|
+ this.panel1.Controls.Add(palmGridNumRowsTrackBar);
|
|
|
this.panel1.Controls.Add(this.previousFrameButton);
|
|
|
this.panel1.Controls.Add(this.nextFrameButton);
|
|
|
this.panel1.Controls.Add(this.playPauseButton);
|
|
@@ -137,13 +142,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
- this.palmGridNumColumnsTrackBar.Location = new System.Drawing.Point(56, 148);
|
|
|
- this.palmGridNumColumnsTrackBar.Minimum = 1;
|
|
|
- this.palmGridNumColumnsTrackBar.Name = "palmGridNumColumnsTrackBar";
|
|
|
- this.palmGridNumColumnsTrackBar.Size = new System.Drawing.Size(247, 45);
|
|
|
- this.palmGridNumColumnsTrackBar.TabIndex = 4;
|
|
|
- this.palmGridNumColumnsTrackBar.Value = 1;
|
|
|
- this.palmGridNumColumnsTrackBar.Scroll += new System.EventHandler(this.palmGridTrackBar_Scroll);
|
|
|
+ palmGridNumColumnsTrackBar.Location = new System.Drawing.Point(56, 148);
|
|
|
+ palmGridNumColumnsTrackBar.Minimum = 1;
|
|
|
+ palmGridNumColumnsTrackBar.Name = "palmGridNumColumnsTrackBar";
|
|
|
+ palmGridNumColumnsTrackBar.Size = new System.Drawing.Size(247, 45);
|
|
|
+ palmGridNumColumnsTrackBar.TabIndex = 4;
|
|
|
+ palmGridNumColumnsTrackBar.Value = 1;
|
|
|
+ palmGridNumColumnsTrackBar.Scroll += new System.EventHandler(this.palmGridTrackBar_Scroll);
|
|
|
|
|
|
|
|
|
|
|
@@ -193,13 +198,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
- this.palmGridNumRowsTrackBar.Location = new System.Drawing.Point(56, 108);
|
|
|
- this.palmGridNumRowsTrackBar.Minimum = 1;
|
|
|
- this.palmGridNumRowsTrackBar.Name = "palmGridNumRowsTrackBar";
|
|
|
- this.palmGridNumRowsTrackBar.Size = new System.Drawing.Size(247, 45);
|
|
|
- this.palmGridNumRowsTrackBar.TabIndex = 3;
|
|
|
- this.palmGridNumRowsTrackBar.Value = 1;
|
|
|
- this.palmGridNumRowsTrackBar.Scroll += new System.EventHandler(this.palmGridTrackBar_Scroll);
|
|
|
+ palmGridNumRowsTrackBar.Location = new System.Drawing.Point(56, 108);
|
|
|
+ palmGridNumRowsTrackBar.Minimum = 1;
|
|
|
+ palmGridNumRowsTrackBar.Name = "palmGridNumRowsTrackBar";
|
|
|
+ palmGridNumRowsTrackBar.Size = new System.Drawing.Size(247, 45);
|
|
|
+ palmGridNumRowsTrackBar.TabIndex = 3;
|
|
|
+ palmGridNumRowsTrackBar.Value = 1;
|
|
|
+ palmGridNumRowsTrackBar.Scroll += new System.EventHandler(this.palmGridTrackBar_Scroll);
|
|
|
|
|
|
|
|
|
|
|
@@ -270,8 +275,8 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imageBox6)).EndInit();
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.palmGridNumColumnsTrackBar)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.palmGridNumRowsTrackBar)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(palmGridNumColumnsTrackBar)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(palmGridNumRowsTrackBar)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.touchImageBox)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
@@ -287,16 +292,14 @@
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.Button playPauseButton;
|
|
|
private System.Windows.Forms.Label videoControlLabel;
|
|
|
- private System.Windows.Forms.TrackBar palmGridNumRowsTrackBar;
|
|
|
private System.Windows.Forms.Button previousFrameButton;
|
|
|
private System.Windows.Forms.Button nextFrameButton;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Label palmGridLabel;
|
|
|
private System.Windows.Forms.Label palmGridNumRowsLabel;
|
|
|
- private System.Windows.Forms.TrackBar palmGridNumColumnsTrackBar;
|
|
|
private System.Windows.Forms.Label palmGridNumColumnsLabel;
|
|
|
private System.Windows.Forms.Label frameLabel;
|
|
|
private Emgu.CV.UI.ImageBox touchImageBox;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
}
|