Files
PTConverter.NetworkingPlugin/Networking/Pages/WF_PortScanner.Designer.cs
2022-01-18 09:14:22 +01:00

282 lines
14 KiB
C#

namespace Networking.Pages
{
partial class WF_PortScanner
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Komponenten-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
this.hostnameTextBox = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.modeGroupBox = new System.Windows.Forms.GroupBox();
this.udpModeRadioButton = new System.Windows.Forms.RadioButton();
this.tcpModeRadioButton = new System.Windows.Forms.RadioButton();
this.portRangeCheckBox = new System.Windows.Forms.CheckBox();
this.portTextBoxMax = new System.Windows.Forms.TextBox();
this.dashLabel = new System.Windows.Forms.Label();
this.portTextBoxMin = new System.Windows.Forms.TextBox();
this.portLabel = new System.Windows.Forms.Label();
this.timeoutGroupBox = new System.Windows.Forms.GroupBox();
this.timeoutComboBox = new System.Windows.Forms.ComboBox();
this.checkPortButton = new System.Windows.Forms.Button();
this.listview1 = new System.Windows.Forms.ListView();
this.chPort = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chStatus = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.cancelButton = new System.Windows.Forms.Button();
this.modeGroupBox.SuspendLayout();
this.timeoutGroupBox.SuspendLayout();
this.SuspendLayout();
//
// hostnameTextBox
//
this.hostnameTextBox.Location = new System.Drawing.Point(38, 24);
this.hostnameTextBox.Name = "hostnameTextBox";
this.hostnameTextBox.Size = new System.Drawing.Size(251, 20);
this.hostnameTextBox.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(5, 27);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 13);
this.label3.TabIndex = 5;
this.label3.Text = "Host";
//
// modeGroupBox
//
this.modeGroupBox.Controls.Add(this.udpModeRadioButton);
this.modeGroupBox.Controls.Add(this.tcpModeRadioButton);
this.modeGroupBox.Location = new System.Drawing.Point(296, 19);
this.modeGroupBox.Name = "modeGroupBox";
this.modeGroupBox.Size = new System.Drawing.Size(111, 57);
this.modeGroupBox.TabIndex = 13;
this.modeGroupBox.TabStop = false;
this.modeGroupBox.Text = "Mode";
//
// udpModeRadioButton
//
this.udpModeRadioButton.AutoSize = true;
this.udpModeRadioButton.Location = new System.Drawing.Point(13, 35);
this.udpModeRadioButton.Name = "udpModeRadioButton";
this.udpModeRadioButton.Size = new System.Drawing.Size(48, 17);
this.udpModeRadioButton.TabIndex = 11;
this.udpModeRadioButton.Text = "UDP";
this.udpModeRadioButton.UseVisualStyleBackColor = true;
//
// tcpModeRadioButton
//
this.tcpModeRadioButton.AutoSize = true;
this.tcpModeRadioButton.Checked = true;
this.tcpModeRadioButton.Location = new System.Drawing.Point(13, 16);
this.tcpModeRadioButton.Name = "tcpModeRadioButton";
this.tcpModeRadioButton.Size = new System.Drawing.Size(46, 17);
this.tcpModeRadioButton.TabIndex = 10;
this.tcpModeRadioButton.TabStop = true;
this.tcpModeRadioButton.Text = "TCP";
this.tcpModeRadioButton.UseVisualStyleBackColor = true;
//
// portRangeCheckBox
//
this.portRangeCheckBox.AutoSize = true;
this.portRangeCheckBox.Location = new System.Drawing.Point(156, 57);
this.portRangeCheckBox.Name = "portRangeCheckBox";
this.portRangeCheckBox.Size = new System.Drawing.Size(80, 17);
this.portRangeCheckBox.TabIndex = 19;
this.portRangeCheckBox.Text = "Port Range";
this.portRangeCheckBox.UseVisualStyleBackColor = true;
this.portRangeCheckBox.CheckedChanged += new System.EventHandler(this.portRangeCheckBox_CheckedChanged);
//
// portTextBoxMax
//
this.portTextBoxMax.Enabled = false;
this.portTextBoxMax.Location = new System.Drawing.Point(98, 55);
this.portTextBoxMax.MaxLength = 5;
this.portTextBoxMax.Name = "portTextBoxMax";
this.portTextBoxMax.Size = new System.Drawing.Size(38, 20);
this.portTextBoxMax.TabIndex = 18;
//
// dashLabel
//
this.dashLabel.AutoSize = true;
this.dashLabel.Location = new System.Drawing.Point(82, 58);
this.dashLabel.Name = "dashLabel";
this.dashLabel.Size = new System.Drawing.Size(10, 13);
this.dashLabel.TabIndex = 17;
this.dashLabel.Text = "-";
//
// portTextBoxMin
//
this.portTextBoxMin.Location = new System.Drawing.Point(38, 55);
this.portTextBoxMin.MaxLength = 5;
this.portTextBoxMin.Name = "portTextBoxMin";
this.portTextBoxMin.Size = new System.Drawing.Size(38, 20);
this.portTextBoxMin.TabIndex = 16;
//
// portLabel
//
this.portLabel.AutoSize = true;
this.portLabel.Location = new System.Drawing.Point(3, 58);
this.portLabel.Name = "portLabel";
this.portLabel.Size = new System.Drawing.Size(31, 13);
this.portLabel.TabIndex = 15;
this.portLabel.Text = "Ports";
//
// timeoutGroupBox
//
this.timeoutGroupBox.Controls.Add(this.timeoutComboBox);
this.timeoutGroupBox.Location = new System.Drawing.Point(413, 24);
this.timeoutGroupBox.Name = "timeoutGroupBox";
this.timeoutGroupBox.Size = new System.Drawing.Size(110, 52);
this.timeoutGroupBox.TabIndex = 20;
this.timeoutGroupBox.TabStop = false;
this.timeoutGroupBox.Text = "Timeout";
//
// timeoutComboBox
//
this.timeoutComboBox.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
this.timeoutComboBox.FormattingEnabled = true;
this.timeoutComboBox.Items.AddRange(new object[] {
"500 ms",
"1000 ms",
"1500 ms",
"2000 ms"});
this.timeoutComboBox.Location = new System.Drawing.Point(6, 21);
this.timeoutComboBox.Name = "timeoutComboBox";
this.timeoutComboBox.Size = new System.Drawing.Size(98, 21);
this.timeoutComboBox.TabIndex = 0;
//
// checkPortButton
//
this.checkPortButton.Location = new System.Drawing.Point(529, 21);
this.checkPortButton.Name = "checkPortButton";
this.checkPortButton.Size = new System.Drawing.Size(105, 31);
this.checkPortButton.TabIndex = 5;
this.checkPortButton.Text = "Scan";
this.checkPortButton.UseVisualStyleBackColor = true;
this.checkPortButton.Click += new System.EventHandler(this.checkPortButton_Click);
//
// listview1
//
this.listview1.Activation = System.Windows.Forms.ItemActivation.OneClick;
this.listview1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listview1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chPort,
this.chStatus});
this.listview1.FullRowSelect = true;
this.listview1.GridLines = true;
this.listview1.HideSelection = false;
this.listview1.HoverSelection = true;
this.listview1.Location = new System.Drawing.Point(0, 89);
this.listview1.MultiSelect = false;
this.listview1.Name = "listview1";
this.listview1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.listview1.Size = new System.Drawing.Size(800, 361);
this.listview1.TabIndex = 21;
this.listview1.UseCompatibleStateImageBehavior = false;
this.listview1.View = System.Windows.Forms.View.Details;
//
// chPort
//
this.chPort.Text = "Port";
this.chPort.Width = 191;
//
// chStatus
//
this.chStatus.Text = "Status";
this.chStatus.Width = 296;
//
// progressBar1
//
this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.progressBar1.Location = new System.Drawing.Point(0, 79);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(800, 10);
this.progressBar1.TabIndex = 22;
//
// cancelButton
//
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(529, 52);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(105, 23);
this.cancelButton.TabIndex = 23;
this.cancelButton.Text = "Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
//
// WF_PortScanner
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.listview1);
this.Controls.Add(this.checkPortButton);
this.Controls.Add(this.timeoutGroupBox);
this.Controls.Add(this.portRangeCheckBox);
this.Controls.Add(this.portTextBoxMax);
this.Controls.Add(this.dashLabel);
this.Controls.Add(this.portTextBoxMin);
this.Controls.Add(this.portLabel);
this.Controls.Add(this.modeGroupBox);
this.Controls.Add(this.label3);
this.Controls.Add(this.hostnameTextBox);
this.Name = "WF_PortScanner";
this.Size = new System.Drawing.Size(800, 450);
this.modeGroupBox.ResumeLayout(false);
this.modeGroupBox.PerformLayout();
this.timeoutGroupBox.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox hostnameTextBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.GroupBox modeGroupBox;
private System.Windows.Forms.RadioButton udpModeRadioButton;
private System.Windows.Forms.RadioButton tcpModeRadioButton;
private System.Windows.Forms.CheckBox portRangeCheckBox;
private System.Windows.Forms.TextBox portTextBoxMax;
private System.Windows.Forms.Label dashLabel;
private System.Windows.Forms.TextBox portTextBoxMin;
private System.Windows.Forms.Label portLabel;
private System.Windows.Forms.GroupBox timeoutGroupBox;
private System.Windows.Forms.ComboBox timeoutComboBox;
private System.Windows.Forms.Button checkPortButton;
private System.Windows.Forms.ListView listview1;
private System.Windows.Forms.ColumnHeader chPort;
private System.Windows.Forms.ColumnHeader chStatus;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.Button cancelButton;
}
}