forward/back buttons working & initial "save"

This commit is contained in:
2017-09-18 07:47:58 -05:00
parent ee9f046562
commit 795a4c6ce7
2 changed files with 35 additions and 0 deletions

View File

@@ -171,6 +171,7 @@
this.btnApply.TabIndex = 10;
this.btnApply.Text = "Apply";
this.btnApply.UseVisualStyleBackColor = true;
this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
//
// btnNewSprite
//
@@ -222,6 +223,7 @@
this.btnBack.TabIndex = 16;
this.btnBack.Text = "<";
this.btnBack.UseVisualStyleBackColor = true;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// btnFwd
//
@@ -232,6 +234,7 @@
this.btnFwd.TabIndex = 17;
this.btnFwd.Text = ">";
this.btnFwd.UseVisualStyleBackColor = true;
this.btnFwd.Click += new System.EventHandler(this.btnFwd_Click);
//
// lblCountSprites
//