mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-17 04:22:54 +08:00
287 lines
15 KiB
C#
287 lines
15 KiB
C#
|
namespace CodeWalker.Project.Panels
|
|||
|
{
|
|||
|
partial class EditScenarioYmtPanel
|
|||
|
{
|
|||
|
/// <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(EditScenarioYmtPanel));
|
|||
|
this.ScenarioYmtExtentsMaxTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label103 = new System.Windows.Forms.Label();
|
|||
|
this.ScenarioYmtExtentsMinTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label150 = new System.Windows.Forms.Label();
|
|||
|
this.ScenarioYmtGridInfoLabel = new System.Windows.Forms.Label();
|
|||
|
this.ScenarioYmtGridScaleTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label96 = new System.Windows.Forms.Label();
|
|||
|
this.ScenarioYmtProjectPathTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label66 = new System.Windows.Forms.Label();
|
|||
|
this.ScenarioYmtFileLocationTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label72 = new System.Windows.Forms.Label();
|
|||
|
this.ScenarioYmtGridMaxTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label73 = new System.Windows.Forms.Label();
|
|||
|
this.ScenarioYmtGridMinTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label75 = new System.Windows.Forms.Label();
|
|||
|
this.ScenarioYmtVersionTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label64 = new System.Windows.Forms.Label();
|
|||
|
this.ScenarioYmtNameTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label63 = new System.Windows.Forms.Label();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// ScenarioYmtExtentsMaxTextBox
|
|||
|
//
|
|||
|
this.ScenarioYmtExtentsMaxTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.ScenarioYmtExtentsMaxTextBox.Location = new System.Drawing.Point(96, 240);
|
|||
|
this.ScenarioYmtExtentsMaxTextBox.Name = "ScenarioYmtExtentsMaxTextBox";
|
|||
|
this.ScenarioYmtExtentsMaxTextBox.ReadOnly = true;
|
|||
|
this.ScenarioYmtExtentsMaxTextBox.Size = new System.Drawing.Size(285, 20);
|
|||
|
this.ScenarioYmtExtentsMaxTextBox.TabIndex = 34;
|
|||
|
//
|
|||
|
// label103
|
|||
|
//
|
|||
|
this.label103.AutoSize = true;
|
|||
|
this.label103.Location = new System.Drawing.Point(8, 243);
|
|||
|
this.label103.Name = "label103";
|
|||
|
this.label103.Size = new System.Drawing.Size(68, 13);
|
|||
|
this.label103.TabIndex = 33;
|
|||
|
this.label103.Text = "Extents Max:";
|
|||
|
//
|
|||
|
// ScenarioYmtExtentsMinTextBox
|
|||
|
//
|
|||
|
this.ScenarioYmtExtentsMinTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.ScenarioYmtExtentsMinTextBox.Location = new System.Drawing.Point(96, 214);
|
|||
|
this.ScenarioYmtExtentsMinTextBox.Name = "ScenarioYmtExtentsMinTextBox";
|
|||
|
this.ScenarioYmtExtentsMinTextBox.ReadOnly = true;
|
|||
|
this.ScenarioYmtExtentsMinTextBox.Size = new System.Drawing.Size(285, 20);
|
|||
|
this.ScenarioYmtExtentsMinTextBox.TabIndex = 32;
|
|||
|
//
|
|||
|
// label150
|
|||
|
//
|
|||
|
this.label150.AutoSize = true;
|
|||
|
this.label150.Location = new System.Drawing.Point(8, 217);
|
|||
|
this.label150.Name = "label150";
|
|||
|
this.label150.Size = new System.Drawing.Size(65, 13);
|
|||
|
this.label150.TabIndex = 31;
|
|||
|
this.label150.Text = "Extents Min:";
|
|||
|
//
|
|||
|
// ScenarioYmtGridInfoLabel
|
|||
|
//
|
|||
|
this.ScenarioYmtGridInfoLabel.AutoSize = true;
|
|||
|
this.ScenarioYmtGridInfoLabel.Location = new System.Drawing.Point(93, 171);
|
|||
|
this.ScenarioYmtGridInfoLabel.Name = "ScenarioYmtGridInfoLabel";
|
|||
|
this.ScenarioYmtGridInfoLabel.Size = new System.Drawing.Size(94, 13);
|
|||
|
this.ScenarioYmtGridInfoLabel.TabIndex = 30;
|
|||
|
this.ScenarioYmtGridInfoLabel.Text = "Total grid points: 0";
|
|||
|
//
|
|||
|
// ScenarioYmtGridScaleTextBox
|
|||
|
//
|
|||
|
this.ScenarioYmtGridScaleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.ScenarioYmtGridScaleTextBox.Location = new System.Drawing.Point(96, 133);
|
|||
|
this.ScenarioYmtGridScaleTextBox.Name = "ScenarioYmtGridScaleTextBox";
|
|||
|
this.ScenarioYmtGridScaleTextBox.ReadOnly = true;
|
|||
|
this.ScenarioYmtGridScaleTextBox.Size = new System.Drawing.Size(285, 20);
|
|||
|
this.ScenarioYmtGridScaleTextBox.TabIndex = 29;
|
|||
|
//
|
|||
|
// label96
|
|||
|
//
|
|||
|
this.label96.AutoSize = true;
|
|||
|
this.label96.Location = new System.Drawing.Point(8, 136);
|
|||
|
this.label96.Name = "label96";
|
|||
|
this.label96.Size = new System.Drawing.Size(59, 13);
|
|||
|
this.label96.TabIndex = 28;
|
|||
|
this.label96.Text = "Grid Scale:";
|
|||
|
//
|
|||
|
// ScenarioYmtProjectPathTextBox
|
|||
|
//
|
|||
|
this.ScenarioYmtProjectPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.ScenarioYmtProjectPathTextBox.Location = new System.Drawing.Point(96, 330);
|
|||
|
this.ScenarioYmtProjectPathTextBox.Name = "ScenarioYmtProjectPathTextBox";
|
|||
|
this.ScenarioYmtProjectPathTextBox.ReadOnly = true;
|
|||
|
this.ScenarioYmtProjectPathTextBox.Size = new System.Drawing.Size(412, 20);
|
|||
|
this.ScenarioYmtProjectPathTextBox.TabIndex = 38;
|
|||
|
//
|
|||
|
// label66
|
|||
|
//
|
|||
|
this.label66.AutoSize = true;
|
|||
|
this.label66.Location = new System.Drawing.Point(8, 333);
|
|||
|
this.label66.Name = "label66";
|
|||
|
this.label66.Size = new System.Drawing.Size(67, 13);
|
|||
|
this.label66.TabIndex = 37;
|
|||
|
this.label66.Text = "Project path:";
|
|||
|
//
|
|||
|
// ScenarioYmtFileLocationTextBox
|
|||
|
//
|
|||
|
this.ScenarioYmtFileLocationTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.ScenarioYmtFileLocationTextBox.Location = new System.Drawing.Point(96, 304);
|
|||
|
this.ScenarioYmtFileLocationTextBox.Name = "ScenarioYmtFileLocationTextBox";
|
|||
|
this.ScenarioYmtFileLocationTextBox.ReadOnly = true;
|
|||
|
this.ScenarioYmtFileLocationTextBox.Size = new System.Drawing.Size(412, 20);
|
|||
|
this.ScenarioYmtFileLocationTextBox.TabIndex = 36;
|
|||
|
//
|
|||
|
// label72
|
|||
|
//
|
|||
|
this.label72.AutoSize = true;
|
|||
|
this.label72.Location = new System.Drawing.Point(8, 307);
|
|||
|
this.label72.Name = "label72";
|
|||
|
this.label72.Size = new System.Drawing.Size(66, 13);
|
|||
|
this.label72.TabIndex = 35;
|
|||
|
this.label72.Text = "File location:";
|
|||
|
//
|
|||
|
// ScenarioYmtGridMaxTextBox
|
|||
|
//
|
|||
|
this.ScenarioYmtGridMaxTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.ScenarioYmtGridMaxTextBox.Location = new System.Drawing.Point(96, 107);
|
|||
|
this.ScenarioYmtGridMaxTextBox.Name = "ScenarioYmtGridMaxTextBox";
|
|||
|
this.ScenarioYmtGridMaxTextBox.ReadOnly = true;
|
|||
|
this.ScenarioYmtGridMaxTextBox.Size = new System.Drawing.Size(285, 20);
|
|||
|
this.ScenarioYmtGridMaxTextBox.TabIndex = 27;
|
|||
|
//
|
|||
|
// label73
|
|||
|
//
|
|||
|
this.label73.AutoSize = true;
|
|||
|
this.label73.Location = new System.Drawing.Point(8, 110);
|
|||
|
this.label73.Name = "label73";
|
|||
|
this.label73.Size = new System.Drawing.Size(52, 13);
|
|||
|
this.label73.TabIndex = 26;
|
|||
|
this.label73.Text = "Grid Max:";
|
|||
|
//
|
|||
|
// ScenarioYmtGridMinTextBox
|
|||
|
//
|
|||
|
this.ScenarioYmtGridMinTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.ScenarioYmtGridMinTextBox.Location = new System.Drawing.Point(96, 81);
|
|||
|
this.ScenarioYmtGridMinTextBox.Name = "ScenarioYmtGridMinTextBox";
|
|||
|
this.ScenarioYmtGridMinTextBox.ReadOnly = true;
|
|||
|
this.ScenarioYmtGridMinTextBox.Size = new System.Drawing.Size(285, 20);
|
|||
|
this.ScenarioYmtGridMinTextBox.TabIndex = 25;
|
|||
|
//
|
|||
|
// label75
|
|||
|
//
|
|||
|
this.label75.AutoSize = true;
|
|||
|
this.label75.Location = new System.Drawing.Point(8, 84);
|
|||
|
this.label75.Name = "label75";
|
|||
|
this.label75.Size = new System.Drawing.Size(49, 13);
|
|||
|
this.label75.TabIndex = 24;
|
|||
|
this.label75.Text = "Grid Min:";
|
|||
|
//
|
|||
|
// ScenarioYmtVersionTextBox
|
|||
|
//
|
|||
|
this.ScenarioYmtVersionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.ScenarioYmtVersionTextBox.Location = new System.Drawing.Point(96, 38);
|
|||
|
this.ScenarioYmtVersionTextBox.Name = "ScenarioYmtVersionTextBox";
|
|||
|
this.ScenarioYmtVersionTextBox.Size = new System.Drawing.Size(285, 20);
|
|||
|
this.ScenarioYmtVersionTextBox.TabIndex = 23;
|
|||
|
this.ScenarioYmtVersionTextBox.TextChanged += new System.EventHandler(this.ScenarioYmtVersionTextBox_TextChanged);
|
|||
|
//
|
|||
|
// label64
|
|||
|
//
|
|||
|
this.label64.AutoSize = true;
|
|||
|
this.label64.Location = new System.Drawing.Point(8, 41);
|
|||
|
this.label64.Name = "label64";
|
|||
|
this.label64.Size = new System.Drawing.Size(82, 13);
|
|||
|
this.label64.TabIndex = 22;
|
|||
|
this.label64.Text = "VersionNumber:";
|
|||
|
//
|
|||
|
// ScenarioYmtNameTextBox
|
|||
|
//
|
|||
|
this.ScenarioYmtNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.ScenarioYmtNameTextBox.Location = new System.Drawing.Point(96, 12);
|
|||
|
this.ScenarioYmtNameTextBox.Name = "ScenarioYmtNameTextBox";
|
|||
|
this.ScenarioYmtNameTextBox.ReadOnly = true;
|
|||
|
this.ScenarioYmtNameTextBox.Size = new System.Drawing.Size(285, 20);
|
|||
|
this.ScenarioYmtNameTextBox.TabIndex = 21;
|
|||
|
//
|
|||
|
// label63
|
|||
|
//
|
|||
|
this.label63.AutoSize = true;
|
|||
|
this.label63.Location = new System.Drawing.Point(8, 15);
|
|||
|
this.label63.Name = "label63";
|
|||
|
this.label63.Size = new System.Drawing.Size(38, 13);
|
|||
|
this.label63.TabIndex = 20;
|
|||
|
this.label63.Text = "Name:";
|
|||
|
//
|
|||
|
// EditScenarioYmtPanel
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(520, 382);
|
|||
|
this.Controls.Add(this.ScenarioYmtExtentsMaxTextBox);
|
|||
|
this.Controls.Add(this.label103);
|
|||
|
this.Controls.Add(this.ScenarioYmtExtentsMinTextBox);
|
|||
|
this.Controls.Add(this.label150);
|
|||
|
this.Controls.Add(this.ScenarioYmtGridInfoLabel);
|
|||
|
this.Controls.Add(this.ScenarioYmtGridScaleTextBox);
|
|||
|
this.Controls.Add(this.label96);
|
|||
|
this.Controls.Add(this.ScenarioYmtProjectPathTextBox);
|
|||
|
this.Controls.Add(this.label66);
|
|||
|
this.Controls.Add(this.ScenarioYmtFileLocationTextBox);
|
|||
|
this.Controls.Add(this.label72);
|
|||
|
this.Controls.Add(this.ScenarioYmtGridMaxTextBox);
|
|||
|
this.Controls.Add(this.label73);
|
|||
|
this.Controls.Add(this.ScenarioYmtGridMinTextBox);
|
|||
|
this.Controls.Add(this.label75);
|
|||
|
this.Controls.Add(this.ScenarioYmtVersionTextBox);
|
|||
|
this.Controls.Add(this.label64);
|
|||
|
this.Controls.Add(this.ScenarioYmtNameTextBox);
|
|||
|
this.Controls.Add(this.label63);
|
|||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
this.Name = "EditScenarioYmtPanel";
|
|||
|
this.Text = "Edit Scenario Ymt";
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.TextBox ScenarioYmtExtentsMaxTextBox;
|
|||
|
private System.Windows.Forms.Label label103;
|
|||
|
private System.Windows.Forms.TextBox ScenarioYmtExtentsMinTextBox;
|
|||
|
private System.Windows.Forms.Label label150;
|
|||
|
private System.Windows.Forms.Label ScenarioYmtGridInfoLabel;
|
|||
|
private System.Windows.Forms.TextBox ScenarioYmtGridScaleTextBox;
|
|||
|
private System.Windows.Forms.Label label96;
|
|||
|
private System.Windows.Forms.TextBox ScenarioYmtProjectPathTextBox;
|
|||
|
private System.Windows.Forms.Label label66;
|
|||
|
private System.Windows.Forms.TextBox ScenarioYmtFileLocationTextBox;
|
|||
|
private System.Windows.Forms.Label label72;
|
|||
|
private System.Windows.Forms.TextBox ScenarioYmtGridMaxTextBox;
|
|||
|
private System.Windows.Forms.Label label73;
|
|||
|
private System.Windows.Forms.TextBox ScenarioYmtGridMinTextBox;
|
|||
|
private System.Windows.Forms.Label label75;
|
|||
|
private System.Windows.Forms.TextBox ScenarioYmtVersionTextBox;
|
|||
|
private System.Windows.Forms.Label label64;
|
|||
|
private System.Windows.Forms.TextBox ScenarioYmtNameTextBox;
|
|||
|
private System.Windows.Forms.Label label63;
|
|||
|
}
|
|||
|
}
|