namespace ProcessHacker { partial class OptionsWindow { /// /// 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() { this.label1 = new System.Windows.Forms.Label(); this.textUpdateInterval = new System.Windows.Forms.NumericUpDown(); this.buttonClose = new System.Windows.Forms.Button(); this.checkShowProcessDomains = new System.Windows.Forms.CheckBox(); this.checkWarnDangerous = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.textSearchEngine = new System.Windows.Forms.TextBox(); this.tabControl = new System.Windows.Forms.TabControl(); this.tabGeneral = new System.Windows.Forms.TabPage(); this.tabHighlighting = new System.Windows.Forms.TabPage(); this.textHighlightingDuration = new System.Windows.Forms.NumericUpDown(); this.label7 = new System.Windows.Forms.Label(); this.colorSystemProcesses = new ProcessHacker.Components.ColorModifier(); this.colorOwnProcesses = new ProcessHacker.Components.ColorModifier(); this.label6 = new System.Windows.Forms.Label(); this.colorRemovedProcesses = new ProcessHacker.Components.ColorModifier(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.colorNewProcesses = new ProcessHacker.Components.ColorModifier(); this.label3 = new System.Windows.Forms.Label(); this.checkUseToolhelpModules = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.textUpdateInterval)).BeginInit(); this.tabControl.SuspendLayout(); this.tabGeneral.SuspendLayout(); this.tabHighlighting.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textHighlightingDuration)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(83, 13); this.label1.TabIndex = 0; this.label1.Text = "Update Interval:"; // // textUpdateInterval // this.textUpdateInterval.Increment = new decimal(new int[] { 250, 0, 0, 0}); this.textUpdateInterval.Location = new System.Drawing.Point(95, 6); this.textUpdateInterval.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.textUpdateInterval.Name = "textUpdateInterval"; this.textUpdateInterval.Size = new System.Drawing.Size(66, 20); this.textUpdateInterval.TabIndex = 1; this.textUpdateInterval.Leave += new System.EventHandler(this.textUpdateInterval_Leave); // // buttonClose // this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonClose.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonClose.Location = new System.Drawing.Point(284, 228); this.buttonClose.Name = "buttonClose"; this.buttonClose.Size = new System.Drawing.Size(75, 23); this.buttonClose.TabIndex = 2; this.buttonClose.Text = "&Close"; this.buttonClose.UseVisualStyleBackColor = true; this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); // // checkShowProcessDomains // this.checkShowProcessDomains.AutoSize = true; this.checkShowProcessDomains.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowProcessDomains.Location = new System.Drawing.Point(6, 82); this.checkShowProcessDomains.Name = "checkShowProcessDomains"; this.checkShowProcessDomains.Size = new System.Drawing.Size(156, 18); this.checkShowProcessDomains.TabIndex = 3; this.checkShowProcessDomains.Text = "Show user/group domains"; this.checkShowProcessDomains.UseVisualStyleBackColor = true; // // checkWarnDangerous // this.checkWarnDangerous.AutoSize = true; this.checkWarnDangerous.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkWarnDangerous.Location = new System.Drawing.Point(6, 58); this.checkWarnDangerous.Name = "checkWarnDangerous"; this.checkWarnDangerous.Size = new System.Drawing.Size(228, 18); this.checkWarnDangerous.TabIndex = 4; this.checkWarnDangerous.Text = "Warn about potentially dangerous actions"; this.checkWarnDangerous.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 35); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 13); this.label2.TabIndex = 5; this.label2.Text = "Search Engine:"; // // textSearchEngine // this.textSearchEngine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textSearchEngine.Location = new System.Drawing.Point(92, 32); this.textSearchEngine.Name = "textSearchEngine"; this.textSearchEngine.Size = new System.Drawing.Size(241, 20); this.textSearchEngine.TabIndex = 6; // // tabControl // this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl.Controls.Add(this.tabGeneral); this.tabControl.Controls.Add(this.tabHighlighting); this.tabControl.Location = new System.Drawing.Point(12, 12); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(347, 210); this.tabControl.TabIndex = 7; // // tabGeneral // this.tabGeneral.Controls.Add(this.label1); this.tabGeneral.Controls.Add(this.textSearchEngine); this.tabGeneral.Controls.Add(this.textUpdateInterval); this.tabGeneral.Controls.Add(this.label2); this.tabGeneral.Controls.Add(this.checkUseToolhelpModules); this.tabGeneral.Controls.Add(this.checkShowProcessDomains); this.tabGeneral.Controls.Add(this.checkWarnDangerous); this.tabGeneral.Location = new System.Drawing.Point(4, 22); this.tabGeneral.Name = "tabGeneral"; this.tabGeneral.Padding = new System.Windows.Forms.Padding(3); this.tabGeneral.Size = new System.Drawing.Size(339, 184); this.tabGeneral.TabIndex = 0; this.tabGeneral.Text = "General"; this.tabGeneral.UseVisualStyleBackColor = true; // // tabHighlighting // this.tabHighlighting.Controls.Add(this.textHighlightingDuration); this.tabHighlighting.Controls.Add(this.label7); this.tabHighlighting.Controls.Add(this.colorSystemProcesses); this.tabHighlighting.Controls.Add(this.colorOwnProcesses); this.tabHighlighting.Controls.Add(this.label6); this.tabHighlighting.Controls.Add(this.colorRemovedProcesses); this.tabHighlighting.Controls.Add(this.label5); this.tabHighlighting.Controls.Add(this.label4); this.tabHighlighting.Controls.Add(this.colorNewProcesses); this.tabHighlighting.Controls.Add(this.label3); this.tabHighlighting.Location = new System.Drawing.Point(4, 22); this.tabHighlighting.Name = "tabHighlighting"; this.tabHighlighting.Padding = new System.Windows.Forms.Padding(3); this.tabHighlighting.Size = new System.Drawing.Size(339, 184); this.tabHighlighting.TabIndex = 1; this.tabHighlighting.Text = "Highlighting"; this.tabHighlighting.UseVisualStyleBackColor = true; // // textHighlightingDuration // this.textHighlightingDuration.Increment = new decimal(new int[] { 250, 0, 0, 0}); this.textHighlightingDuration.Location = new System.Drawing.Point(127, 6); this.textHighlightingDuration.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.textHighlightingDuration.Name = "textHighlightingDuration"; this.textHighlightingDuration.Size = new System.Drawing.Size(66, 20); this.textHighlightingDuration.TabIndex = 5; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 8); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(108, 13); this.label7.TabIndex = 4; this.label7.Text = "Highlighting Duration:"; // // colorSystemProcesses // this.colorSystemProcesses.Color = System.Drawing.Color.Transparent; this.colorSystemProcesses.Location = new System.Drawing.Point(127, 111); this.colorSystemProcesses.Name = "colorSystemProcesses"; this.colorSystemProcesses.Size = new System.Drawing.Size(40, 20); this.colorSystemProcesses.TabIndex = 3; // // colorOwnProcesses // this.colorOwnProcesses.Color = System.Drawing.Color.Transparent; this.colorOwnProcesses.Location = new System.Drawing.Point(127, 85); this.colorOwnProcesses.Name = "colorOwnProcesses"; this.colorOwnProcesses.Size = new System.Drawing.Size(40, 20); this.colorOwnProcesses.TabIndex = 3; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 114); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(96, 13); this.label6.TabIndex = 2; this.label6.Text = "System Processes:"; // // colorRemovedProcesses // this.colorRemovedProcesses.Color = System.Drawing.Color.Transparent; this.colorRemovedProcesses.Location = new System.Drawing.Point(127, 58); this.colorRemovedProcesses.Name = "colorRemovedProcesses"; this.colorRemovedProcesses.Size = new System.Drawing.Size(40, 20); this.colorRemovedProcesses.TabIndex = 3; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 88); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(84, 13); this.label5.TabIndex = 2; this.label5.Text = "Own Processes:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 61); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(95, 13); this.label4.TabIndex = 2; this.label4.Text = "Removed Objects:"; // // colorNewProcesses // this.colorNewProcesses.Color = System.Drawing.Color.Transparent; this.colorNewProcesses.Location = new System.Drawing.Point(127, 32); this.colorNewProcesses.Name = "colorNewProcesses"; this.colorNewProcesses.Size = new System.Drawing.Size(40, 20); this.colorNewProcesses.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 36); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 13); this.label3.TabIndex = 0; this.label3.Text = "New Objects:"; // // checkUseToolhelpModules // this.checkUseToolhelpModules.AutoSize = true; this.checkUseToolhelpModules.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkUseToolhelpModules.Location = new System.Drawing.Point(6, 106); this.checkUseToolhelpModules.Name = "checkUseToolhelpModules"; this.checkUseToolhelpModules.Size = new System.Drawing.Size(198, 18); this.checkUseToolhelpModules.TabIndex = 3; this.checkUseToolhelpModules.Text = "Use Toolhelp-based module listings"; this.checkUseToolhelpModules.UseVisualStyleBackColor = true; // // OptionsWindow // this.AcceptButton = this.buttonClose; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(371, 263); this.Controls.Add(this.tabControl); this.Controls.Add(this.buttonClose); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "OptionsWindow"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Options"; ((System.ComponentModel.ISupportInitialize)(this.textUpdateInterval)).EndInit(); this.tabControl.ResumeLayout(false); this.tabGeneral.ResumeLayout(false); this.tabGeneral.PerformLayout(); this.tabHighlighting.ResumeLayout(false); this.tabHighlighting.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textHighlightingDuration)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.NumericUpDown textUpdateInterval; private System.Windows.Forms.Button buttonClose; private System.Windows.Forms.CheckBox checkShowProcessDomains; private System.Windows.Forms.CheckBox checkWarnDangerous; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textSearchEngine; private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage tabGeneral; private System.Windows.Forms.TabPage tabHighlighting; private System.Windows.Forms.Label label3; private ProcessHacker.Components.ColorModifier colorNewProcesses; private ProcessHacker.Components.ColorModifier colorRemovedProcesses; private System.Windows.Forms.Label label4; private ProcessHacker.Components.ColorModifier colorSystemProcesses; private ProcessHacker.Components.ColorModifier colorOwnProcesses; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.NumericUpDown textHighlightingDuration; private System.Windows.Forms.Label label7; private System.Windows.Forms.CheckBox checkUseToolhelpModules; } }