Update drag info

This commit is contained in:
2017-09-17 17:07:39 -05:00
parent a415e89cd0
commit 7dea96b266
2 changed files with 69 additions and 2 deletions

View File

@ -81,6 +81,9 @@
this.pbImageField.Size = new System.Drawing.Size(213, 306);
this.pbImageField.TabIndex = 0;
this.pbImageField.TabStop = false;
this.pbImageField.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbImageField_MouseDown);
this.pbImageField.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pbImageField_MouseMove);
this.pbImageField.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pbImageField_MouseUp);
//
// cbStartingImage
//
@ -105,9 +108,9 @@
this.lblChosenArea.AutoSize = true;
this.lblChosenArea.Location = new System.Drawing.Point(129, 44);
this.lblChosenArea.Name = "lblChosenArea";
this.lblChosenArea.Size = new System.Drawing.Size(46, 17);
this.lblChosenArea.Size = new System.Drawing.Size(86, 17);
this.lblChosenArea.TabIndex = 3;
this.lblChosenArea.Text = "label2";
this.lblChosenArea.Text = "ChosenArea";
//
// tbNumFrames
//