namespace ArtheaGUI
{
partial class PortsDialog
{
#region [rgn] Fields (8)
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.Label lblPort;
private System.Windows.Forms.Label lblRecovery;
private System.Windows.Forms.NumericUpDown numPort;
private System.Windows.Forms.NumericUpDown numRecovery;
private System.Windows.Forms.ToolTip tipPorts;
#endregion [rgn]
#region [rgn] Methods (1)
// [rgn] Protected Methods (1)
/// <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);
}
#endregion [rgn]
#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()
{
this.components = new System.ComponentModel.Container();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.lblPort = new System.Windows.Forms.Label();
this.numPort = new System.Windows.Forms.NumericUpDown();
this.lblRecovery = new System.Windows.Forms.Label();
this.numRecovery = new System.Windows.Forms.NumericUpDown();
this.tipPorts = new System.Windows.Forms.ToolTip(this.components);
((System.ComponentModel.ISupportInitialize)(this.numPort)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numRecovery)).BeginInit();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOK.Location = new System.Drawing.Point(96, 80);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 0;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(12, 80);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// lblPort
//
this.lblPort.AutoSize = true;
this.lblPort.Location = new System.Drawing.Point(12, 9);
this.lblPort.Name = "lblPort";
this.lblPort.Size = new System.Drawing.Size(69, 13);
this.lblPort.TabIndex = 2;
this.lblPort.Text = "&Port Number:";
this.tipPorts.SetToolTip(this.lblPort, "The port to listen for connections on.");
//
// numPort
//
this.numPort.Location = new System.Drawing.Point(96, 7);
this.numPort.Maximum = new decimal(new int[] {
32000,
0,
0,
0});
this.numPort.Minimum = new decimal(new int[] {
1024,
0,
0,
0});
this.numPort.Name = "numPort";
this.numPort.Size = new System.Drawing.Size(75, 20);
this.numPort.TabIndex = 3;
this.numPort.Value = new decimal(new int[] {
4000,
0,
0,
0});
//
// lblRecovery
//
this.lblRecovery.AutoSize = true;
this.lblRecovery.Location = new System.Drawing.Point(12, 42);
this.lblRecovery.Name = "lblRecovery";
this.lblRecovery.Size = new System.Drawing.Size(78, 13);
this.lblRecovery.TabIndex = 4;
this.lblRecovery.Text = "&Recovery Port:";
this.tipPorts.SetToolTip(this.lblRecovery, "The port that reboot recovery uses to transfer connections.");
//
// numRecovery
//
this.numRecovery.Location = new System.Drawing.Point(96, 40);
this.numRecovery.Maximum = new decimal(new int[] {
32000,
0,
0,
0});
this.numRecovery.Minimum = new decimal(new int[] {
1024,
0,
0,
0});
this.numRecovery.Name = "numRecovery";
this.numRecovery.Size = new System.Drawing.Size(75, 20);
this.numRecovery.TabIndex = 5;
this.numRecovery.Value = new decimal(new int[] {
4010,
0,
0,
0});
//
// tipPorts
//
this.tipPorts.Tag = "";
//
// PortsDialog
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(174, 106);
this.ControlBox = false;
this.Controls.Add(this.numRecovery);
this.Controls.Add(this.lblRecovery);
this.Controls.Add(this.numPort);
this.Controls.Add(this.lblPort);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PortsDialog";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Ports";
((System.ComponentModel.ISupportInitialize)(this.numPort)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numRecovery)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
}
}