freeso/TSOClient/FSO.IDE/EditorComponent/VarObjectSelect.Designer.cs
2016-02-16 14:48:14 +00:00

90 lines
No EOL
3.9 KiB
C#

namespace FSO.IDE.EditorComponent
{
partial class VarObjectSelect
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VarObjectSelect));
this.Browser = new FSO.IDE.ObjectBrowser();
this.SelectButton = new System.Windows.Forms.Button();
this.CancelButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// Browser
//
this.Browser.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Browser.Location = new System.Drawing.Point(0, 0);
this.Browser.Name = "Browser";
this.Browser.Size = new System.Drawing.Size(492, 382);
this.Browser.TabIndex = 0;
//
// SelectButton
//
this.SelectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.SelectButton.Location = new System.Drawing.Point(294, 319);
this.SelectButton.Name = "SelectButton";
this.SelectButton.Size = new System.Drawing.Size(186, 52);
this.SelectButton.TabIndex = 1;
this.SelectButton.Text = "Select this Object";
this.SelectButton.UseVisualStyleBackColor = true;
this.SelectButton.Click += new System.EventHandler(this.SelectButton_Click);
//
// CancelButton
//
this.CancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.CancelButton.Location = new System.Drawing.Point(294, 290);
this.CancelButton.Name = "CancelButton";
this.CancelButton.Size = new System.Drawing.Size(186, 23);
this.CancelButton.TabIndex = 21;
this.CancelButton.Text = "Cancel";
this.CancelButton.UseVisualStyleBackColor = true;
this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
//
// VarObjectSelect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(493, 383);
this.Controls.Add(this.CancelButton);
this.Controls.Add(this.SelectButton);
this.Controls.Add(this.Browser);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "VarObjectSelect";
this.Text = "Select an Object...";
this.ResumeLayout(false);
}
#endregion
private ObjectBrowser Browser;
private System.Windows.Forms.Button SelectButton;
private System.Windows.Forms.Button CancelButton;
}
}