namespace OpenHardwareMonitor.GUI { partial class PortForm { /// /// 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.portOKButton = new System.Windows.Forms.Button(); this.portCancelButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.webServerLinkLabel = new System.Windows.Forms.LinkLabel(); this.portNumericUpDn = new System.Windows.Forms.NumericUpDown(); this.label5 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.portNumericUpDn)).BeginInit(); this.SuspendLayout(); // // portOKButton // this.portOKButton.Location = new System.Drawing.Point(244, 137); this.portOKButton.Name = "portOKButton"; this.portOKButton.Size = new System.Drawing.Size(75, 23); this.portOKButton.TabIndex = 0; this.portOKButton.Text = "OK"; this.portOKButton.UseVisualStyleBackColor = true; this.portOKButton.Click += new System.EventHandler(this.portOKButton_Click); // // portCancelButton // this.portCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.portCancelButton.Location = new System.Drawing.Point(162, 137); this.portCancelButton.Name = "portCancelButton"; this.portCancelButton.Size = new System.Drawing.Size(75, 23); this.portCancelButton.TabIndex = 1; this.portCancelButton.Text = "Cancel"; this.portCancelButton.UseVisualStyleBackColor = true; this.portCancelButton.Click += new System.EventHandler(this.portCancelButton_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 106); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(377, 13); this.label1.TabIndex = 3; this.label1.Text = "Note: You will need to open the port in firewall settings of the operating system" + "."; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(13, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(193, 13); this.label2.TabIndex = 4; this.label2.Text = "Port number for the remote web server:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(13, 39); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(443, 13); this.label3.TabIndex = 5; this.label3.Text = "If the web server is running then it will need to be restarted for the port chang" + "e to take effect."; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(13, 62); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(262, 13); this.label4.TabIndex = 6; this.label4.Text = "The web server will be accessible from the browser at "; // // webServerLinkLabel // this.webServerLinkLabel.AutoSize = true; this.webServerLinkLabel.Location = new System.Drawing.Point(269, 62); this.webServerLinkLabel.Name = "webServerLinkLabel"; this.webServerLinkLabel.Size = new System.Drawing.Size(55, 13); this.webServerLinkLabel.TabIndex = 7; this.webServerLinkLabel.TabStop = true; this.webServerLinkLabel.Text = "linkLabel1"; this.webServerLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.webServerLinkLabel_LinkClicked); // // portNumericUpDn // this.portNumericUpDn.Location = new System.Drawing.Point(208, 7); this.portNumericUpDn.Maximum = new decimal(new int[] { 20000, 0, 0, 0}); this.portNumericUpDn.Minimum = new decimal(new int[] { 8080, 0, 0, 0}); this.portNumericUpDn.Name = "portNumericUpDn"; this.portNumericUpDn.Size = new System.Drawing.Size(75, 20); this.portNumericUpDn.TabIndex = 8; this.portNumericUpDn.Value = new decimal(new int[] { 8080, 0, 0, 0}); this.portNumericUpDn.ValueChanged += new System.EventHandler(this.portNumericUpDn_ValueChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(13, 84); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(304, 13); this.label5.TabIndex = 9; this.label5.Text = "You will have to start the server by clicking Run from the menu."; // // PortForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.portCancelButton; this.ClientSize = new System.Drawing.Size(466, 170); this.Controls.Add(this.label5); this.Controls.Add(this.portNumericUpDn); this.Controls.Add(this.webServerLinkLabel); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.portCancelButton); this.Controls.Add(this.portOKButton); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "PortForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Set Port"; this.Load += new System.EventHandler(this.PortForm_Load); ((System.ComponentModel.ISupportInitialize)(this.portNumericUpDn)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button portOKButton; private System.Windows.Forms.Button portCancelButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.LinkLabel webServerLinkLabel; private System.Windows.Forms.NumericUpDown portNumericUpDn; private System.Windows.Forms.Label label5; } }