Adding initial sprite database and sprite entry form
This commit is contained in:
276
SpriteLibrary/SpriteEntryForm.Designer.cs
generated
Normal file
276
SpriteLibrary/SpriteEntryForm.Designer.cs
generated
Normal file
@ -0,0 +1,276 @@
|
||||
namespace SpriteLibrary
|
||||
{
|
||||
partial class SpriteEntryForm
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.pbImageField = new System.Windows.Forms.PictureBox();
|
||||
this.cbStartingImage = new System.Windows.Forms.ComboBox();
|
||||
this.lblStartingImage = new System.Windows.Forms.Label();
|
||||
this.lblChosenArea = new System.Windows.Forms.Label();
|
||||
this.tbNumFrames = new System.Windows.Forms.TextBox();
|
||||
this.lblFrames = new System.Windows.Forms.Label();
|
||||
this.tbSpriteName = new System.Windows.Forms.TextBox();
|
||||
this.lblSpriteName = new System.Windows.Forms.Label();
|
||||
this.btnDone = new System.Windows.Forms.Button();
|
||||
this.btnCancel = new System.Windows.Forms.Button();
|
||||
this.btnApply = new System.Windows.Forms.Button();
|
||||
this.btnNew = new System.Windows.Forms.Button();
|
||||
this.tbAmimationSpeed = new System.Windows.Forms.TextBox();
|
||||
this.lblAnimationSpeed = new System.Windows.Forms.Label();
|
||||
this.lblDefaultSize = new System.Windows.Forms.Label();
|
||||
this.tbDefaultSize = new System.Windows.Forms.TextBox();
|
||||
this.btnBack = new System.Windows.Forms.Button();
|
||||
this.btnFwd = new System.Windows.Forms.Button();
|
||||
this.lblCountSprites = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pbImageField)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// pbImageField
|
||||
//
|
||||
this.pbImageField.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.pbImageField.Location = new System.Drawing.Point(5, 10);
|
||||
this.pbImageField.Name = "pbImageField";
|
||||
this.pbImageField.Size = new System.Drawing.Size(213, 253);
|
||||
this.pbImageField.TabIndex = 0;
|
||||
this.pbImageField.TabStop = false;
|
||||
//
|
||||
// cbStartingImage
|
||||
//
|
||||
this.cbStartingImage.FormattingEnabled = true;
|
||||
this.cbStartingImage.Location = new System.Drawing.Point(349, 40);
|
||||
this.cbStartingImage.Name = "cbStartingImage";
|
||||
this.cbStartingImage.Size = new System.Drawing.Size(131, 24);
|
||||
this.cbStartingImage.TabIndex = 1;
|
||||
this.cbStartingImage.SelectedIndexChanged += new System.EventHandler(this.cbStartingImage_SelectedIndexChanged);
|
||||
//
|
||||
// lblStartingImage
|
||||
//
|
||||
this.lblStartingImage.AutoSize = true;
|
||||
this.lblStartingImage.Location = new System.Drawing.Point(244, 43);
|
||||
this.lblStartingImage.Name = "lblStartingImage";
|
||||
this.lblStartingImage.Size = new System.Drawing.Size(99, 17);
|
||||
this.lblStartingImage.TabIndex = 2;
|
||||
this.lblStartingImage.Text = "Starting Image";
|
||||
//
|
||||
// lblChosenArea
|
||||
//
|
||||
this.lblChosenArea.AutoSize = true;
|
||||
this.lblChosenArea.Location = new System.Drawing.Point(350, 77);
|
||||
this.lblChosenArea.Name = "lblChosenArea";
|
||||
this.lblChosenArea.Size = new System.Drawing.Size(46, 17);
|
||||
this.lblChosenArea.TabIndex = 3;
|
||||
this.lblChosenArea.Text = "label2";
|
||||
//
|
||||
// tbNumFrames
|
||||
//
|
||||
this.tbNumFrames.Location = new System.Drawing.Point(349, 109);
|
||||
this.tbNumFrames.Name = "tbNumFrames";
|
||||
this.tbNumFrames.Size = new System.Drawing.Size(47, 22);
|
||||
this.tbNumFrames.TabIndex = 4;
|
||||
//
|
||||
// lblFrames
|
||||
//
|
||||
this.lblFrames.AutoSize = true;
|
||||
this.lblFrames.Location = new System.Drawing.Point(288, 109);
|
||||
this.lblFrames.Name = "lblFrames";
|
||||
this.lblFrames.Size = new System.Drawing.Size(55, 17);
|
||||
this.lblFrames.TabIndex = 5;
|
||||
this.lblFrames.Text = "Frames";
|
||||
//
|
||||
// tbSpriteName
|
||||
//
|
||||
this.tbSpriteName.Location = new System.Drawing.Point(349, 10);
|
||||
this.tbSpriteName.Name = "tbSpriteName";
|
||||
this.tbSpriteName.Size = new System.Drawing.Size(100, 22);
|
||||
this.tbSpriteName.TabIndex = 6;
|
||||
//
|
||||
// lblSpriteName
|
||||
//
|
||||
this.lblSpriteName.AutoSize = true;
|
||||
this.lblSpriteName.Location = new System.Drawing.Point(251, 14);
|
||||
this.lblSpriteName.Name = "lblSpriteName";
|
||||
this.lblSpriteName.Size = new System.Drawing.Size(86, 17);
|
||||
this.lblSpriteName.TabIndex = 7;
|
||||
this.lblSpriteName.Text = "Sprite Name";
|
||||
//
|
||||
// btnDone
|
||||
//
|
||||
this.btnDone.Location = new System.Drawing.Point(434, 259);
|
||||
this.btnDone.Name = "btnDone";
|
||||
this.btnDone.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnDone.TabIndex = 8;
|
||||
this.btnDone.Text = "Done";
|
||||
this.btnDone.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btnCancel
|
||||
//
|
||||
this.btnCancel.Location = new System.Drawing.Point(353, 259);
|
||||
this.btnCancel.Name = "btnCancel";
|
||||
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnCancel.TabIndex = 9;
|
||||
this.btnCancel.Text = "Cancel";
|
||||
this.btnCancel.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btnApply
|
||||
//
|
||||
this.btnApply.Location = new System.Drawing.Point(434, 230);
|
||||
this.btnApply.Name = "btnApply";
|
||||
this.btnApply.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnApply.TabIndex = 10;
|
||||
this.btnApply.Text = "Apply";
|
||||
this.btnApply.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btnNew
|
||||
//
|
||||
this.btnNew.Location = new System.Drawing.Point(353, 230);
|
||||
this.btnNew.Name = "btnNew";
|
||||
this.btnNew.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnNew.TabIndex = 11;
|
||||
this.btnNew.Text = "New";
|
||||
this.btnNew.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// tbAmimationSpeed
|
||||
//
|
||||
this.tbAmimationSpeed.Location = new System.Drawing.Point(349, 145);
|
||||
this.tbAmimationSpeed.Name = "tbAmimationSpeed";
|
||||
this.tbAmimationSpeed.Size = new System.Drawing.Size(100, 22);
|
||||
this.tbAmimationSpeed.TabIndex = 12;
|
||||
//
|
||||
// lblAnimationSpeed
|
||||
//
|
||||
this.lblAnimationSpeed.AutoSize = true;
|
||||
this.lblAnimationSpeed.Location = new System.Drawing.Point(228, 148);
|
||||
this.lblAnimationSpeed.Name = "lblAnimationSpeed";
|
||||
this.lblAnimationSpeed.Size = new System.Drawing.Size(115, 17);
|
||||
this.lblAnimationSpeed.TabIndex = 13;
|
||||
this.lblAnimationSpeed.Text = "Animation Speed";
|
||||
//
|
||||
// lblDefaultSize
|
||||
//
|
||||
this.lblDefaultSize.AutoSize = true;
|
||||
this.lblDefaultSize.Location = new System.Drawing.Point(261, 188);
|
||||
this.lblDefaultSize.Name = "lblDefaultSize";
|
||||
this.lblDefaultSize.Size = new System.Drawing.Size(84, 17);
|
||||
this.lblDefaultSize.TabIndex = 14;
|
||||
this.lblDefaultSize.Text = "Default Size";
|
||||
//
|
||||
// tbDefaultSize
|
||||
//
|
||||
this.tbDefaultSize.Location = new System.Drawing.Point(349, 185);
|
||||
this.tbDefaultSize.Name = "tbDefaultSize";
|
||||
this.tbDefaultSize.Size = new System.Drawing.Size(100, 22);
|
||||
this.tbDefaultSize.TabIndex = 15;
|
||||
//
|
||||
// btnBack
|
||||
//
|
||||
this.btnBack.Location = new System.Drawing.Point(43, 269);
|
||||
this.btnBack.Name = "btnBack";
|
||||
this.btnBack.Size = new System.Drawing.Size(29, 23);
|
||||
this.btnBack.TabIndex = 16;
|
||||
this.btnBack.Text = "<";
|
||||
this.btnBack.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btnFwd
|
||||
//
|
||||
this.btnFwd.Location = new System.Drawing.Point(125, 269);
|
||||
this.btnFwd.Name = "btnFwd";
|
||||
this.btnFwd.Size = new System.Drawing.Size(29, 23);
|
||||
this.btnFwd.TabIndex = 17;
|
||||
this.btnFwd.Text = ">";
|
||||
this.btnFwd.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// lblCountSprites
|
||||
//
|
||||
this.lblCountSprites.AutoSize = true;
|
||||
this.lblCountSprites.Location = new System.Drawing.Point(89, 272);
|
||||
this.lblCountSprites.Name = "lblCountSprites";
|
||||
this.lblCountSprites.Size = new System.Drawing.Size(16, 17);
|
||||
this.lblCountSprites.TabIndex = 18;
|
||||
this.lblCountSprites.Text = "0";
|
||||
//
|
||||
// SpriteEntryForm
|
||||
//
|
||||
this.AcceptButton = this.btnApply;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.CancelButton = this.btnCancel;
|
||||
this.ClientSize = new System.Drawing.Size(524, 294);
|
||||
this.Controls.Add(this.lblCountSprites);
|
||||
this.Controls.Add(this.btnFwd);
|
||||
this.Controls.Add(this.btnBack);
|
||||
this.Controls.Add(this.tbDefaultSize);
|
||||
this.Controls.Add(this.lblDefaultSize);
|
||||
this.Controls.Add(this.lblAnimationSpeed);
|
||||
this.Controls.Add(this.tbAmimationSpeed);
|
||||
this.Controls.Add(this.btnNew);
|
||||
this.Controls.Add(this.btnApply);
|
||||
this.Controls.Add(this.btnCancel);
|
||||
this.Controls.Add(this.btnDone);
|
||||
this.Controls.Add(this.lblSpriteName);
|
||||
this.Controls.Add(this.tbSpriteName);
|
||||
this.Controls.Add(this.lblFrames);
|
||||
this.Controls.Add(this.tbNumFrames);
|
||||
this.Controls.Add(this.lblChosenArea);
|
||||
this.Controls.Add(this.lblStartingImage);
|
||||
this.Controls.Add(this.cbStartingImage);
|
||||
this.Controls.Add(this.pbImageField);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "SpriteEntryForm";
|
||||
this.Text = "SpriteEntryForm";
|
||||
((System.ComponentModel.ISupportInitialize)(this.pbImageField)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.PictureBox pbImageField;
|
||||
private System.Windows.Forms.ComboBox cbStartingImage;
|
||||
private System.Windows.Forms.Label lblStartingImage;
|
||||
private System.Windows.Forms.Label lblChosenArea;
|
||||
private System.Windows.Forms.TextBox tbNumFrames;
|
||||
private System.Windows.Forms.Label lblFrames;
|
||||
private System.Windows.Forms.TextBox tbSpriteName;
|
||||
private System.Windows.Forms.Label lblSpriteName;
|
||||
private System.Windows.Forms.Button btnDone;
|
||||
private System.Windows.Forms.Button btnCancel;
|
||||
private System.Windows.Forms.Button btnApply;
|
||||
private System.Windows.Forms.Button btnNew;
|
||||
private System.Windows.Forms.TextBox tbAmimationSpeed;
|
||||
private System.Windows.Forms.Label lblAnimationSpeed;
|
||||
private System.Windows.Forms.Label lblDefaultSize;
|
||||
private System.Windows.Forms.TextBox tbDefaultSize;
|
||||
private System.Windows.Forms.Button btnBack;
|
||||
private System.Windows.Forms.Button btnFwd;
|
||||
private System.Windows.Forms.Label lblCountSprites;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user