namespace RegistrationAPI_Tester { partial class MainForm { /// /// 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(MainForm)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.lblReinstall = new System.Windows.Forms.Label(); this.btnReinstall = new System.Windows.Forms.Button(); this.lblIsOnMckessonNetwork = new System.Windows.Forms.Label(); this.lblUpdate = new System.Windows.Forms.Label(); this.btnUpdateService = new System.Windows.Forms.Button(); this.lblLatestVersion = new System.Windows.Forms.Label(); this.lblServiceVersion = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.lblServiceStatus = new System.Windows.Forms.Label(); this.lable3 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.textExternalPort = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.textExternalIP = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.textInternalIP = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.textHostGUID = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textDetectedInternalIP = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.textDetectedExternalIP = new System.Windows.Forms.TextBox(); this.btnUpdateHost = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.btnIsServerReachable = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.btnServiceStartStop = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.lblReinstall); this.groupBox1.Controls.Add(this.btnReinstall); this.groupBox1.Controls.Add(this.lblIsOnMckessonNetwork); this.groupBox1.Controls.Add(this.lblUpdate); this.groupBox1.Controls.Add(this.btnUpdateService); this.groupBox1.Controls.Add(this.lblLatestVersion); this.groupBox1.Controls.Add(this.lblServiceVersion); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label15); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.lblServiceStatus); this.groupBox1.Controls.Add(this.lable3); this.groupBox1.Controls.Add(this.label14); this.groupBox1.Controls.Add(this.textExternalPort); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Controls.Add(this.textExternalIP); this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.textInternalIP); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.textHostGUID); this.groupBox1.Location = new System.Drawing.Point(8, 57); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(524, 288); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Mobile Api Service Status"; // // lblReinstall // this.lblReinstall.Location = new System.Drawing.Point(240, 258); this.lblReinstall.Name = "lblReinstall"; this.lblReinstall.Size = new System.Drawing.Size(278, 16); this.lblReinstall.TabIndex = 28; this.lblReinstall.Text = "Reinstall the service completely"; // // btnReinstall // this.btnReinstall.Location = new System.Drawing.Point(102, 254); this.btnReinstall.Name = "btnReinstall"; this.btnReinstall.Size = new System.Drawing.Size(122, 23); this.btnReinstall.TabIndex = 27; this.btnReinstall.Text = "Reinstall Service"; this.btnReinstall.UseVisualStyleBackColor = true; this.btnReinstall.Click += new System.EventHandler(this.btnReinstall_Click); // // lblIsOnMckessonNetwork // this.lblIsOnMckessonNetwork.AutoSize = true; this.lblIsOnMckessonNetwork.ForeColor = System.Drawing.Color.Red; this.lblIsOnMckessonNetwork.Location = new System.Drawing.Point(293, 190); this.lblIsOnMckessonNetwork.Name = "lblIsOnMckessonNetwork"; this.lblIsOnMckessonNetwork.Size = new System.Drawing.Size(187, 13); this.lblIsOnMckessonNetwork.TabIndex = 26; this.lblIsOnMckessonNetwork.Text = "Machine is on the McKesson Network"; // // lblUpdate // this.lblUpdate.Location = new System.Drawing.Point(239, 229); this.lblUpdate.Name = "lblUpdate"; this.lblUpdate.Size = new System.Drawing.Size(237, 16); this.lblUpdate.TabIndex = 25; this.lblUpdate.Text = "Updating the service will close this Application"; this.lblUpdate.Visible = false; // // btnUpdateService // this.btnUpdateService.Enabled = false; this.btnUpdateService.Location = new System.Drawing.Point(102, 225); this.btnUpdateService.Name = "btnUpdateService"; this.btnUpdateService.Size = new System.Drawing.Size(122, 23); this.btnUpdateService.TabIndex = 24; this.btnUpdateService.Text = "Update Service Now"; this.btnUpdateService.UseVisualStyleBackColor = true; this.btnUpdateService.Click += new System.EventHandler(this.btnUpdateService_Click); // // lblLatestVersion // this.lblLatestVersion.AutoSize = true; this.lblLatestVersion.Location = new System.Drawing.Point(103, 201); this.lblLatestVersion.Name = "lblLatestVersion"; this.lblLatestVersion.Size = new System.Drawing.Size(53, 13); this.lblLatestVersion.TabIndex = 23; this.lblLatestVersion.Text = "Unknown"; // // lblServiceVersion // this.lblServiceVersion.AutoSize = true; this.lblServiceVersion.Location = new System.Drawing.Point(103, 176); this.lblServiceVersion.Name = "lblServiceVersion"; this.lblServiceVersion.Size = new System.Drawing.Size(53, 13); this.lblServiceVersion.TabIndex = 22; this.lblServiceVersion.Text = "Unknown"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(19, 201); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(77, 13); this.label9.TabIndex = 21; this.label9.Text = "Latest Version:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(12, 176); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(84, 13); this.label8.TabIndex = 20; this.label8.Text = "Service Version:"; // // label15 // this.label15.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label15.ForeColor = System.Drawing.Color.Green; this.label15.Location = new System.Drawing.Point(291, 160); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(208, 19); this.label15.TabIndex = 19; this.label15.Text = "This screen refreshes every 15 seconds"; // // label11 // this.label11.Location = new System.Drawing.Point(291, 90); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(211, 71); this.label11.TabIndex = 18; this.label11.Text = "The \'Mobile Api Service\' detects a local IP change every 10 seconds and an extern" + "al IP change every 5 minutes. It then notifies McKesson\'s Mobile Gateway"; // // lblServiceStatus // this.lblServiceStatus.ForeColor = System.Drawing.Color.Red; this.lblServiceStatus.Location = new System.Drawing.Point(98, 31); this.lblServiceStatus.Name = "lblServiceStatus"; this.lblServiceStatus.Size = new System.Drawing.Size(401, 13); this.lblServiceStatus.TabIndex = 17; this.lblServiceStatus.Text = "Unknown"; // // lable3 // this.lable3.AutoSize = true; this.lable3.Location = new System.Drawing.Point(13, 31); this.lable3.Name = "lable3"; this.lable3.Size = new System.Drawing.Size(79, 13); this.lable3.TabIndex = 16; this.lable3.Text = "Service Status:"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(25, 148); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(70, 13); this.label14.TabIndex = 15; this.label14.Text = "External Port:"; // // textExternalPort // this.textExternalPort.Location = new System.Drawing.Point(102, 144); this.textExternalPort.Name = "textExternalPort"; this.textExternalPort.ReadOnly = true; this.textExternalPort.Size = new System.Drawing.Size(70, 20); this.textExternalPort.TabIndex = 3; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(33, 119); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(61, 13); this.label13.TabIndex = 13; this.label13.Text = "External IP:"; // // textExternalIP // this.textExternalIP.Location = new System.Drawing.Point(102, 116); this.textExternalIP.Name = "textExternalIP"; this.textExternalIP.ReadOnly = true; this.textExternalIP.Size = new System.Drawing.Size(167, 20); this.textExternalIP.TabIndex = 2; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(43, 89); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(49, 13); this.label12.TabIndex = 11; this.label12.Text = "Local IP:"; // // textInternalIP // this.textInternalIP.Location = new System.Drawing.Point(102, 86); this.textInternalIP.Name = "textInternalIP"; this.textInternalIP.ReadOnly = true; this.textInternalIP.Size = new System.Drawing.Size(167, 20); this.textInternalIP.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(31, 61); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(62, 13); this.label1.TabIndex = 1; this.label1.Text = "Host GUID:"; // // textHostGUID // this.textHostGUID.Location = new System.Drawing.Point(102, 58); this.textHostGUID.Name = "textHostGUID"; this.textHostGUID.ReadOnly = true; this.textHostGUID.Size = new System.Drawing.Size(299, 20); this.textHostGUID.TabIndex = 0; // // groupBox2 // this.groupBox2.Controls.Add(this.textDetectedInternalIP); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.textDetectedExternalIP); this.groupBox2.Controls.Add(this.btnUpdateHost); this.groupBox2.Location = new System.Drawing.Point(8, 350); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(524, 103); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "McKesson\'s Mobile Gateway"; // // textDetectedInternalIP // this.textDetectedInternalIP.Location = new System.Drawing.Point(154, 68); this.textDetectedInternalIP.Name = "textDetectedInternalIP"; this.textDetectedInternalIP.ReadOnly = true; this.textDetectedInternalIP.Size = new System.Drawing.Size(167, 20); this.textDetectedInternalIP.TabIndex = 17; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(42, 71); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(96, 13); this.label6.TabIndex = 16; this.label6.Text = "Detected Local IP:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(31, 35); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(108, 13); this.label5.TabIndex = 15; this.label5.Text = "Detected External IP:"; // // textDetectedExternalIP // this.textDetectedExternalIP.Location = new System.Drawing.Point(154, 33); this.textDetectedExternalIP.Name = "textDetectedExternalIP"; this.textDetectedExternalIP.ReadOnly = true; this.textDetectedExternalIP.Size = new System.Drawing.Size(167, 20); this.textDetectedExternalIP.TabIndex = 14; // // btnUpdateHost // this.btnUpdateHost.BackColor = System.Drawing.Color.ForestGreen; this.btnUpdateHost.Enabled = false; this.btnUpdateHost.ForeColor = System.Drawing.Color.White; this.btnUpdateHost.Location = new System.Drawing.Point(352, 30); this.btnUpdateHost.Name = "btnUpdateHost"; this.btnUpdateHost.Size = new System.Drawing.Size(150, 58); this.btnUpdateHost.TabIndex = 11; this.btnUpdateHost.Text = "Update IPs Now"; this.btnUpdateHost.UseVisualStyleBackColor = false; this.btnUpdateHost.Click += new System.EventHandler(this.btnUpdateHost_Click); // // groupBox3 // this.groupBox3.Controls.Add(this.label2); this.groupBox3.Controls.Add(this.btnIsServerReachable); this.groupBox3.Location = new System.Drawing.Point(8, 456); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(524, 75); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "Port Configuration"; // // label2 // this.label2.Location = new System.Drawing.Point(80, 22); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(374, 18); this.label2.TabIndex = 1; this.label2.Text = "Make a call from the McKesson Mobile Gateway into this Server\'s IP and Port"; // // btnIsServerReachable // this.btnIsServerReachable.Enabled = false; this.btnIsServerReachable.Location = new System.Drawing.Point(194, 44); this.btnIsServerReachable.Name = "btnIsServerReachable"; this.btnIsServerReachable.Size = new System.Drawing.Size(127, 23); this.btnIsServerReachable.TabIndex = 0; this.btnIsServerReachable.Text = "Is Server Reachable"; this.btnIsServerReachable.UseVisualStyleBackColor = true; this.btnIsServerReachable.Click += new System.EventHandler(this.btnIsServerReachable_Click); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(555, 565); this.tabControl1.TabIndex = 3; // // tabPage1 // this.tabPage1.Controls.Add(this.btnServiceStartStop); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.groupBox1); this.tabPage1.Controls.Add(this.groupBox3); this.tabPage1.Controls.Add(this.groupBox2); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(547, 539); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Network Status"; this.tabPage1.UseVisualStyleBackColor = true; // // btnServiceStartStop // this.btnServiceStartStop.Location = new System.Drawing.Point(417, 17); this.btnServiceStartStop.Name = "btnServiceStartStop"; this.btnServiceStartStop.Size = new System.Drawing.Size(114, 23); this.btnServiceStartStop.TabIndex = 26; this.btnServiceStartStop.Text = "Start Service"; this.btnServiceStartStop.UseVisualStyleBackColor = true; this.btnServiceStartStop.Click += new System.EventHandler(this.btnServiceStartStop_Click); // // label3 // this.label3.Location = new System.Drawing.Point(13, 9); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(396, 46); this.label3.TabIndex = 27; this.label3.Text = resources.GetString("label3.Text"); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(555, 565); this.Controls.Add(this.tabControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "MainForm"; this.Text = "Diagnose Mobile"; this.Load += new System.EventHandler(this.MainForm_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textHostGUID; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button btnUpdateHost; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox textExternalPort; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox textExternalIP; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox textInternalIP; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.Label lblServiceStatus; private System.Windows.Forms.Label lable3; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textDetectedExternalIP; private System.Windows.Forms.TextBox textDetectedInternalIP; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label15; private System.Windows.Forms.Button btnUpdateService; private System.Windows.Forms.Label lblLatestVersion; private System.Windows.Forms.Label lblServiceVersion; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label lblUpdate; private System.Windows.Forms.Button btnIsServerReachable; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btnServiceStartStop; private System.Windows.Forms.Label lblIsOnMckessonNetwork; private System.Windows.Forms.Label lblReinstall; private System.Windows.Forms.Button btnReinstall; } }