moel@348
|
1 |
namespace OpenHardwareMonitor.GUI {
|
moel@348
|
2 |
partial class PortForm {
|
moel@348
|
3 |
/// <summary>
|
moel@348
|
4 |
/// Required designer variable.
|
moel@348
|
5 |
/// </summary>
|
moel@348
|
6 |
private System.ComponentModel.IContainer components = null;
|
moel@348
|
7 |
|
moel@348
|
8 |
/// <summary>
|
moel@348
|
9 |
/// Clean up any resources being used.
|
moel@348
|
10 |
/// </summary>
|
moel@348
|
11 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
moel@348
|
12 |
protected override void Dispose(bool disposing) {
|
moel@348
|
13 |
if (disposing && (components != null)) {
|
moel@348
|
14 |
components.Dispose();
|
moel@348
|
15 |
}
|
moel@348
|
16 |
base.Dispose(disposing);
|
moel@348
|
17 |
}
|
moel@348
|
18 |
|
moel@348
|
19 |
#region Windows Form Designer generated code
|
moel@348
|
20 |
|
moel@348
|
21 |
/// <summary>
|
moel@348
|
22 |
/// Required method for Designer support - do not modify
|
moel@348
|
23 |
/// the contents of this method with the code editor.
|
moel@348
|
24 |
/// </summary>
|
moel@348
|
25 |
private void InitializeComponent() {
|
moel@348
|
26 |
this.portOKButton = new System.Windows.Forms.Button();
|
moel@348
|
27 |
this.portCancelButton = new System.Windows.Forms.Button();
|
moel@348
|
28 |
this.label1 = new System.Windows.Forms.Label();
|
moel@348
|
29 |
this.label2 = new System.Windows.Forms.Label();
|
moel@348
|
30 |
this.label3 = new System.Windows.Forms.Label();
|
moel@348
|
31 |
this.label4 = new System.Windows.Forms.Label();
|
moel@348
|
32 |
this.webServerLinkLabel = new System.Windows.Forms.LinkLabel();
|
moel@348
|
33 |
this.portNumericUpDn = new System.Windows.Forms.NumericUpDown();
|
moel@348
|
34 |
this.label5 = new System.Windows.Forms.Label();
|
moel@348
|
35 |
((System.ComponentModel.ISupportInitialize)(this.portNumericUpDn)).BeginInit();
|
moel@348
|
36 |
this.SuspendLayout();
|
moel@348
|
37 |
//
|
moel@348
|
38 |
// portOKButton
|
moel@348
|
39 |
//
|
moel@348
|
40 |
this.portOKButton.Location = new System.Drawing.Point(244, 137);
|
moel@348
|
41 |
this.portOKButton.Name = "portOKButton";
|
moel@348
|
42 |
this.portOKButton.Size = new System.Drawing.Size(75, 23);
|
moel@348
|
43 |
this.portOKButton.TabIndex = 0;
|
moel@348
|
44 |
this.portOKButton.Text = "OK";
|
moel@348
|
45 |
this.portOKButton.UseVisualStyleBackColor = true;
|
moel@348
|
46 |
this.portOKButton.Click += new System.EventHandler(this.portOKButton_Click);
|
moel@348
|
47 |
//
|
moel@348
|
48 |
// portCancelButton
|
moel@348
|
49 |
//
|
moel@348
|
50 |
this.portCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
moel@348
|
51 |
this.portCancelButton.Location = new System.Drawing.Point(162, 137);
|
moel@348
|
52 |
this.portCancelButton.Name = "portCancelButton";
|
moel@348
|
53 |
this.portCancelButton.Size = new System.Drawing.Size(75, 23);
|
moel@348
|
54 |
this.portCancelButton.TabIndex = 1;
|
moel@348
|
55 |
this.portCancelButton.Text = "Cancel";
|
moel@348
|
56 |
this.portCancelButton.UseVisualStyleBackColor = true;
|
moel@348
|
57 |
this.portCancelButton.Click += new System.EventHandler(this.portCancelButton_Click);
|
moel@348
|
58 |
//
|
moel@348
|
59 |
// label1
|
moel@348
|
60 |
//
|
moel@348
|
61 |
this.label1.AutoSize = true;
|
moel@348
|
62 |
this.label1.Location = new System.Drawing.Point(13, 106);
|
moel@348
|
63 |
this.label1.Name = "label1";
|
moel@348
|
64 |
this.label1.Size = new System.Drawing.Size(377, 13);
|
moel@348
|
65 |
this.label1.TabIndex = 3;
|
moel@348
|
66 |
this.label1.Text = "Note: You will need to open the port in firewall settings of the operating system" +
|
moel@348
|
67 |
".";
|
moel@348
|
68 |
//
|
moel@348
|
69 |
// label2
|
moel@348
|
70 |
//
|
moel@348
|
71 |
this.label2.AutoSize = true;
|
moel@348
|
72 |
this.label2.Location = new System.Drawing.Point(13, 9);
|
moel@348
|
73 |
this.label2.Name = "label2";
|
moel@348
|
74 |
this.label2.Size = new System.Drawing.Size(193, 13);
|
moel@348
|
75 |
this.label2.TabIndex = 4;
|
moel@348
|
76 |
this.label2.Text = "Port number for the remote web server:";
|
moel@348
|
77 |
//
|
moel@348
|
78 |
// label3
|
moel@348
|
79 |
//
|
moel@348
|
80 |
this.label3.AutoSize = true;
|
moel@348
|
81 |
this.label3.Location = new System.Drawing.Point(13, 39);
|
moel@348
|
82 |
this.label3.Name = "label3";
|
moel@348
|
83 |
this.label3.Size = new System.Drawing.Size(443, 13);
|
moel@348
|
84 |
this.label3.TabIndex = 5;
|
moel@348
|
85 |
this.label3.Text = "If the web server is running then it will need to be restarted for the port chang" +
|
moel@348
|
86 |
"e to take effect.";
|
moel@348
|
87 |
//
|
moel@348
|
88 |
// label4
|
moel@348
|
89 |
//
|
moel@348
|
90 |
this.label4.AutoSize = true;
|
moel@348
|
91 |
this.label4.Location = new System.Drawing.Point(13, 62);
|
moel@348
|
92 |
this.label4.Name = "label4";
|
moel@348
|
93 |
this.label4.Size = new System.Drawing.Size(262, 13);
|
moel@348
|
94 |
this.label4.TabIndex = 6;
|
moel@348
|
95 |
this.label4.Text = "The web server will be accessible from the browser at ";
|
moel@348
|
96 |
//
|
moel@348
|
97 |
// webServerLinkLabel
|
moel@348
|
98 |
//
|
moel@348
|
99 |
this.webServerLinkLabel.AutoSize = true;
|
moel@348
|
100 |
this.webServerLinkLabel.Location = new System.Drawing.Point(269, 62);
|
moel@348
|
101 |
this.webServerLinkLabel.Name = "webServerLinkLabel";
|
moel@348
|
102 |
this.webServerLinkLabel.Size = new System.Drawing.Size(55, 13);
|
moel@348
|
103 |
this.webServerLinkLabel.TabIndex = 7;
|
moel@348
|
104 |
this.webServerLinkLabel.TabStop = true;
|
moel@348
|
105 |
this.webServerLinkLabel.Text = "linkLabel1";
|
moel@348
|
106 |
this.webServerLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.webServerLinkLabel_LinkClicked);
|
moel@348
|
107 |
//
|
moel@348
|
108 |
// portNumericUpDn
|
moel@348
|
109 |
//
|
moel@348
|
110 |
this.portNumericUpDn.Location = new System.Drawing.Point(208, 7);
|
moel@348
|
111 |
this.portNumericUpDn.Maximum = new decimal(new int[] {
|
moel@348
|
112 |
20000,
|
moel@348
|
113 |
0,
|
moel@348
|
114 |
0,
|
moel@348
|
115 |
0});
|
moel@348
|
116 |
this.portNumericUpDn.Minimum = new decimal(new int[] {
|
moel@348
|
117 |
8080,
|
moel@348
|
118 |
0,
|
moel@348
|
119 |
0,
|
moel@348
|
120 |
0});
|
moel@348
|
121 |
this.portNumericUpDn.Name = "portNumericUpDn";
|
moel@348
|
122 |
this.portNumericUpDn.Size = new System.Drawing.Size(75, 20);
|
moel@348
|
123 |
this.portNumericUpDn.TabIndex = 8;
|
moel@348
|
124 |
this.portNumericUpDn.Value = new decimal(new int[] {
|
moel@348
|
125 |
8080,
|
moel@348
|
126 |
0,
|
moel@348
|
127 |
0,
|
moel@348
|
128 |
0});
|
moel@348
|
129 |
this.portNumericUpDn.ValueChanged += new System.EventHandler(this.portNumericUpDn_ValueChanged);
|
moel@348
|
130 |
//
|
moel@348
|
131 |
// label5
|
moel@348
|
132 |
//
|
moel@348
|
133 |
this.label5.AutoSize = true;
|
moel@348
|
134 |
this.label5.Location = new System.Drawing.Point(13, 84);
|
moel@348
|
135 |
this.label5.Name = "label5";
|
moel@348
|
136 |
this.label5.Size = new System.Drawing.Size(304, 13);
|
moel@348
|
137 |
this.label5.TabIndex = 9;
|
moel@348
|
138 |
this.label5.Text = "You will have to start the server by clicking Run from the menu.";
|
moel@348
|
139 |
//
|
moel@348
|
140 |
// PortForm
|
moel@348
|
141 |
//
|
moel@348
|
142 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
moel@348
|
143 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
moel@348
|
144 |
this.CancelButton = this.portCancelButton;
|
moel@348
|
145 |
this.ClientSize = new System.Drawing.Size(466, 170);
|
moel@348
|
146 |
this.Controls.Add(this.label5);
|
moel@348
|
147 |
this.Controls.Add(this.portNumericUpDn);
|
moel@348
|
148 |
this.Controls.Add(this.webServerLinkLabel);
|
moel@348
|
149 |
this.Controls.Add(this.label4);
|
moel@348
|
150 |
this.Controls.Add(this.label3);
|
moel@348
|
151 |
this.Controls.Add(this.label2);
|
moel@348
|
152 |
this.Controls.Add(this.label1);
|
moel@348
|
153 |
this.Controls.Add(this.portCancelButton);
|
moel@348
|
154 |
this.Controls.Add(this.portOKButton);
|
moel@348
|
155 |
this.MaximizeBox = false;
|
moel@348
|
156 |
this.MinimizeBox = false;
|
moel@348
|
157 |
this.Name = "PortForm";
|
moel@348
|
158 |
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
moel@348
|
159 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
moel@348
|
160 |
this.Text = "Set Port";
|
moel@348
|
161 |
this.Load += new System.EventHandler(this.PortForm_Load);
|
moel@348
|
162 |
((System.ComponentModel.ISupportInitialize)(this.portNumericUpDn)).EndInit();
|
moel@348
|
163 |
this.ResumeLayout(false);
|
moel@348
|
164 |
this.PerformLayout();
|
moel@348
|
165 |
|
moel@348
|
166 |
}
|
moel@348
|
167 |
|
moel@348
|
168 |
#endregion
|
moel@348
|
169 |
|
moel@348
|
170 |
private System.Windows.Forms.Button portOKButton;
|
moel@348
|
171 |
private System.Windows.Forms.Button portCancelButton;
|
moel@348
|
172 |
private System.Windows.Forms.Label label1;
|
moel@348
|
173 |
private System.Windows.Forms.Label label2;
|
moel@348
|
174 |
private System.Windows.Forms.Label label3;
|
moel@348
|
175 |
private System.Windows.Forms.Label label4;
|
moel@348
|
176 |
private System.Windows.Forms.LinkLabel webServerLinkLabel;
|
moel@348
|
177 |
private System.Windows.Forms.NumericUpDown portNumericUpDn;
|
moel@348
|
178 |
private System.Windows.Forms.Label label5;
|
moel@348
|
179 |
}
|
moel@348
|
180 |
} |