namespace EventSystemXMLCreator
{
partial class ProjectLocation
{
///
/// 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.directionsRTB = new System.Windows.Forms.RichTextBox();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.LocOpenFileButton = new System.Windows.Forms.Button();
this.LocCancelButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// directionsRTB
//
this.directionsRTB.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.directionsRTB.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.directionsRTB.ForeColor = System.Drawing.SystemColors.Info;
this.directionsRTB.Location = new System.Drawing.Point(59, 12);
this.directionsRTB.Name = "directionsRTB";
this.directionsRTB.Size = new System.Drawing.Size(516, 94);
this.directionsRTB.TabIndex = 3;
this.directionsRTB.Text = "Please select the location of your previously installed DarkWynter Event System. " +
" If you have not installed it yet, just select cancel.";
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// LocOpenFileButton
//
this.LocOpenFileButton.Location = new System.Drawing.Point(121, 153);
this.LocOpenFileButton.Name = "LocOpenFileButton";
this.LocOpenFileButton.Size = new System.Drawing.Size(75, 23);
this.LocOpenFileButton.TabIndex = 4;
this.LocOpenFileButton.Text = "Open File";
this.LocOpenFileButton.UseVisualStyleBackColor = true;
this.LocOpenFileButton.Click += new System.EventHandler(this.LocOpenFileButton_Click);
//
// LocCancelButton
//
this.LocCancelButton.Location = new System.Drawing.Point(396, 153);
this.LocCancelButton.Name = "LocCancelButton";
this.LocCancelButton.Size = new System.Drawing.Size(75, 23);
this.LocCancelButton.TabIndex = 5;
this.LocCancelButton.Text = "Cancel";
this.LocCancelButton.UseVisualStyleBackColor = true;
this.LocCancelButton.Click += new System.EventHandler(this.LocCancelButton_Click);
//
// Location
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(636, 506);
this.Controls.Add(this.LocCancelButton);
this.Controls.Add(this.LocOpenFileButton);
this.Controls.Add(this.directionsRTB);
this.Name = "Location";
this.Text = "Event System Location";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RichTextBox directionsRTB;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Button LocOpenFileButton;
private System.Windows.Forms.Button LocCancelButton;
}
}