diff --git a/Server/Forms/frmSettings.Designer.cs b/Server/Forms/frmSettings.Designer.cs deleted file mode 100644 index 8dd65a49..00000000 --- a/Server/Forms/frmSettings.Designer.cs +++ /dev/null @@ -1,195 +0,0 @@ -namespace xServer.Forms -{ - partial class FrmSettings - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows Form Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSettings)); - this.btnSave = new System.Windows.Forms.Button(); - this.lblPort = new System.Windows.Forms.Label(); - this.ncPort = new System.Windows.Forms.NumericUpDown(); - this.chkAutoListen = new System.Windows.Forms.CheckBox(); - this.chkPopup = new System.Windows.Forms.CheckBox(); - this.btnListen = new System.Windows.Forms.Button(); - this.btnCancel = new System.Windows.Forms.Button(); - this.lblPassword = new System.Windows.Forms.Label(); - this.txtPassword = new System.Windows.Forms.TextBox(); - this.chkUseUpnp = new System.Windows.Forms.CheckBox(); - ((System.ComponentModel.ISupportInitialize)(this.ncPort)).BeginInit(); - this.SuspendLayout(); - // - // btnSave - // - this.btnSave.Location = new System.Drawing.Point(227, 210); - this.btnSave.Name = "btnSave"; - this.btnSave.Size = new System.Drawing.Size(75, 23); - this.btnSave.TabIndex = 9; - this.btnSave.Text = "&Save"; - this.btnSave.UseVisualStyleBackColor = true; - this.btnSave.Click += new System.EventHandler(this.btnSave_Click); - // - // lblPort - // - this.lblPort.AutoSize = true; - this.lblPort.Location = new System.Drawing.Point(12, 11); - this.lblPort.Name = "lblPort"; - this.lblPort.Size = new System.Drawing.Size(93, 13); - this.lblPort.TabIndex = 0; - this.lblPort.Text = "Port to listen on:"; - // - // ncPort - // - this.ncPort.Location = new System.Drawing.Point(111, 7); - this.ncPort.Maximum = new decimal(new int[] { - 65535, - 0, - 0, - 0}); - this.ncPort.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.ncPort.Name = "ncPort"; - this.ncPort.Size = new System.Drawing.Size(75, 22); - this.ncPort.TabIndex = 1; - this.ncPort.Value = new decimal(new int[] { - 1, - 0, - 0, - 0}); - // - // chkAutoListen - // - this.chkAutoListen.AutoSize = true; - this.chkAutoListen.Location = new System.Drawing.Point(15, 63); - this.chkAutoListen.Name = "chkAutoListen"; - this.chkAutoListen.Size = new System.Drawing.Size(136, 17); - this.chkAutoListen.TabIndex = 5; - this.chkAutoListen.Text = "Enable auto listening"; - this.chkAutoListen.UseVisualStyleBackColor = true; - // - // chkPopup - // - this.chkPopup.AutoSize = true; - this.chkPopup.Location = new System.Drawing.Point(15, 86); - this.chkPopup.Name = "chkPopup"; - this.chkPopup.Size = new System.Drawing.Size(267, 17); - this.chkPopup.TabIndex = 6; - this.chkPopup.Text = "Show popup notification on server connection"; - this.chkPopup.UseVisualStyleBackColor = true; - // - // btnListen - // - this.btnListen.Location = new System.Drawing.Point(192, 6); - this.btnListen.Name = "btnListen"; - this.btnListen.Size = new System.Drawing.Size(110, 23); - this.btnListen.TabIndex = 2; - this.btnListen.Text = "Start listening"; - this.btnListen.UseVisualStyleBackColor = true; - this.btnListen.Click += new System.EventHandler(this.btnListen_Click); - // - // btnCancel - // - this.btnCancel.Location = new System.Drawing.Point(146, 210); - this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(75, 23); - this.btnCancel.TabIndex = 8; - this.btnCancel.Text = "&Cancel"; - this.btnCancel.UseVisualStyleBackColor = true; - this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); - // - // lblPassword - // - this.lblPassword.AutoSize = true; - this.lblPassword.Location = new System.Drawing.Point(12, 38); - this.lblPassword.Name = "lblPassword"; - this.lblPassword.Size = new System.Drawing.Size(59, 13); - this.lblPassword.TabIndex = 3; - this.lblPassword.Text = "Password:"; - // - // txtPassword - // - this.txtPassword.Location = new System.Drawing.Point(111, 35); - this.txtPassword.Name = "txtPassword"; - this.txtPassword.Size = new System.Drawing.Size(158, 22); - this.txtPassword.TabIndex = 4; - // - // chkUseUpnp - // - this.chkUseUpnp.AutoSize = true; - this.chkUseUpnp.Location = new System.Drawing.Point(15, 109); - this.chkUseUpnp.Name = "chkUseUpnp"; - this.chkUseUpnp.Size = new System.Drawing.Size(230, 17); - this.chkUseUpnp.TabIndex = 7; - this.chkUseUpnp.Text = "Try to automatically port forward (UPnP)"; - this.chkUseUpnp.UseVisualStyleBackColor = true; - // - // frmSettings - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(314, 245); - this.Controls.Add(this.chkUseUpnp); - this.Controls.Add(this.txtPassword); - this.Controls.Add(this.lblPassword); - this.Controls.Add(this.btnCancel); - this.Controls.Add(this.btnListen); - this.Controls.Add(this.chkPopup); - this.Controls.Add(this.chkAutoListen); - this.Controls.Add(this.ncPort); - this.Controls.Add(this.lblPort); - this.Controls.Add(this.btnSave); - this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MaximizeBox = false; - this.MinimizeBox = false; - this.Name = "frmSettings"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "xRAT 2.0 - Settings"; - this.Load += new System.EventHandler(this.FrmSettings_Load); - ((System.ComponentModel.ISupportInitialize)(this.ncPort)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); - - } - - #endregion - - private System.Windows.Forms.Button btnSave; - private System.Windows.Forms.Label lblPort; - private System.Windows.Forms.NumericUpDown ncPort; - private System.Windows.Forms.CheckBox chkAutoListen; - private System.Windows.Forms.CheckBox chkPopup; - private System.Windows.Forms.Button btnListen; - private System.Windows.Forms.Button btnCancel; - private System.Windows.Forms.Label lblPassword; - private System.Windows.Forms.TextBox txtPassword; - private System.Windows.Forms.CheckBox chkUseUpnp; - } -} \ No newline at end of file