You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
3.6 KiB
113 lines
3.6 KiB
|
|
namespace Waker
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
this.AddressTextBox = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.MacTextBox = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.WakeButton = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// AddressTextBox
|
|
//
|
|
this.AddressTextBox.Location = new System.Drawing.Point(67, 14);
|
|
this.AddressTextBox.Name = "AddressTextBox";
|
|
this.AddressTextBox.Size = new System.Drawing.Size(198, 23);
|
|
this.AddressTextBox.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 18);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(49, 15);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Address";
|
|
//
|
|
// MacTextBox
|
|
//
|
|
this.MacTextBox.Location = new System.Drawing.Point(67, 43);
|
|
this.MacTextBox.Name = "MacTextBox";
|
|
this.MacTextBox.Size = new System.Drawing.Size(198, 23);
|
|
this.MacTextBox.TabIndex = 1;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(21, 47);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(30, 15);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "mac";
|
|
//
|
|
// WakeButton
|
|
//
|
|
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.Text = "WoL";
|
|
this.WakeButton.UseVisualStyleBackColor = true;
|
|
this.WakeButton.Click += new System.EventHandler(this.WakeButton_Click);
|
|
//
|
|
// 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.Controls.Add(this.WakeButton);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.MacTextBox);
|
|
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.Name = "MainForm";
|
|
this.Text = "Waker";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox AddressTextBox;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox MacTextBox;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button WakeButton;
|
|
}
|
|
}
|
|
|
|
|