Subversion Repositories general

Compare Revisions

Regard whitespace Rev 1193 → Rev 1224

/rebootd/trunk/client.net/MainForm.Designer.cs
46,7 → 46,6
this.sendButton.TabIndex = 0;
this.sendButton.Text = "Send";
this.sendButton.UseVisualStyleBackColor = true;
this.sendButton.Click += new System.EventHandler(this.sendButton_Click);
//
// hostBox
//
116,6 → 115,8
this.Controls.Add(this.portBox);
this.Controls.Add(this.hostBox);
this.Controls.Add(this.sendButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "MainForm";
this.Text = "reboot-client";
this.ResumeLayout(false);