SpriteDatabase creates sprites

This commit is contained in:
2017-09-16 08:03:58 -05:00
parent b881985b1b
commit 84e15883fd
5 changed files with 175 additions and 13 deletions

View File

@ -52,8 +52,9 @@
//
// pbImageField
//
this.pbImageField.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
this.pbImageField.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.pbImageField.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbImageField.Location = new System.Drawing.Point(5, 10);
this.pbImageField.Name = "pbImageField";
this.pbImageField.Size = new System.Drawing.Size(213, 253);
@ -130,6 +131,7 @@
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(353, 259);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);