namespace EventSystemXMLCreator { partial class XMLCreator { /// /// 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.FileOptionsMenuStrip = new System.Windows.Forms.MenuStrip(); this.FO_fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.FO_newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.FO_openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.FO_saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.FO_saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.templatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.eventSystemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.AIEventTSMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.DialogueEventTSMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.HUDEventTSMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.TerrainEventTSMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.LevelChangeEventTSMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.HUDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.textDisplayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.imageDisplayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.FO_openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.FO_saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.splitContainer = new System.Windows.Forms.SplitContainer(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.CodeBox = new System.Windows.Forms.GroupBox(); this.Code_richTextBox = new System.Windows.Forms.RichTextBox(); this.XMLBox = new System.Windows.Forms.GroupBox(); this.XML_richTextBox = new System.Windows.Forms.RichTextBox(); this.label3textBox = new System.Windows.Forms.TextBox(); this.label4textBox = new System.Windows.Forms.TextBox(); this.label5textBox = new System.Windows.Forms.TextBox(); this.label6textBox = new System.Windows.Forms.TextBox(); this.label7textBox = new System.Windows.Forms.TextBox(); this.label8textBox = new System.Windows.Forms.TextBox(); this.label9textBox = new System.Windows.Forms.TextBox(); this.label10textBox = new System.Windows.Forms.TextBox(); this.acceptButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.FileOptionsMenuStrip.SuspendLayout(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.Panel2.SuspendLayout(); this.splitContainer.SuspendLayout(); this.CodeBox.SuspendLayout(); this.XMLBox.SuspendLayout(); this.SuspendLayout(); // // FileOptionsMenuStrip // this.FileOptionsMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FO_fileToolStripMenuItem, this.templatesToolStripMenuItem}); this.FileOptionsMenuStrip.Location = new System.Drawing.Point(0, 0); this.FileOptionsMenuStrip.Name = "FileOptionsMenuStrip"; this.FileOptionsMenuStrip.Size = new System.Drawing.Size(1167, 24); this.FileOptionsMenuStrip.TabIndex = 0; this.FileOptionsMenuStrip.Text = "menuStrip1"; // // FO_fileToolStripMenuItem // this.FO_fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FO_newToolStripMenuItem, this.FO_openToolStripMenuItem, this.FO_saveToolStripMenuItem, this.FO_saveAsToolStripMenuItem}); this.FO_fileToolStripMenuItem.Name = "FO_fileToolStripMenuItem"; this.FO_fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); this.FO_fileToolStripMenuItem.Text = "File"; // // FO_newToolStripMenuItem // this.FO_newToolStripMenuItem.Name = "FO_newToolStripMenuItem"; this.FO_newToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.FO_newToolStripMenuItem.Text = "New"; this.FO_newToolStripMenuItem.Click += new System.EventHandler(this.FO_newToolStripMenuItem_Click); // // FO_openToolStripMenuItem // this.FO_openToolStripMenuItem.Name = "FO_openToolStripMenuItem"; this.FO_openToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.FO_openToolStripMenuItem.Text = "Open"; this.FO_openToolStripMenuItem.Click += new System.EventHandler(this.FO_openToolStripMenuItem_Click); // // FO_saveToolStripMenuItem // this.FO_saveToolStripMenuItem.Name = "FO_saveToolStripMenuItem"; this.FO_saveToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.FO_saveToolStripMenuItem.Text = "Save"; this.FO_saveToolStripMenuItem.Click += new System.EventHandler(this.FO_saveToolStripMenuItem_Click); // // FO_saveAsToolStripMenuItem // this.FO_saveAsToolStripMenuItem.Name = "FO_saveAsToolStripMenuItem"; this.FO_saveAsToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.FO_saveAsToolStripMenuItem.Text = "Save As"; this.FO_saveAsToolStripMenuItem.Click += new System.EventHandler(this.FO_saveAsToolStripMenuItem_Click); // // templatesToolStripMenuItem // this.templatesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.eventSystemToolStripMenuItem, this.HUDToolStripMenuItem}); this.templatesToolStripMenuItem.Name = "templatesToolStripMenuItem"; this.templatesToolStripMenuItem.Size = new System.Drawing.Size(68, 20); this.templatesToolStripMenuItem.Text = "Templates"; // // eventSystemToolStripMenuItem // this.eventSystemToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.AIEventTSMenuItem, this.DialogueEventTSMenuItem, this.HUDEventTSMenuItem, this.TerrainEventTSMenuItem, this.LevelChangeEventTSMenuItem}); this.eventSystemToolStripMenuItem.Name = "eventSystemToolStripMenuItem"; this.eventSystemToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.eventSystemToolStripMenuItem.Text = "EventSystem"; // // AIEventTSMenuItem // this.AIEventTSMenuItem.Name = "AIEventTSMenuItem"; this.AIEventTSMenuItem.Size = new System.Drawing.Size(168, 22); this.AIEventTSMenuItem.Text = "AIEvent"; this.AIEventTSMenuItem.Click += new System.EventHandler(this.AIEventTSMenuItem_Click); // // DialogueEventTSMenuItem // this.DialogueEventTSMenuItem.Name = "DialogueEventTSMenuItem"; this.DialogueEventTSMenuItem.Size = new System.Drawing.Size(168, 22); this.DialogueEventTSMenuItem.Text = "DialogueEvent"; this.DialogueEventTSMenuItem.Click += new System.EventHandler(this.DialogueEventTSMenuItem_Click); // // HUDEventTSMenuItem // this.HUDEventTSMenuItem.Name = "HUDEventTSMenuItem"; this.HUDEventTSMenuItem.Size = new System.Drawing.Size(168, 22); this.HUDEventTSMenuItem.Text = "HUDEvent"; this.HUDEventTSMenuItem.Click += new System.EventHandler(this.HUDEventTSMenuItem_Click); // // TerrainEventTSMenuItem // this.TerrainEventTSMenuItem.Name = "TerrainEventTSMenuItem"; this.TerrainEventTSMenuItem.Size = new System.Drawing.Size(168, 22); this.TerrainEventTSMenuItem.Text = "TerrainEvent"; this.TerrainEventTSMenuItem.Click += new System.EventHandler(this.TerrainEventTSMenuItem_Click); // // LevelChangeEventTSMenuItem // this.LevelChangeEventTSMenuItem.Name = "LevelChangeEventTSMenuItem"; this.LevelChangeEventTSMenuItem.Size = new System.Drawing.Size(168, 22); this.LevelChangeEventTSMenuItem.Text = "LevelChangeEvent"; this.LevelChangeEventTSMenuItem.Click += new System.EventHandler(this.LevelChangeEventTSMenuItem_Click); // // HUDToolStripMenuItem // this.HUDToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.textDisplayToolStripMenuItem, this.imageDisplayToolStripMenuItem}); this.HUDToolStripMenuItem.Name = "HUDToolStripMenuItem"; this.HUDToolStripMenuItem.Size = new System.Drawing.Size(139, 22); this.HUDToolStripMenuItem.Text = "HUD"; // // textDisplayToolStripMenuItem // this.textDisplayToolStripMenuItem.Name = "textDisplayToolStripMenuItem"; this.textDisplayToolStripMenuItem.Size = new System.Drawing.Size(140, 22); this.textDisplayToolStripMenuItem.Text = "TextDisplay"; // // imageDisplayToolStripMenuItem // this.imageDisplayToolStripMenuItem.Name = "imageDisplayToolStripMenuItem"; this.imageDisplayToolStripMenuItem.Size = new System.Drawing.Size(140, 22); this.imageDisplayToolStripMenuItem.Text = "ImageDisplay"; // // FO_openFileDialog // this.FO_openFileDialog.FileName = "openFileDialog1"; // // splitContainer // this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer.Location = new System.Drawing.Point(0, 24); this.splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // this.splitContainer.Panel1.Controls.Add(this.cancelButton); this.splitContainer.Panel1.Controls.Add(this.acceptButton); this.splitContainer.Panel1.Controls.Add(this.label10textBox); this.splitContainer.Panel1.Controls.Add(this.label9textBox); this.splitContainer.Panel1.Controls.Add(this.label8textBox); this.splitContainer.Panel1.Controls.Add(this.label7textBox); this.splitContainer.Panel1.Controls.Add(this.label6textBox); this.splitContainer.Panel1.Controls.Add(this.label5textBox); this.splitContainer.Panel1.Controls.Add(this.label4textBox); this.splitContainer.Panel1.Controls.Add(this.label3textBox); this.splitContainer.Panel1.Controls.Add(this.label10); this.splitContainer.Panel1.Controls.Add(this.label9); this.splitContainer.Panel1.Controls.Add(this.label8); this.splitContainer.Panel1.Controls.Add(this.label7); this.splitContainer.Panel1.Controls.Add(this.label6); this.splitContainer.Panel1.Controls.Add(this.label5); this.splitContainer.Panel1.Controls.Add(this.label4); this.splitContainer.Panel1.Controls.Add(this.label3); this.splitContainer.Panel1.Controls.Add(this.label2); this.splitContainer.Panel1.Controls.Add(this.label1); // // splitContainer.Panel2 // this.splitContainer.Panel2.Controls.Add(this.CodeBox); this.splitContainer.Panel2.Controls.Add(this.XMLBox); this.splitContainer.Size = new System.Drawing.Size(1167, 697); this.splitContainer.SplitterDistance = 789; this.splitContainer.TabIndex = 1; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.Location = new System.Drawing.Point(53, 595); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(70, 24); this.label10.TabIndex = 9; this.label10.Text = "label10"; this.label10.Visible = false; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Location = new System.Drawing.Point(53, 532); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(60, 24); this.label9.TabIndex = 8; this.label9.Text = "label9"; this.label9.Visible = false; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.Location = new System.Drawing.Point(53, 465); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(60, 24); this.label8.TabIndex = 7; this.label8.Text = "label8"; this.label8.Visible = false; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(53, 390); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(60, 24); this.label7.TabIndex = 6; this.label7.Text = "label7"; this.label7.Visible = false; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(53, 316); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(60, 24); this.label6.TabIndex = 5; this.label6.Text = "label6"; this.label6.Visible = false; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(53, 241); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(60, 24); this.label5.TabIndex = 4; this.label5.Text = "label5"; this.label5.Visible = false; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(53, 170); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(60, 24); this.label4.TabIndex = 3; this.label4.Text = "label4"; this.label4.Visible = false; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(53, 98); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(60, 24); this.label3.TabIndex = 2; this.label3.Text = "label3"; this.label3.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(438, 33); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(60, 24); this.label2.TabIndex = 1; this.label2.Text = "label2"; this.label2.Visible = false; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(53, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 24); this.label1.TabIndex = 0; this.label1.Text = "label1"; this.label1.Visible = false; // // CodeBox // this.CodeBox.Controls.Add(this.Code_richTextBox); this.CodeBox.Location = new System.Drawing.Point(6, 408); this.CodeBox.Name = "CodeBox"; this.CodeBox.Size = new System.Drawing.Size(368, 277); this.CodeBox.TabIndex = 1; this.CodeBox.TabStop = false; this.CodeBox.Text = "C# Code to Read in XML File"; // // Code_richTextBox // this.Code_richTextBox.Location = new System.Drawing.Point(6, 19); this.Code_richTextBox.Name = "Code_richTextBox"; this.Code_richTextBox.Size = new System.Drawing.Size(353, 252); this.Code_richTextBox.TabIndex = 1; this.Code_richTextBox.Text = ""; // // XMLBox // this.XMLBox.Controls.Add(this.XML_richTextBox); this.XMLBox.Location = new System.Drawing.Point(3, 3); this.XMLBox.Name = "XMLBox"; this.XMLBox.Size = new System.Drawing.Size(368, 399); this.XMLBox.TabIndex = 0; this.XMLBox.TabStop = false; this.XMLBox.Text = "XML File"; // // XML_richTextBox // this.XML_richTextBox.Location = new System.Drawing.Point(6, 19); this.XML_richTextBox.Name = "XML_richTextBox"; this.XML_richTextBox.Size = new System.Drawing.Size(356, 374); this.XML_richTextBox.TabIndex = 0; this.XML_richTextBox.Text = ""; // // label3textBox // this.label3textBox.Location = new System.Drawing.Point(178, 103); this.label3textBox.Name = "label3textBox"; this.label3textBox.Size = new System.Drawing.Size(258, 20); this.label3textBox.TabIndex = 10; this.label3textBox.Visible = false; // // label4textBox // this.label4textBox.Location = new System.Drawing.Point(178, 175); this.label4textBox.Name = "label4textBox"; this.label4textBox.Size = new System.Drawing.Size(258, 20); this.label4textBox.TabIndex = 11; this.label4textBox.Visible = false; // // label5textBox // this.label5textBox.Location = new System.Drawing.Point(178, 245); this.label5textBox.Name = "label5textBox"; this.label5textBox.Size = new System.Drawing.Size(258, 20); this.label5textBox.TabIndex = 12; this.label5textBox.Visible = false; // // label6textBox // this.label6textBox.Location = new System.Drawing.Point(178, 321); this.label6textBox.Name = "label6textBox"; this.label6textBox.Size = new System.Drawing.Size(258, 20); this.label6textBox.TabIndex = 13; this.label6textBox.Visible = false; // // label7textBox // this.label7textBox.Location = new System.Drawing.Point(178, 394); this.label7textBox.Name = "label7textBox"; this.label7textBox.Size = new System.Drawing.Size(258, 20); this.label7textBox.TabIndex = 14; this.label7textBox.Visible = false; // // label8textBox // this.label8textBox.Location = new System.Drawing.Point(178, 470); this.label8textBox.Name = "label8textBox"; this.label8textBox.Size = new System.Drawing.Size(258, 20); this.label8textBox.TabIndex = 15; this.label8textBox.Visible = false; // // label9textBox // this.label9textBox.Location = new System.Drawing.Point(178, 537); this.label9textBox.Name = "label9textBox"; this.label9textBox.Size = new System.Drawing.Size(258, 20); this.label9textBox.TabIndex = 16; this.label9textBox.Visible = false; // // label10textBox // this.label10textBox.Location = new System.Drawing.Point(178, 600); this.label10textBox.Name = "label10textBox"; this.label10textBox.Size = new System.Drawing.Size(258, 20); this.label10textBox.TabIndex = 17; this.label10textBox.Visible = false; // // acceptButton // this.acceptButton.Location = new System.Drawing.Point(57, 656); this.acceptButton.Name = "acceptButton"; this.acceptButton.Size = new System.Drawing.Size(75, 23); this.acceptButton.TabIndex = 18; this.acceptButton.Text = "Accept"; this.acceptButton.UseVisualStyleBackColor = true; this.acceptButton.Click += new System.EventHandler(this.acceptButton_Click); // // cancelButton // this.cancelButton.Location = new System.Drawing.Point(361, 656); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 19; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // XMLCreator // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1167, 721); this.Controls.Add(this.splitContainer); this.Controls.Add(this.FileOptionsMenuStrip); this.MainMenuStrip = this.FileOptionsMenuStrip; this.Name = "XMLCreator"; this.Text = "XMLCreator"; this.FileOptionsMenuStrip.ResumeLayout(false); this.FileOptionsMenuStrip.PerformLayout(); this.splitContainer.Panel1.ResumeLayout(false); this.splitContainer.Panel1.PerformLayout(); this.splitContainer.Panel2.ResumeLayout(false); this.splitContainer.ResumeLayout(false); this.CodeBox.ResumeLayout(false); this.XMLBox.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip FileOptionsMenuStrip; private System.Windows.Forms.ToolStripMenuItem FO_fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem FO_newToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem FO_openToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem FO_saveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem FO_saveAsToolStripMenuItem; private System.Windows.Forms.OpenFileDialog FO_openFileDialog; private System.Windows.Forms.SaveFileDialog FO_saveFileDialog; private System.Windows.Forms.ToolStripMenuItem templatesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem eventSystemToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem AIEventTSMenuItem; private System.Windows.Forms.ToolStripMenuItem DialogueEventTSMenuItem; private System.Windows.Forms.ToolStripMenuItem HUDEventTSMenuItem; private System.Windows.Forms.ToolStripMenuItem TerrainEventTSMenuItem; private System.Windows.Forms.ToolStripMenuItem LevelChangeEventTSMenuItem; private System.Windows.Forms.ToolStripMenuItem HUDToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem textDisplayToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem imageDisplayToolStripMenuItem; private System.Windows.Forms.SplitContainer splitContainer; private System.Windows.Forms.GroupBox CodeBox; private System.Windows.Forms.GroupBox XMLBox; private System.Windows.Forms.RichTextBox Code_richTextBox; private System.Windows.Forms.RichTextBox XML_richTextBox; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox label10textBox; private System.Windows.Forms.TextBox label9textBox; private System.Windows.Forms.TextBox label8textBox; private System.Windows.Forms.TextBox label7textBox; private System.Windows.Forms.TextBox label6textBox; private System.Windows.Forms.TextBox label5textBox; private System.Windows.Forms.TextBox label4textBox; private System.Windows.Forms.TextBox label3textBox; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button acceptButton; } }