Fixed some bugs with forward/back and applying new sprites.

This commit is contained in:
2017-09-18 10:31:47 -05:00
parent 273c381389
commit fac2461875
2 changed files with 37 additions and 11 deletions

View File

@ -181,6 +181,7 @@
this.btnNewSprite.TabIndex = 11;
this.btnNewSprite.Text = "New Sprite";
this.btnNewSprite.UseVisualStyleBackColor = true;
this.btnNewSprite.Click += new System.EventHandler(this.btnNewSprite_Click);
//
// tbAmimationSpeed
//
@ -217,7 +218,7 @@
// btnBack
//
this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnBack.Location = new System.Drawing.Point(49, 322);
this.btnBack.Location = new System.Drawing.Point(25, 322);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(29, 23);
this.btnBack.TabIndex = 16;
@ -228,7 +229,7 @@
// btnFwd
//
this.btnFwd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnFwd.Location = new System.Drawing.Point(131, 322);
this.btnFwd.Location = new System.Drawing.Point(177, 322);
this.btnFwd.Name = "btnFwd";
this.btnFwd.Size = new System.Drawing.Size(29, 23);
this.btnFwd.TabIndex = 17;
@ -240,7 +241,7 @@
//
this.lblCountSprites.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblCountSprites.AutoSize = true;
this.lblCountSprites.Location = new System.Drawing.Point(95, 325);
this.lblCountSprites.Location = new System.Drawing.Point(75, 325);
this.lblCountSprites.Name = "lblCountSprites";
this.lblCountSprites.Size = new System.Drawing.Size(16, 17);
this.lblCountSprites.TabIndex = 18;