namespace DotNetHarness.Rendering { partial class RenderTileControl { /// /// 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.label1 = new System.Windows.Forms.Label(); this.txtMapDefinition = new System.Windows.Forms.TextBox(); this.txtBaseGroup = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtScale = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtCol = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtRow = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(31, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(75, 13); this.label1.TabIndex = 0; this.label1.Text = "Map Definition"; // // txtMapDefinition // this.txtMapDefinition.Location = new System.Drawing.Point(135, 22); this.txtMapDefinition.Name = "txtMapDefinition"; this.txtMapDefinition.Size = new System.Drawing.Size(375, 20); this.txtMapDefinition.TabIndex = 1; this.txtMapDefinition.Text = "Library://Samples/Sheboygan/MapsTiled/Sheboygan.MapDefinition"; // // txtBaseGroup // this.txtBaseGroup.Location = new System.Drawing.Point(135, 48); this.txtBaseGroup.Name = "txtBaseGroup"; this.txtBaseGroup.Size = new System.Drawing.Size(375, 20); this.txtBaseGroup.TabIndex = 3; this.txtBaseGroup.Text = "Base Layer Group"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(31, 51); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(92, 13); this.label2.TabIndex = 2; this.label2.Text = "Base Layer Group"; // // txtScale // this.txtScale.Location = new System.Drawing.Point(135, 74); this.txtScale.Name = "txtScale"; this.txtScale.Size = new System.Drawing.Size(63, 20); this.txtScale.TabIndex = 5; this.txtScale.Text = "75000"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(31, 77); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(60, 13); this.label3.TabIndex = 4; this.label3.Text = "View Scale"; // // txtCol // this.txtCol.Location = new System.Drawing.Point(335, 100); this.txtCol.Name = "txtCol"; this.txtCol.Size = new System.Drawing.Size(63, 20); this.txtCol.TabIndex = 7; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(231, 103); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(42, 13); this.label4.TabIndex = 6; this.label4.Text = "Column"; // // txtRow // this.txtRow.Location = new System.Drawing.Point(135, 100); this.txtRow.Name = "txtRow"; this.txtRow.Size = new System.Drawing.Size(63, 20); this.txtRow.TabIndex = 9; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(31, 103); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(29, 13); this.label5.TabIndex = 8; this.label5.Text = "Row"; // // button1 // this.button1.Location = new System.Drawing.Point(435, 98); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 10; this.button1.Text = "Go"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // RenderTileControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.button1); this.Controls.Add(this.txtRow); this.Controls.Add(this.label5); this.Controls.Add(this.txtCol); this.Controls.Add(this.label4); this.Controls.Add(this.txtScale); this.Controls.Add(this.label3); this.Controls.Add(this.txtBaseGroup); this.Controls.Add(this.label2); this.Controls.Add(this.txtMapDefinition); this.Controls.Add(this.label1); this.Name = "RenderTileControl"; this.Size = new System.Drawing.Size(639, 246); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtMapDefinition; private System.Windows.Forms.TextBox txtBaseGroup; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtScale; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtCol; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtRow; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button button1; } }