www.pudn.com > WOL.zip > Form1.Designer.cs


namespace WakeOnLan 
{ 
    partial class Form1 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        private System.ComponentModel.IContainer components = null; 
 
        ///  
        /// 清理所有正在使用的资源。 
        ///  
        /// 如果应释放托管资源,为 true;否则为 false。 
        protected override void Dispose(bool disposing) 
        { 
            if (disposing && (components != null)) 
            { 
                components.Dispose(); 
            } 
            base.Dispose(disposing); 
        } 
 
        #region Windows 窗体设计器生成的代码 
 
        ///  
        /// 设计器支持所需的方法 - 不要 
        /// 使用代码编辑器修改此方法的内容。 
        ///  
        private void InitializeComponent() 
        { 
            this.tb_Mac = new System.Windows.Forms.TextBox(); 
            this.button1 = new System.Windows.Forms.Button(); 
            this.label1 = new System.Windows.Forms.Label(); 
            this.SuspendLayout(); 
            //  
            // tb_Mac 
            //  
            this.tb_Mac.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 
            this.tb_Mac.Location = new System.Drawing.Point(157, 8); 
            this.tb_Mac.Name = "tb_Mac"; 
            this.tb_Mac.Size = new System.Drawing.Size(115, 21); 
            this.tb_Mac.TabIndex = 0; 
            this.tb_Mac.Text = "00188BD7DFE0"; 
            //  
            // button1 
            //  
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 
            this.button1.Location = new System.Drawing.Point(290, 6); 
            this.button1.Name = "button1"; 
            this.button1.Size = new System.Drawing.Size(75, 24); 
            this.button1.TabIndex = 1; 
            this.button1.Text = "唤醒"; 
            this.button1.UseVisualStyleBackColor = true; 
            this.button1.Click += new System.EventHandler(this.button1_Click); 
            //  
            // label1 
            //  
            this.label1.AutoSize = true; 
            this.label1.Location = new System.Drawing.Point(8, 12); 
            this.label1.Name = "label1"; 
            this.label1.Size = new System.Drawing.Size(143, 12); 
            this.label1.TabIndex = 2; 
            this.label1.Text = "请输入远程计算机MAC地址"; 
            //  
            // Form1 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(377, 44); 
            this.Controls.Add(this.label1); 
            this.Controls.Add(this.button1); 
            this.Controls.Add(this.tb_Mac); 
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 
            this.MaximizeBox = false; 
            this.Name = "Form1"; 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
            this.Text = "远程唤醒计算机"; 
            this.ResumeLayout(false); 
            this.PerformLayout(); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.TextBox tb_Mac; 
        private System.Windows.Forms.Button button1; 
        private System.Windows.Forms.Label label1; 
    } 
}