|
|
|
@ -35,6 +35,8 @@ namespace Waker |
|
|
|
|
this.MacTextBox = new System.Windows.Forms.TextBox(); |
|
|
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
|
|
this.WakeButton = new System.Windows.Forms.Button(); |
|
|
|
|
this.label3 = new System.Windows.Forms.Label(); |
|
|
|
|
this.PortTextBox = new System.Windows.Forms.TextBox(); |
|
|
|
|
this.SuspendLayout(); |
|
|
|
|
// |
|
|
|
|
// AddressTextBox |
|
|
|
@ -73,18 +75,37 @@ namespace Waker |
|
|
|
|
// |
|
|
|
|
this.WakeButton.Location = new System.Drawing.Point(271, 12); |
|
|
|
|
this.WakeButton.Name = "WakeButton"; |
|
|
|
|
this.WakeButton.Size = new System.Drawing.Size(102, 54); |
|
|
|
|
this.WakeButton.TabIndex = 2; |
|
|
|
|
this.WakeButton.Size = new System.Drawing.Size(102, 83); |
|
|
|
|
this.WakeButton.TabIndex = 3; |
|
|
|
|
this.WakeButton.Text = "WoL"; |
|
|
|
|
this.WakeButton.UseVisualStyleBackColor = true; |
|
|
|
|
this.WakeButton.Click += new System.EventHandler(this.WakeButton_Click); |
|
|
|
|
// |
|
|
|
|
// label3 |
|
|
|
|
// |
|
|
|
|
this.label3.AutoSize = true; |
|
|
|
|
this.label3.Location = new System.Drawing.Point(19, 76); |
|
|
|
|
this.label3.Name = "label3"; |
|
|
|
|
this.label3.Size = new System.Drawing.Size(34, 15); |
|
|
|
|
this.label3.TabIndex = 3; |
|
|
|
|
this.label3.Text = "ports"; |
|
|
|
|
// |
|
|
|
|
// PortTextBox |
|
|
|
|
// |
|
|
|
|
this.PortTextBox.Location = new System.Drawing.Point(67, 72); |
|
|
|
|
this.PortTextBox.Name = "PortTextBox"; |
|
|
|
|
this.PortTextBox.Size = new System.Drawing.Size(198, 23); |
|
|
|
|
this.PortTextBox.TabIndex = 2; |
|
|
|
|
this.PortTextBox.Text = "7, 9"; |
|
|
|
|
// |
|
|
|
|
// MainForm |
|
|
|
|
// |
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); |
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
|
this.BackColor = System.Drawing.Color.White; |
|
|
|
|
this.ClientSize = new System.Drawing.Size(383, 79); |
|
|
|
|
this.ClientSize = new System.Drawing.Size(383, 105); |
|
|
|
|
this.Controls.Add(this.label3); |
|
|
|
|
this.Controls.Add(this.PortTextBox); |
|
|
|
|
this.Controls.Add(this.WakeButton); |
|
|
|
|
this.Controls.Add(this.label2); |
|
|
|
|
this.Controls.Add(this.label1); |
|
|
|
@ -92,8 +113,8 @@ namespace Waker |
|
|
|
|
this.Controls.Add(this.AddressTextBox); |
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; |
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
|
|
|
|
this.MaximumSize = new System.Drawing.Size(399, 118); |
|
|
|
|
this.MinimumSize = new System.Drawing.Size(399, 118); |
|
|
|
|
this.MaximumSize = new System.Drawing.Size(399, 144); |
|
|
|
|
this.MinimumSize = new System.Drawing.Size(399, 144); |
|
|
|
|
this.Name = "MainForm"; |
|
|
|
|
this.Text = "Waker"; |
|
|
|
|
this.ResumeLayout(false); |
|
|
|
@ -108,6 +129,8 @@ namespace Waker |
|
|
|
|
private System.Windows.Forms.TextBox MacTextBox; |
|
|
|
|
private System.Windows.Forms.Label label2; |
|
|
|
|
private System.Windows.Forms.Button WakeButton; |
|
|
|
|
private System.Windows.Forms.Label label3; |
|
|
|
|
private System.Windows.Forms.TextBox PortTextBox; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|