mirror of https://github.com/quasar/Quasar.git
279 lines
14 KiB
C#
279 lines
14 KiB
C#
namespace xServer.Forms
|
|
{
|
|
partial class FrmPasswordRecovery
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <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);
|
|
}
|
|
|
|
#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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPasswordRecovery));
|
|
this.menuMain = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.saveToFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.allToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.selectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveToClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.allToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.selectedToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.clearAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.allToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.selectedToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.lstPasswords = new xServer.Controls.AeroListView();
|
|
this.hIdentification = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.hURL = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.hUser = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.hPass = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtFormat = new System.Windows.Forms.TextBox();
|
|
this.menuMain.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// menuMain
|
|
//
|
|
this.menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.saveToFileToolStripMenuItem,
|
|
this.saveToClipboardToolStripMenuItem,
|
|
this.toolStripSeparator1,
|
|
this.clearAllToolStripMenuItem,
|
|
this.refreshToolStripMenuItem});
|
|
this.menuMain.Name = "menuMain";
|
|
this.menuMain.Size = new System.Drawing.Size(172, 98);
|
|
//
|
|
// saveToFileToolStripMenuItem
|
|
//
|
|
this.saveToFileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.allToolStripMenuItem,
|
|
this.selectedToolStripMenuItem});
|
|
this.saveToFileToolStripMenuItem.Image = global::xServer.Properties.Resources.save;
|
|
this.saveToFileToolStripMenuItem.Name = "saveToFileToolStripMenuItem";
|
|
this.saveToFileToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
|
|
this.saveToFileToolStripMenuItem.Text = "Save to File";
|
|
//
|
|
// allToolStripMenuItem
|
|
//
|
|
this.allToolStripMenuItem.Name = "allToolStripMenuItem";
|
|
this.allToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
|
|
this.allToolStripMenuItem.Text = "All";
|
|
this.allToolStripMenuItem.Click += new System.EventHandler(this.allToolStripMenuItem_Click);
|
|
//
|
|
// selectedToolStripMenuItem
|
|
//
|
|
this.selectedToolStripMenuItem.Name = "selectedToolStripMenuItem";
|
|
this.selectedToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
|
|
this.selectedToolStripMenuItem.Text = "Selected";
|
|
this.selectedToolStripMenuItem.Click += new System.EventHandler(this.selectedToolStripMenuItem_Click);
|
|
//
|
|
// saveToClipboardToolStripMenuItem
|
|
//
|
|
this.saveToClipboardToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.allToolStripMenuItem1,
|
|
this.selectedToolStripMenuItem1});
|
|
this.saveToClipboardToolStripMenuItem.Image = global::xServer.Properties.Resources.copy;
|
|
this.saveToClipboardToolStripMenuItem.Name = "saveToClipboardToolStripMenuItem";
|
|
this.saveToClipboardToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
|
|
this.saveToClipboardToolStripMenuItem.Text = "Copy to Clipboard";
|
|
//
|
|
// allToolStripMenuItem1
|
|
//
|
|
this.allToolStripMenuItem1.Name = "allToolStripMenuItem1";
|
|
this.allToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
|
|
this.allToolStripMenuItem1.Text = "All";
|
|
this.allToolStripMenuItem1.Click += new System.EventHandler(this.allToolStripMenuItem1_Click);
|
|
//
|
|
// selectedToolStripMenuItem1
|
|
//
|
|
this.selectedToolStripMenuItem1.Name = "selectedToolStripMenuItem1";
|
|
this.selectedToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
|
|
this.selectedToolStripMenuItem1.Text = "Selected";
|
|
this.selectedToolStripMenuItem1.Click += new System.EventHandler(this.selectedToolStripMenuItem1_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(168, 6);
|
|
//
|
|
// clearAllToolStripMenuItem
|
|
//
|
|
this.clearAllToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.allToolStripMenuItem2,
|
|
this.selectedToolStripMenuItem2});
|
|
this.clearAllToolStripMenuItem.Image = global::xServer.Properties.Resources.delete;
|
|
this.clearAllToolStripMenuItem.Name = "clearAllToolStripMenuItem";
|
|
this.clearAllToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
|
|
this.clearAllToolStripMenuItem.Text = "Clear";
|
|
//
|
|
// allToolStripMenuItem2
|
|
//
|
|
this.allToolStripMenuItem2.Name = "allToolStripMenuItem2";
|
|
this.allToolStripMenuItem2.Size = new System.Drawing.Size(118, 22);
|
|
this.allToolStripMenuItem2.Text = "All";
|
|
this.allToolStripMenuItem2.Click += new System.EventHandler(this.allToolStripMenuItem2_Click);
|
|
//
|
|
// selectedToolStripMenuItem2
|
|
//
|
|
this.selectedToolStripMenuItem2.Name = "selectedToolStripMenuItem2";
|
|
this.selectedToolStripMenuItem2.Size = new System.Drawing.Size(118, 22);
|
|
this.selectedToolStripMenuItem2.Text = "Selected";
|
|
this.selectedToolStripMenuItem2.Click += new System.EventHandler(this.selectedToolStripMenuItem2_Click);
|
|
//
|
|
// refreshToolStripMenuItem
|
|
//
|
|
this.refreshToolStripMenuItem.Image = global::xServer.Properties.Resources.refresh;
|
|
this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
|
|
this.refreshToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
|
|
this.refreshToolStripMenuItem.Text = "Refresh";
|
|
this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.lstPasswords);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(549, 325);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Password Data";
|
|
//
|
|
// lstPasswords
|
|
//
|
|
this.lstPasswords.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.hIdentification,
|
|
this.hURL,
|
|
this.hUser,
|
|
this.hPass});
|
|
this.lstPasswords.ContextMenuStrip = this.menuMain;
|
|
this.lstPasswords.FullRowSelect = true;
|
|
this.lstPasswords.HideSelection = false;
|
|
this.lstPasswords.Location = new System.Drawing.Point(6, 19);
|
|
this.lstPasswords.Name = "lstPasswords";
|
|
this.lstPasswords.Size = new System.Drawing.Size(537, 300);
|
|
this.lstPasswords.TabIndex = 0;
|
|
this.lstPasswords.UseCompatibleStateImageBehavior = false;
|
|
this.lstPasswords.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// hIdentification
|
|
//
|
|
this.hIdentification.Text = "Identification";
|
|
this.hIdentification.Width = 107;
|
|
//
|
|
// hURL
|
|
//
|
|
this.hURL.Text = "URL / Location";
|
|
this.hURL.Width = 151;
|
|
//
|
|
// hUser
|
|
//
|
|
this.hUser.Text = "Username";
|
|
this.hUser.Width = 142;
|
|
//
|
|
// hPass
|
|
//
|
|
this.hPass.Text = "Password";
|
|
this.hPass.Width = 130;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
this.groupBox2.Controls.Add(this.txtFormat);
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 343);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(549, 90);
|
|
this.groupBox2.TabIndex = 2;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Custom Saving/Copying Format";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(65, 49);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(453, 26);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "You can change the way the logins are saved by adjusting the format in the box ab" +
|
|
"ove.\r\nAvailable variables: APP, URL, USER, PASS\r\n";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// txtFormat
|
|
//
|
|
this.txtFormat.Location = new System.Drawing.Point(6, 19);
|
|
this.txtFormat.Name = "txtFormat";
|
|
this.txtFormat.Size = new System.Drawing.Size(537, 22);
|
|
this.txtFormat.TabIndex = 0;
|
|
this.txtFormat.Text = "APP - URL - USER:PASS";
|
|
this.txtFormat.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.txtFormat.TextChanged += new System.EventHandler(this.txtFormat_TextChanged);
|
|
//
|
|
// FrmPasswordRecovery
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(573, 445);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
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.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FrmPasswordRecovery";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "xRAT 2.0 - Password Recovery []";
|
|
this.menuMain.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Controls.AeroListView lstPasswords;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.ColumnHeader hIdentification;
|
|
private System.Windows.Forms.ColumnHeader hURL;
|
|
private System.Windows.Forms.ColumnHeader hUser;
|
|
private System.Windows.Forms.ColumnHeader hPass;
|
|
private System.Windows.Forms.ContextMenuStrip menuMain;
|
|
private System.Windows.Forms.ToolStripMenuItem saveToFileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem saveToClipboardToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripMenuItem clearAllToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem selectedToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem selectedToolStripMenuItem1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtFormat;
|
|
private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem2;
|
|
private System.Windows.Forms.ToolStripMenuItem selectedToolStripMenuItem2;
|
|
}
|
|
} |