Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1193 → Rev 1195

/rebootd/trunk/client.net/MainForm.Designer.cs
28,98 → 28,99
/// </summary>
private void InitializeComponent()
{
this.sendButton = new System.Windows.Forms.Button();
this.hostBox = new System.Windows.Forms.TextBox();
this.portBox = new System.Windows.Forms.TextBox();
this.hostLabel = new System.Windows.Forms.Label();
this.portLabel = new System.Windows.Forms.Label();
this.passwordLabel = new System.Windows.Forms.Label();
this.passwordBox = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// sendButton
//
this.sendButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.sendButton.Location = new System.Drawing.Point(205, 90);
this.sendButton.Name = "sendButton";
this.sendButton.Size = new System.Drawing.Size(75, 23);
this.sendButton.TabIndex = 0;
this.sendButton.Text = "Send";
this.sendButton.UseVisualStyleBackColor = true;
this.sendButton.Click += new System.EventHandler(this.sendButton_Click);
//
// hostBox
//
this.hostBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.hostBox.Location = new System.Drawing.Point(76, 12);
this.hostBox.Name = "hostBox";
this.hostBox.Size = new System.Drawing.Size(204, 20);
this.hostBox.TabIndex = 1;
//
// portBox
//
this.portBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.portBox.Location = new System.Drawing.Point(76, 38);
this.portBox.Name = "portBox";
this.portBox.Size = new System.Drawing.Size(204, 20);
this.portBox.TabIndex = 2;
this.portBox.Text = "19";
//
// hostLabel
//
this.hostLabel.AutoSize = true;
this.hostLabel.Location = new System.Drawing.Point(12, 15);
this.hostLabel.Name = "hostLabel";
this.hostLabel.Size = new System.Drawing.Size(29, 13);
this.hostLabel.TabIndex = 3;
this.hostLabel.Text = "Host";
//
// portLabel
//
this.portLabel.AutoSize = true;
this.portLabel.Location = new System.Drawing.Point(12, 41);
this.portLabel.Name = "portLabel";
this.portLabel.Size = new System.Drawing.Size(26, 13);
this.portLabel.TabIndex = 4;
this.portLabel.Text = "Port";
//
// passwordLabel
//
this.passwordLabel.AutoSize = true;
this.passwordLabel.Location = new System.Drawing.Point(12, 67);
this.passwordLabel.Name = "passwordLabel";
this.passwordLabel.Size = new System.Drawing.Size(53, 13);
this.passwordLabel.TabIndex = 5;
this.passwordLabel.Text = "Password";
//
// passwordBox
//
this.passwordBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.passwordBox.Location = new System.Drawing.Point(76, 64);
this.passwordBox.Name = "passwordBox";
this.passwordBox.PasswordChar = '*';
this.passwordBox.Size = new System.Drawing.Size(204, 20);
this.passwordBox.TabIndex = 6;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(288, 121);
this.Controls.Add(this.passwordBox);
this.Controls.Add(this.passwordLabel);
this.Controls.Add(this.portLabel);
this.Controls.Add(this.hostLabel);
this.Controls.Add(this.portBox);
this.Controls.Add(this.hostBox);
this.Controls.Add(this.sendButton);
this.Name = "MainForm";
this.Text = "reboot-client";
this.ResumeLayout(false);
this.PerformLayout();
this.sendButton = new System.Windows.Forms.Button();
this.hostBox = new System.Windows.Forms.TextBox();
this.portBox = new System.Windows.Forms.TextBox();
this.hostLabel = new System.Windows.Forms.Label();
this.portLabel = new System.Windows.Forms.Label();
this.passwordLabel = new System.Windows.Forms.Label();
this.passwordBox = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// sendButton
//
this.sendButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.sendButton.Location = new System.Drawing.Point(205, 90);
this.sendButton.Name = "sendButton";
this.sendButton.Size = new System.Drawing.Size(75, 23);
this.sendButton.TabIndex = 0;
this.sendButton.Text = "Send";
this.sendButton.UseVisualStyleBackColor = true;
//
// hostBox
//
this.hostBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.hostBox.Location = new System.Drawing.Point(76, 12);
this.hostBox.Name = "hostBox";
this.hostBox.Size = new System.Drawing.Size(204, 20);
this.hostBox.TabIndex = 1;
//
// portBox
//
this.portBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.portBox.Location = new System.Drawing.Point(76, 38);
this.portBox.Name = "portBox";
this.portBox.Size = new System.Drawing.Size(204, 20);
this.portBox.TabIndex = 2;
this.portBox.Text = "19";
//
// hostLabel
//
this.hostLabel.AutoSize = true;
this.hostLabel.Location = new System.Drawing.Point(12, 15);
this.hostLabel.Name = "hostLabel";
this.hostLabel.Size = new System.Drawing.Size(29, 13);
this.hostLabel.TabIndex = 3;
this.hostLabel.Text = "Host";
//
// portLabel
//
this.portLabel.AutoSize = true;
this.portLabel.Location = new System.Drawing.Point(12, 41);
this.portLabel.Name = "portLabel";
this.portLabel.Size = new System.Drawing.Size(26, 13);
this.portLabel.TabIndex = 4;
this.portLabel.Text = "Port";
//
// passwordLabel
//
this.passwordLabel.AutoSize = true;
this.passwordLabel.Location = new System.Drawing.Point(12, 67);
this.passwordLabel.Name = "passwordLabel";
this.passwordLabel.Size = new System.Drawing.Size(53, 13);
this.passwordLabel.TabIndex = 5;
this.passwordLabel.Text = "Password";
//
// passwordBox
//
this.passwordBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.passwordBox.Location = new System.Drawing.Point(76, 64);
this.passwordBox.Name = "passwordBox";
this.passwordBox.PasswordChar = '*';
this.passwordBox.Size = new System.Drawing.Size(204, 20);
this.passwordBox.TabIndex = 6;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(288, 121);
this.Controls.Add(this.passwordBox);
this.Controls.Add(this.passwordLabel);
this.Controls.Add(this.portLabel);
this.Controls.Add(this.hostLabel);
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);
this.PerformLayout();
 
}