namespace DarkWynter.App
{
partial class GpuPhysicsControl
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.buttonCommitChanges = new System.Windows.Forms.Button();
this.textBoxGravity = new System.Windows.Forms.TextBox();
this.labelGravity = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// buttonCommitChanges
//
this.buttonCommitChanges.Location = new System.Drawing.Point(5, 95);
this.buttonCommitChanges.Name = "buttonCommitChanges";
this.buttonCommitChanges.Size = new System.Drawing.Size(112, 23);
this.buttonCommitChanges.TabIndex = 0;
this.buttonCommitChanges.Text = "Commit Changes";
this.buttonCommitChanges.UseVisualStyleBackColor = true;
this.buttonCommitChanges.Click += new System.EventHandler(this.buttonCommitChanges_Click);
//
// textBoxGravity
//
this.textBoxGravity.Location = new System.Drawing.Point(48, 3);
this.textBoxGravity.Name = "textBoxGravity";
this.textBoxGravity.Size = new System.Drawing.Size(100, 20);
this.textBoxGravity.TabIndex = 1;
//
// labelGravity
//
this.labelGravity.AutoSize = true;
this.labelGravity.Location = new System.Drawing.Point(2, 6);
this.labelGravity.Name = "labelGravity";
this.labelGravity.Size = new System.Drawing.Size(40, 13);
this.labelGravity.TabIndex = 2;
this.labelGravity.Text = "Gravity";
//
// GpuPhysicsControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.labelGravity);
this.Controls.Add(this.textBoxGravity);
this.Controls.Add(this.buttonCommitChanges);
this.Name = "GpuPhysicsControl";
this.Size = new System.Drawing.Size(206, 121);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonCommitChanges;
private System.Windows.Forms.TextBox textBoxGravity;
private System.Windows.Forms.Label labelGravity;
}
}