⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 otherset.cs

📁 XP界面优化精灵, XP界面优化精灵
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(524, 100);
			this.groupBox1.TabIndex = 13;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "文件右键菜单设置";
			// 
			// cb_43
			// 
			this.cb_43.Location = new System.Drawing.Point(92, 44);
			this.cb_43.Name = "cb_43";
			this.cb_43.Size = new System.Drawing.Size(246, 24);
			this.cb_43.TabIndex = 20;
			this.cb_43.Text = "在EXE文件右键菜单中添加\"转为XP风格\"";
			this.cb_43.CheckedChanged += new System.EventHandler(this.cb_43_CheckedChanged);
			// 
			// bn_CRKMenu1
			// 
			this.bn_CRKMenu1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bn_CRKMenu1.Location = new System.Drawing.Point(390, 64);
			this.bn_CRKMenu1.Name = "bn_CRKMenu1";
			this.bn_CRKMenu1.Size = new System.Drawing.Size(116, 23);
			this.bn_CRKMenu1.TabIndex = 19;
			this.bn_CRKMenu1.Text = "自定义右键菜单";
			this.bn_CRKMenu1.Click += new System.EventHandler(this.bn_CRKMenu1_Click);
			// 
			// pictureBox1
			// 
			this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
			this.pictureBox1.Location = new System.Drawing.Point(18, 30);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(51, 50);
			this.pictureBox1.TabIndex = 18;
			this.pictureBox1.TabStop = false;
			// 
			// bn_CRKMenu
			// 
			this.bn_CRKMenu.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bn_CRKMenu.Location = new System.Drawing.Point(390, 34);
			this.bn_CRKMenu.Name = "bn_CRKMenu";
			this.bn_CRKMenu.Size = new System.Drawing.Size(116, 23);
			this.bn_CRKMenu.TabIndex = 17;
			this.bn_CRKMenu.Text = "为特定文件添加...";
			this.bn_CRKMenu.Click += new System.EventHandler(this.bn_CRKMenu_Click);
			// 
			// tp_3
			// 
			this.tp_3.BackColor = System.Drawing.Color.White;
			this.tp_3.Controls.Add(this.bn_currIL);
			this.tp_3.Controls.Add(this.KeyBList);
			this.tp_3.Controls.Add(this.label2);
			this.tp_3.Controls.Add(this.bn_apply);
			this.tp_3.Controls.Add(this.bn_down);
			this.tp_3.Controls.Add(this.bn_up);
			this.tp_3.Controls.Add(this.label1);
			this.tp_3.Controls.Add(this.pictureBox4);
			this.tp_3.Location = new System.Drawing.Point(4, 21);
			this.tp_3.Name = "tp_3";
			this.tp_3.Size = new System.Drawing.Size(556, 421);
			this.tp_3.TabIndex = 1;
			this.tp_3.Text = "输入法顺序设置";
			this.tp_3.Visible = false;
			// 
			// bn_currIL
			// 
			this.bn_currIL.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bn_currIL.Location = new System.Drawing.Point(290, 116);
			this.bn_currIL.Name = "bn_currIL";
			this.bn_currIL.Size = new System.Drawing.Size(102, 23);
			this.bn_currIL.TabIndex = 9;
			this.bn_currIL.Text = "设为当前输入法";
			this.bn_currIL.Click += new System.EventHandler(this.bn_currIL_Click);
			// 
			// KeyBList
			// 
			this.KeyBList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																					   this.columnHeader1});
			this.KeyBList.FullRowSelect = true;
			this.KeyBList.GridLines = true;
			this.KeyBList.HideSelection = false;
			this.KeyBList.Location = new System.Drawing.Point(72, 50);
			this.KeyBList.Name = "KeyBList";
			this.KeyBList.Size = new System.Drawing.Size(208, 244);
			this.KeyBList.TabIndex = 8;
			this.KeyBList.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "输入法";
			this.columnHeader1.Width = 203;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(74, 330);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(420, 16);
			this.label2.TabIndex = 6;
			this.label2.Text = "可将最常用的输入法排在输入法列表的最前头。这样能大大提高效率。";
			// 
			// bn_apply
			// 
			this.bn_apply.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bn_apply.Location = new System.Drawing.Point(290, 192);
			this.bn_apply.Name = "bn_apply";
			this.bn_apply.TabIndex = 4;
			this.bn_apply.Text = "应用";
			this.bn_apply.Click += new System.EventHandler(this.bn_apply_Click);
			// 
			// bn_down
			// 
			this.bn_down.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bn_down.Location = new System.Drawing.Point(290, 84);
			this.bn_down.Name = "bn_down";
			this.bn_down.Size = new System.Drawing.Size(102, 23);
			this.bn_down.TabIndex = 3;
			this.bn_down.Text = "向下";
			this.bn_down.Click += new System.EventHandler(this.bn_down_Click);
			// 
			// bn_up
			// 
			this.bn_up.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bn_up.Location = new System.Drawing.Point(290, 52);
			this.bn_up.Name = "bn_up";
			this.bn_up.Size = new System.Drawing.Size(102, 23);
			this.bn_up.TabIndex = 2;
			this.bn_up.Text = "向上";
			this.bn_up.Click += new System.EventHandler(this.bn_up_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(70, 30);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100, 14);
			this.label1.TabIndex = 1;
			this.label1.Text = "输入法列表:";
			// 
			// pictureBox4
			// 
			this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
			this.pictureBox4.Location = new System.Drawing.Point(290, 214);
			this.pictureBox4.Name = "pictureBox4";
			this.pictureBox4.Size = new System.Drawing.Size(189, 79);
			this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
			this.pictureBox4.TabIndex = 7;
			this.pictureBox4.TabStop = false;
			// 
			// tp_4
			// 
			this.tp_4.BackColor = System.Drawing.Color.White;
			this.tp_4.Controls.Add(this.groupBox5);
			this.tp_4.Controls.Add(this.bn_optimize2);
			this.tp_4.Controls.Add(this.cb_38);
			this.tp_4.Controls.Add(this.cb_37);
			this.tp_4.Controls.Add(this.cb_36);
			this.tp_4.Controls.Add(this.cb_35);
			this.tp_4.Controls.Add(this.cb_34);
			this.tp_4.Controls.Add(this.cb_42);
			this.tp_4.Controls.Add(this.cb_41);
			this.tp_4.Controls.Add(this.cb_40);
			this.tp_4.Controls.Add(this.cb_39);
			this.tp_4.Controls.Add(this.cb_33);
			this.tp_4.Controls.Add(this.cb_32);
			this.tp_4.Controls.Add(this.groupBox4);
			this.tp_4.Controls.Add(this.cb_31);
			this.tp_4.Controls.Add(this.cb_30);
			this.tp_4.Controls.Add(this.cb_29);
			this.tp_4.Location = new System.Drawing.Point(4, 21);
			this.tp_4.Name = "tp_4";
			this.tp_4.Size = new System.Drawing.Size(556, 421);
			this.tp_4.TabIndex = 3;
			this.tp_4.Text = "其它优化设置";
			this.tp_4.Visible = false;
			// 
			// groupBox5
			// 
			this.groupBox5.Controls.Add(this.bn_cancel);
			this.groupBox5.Controls.Add(this.bn_save2);
			this.groupBox5.Controls.Add(this.bn_selectpath2);
			this.groupBox5.Controls.Add(this.bn_selectpath1);
			this.groupBox5.Controls.Add(this.tb_8);
			this.groupBox5.Controls.Add(this.label10);
			this.groupBox5.Controls.Add(this.tb_7);
			this.groupBox5.Controls.Add(this.label9);
			this.groupBox5.Controls.Add(this.tb_6);
			this.groupBox5.Controls.Add(this.tb_5);
			this.groupBox5.Controls.Add(this.tb_4);
			this.groupBox5.Controls.Add(this.label6);
			this.groupBox5.Controls.Add(this.label7);
			this.groupBox5.Controls.Add(this.label8);
			this.groupBox5.Location = new System.Drawing.Point(26, 262);
			this.groupBox5.Name = "groupBox5";
			this.groupBox5.Size = new System.Drawing.Size(426, 150);
			this.groupBox5.TabIndex = 16;
			this.groupBox5.TabStop = false;
			this.groupBox5.Text = "更改Windows 安装信息";
			// 
			// bn_cancel
			// 
			this.bn_cancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bn_cancel.Location = new System.Drawing.Point(340, 50);
			this.bn_cancel.Name = "bn_cancel";
			this.bn_cancel.TabIndex = 17;
			this.bn_cancel.Text = "取消";
			this.bn_cancel.Click += new System.EventHandler(this.bn_cancel_Click);
			// 
			// bn_save2
			// 
			this.bn_save2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bn_save2.Location = new System.Drawing.Point(340, 22);
			this.bn_save2.Name = "bn_save2";
			this.bn_save2.TabIndex = 16;
			this.bn_save2.Text = "保存";
			this.bn_save2.Click += new System.EventHandler(this.bn_save2_Click);
			// 
			// bn_selectpath2
			// 
			this.bn_selectpath2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bn_selectpath2.Location = new System.Drawing.Point(304, 120);
			this.bn_selectpath2.Name = "bn_selectpath2";
			this.bn_selectpath2.Size = new System.Drawing.Size(28, 16);
			this.bn_selectpath2.TabIndex = 15;
			this.bn_selectpath2.Text = "...";
			this.bn_selectpath2.Click += new System.EventHandler(this.bn_selectpath1_Click);
			// 
			// bn_selectpath1
			// 
			this.bn_selectpath1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bn_selectpath1.Location = new System.Drawing.Point(304, 96);
			this.bn_selectpath1.Name = "bn_selectpath1";
			this.bn_selectpath1.Size = new System.Drawing.Size(28, 16);
			this.bn_selectpath1.TabIndex = 14;
			this.bn_selectpath1.Text = "...";
			this.bn_selectpath1.Click += new System.EventHandler(this.bn_selectpath1_Click);
			// 
			// tb_8
			// 
			this.tb_8.Location = new System.Drawing.Point(142, 118);
			this.tb_8.Name = "tb_8";
			this.tb_8.ReadOnly = true;
			this.tb_8.Size = new System.Drawing.Size(192, 21);
			this.tb_8.TabIndex = 13;
			this.tb_8.Text = "";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(16, 122);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(140, 23);
			this.label10.TabIndex = 12;
			this.label10.Text = "更改IE下载默认路径:";
			// 
			// tb_7
			// 
			this.tb_7.Location = new System.Drawing.Point(142, 94);
			this.tb_7.Name = "tb_7";
			this.tb_7.ReadOnly = true;
			this.tb_7.Size = new System.Drawing.Size(192, 21);
			this.tb_7.TabIndex = 11;
			this.tb_7.Text = "";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(16, 98);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(120, 23);
			this.label9.TabIndex = 10;
			this.label9.Text = "更改WIN安装盘路径:";
			// 
			// tb_6
			// 
			this.tb_6.Location = new System.Drawing.Point(142, 70);
			this.tb_6.Name = "tb_6";
			this.tb_6.Size = new System.Drawing.Size(192, 21);
			this.tb_6.TabIndex = 9;
			this.tb_6.Text = "";
			// 
			// tb_5
			// 
			this.tb_5.Location = new System.Drawing.Point(142, 46);
			this.tb_5.Name = "tb_5";
			this.tb_5.Size = new System.Drawing.Size(192, 21);
			this.tb_5.TabIndex = 8;
			this.tb_5.Text = "";
			// 
			// tb_4
			// 
			this.tb_4.Location = new System.Drawing.Point(142, 22);
			this.tb_4.Name = "tb_4";
			this.tb_4.Size = new System.Drawing.Size(192, 21);
			this.tb_4.TabIndex = 7;
			this.tb_4.Text = "";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(16, 74);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(114, 23);
			this.label6.TabIndex = 6;
			this.label6.Text = "更改计算机名称:";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(16, 50);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(108, 23);
			this.label7.TabIndex = 5;
			this.label7.Text = "更改注册用户名:";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(16, 26);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(104, 23);
			this.label8.TabIndex = 4;
			this.label8.Text = "更改注册组织名:";
			// 
			// bn_optimize2
			// 
			this.bn_optimize2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bn_optimize2.Location = new System.Drawing.Point(460, 388);
			this.bn_optimize2.Name = "bn_optimize2";
			this.bn_optimize2.Size = new System.Drawing.Size(80, 23);
			this.bn_optimize2.TabIndex = 15;
			this.bn_optimize2.Text = "优化";
			this.bn_optimize2.Click += new System.EventHandler(this.bn_optimize2_Click);
			// 
			// cb_38
			// 
			this.cb_38.Location = new System.Drawing.Point(280, 122);
			this.cb_38.Name = "cb_38";
			this.cb_38.Size = new System.Drawing.Size(148, 24);
			this.cb_38.TabIndex = 14;
			this.cb_38.Text = "完全禁用系统还原";
			this.cb_38.CheckedChanged += new System.EventHandler(this.cb_38_CheckedChanged);
			// 
			// cb_37
			// 
			this.cb_37.Location = new System.Drawing.Point(280, 94);
			this.cb_37.Name = "cb_37";
			this.cb_37.Size = new System.Drawing.Size(148, 24);
			this.cb_37.TabIndex = 13;
			this.cb_37.Text = "禁用文件夹选项菜单";
			this.cb_37.CheckedChanged += new System.EventHandler(this.cb_37_CheckedChanged);
			// 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -