|
|
@ -42,6 +42,7 @@ namespace Waker |
|
|
|
this.label4 = new System.Windows.Forms.Label(); |
|
|
|
this.label4 = new System.Windows.Forms.Label(); |
|
|
|
this.PingStatusPanel = new System.Windows.Forms.Panel(); |
|
|
|
this.PingStatusPanel = new System.Windows.Forms.Panel(); |
|
|
|
this.pingTimer = new System.Windows.Forms.Timer(this.components); |
|
|
|
this.pingTimer = new System.Windows.Forms.Timer(this.components); |
|
|
|
|
|
|
|
this.RECButton = new System.Windows.Forms.Button(); |
|
|
|
this.SuspendLayout(); |
|
|
|
this.SuspendLayout(); |
|
|
|
// |
|
|
|
// |
|
|
|
// AddressTextBox |
|
|
|
// AddressTextBox |
|
|
@ -80,7 +81,7 @@ namespace Waker |
|
|
|
// |
|
|
|
// |
|
|
|
this.WakeButton.Location = new System.Drawing.Point(271, 12); |
|
|
|
this.WakeButton.Location = new System.Drawing.Point(271, 12); |
|
|
|
this.WakeButton.Name = "WakeButton"; |
|
|
|
this.WakeButton.Name = "WakeButton"; |
|
|
|
this.WakeButton.Size = new System.Drawing.Size(102, 112); |
|
|
|
this.WakeButton.Size = new System.Drawing.Size(102, 83); |
|
|
|
this.WakeButton.TabIndex = 4; |
|
|
|
this.WakeButton.TabIndex = 4; |
|
|
|
this.WakeButton.Text = "WoL"; |
|
|
|
this.WakeButton.Text = "WoL"; |
|
|
|
this.WakeButton.UseVisualStyleBackColor = true; |
|
|
|
this.WakeButton.UseVisualStyleBackColor = true; |
|
|
@ -134,12 +135,23 @@ namespace Waker |
|
|
|
this.pingTimer.Interval = 5000; |
|
|
|
this.pingTimer.Interval = 5000; |
|
|
|
this.pingTimer.Tick += new System.EventHandler(this.pingTimer_Tick); |
|
|
|
this.pingTimer.Tick += new System.EventHandler(this.pingTimer_Tick); |
|
|
|
// |
|
|
|
// |
|
|
|
|
|
|
|
// RECButton |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.RECButton.Location = new System.Drawing.Point(271, 101); |
|
|
|
|
|
|
|
this.RECButton.Name = "RECButton"; |
|
|
|
|
|
|
|
this.RECButton.Size = new System.Drawing.Size(102, 23); |
|
|
|
|
|
|
|
this.RECButton.TabIndex = 5; |
|
|
|
|
|
|
|
this.RECButton.Text = "RD Client"; |
|
|
|
|
|
|
|
this.RECButton.UseVisualStyleBackColor = true; |
|
|
|
|
|
|
|
this.RECButton.Click += new System.EventHandler(this.RECButton_Click); |
|
|
|
|
|
|
|
// |
|
|
|
// MainForm |
|
|
|
// MainForm |
|
|
|
// |
|
|
|
// |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.BackColor = System.Drawing.Color.White; |
|
|
|
this.BackColor = System.Drawing.Color.White; |
|
|
|
this.ClientSize = new System.Drawing.Size(383, 134); |
|
|
|
this.ClientSize = new System.Drawing.Size(383, 134); |
|
|
|
|
|
|
|
this.Controls.Add(this.RECButton); |
|
|
|
this.Controls.Add(this.PingStatusPanel); |
|
|
|
this.Controls.Add(this.PingStatusPanel); |
|
|
|
this.Controls.Add(this.label4); |
|
|
|
this.Controls.Add(this.label4); |
|
|
|
this.Controls.Add(this.label3); |
|
|
|
this.Controls.Add(this.label3); |
|
|
@ -174,6 +186,7 @@ namespace Waker |
|
|
|
private System.Windows.Forms.Label label4; |
|
|
|
private System.Windows.Forms.Label label4; |
|
|
|
private System.Windows.Forms.Panel PingStatusPanel; |
|
|
|
private System.Windows.Forms.Panel PingStatusPanel; |
|
|
|
private System.Windows.Forms.Timer pingTimer; |
|
|
|
private System.Windows.Forms.Timer pingTimer; |
|
|
|
|
|
|
|
private System.Windows.Forms.Button RECButton; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|