239 lines
12 KiB
C#
239 lines
12 KiB
C#
namespace Vichingo455_Settings
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Variabile di progettazione necessaria.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Pulire le risorse in uso.
|
|
/// </summary>
|
|
/// <param name="disposing">ha valore true se le risorse gestite devono essere eliminate, false in caso contrario.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Codice generato da Progettazione Windows Form
|
|
|
|
/// <summary>
|
|
/// Metodo necessario per il supporto della finestra di progettazione. Non modificare
|
|
/// il contenuto del metodo con l'editor di codice.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.registry = new System.Windows.Forms.CheckBox();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.runAsSystemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.runToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.fileExplorerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.registryEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.commandPromptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.commandPromptToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox4 = new System.Windows.Forms.CheckBox();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem,
|
|
this.toolStripMenuItem1});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(800, 24);
|
|
this.menuStrip1.TabIndex = 0;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.runToolStripMenuItem,
|
|
this.runAsSystemToolStripMenuItem});
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
this.fileToolStripMenuItem.Text = "File";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.checkBox4);
|
|
this.groupBox1.Controls.Add(this.checkBox3);
|
|
this.groupBox1.Controls.Add(this.checkBox2);
|
|
this.groupBox1.Controls.Add(this.checkBox1);
|
|
this.groupBox1.Controls.Add(this.registry);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 27);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(299, 180);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Common malware resolutions";
|
|
//
|
|
// registry
|
|
//
|
|
this.registry.AutoSize = true;
|
|
this.registry.Location = new System.Drawing.Point(6, 19);
|
|
this.registry.Name = "registry";
|
|
this.registry.Size = new System.Drawing.Size(130, 17);
|
|
this.registry.TabIndex = 0;
|
|
this.registry.Text = "Enable Registry Editor";
|
|
this.registry.UseVisualStyleBackColor = true;
|
|
this.registry.CheckedChanged += new System.EventHandler(this.registry_CheckedChanged);
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(6, 42);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(145, 17);
|
|
this.checkBox1.TabIndex = 1;
|
|
this.checkBox1.Text = "Enable Command Prompt";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// runAsSystemToolStripMenuItem
|
|
//
|
|
this.runAsSystemToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.commandPromptToolStripMenuItem1});
|
|
this.runAsSystemToolStripMenuItem.Name = "runAsSystemToolStripMenuItem";
|
|
this.runAsSystemToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.runAsSystemToolStripMenuItem.Text = "Run as System";
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.aboutToolStripMenuItem});
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(24, 20);
|
|
this.toolStripMenuItem1.Text = "?";
|
|
//
|
|
// aboutToolStripMenuItem
|
|
//
|
|
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
|
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.aboutToolStripMenuItem.Text = "About";
|
|
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
|
|
//
|
|
// runToolStripMenuItem
|
|
//
|
|
this.runToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileExplorerToolStripMenuItem,
|
|
this.registryEditorToolStripMenuItem,
|
|
this.commandPromptToolStripMenuItem});
|
|
this.runToolStripMenuItem.Name = "runToolStripMenuItem";
|
|
this.runToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.runToolStripMenuItem.Text = "Run";
|
|
this.runToolStripMenuItem.Click += new System.EventHandler(this.runToolStripMenuItem_Click);
|
|
//
|
|
// fileExplorerToolStripMenuItem
|
|
//
|
|
this.fileExplorerToolStripMenuItem.Name = "fileExplorerToolStripMenuItem";
|
|
this.fileExplorerToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.fileExplorerToolStripMenuItem.Text = "File Explorer";
|
|
this.fileExplorerToolStripMenuItem.Click += new System.EventHandler(this.fileExplorerToolStripMenuItem_Click);
|
|
//
|
|
// registryEditorToolStripMenuItem
|
|
//
|
|
this.registryEditorToolStripMenuItem.Name = "registryEditorToolStripMenuItem";
|
|
this.registryEditorToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.registryEditorToolStripMenuItem.Text = "Registry Editor";
|
|
this.registryEditorToolStripMenuItem.Click += new System.EventHandler(this.registryEditorToolStripMenuItem_Click);
|
|
//
|
|
// commandPromptToolStripMenuItem
|
|
//
|
|
this.commandPromptToolStripMenuItem.Name = "commandPromptToolStripMenuItem";
|
|
this.commandPromptToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.commandPromptToolStripMenuItem.Text = "Command Prompt";
|
|
this.commandPromptToolStripMenuItem.Click += new System.EventHandler(this.commandPromptToolStripMenuItem_Click);
|
|
//
|
|
// commandPromptToolStripMenuItem1
|
|
//
|
|
this.commandPromptToolStripMenuItem1.Name = "commandPromptToolStripMenuItem1";
|
|
this.commandPromptToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
|
|
this.commandPromptToolStripMenuItem1.Text = "Command Prompt";
|
|
//
|
|
// checkBox2
|
|
//
|
|
this.checkBox2.AutoSize = true;
|
|
this.checkBox2.Location = new System.Drawing.Point(6, 65);
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.Size = new System.Drawing.Size(82, 17);
|
|
this.checkBox2.TabIndex = 2;
|
|
this.checkBox2.Text = "Enable Run";
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox3
|
|
//
|
|
this.checkBox3.AutoSize = true;
|
|
this.checkBox3.Location = new System.Drawing.Point(6, 88);
|
|
this.checkBox3.Name = "checkBox3";
|
|
this.checkBox3.Size = new System.Drawing.Size(125, 17);
|
|
this.checkBox3.TabIndex = 2;
|
|
this.checkBox3.Text = "Enable Control Panel";
|
|
this.checkBox3.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox4
|
|
//
|
|
this.checkBox4.AutoSize = true;
|
|
this.checkBox4.Location = new System.Drawing.Point(6, 111);
|
|
this.checkBox4.Name = "checkBox4";
|
|
this.checkBox4.Size = new System.Drawing.Size(131, 17);
|
|
this.checkBox4.TabIndex = 2;
|
|
this.checkBox4.Text = "Enable Task Manager";
|
|
this.checkBox4.UseVisualStyleBackColor = true;
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 672);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.MaximizeBox = false;
|
|
this.Name = "Form1";
|
|
this.Text = "Vichingo455 Settings";
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.CheckBox registry;
|
|
private System.Windows.Forms.ToolStripMenuItem runAsSystemToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.ToolStripMenuItem runToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem fileExplorerToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem registryEditorToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem commandPromptToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem commandPromptToolStripMenuItem1;
|
|
private System.Windows.Forms.CheckBox checkBox4;
|
|
private System.Windows.Forms.CheckBox checkBox3;
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
}
|
|
}
|
|
|