namespace MeshCentralRouter { partial class CustomAppsRunForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomAppsRunForm)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.portTextBox = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.addressTextBox = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.commandTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.argsTextBox = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.nameTextBox = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.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.groupBox1.Controls.Add(this.nameTextBox); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.argsTextBox); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.portTextBox); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.addressTextBox); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.commandTextBox); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Location = new System.Drawing.Point(12, 49); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(382, 155); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Application Command"; // // portTextBox // this.portTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.portTextBox.Location = new System.Drawing.Point(116, 97); this.portTextBox.Name = "portTextBox"; this.portTextBox.Size = new System.Drawing.Size(260, 20); this.portTextBox.TabIndex = 13; this.portTextBox.Text = "1234"; this.portTextBox.TextChanged += new System.EventHandler(this.portTextBox_TextChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 100); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(44, 13); this.label4.TabIndex = 12; this.label4.Text = "Port %P"; // // addressTextBox // this.addressTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.addressTextBox.Location = new System.Drawing.Point(116, 71); this.addressTextBox.Name = "addressTextBox"; this.addressTextBox.Size = new System.Drawing.Size(260, 20); this.addressTextBox.TabIndex = 11; this.addressTextBox.Text = "127.0.0.1"; this.addressTextBox.TextChanged += new System.EventHandler(this.addressTextBox_TextChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 74); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(62, 13); this.label3.TabIndex = 10; this.label3.Text = "Address %L"; // // commandTextBox // this.commandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.commandTextBox.Location = new System.Drawing.Point(116, 19); this.commandTextBox.Name = "commandTextBox"; this.commandTextBox.ReadOnly = true; this.commandTextBox.Size = new System.Drawing.Size(260, 20); this.commandTextBox.TabIndex = 9; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 22); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(54, 13); this.label2.TabIndex = 8; this.label2.Text = "Command"; // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okButton.Location = new System.Drawing.Point(238, 210); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 3; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(319, 210); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 2; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label1.Location = new System.Drawing.Point(12, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(382, 35); this.label1.TabIndex = 4; this.label1.Text = "Test that the application runs correctly by specifying and address, port and name" + ". Then click ok to run the application."; // // argsTextBox // this.argsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.argsTextBox.Location = new System.Drawing.Point(116, 45); this.argsTextBox.Name = "argsTextBox"; this.argsTextBox.ReadOnly = true; this.argsTextBox.Size = new System.Drawing.Size(260, 20); this.argsTextBox.TabIndex = 15; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 48); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(57, 13); this.label5.TabIndex = 14; this.label5.Text = "Arguments"; // // nameTextBox // this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.nameTextBox.Location = new System.Drawing.Point(116, 123); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(260, 20); this.nameTextBox.TabIndex = 17; this.nameTextBox.Text = "MyComputer"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 126); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(54, 13); this.label6.TabIndex = 16; this.label6.Text = "Name %N"; // // CustomAppsRunForm // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(406, 245); this.Controls.Add(this.label1); this.Controls.Add(this.okButton); this.Controls.Add(this.cancelButton); this.Controls.Add(this.groupBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CustomAppsRunForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Test Application"; this.Load += new System.EventHandler(this.CustomAppsRunForm_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox portTextBox; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox addressTextBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox commandTextBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox argsTextBox; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox nameTextBox; private System.Windows.Forms.Label label6; } }