moel@348: namespace OpenHardwareMonitor.GUI { moel@348: partial class PortForm { moel@348: /// moel@348: /// Required designer variable. moel@348: /// moel@348: private System.ComponentModel.IContainer components = null; moel@348: moel@348: /// moel@348: /// Clean up any resources being used. moel@348: /// moel@348: /// true if managed resources should be disposed; otherwise, false. moel@348: protected override void Dispose(bool disposing) { moel@348: if (disposing && (components != null)) { moel@348: components.Dispose(); moel@348: } moel@348: base.Dispose(disposing); moel@348: } moel@348: moel@348: #region Windows Form Designer generated code moel@348: moel@348: /// moel@348: /// Required method for Designer support - do not modify moel@348: /// the contents of this method with the code editor. moel@348: /// moel@348: private void InitializeComponent() { moel@348: this.portOKButton = new System.Windows.Forms.Button(); moel@348: this.portCancelButton = new System.Windows.Forms.Button(); moel@348: this.label1 = new System.Windows.Forms.Label(); moel@348: this.label2 = new System.Windows.Forms.Label(); moel@348: this.label3 = new System.Windows.Forms.Label(); moel@348: this.label4 = new System.Windows.Forms.Label(); moel@348: this.webServerLinkLabel = new System.Windows.Forms.LinkLabel(); moel@348: this.portNumericUpDn = new System.Windows.Forms.NumericUpDown(); moel@348: this.label5 = new System.Windows.Forms.Label(); moel@348: ((System.ComponentModel.ISupportInitialize)(this.portNumericUpDn)).BeginInit(); moel@348: this.SuspendLayout(); moel@348: // moel@348: // portOKButton moel@348: // moel@348: this.portOKButton.Location = new System.Drawing.Point(244, 137); moel@348: this.portOKButton.Name = "portOKButton"; moel@348: this.portOKButton.Size = new System.Drawing.Size(75, 23); moel@348: this.portOKButton.TabIndex = 0; moel@348: this.portOKButton.Text = "OK"; moel@348: this.portOKButton.UseVisualStyleBackColor = true; moel@348: this.portOKButton.Click += new System.EventHandler(this.portOKButton_Click); moel@348: // moel@348: // portCancelButton moel@348: // moel@348: this.portCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; moel@348: this.portCancelButton.Location = new System.Drawing.Point(162, 137); moel@348: this.portCancelButton.Name = "portCancelButton"; moel@348: this.portCancelButton.Size = new System.Drawing.Size(75, 23); moel@348: this.portCancelButton.TabIndex = 1; moel@348: this.portCancelButton.Text = "Cancel"; moel@348: this.portCancelButton.UseVisualStyleBackColor = true; moel@348: this.portCancelButton.Click += new System.EventHandler(this.portCancelButton_Click); moel@348: // moel@348: // label1 moel@348: // moel@348: this.label1.AutoSize = true; moel@348: this.label1.Location = new System.Drawing.Point(13, 106); moel@348: this.label1.Name = "label1"; moel@348: this.label1.Size = new System.Drawing.Size(377, 13); moel@348: this.label1.TabIndex = 3; moel@348: this.label1.Text = "Note: You will need to open the port in firewall settings of the operating system" + moel@348: "."; moel@348: // moel@348: // label2 moel@348: // moel@348: this.label2.AutoSize = true; moel@348: this.label2.Location = new System.Drawing.Point(13, 9); moel@348: this.label2.Name = "label2"; moel@348: this.label2.Size = new System.Drawing.Size(193, 13); moel@348: this.label2.TabIndex = 4; moel@348: this.label2.Text = "Port number for the remote web server:"; moel@348: // moel@348: // label3 moel@348: // moel@348: this.label3.AutoSize = true; moel@348: this.label3.Location = new System.Drawing.Point(13, 39); moel@348: this.label3.Name = "label3"; moel@348: this.label3.Size = new System.Drawing.Size(443, 13); moel@348: this.label3.TabIndex = 5; moel@348: this.label3.Text = "If the web server is running then it will need to be restarted for the port chang" + moel@348: "e to take effect."; moel@348: // moel@348: // label4 moel@348: // moel@348: this.label4.AutoSize = true; moel@348: this.label4.Location = new System.Drawing.Point(13, 62); moel@348: this.label4.Name = "label4"; moel@348: this.label4.Size = new System.Drawing.Size(262, 13); moel@348: this.label4.TabIndex = 6; moel@348: this.label4.Text = "The web server will be accessible from the browser at "; moel@348: // moel@348: // webServerLinkLabel moel@348: // moel@348: this.webServerLinkLabel.AutoSize = true; moel@348: this.webServerLinkLabel.Location = new System.Drawing.Point(269, 62); moel@348: this.webServerLinkLabel.Name = "webServerLinkLabel"; moel@348: this.webServerLinkLabel.Size = new System.Drawing.Size(55, 13); moel@348: this.webServerLinkLabel.TabIndex = 7; moel@348: this.webServerLinkLabel.TabStop = true; moel@348: this.webServerLinkLabel.Text = "linkLabel1"; moel@348: this.webServerLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.webServerLinkLabel_LinkClicked); moel@348: // moel@348: // portNumericUpDn moel@348: // moel@348: this.portNumericUpDn.Location = new System.Drawing.Point(208, 7); moel@348: this.portNumericUpDn.Maximum = new decimal(new int[] { moel@348: 20000, moel@348: 0, moel@348: 0, moel@348: 0}); moel@348: this.portNumericUpDn.Minimum = new decimal(new int[] { moel@348: 8080, moel@348: 0, moel@348: 0, moel@348: 0}); moel@348: this.portNumericUpDn.Name = "portNumericUpDn"; moel@348: this.portNumericUpDn.Size = new System.Drawing.Size(75, 20); moel@348: this.portNumericUpDn.TabIndex = 8; moel@348: this.portNumericUpDn.Value = new decimal(new int[] { moel@348: 8080, moel@348: 0, moel@348: 0, moel@348: 0}); moel@348: this.portNumericUpDn.ValueChanged += new System.EventHandler(this.portNumericUpDn_ValueChanged); moel@348: // moel@348: // label5 moel@348: // moel@348: this.label5.AutoSize = true; moel@348: this.label5.Location = new System.Drawing.Point(13, 84); moel@348: this.label5.Name = "label5"; moel@348: this.label5.Size = new System.Drawing.Size(304, 13); moel@348: this.label5.TabIndex = 9; moel@348: this.label5.Text = "You will have to start the server by clicking Run from the menu."; moel@348: // moel@348: // PortForm moel@348: // moel@348: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); moel@348: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; moel@348: this.CancelButton = this.portCancelButton; moel@348: this.ClientSize = new System.Drawing.Size(466, 170); moel@348: this.Controls.Add(this.label5); moel@348: this.Controls.Add(this.portNumericUpDn); moel@348: this.Controls.Add(this.webServerLinkLabel); moel@348: this.Controls.Add(this.label4); moel@348: this.Controls.Add(this.label3); moel@348: this.Controls.Add(this.label2); moel@348: this.Controls.Add(this.label1); moel@348: this.Controls.Add(this.portCancelButton); moel@348: this.Controls.Add(this.portOKButton); moel@348: this.MaximizeBox = false; moel@348: this.MinimizeBox = false; moel@348: this.Name = "PortForm"; moel@348: this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; moel@348: this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; moel@348: this.Text = "Set Port"; moel@348: this.Load += new System.EventHandler(this.PortForm_Load); moel@348: ((System.ComponentModel.ISupportInitialize)(this.portNumericUpDn)).EndInit(); moel@348: this.ResumeLayout(false); moel@348: this.PerformLayout(); moel@348: moel@348: } moel@348: moel@348: #endregion moel@348: moel@348: private System.Windows.Forms.Button portOKButton; moel@348: private System.Windows.Forms.Button portCancelButton; moel@348: private System.Windows.Forms.Label label1; moel@348: private System.Windows.Forms.Label label2; moel@348: private System.Windows.Forms.Label label3; moel@348: private System.Windows.Forms.Label label4; moel@348: private System.Windows.Forms.LinkLabel webServerLinkLabel; moel@348: private System.Windows.Forms.NumericUpDown portNumericUpDn; moel@348: private System.Windows.Forms.Label label5; moel@348: } moel@348: }