Создание программы Tweaker

Дипломная работа - Компьютеры, программирование

Другие дипломы по предмету Компьютеры, программирование



viceID"]);

Status.Text=(""+ queryObj["Status"]);

VideoProcessor.Text=(""+ queryObj["VideoProcessor"]);}}

finally{}}

{

RegistryKey Key = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", true);

Object Index = Key.GetValue("NoControlPanel");

if ((int)Index == 1)

{ checkBox1.Checked = true; }

}

{

RegistryKey Key = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Policies\System", true);

Object Index = Key.GetValue("NoDispCPL");

if ((int)Index == 1)

{ checkBox2.Checked = true; }

}

{

RegistryKey Key = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Policies\Network", true);

Object Index = Key.GetValue("NoNetSetup");

if ((int)Index == 1)

{ checkBox2.Checked = true; }

}

{

RegistryKey Key = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", true);

Object Index = Key.GetValue("NoSetTaskbar");

if ((int)Index == 1)

{ checkBox6.Checked = true; }

}

{

RegistryKey Key = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall", true);

Object Index = Key.GetValue("NoRemovePage");

if ((int)Index == 1)

{ checkBox6.Checked = true; }

}

{

RegistryKey Key = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", true);

Object Index = Key.GetValue("NoClose");

if ((int)Index == 1)

{ checkBox8.Checked = true; }

}

{

RegistryKey Key = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", true);

Object Index = Key.GetValue("NoRun");

if ((int)Index == 1)

{ checkBox9.Checked = true; }

}

{

RegistryKey Key = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", true);

Object Index = Key.GetValue("DisableRegistryTools");

if ((int)Index == 1)

{ checkBox10.Checked = true; }

}

{

RegistryKey Key = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall", true);

Object Index = Key.GetValue("NoAddFromInternet");

if ((int)Index == 1)

{ checkBox11.Checked = true; }

}

{

RegistryKey Key = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Policies\System", true);

Object Index = Key.GetValue("NoDispSettingsPage");

if ((int)Index == 1)

{ checkBox11.Checked = true; }

} }

private void prToolStripMenuItem_Click(object sender, EventArgs e)

{

}

}

}

Design.cs

//------------------------------------------------------------------------------

//

// This code was generated by a tool.

// Runtime Version:2.0.50727.4016

//

// Changes to this file may cause incorrect behavior and will be lost if

// the code is regenerated.

//

//------------------------------------------------------------------------------

WindowsFormsApplication1.Properties {

using System;

///

/// A strongly-typed resource class, for looking up localized strings, etc.

///

// This class was auto-generated by the StronglyTypedResourceBuilder

// class via a tool like ResGen or Visual Studio.

// To add or remove a member, edit your .ResX file then rerun ResGen

// with the /str option, or rebuild your VS project.

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]

[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]

internal class Resources {

private static global::System.Resources.ResourceManager resourceMan;

private static global::System.Globalization.CultureInfo resourceCulture;

[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]

internal Resources() {

}

///

/// Returns the cached ResourceManager instance used by this class.

///

[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]

internal static global::System.Resources.ResourceManager ResourceManager {

get {

if (object.ReferenceEquals(resourceMan, null)) {

global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WindowsFormsApplication1.Properties.Resources", typeof(Resources).Assembly);

resourceMan = temp;

}

return resourceMan;

}

}

///

/// Overrides the current thread's CurrentUICulture property for all

/// resource lookups using this strongly typed resource class.

///

[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]

internal static global::System.Globalization.CultureInfo Culture {

get {

return resourceCulture;

}

set {

resourceCulture = value;

}

}

internal static System.Drawing.Bitmap _1244029531____vol__04_029 {

get {

object obj = ResourceManager.GetObject("1244029531_-__vol-_04-029", resourceCulture);

return ((System.Drawing.Bitmap)(obj));

}

}

internal static System.Drawing.Bitmap _1244117112____vol__05_0__7 {

get {

object obj = ResourceManager.GetObject("1244117112_-__vol-_05-0-_7", resourceCulture);

return ((System.Drawing.Bitmap)(obj));

}

}

internal static System.Drawing.Bitmap Grid {

get {

object obj = ResourceManager.GetObject("Grid", resourceCulture);

return ((System.Drawing.Bitmap)(obj));

}

}

}

}

Приложение В

(экранные формы)

Рисунок 1 - Панель настройки Администрирования

Рисунок 2 - Вид на системные параметры

Рисунок 3 - Панель настройки видеокарты.

Рисунок 4 - Панель настройки рабочего стола

Рисунок 5 - Панель настройки программы

Приложение С

(графический материал)