SpriteDatabase creates sprites
This commit is contained in:
4
SpriteLibrary/SpriteEntryForm.Designer.cs
generated
4
SpriteLibrary/SpriteEntryForm.Designer.cs
generated
@ -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);
|
||||
|
Reference in New Issue
Block a user