Get anim fwd/backw working
This commit is contained in:
2
SpriteLibrary/SpriteEntryForm.Designer.cs
generated
2
SpriteLibrary/SpriteEntryForm.Designer.cs
generated
@ -436,6 +436,7 @@
|
||||
this.btnAnimFwd.TabIndex = 18;
|
||||
this.btnAnimFwd.Text = ">";
|
||||
this.btnAnimFwd.UseVisualStyleBackColor = true;
|
||||
this.btnAnimFwd.Click += new System.EventHandler(this.btnAnimFwd_Click);
|
||||
//
|
||||
// btnAnimBack
|
||||
//
|
||||
@ -446,6 +447,7 @@
|
||||
this.btnAnimBack.TabIndex = 19;
|
||||
this.btnAnimBack.Text = "<";
|
||||
this.btnAnimBack.UseVisualStyleBackColor = true;
|
||||
this.btnAnimBack.Click += new System.EventHandler(this.btnAnimBack_Click);
|
||||
//
|
||||
// lblAnimationFwdBack
|
||||
//
|
||||
|
Reference in New Issue
Block a user