namespace TACParticleEditor
{
partial class ParticleEditor
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.LoadButton = new System.Windows.Forms.Button();
this.emitterInfoGrid = new System.Windows.Forms.PropertyGrid();
this.EmitterTypeLabel = new System.Windows.Forms.Label();
this.emitterType = new System.Windows.Forms.ComboBox();
this.emitterList = new System.Windows.Forms.ListBox();
this.emitterListLabel = new System.Windows.Forms.Label();
this.saveButton = new System.Windows.Forms.Button();
this.addButton = new System.Windows.Forms.Button();
this.removeButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// LoadButton
//
this.LoadButton.Location = new System.Drawing.Point(320, 127);
this.LoadButton.Name = "LoadButton";
this.LoadButton.Size = new System.Drawing.Size(95, 23);
this.LoadButton.TabIndex = 0;
this.LoadButton.Text = "Load File";
this.LoadButton.UseVisualStyleBackColor = true;
this.LoadButton.Click += new System.EventHandler(this.OpenButton_Click);
//
// emitterInfoGrid
//
this.emitterInfoGrid.Location = new System.Drawing.Point(12, 154);
this.emitterInfoGrid.Name = "emitterInfoGrid";
this.emitterInfoGrid.Size = new System.Drawing.Size(402, 272);
this.emitterInfoGrid.TabIndex = 1;
//
// EmitterTypeLabel
//
this.EmitterTypeLabel.AutoSize = true;
this.EmitterTypeLabel.Location = new System.Drawing.Point(12, 103);
this.EmitterTypeLabel.Name = "EmitterTypeLabel";
this.EmitterTypeLabel.Size = new System.Drawing.Size(69, 13);
this.EmitterTypeLabel.TabIndex = 3;
this.EmitterTypeLabel.Text = "Emitter Type:";
//
// emitterType
//
this.emitterType.FormattingEnabled = true;
this.emitterType.Location = new System.Drawing.Point(87, 100);
this.emitterType.Name = "emitterType";
this.emitterType.Size = new System.Drawing.Size(328, 21);
this.emitterType.TabIndex = 4;
//
// emitterList
//
this.emitterList.FormattingEnabled = true;
this.emitterList.Location = new System.Drawing.Point(15, 25);
this.emitterList.Name = "emitterList";
this.emitterList.Size = new System.Drawing.Size(400, 69);
this.emitterList.TabIndex = 5;
this.emitterList.SelectedIndexChanged += new System.EventHandler(this.emitterList_SelectedIndexChanged);
//
// emitterListLabel
//
this.emitterListLabel.AutoSize = true;
this.emitterListLabel.Location = new System.Drawing.Point(12, 4);
this.emitterListLabel.Name = "emitterListLabel";
this.emitterListLabel.Size = new System.Drawing.Size(77, 13);
this.emitterListLabel.TabIndex = 6;
this.emitterListLabel.Text = "List of emitters:";
//
// saveButton
//
this.saveButton.Location = new System.Drawing.Point(219, 127);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(95, 23);
this.saveButton.TabIndex = 7;
this.saveButton.Text = "Save File";
this.saveButton.UseVisualStyleBackColor = true;
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
//
// addButton
//
this.addButton.Location = new System.Drawing.Point(12, 127);
this.addButton.Name = "addButton";
this.addButton.Size = new System.Drawing.Size(96, 23);
this.addButton.TabIndex = 9;
this.addButton.Text = "Add Emitter";
this.addButton.UseVisualStyleBackColor = true;
this.addButton.Click += new System.EventHandler(this.addButton_Click);
//
// removeButton
//
this.removeButton.Location = new System.Drawing.Point(114, 127);
this.removeButton.Name = "removeButton";
this.removeButton.Size = new System.Drawing.Size(96, 23);
this.removeButton.TabIndex = 10;
this.removeButton.Text = "Remove Emitter";
this.removeButton.UseVisualStyleBackColor = true;
this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
//
// ParticleEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(426, 438);
this.Controls.Add(this.removeButton);
this.Controls.Add(this.addButton);
this.Controls.Add(this.saveButton);
this.Controls.Add(this.emitterListLabel);
this.Controls.Add(this.emitterList);
this.Controls.Add(this.emitterType);
this.Controls.Add(this.EmitterTypeLabel);
this.Controls.Add(this.emitterInfoGrid);
this.Controls.Add(this.LoadButton);
this.Name = "ParticleEditor";
this.Text = "ParticleEditor";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button LoadButton;
private System.Windows.Forms.PropertyGrid emitterInfoGrid;
private System.Windows.Forms.Label EmitterTypeLabel;
private System.Windows.Forms.ComboBox emitterType;
private System.Windows.Forms.ListBox emitterList;
private System.Windows.Forms.Label emitterListLabel;
private System.Windows.Forms.Button saveButton;
private System.Windows.Forms.Button addButton;
private System.Windows.Forms.Button removeButton;
}
}