mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
d3385ed62b
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@978 21ef857c-d57f-4fe0-8362-d861dc6d29cd
212 lines
9.6 KiB
C#
212 lines
9.6 KiB
C#
namespace ProcessHacker
|
|
{
|
|
partial class JobProperties
|
|
{
|
|
/// <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 Component 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.tabControl = new System.Windows.Forms.TabControl();
|
|
this.tabGeneral = new System.Windows.Forms.TabPage();
|
|
this.tabStatistics = new System.Windows.Forms.TabPage();
|
|
this.listProcesses = new System.Windows.Forms.ListView();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textJobName = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.columnName = new System.Windows.Forms.ColumnHeader();
|
|
this.columnPid = new System.Windows.Forms.ColumnHeader();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.listLimits = new System.Windows.Forms.ListView();
|
|
this.columnLimit = new System.Windows.Forms.ColumnHeader();
|
|
this.columnValue = new System.Windows.Forms.ColumnHeader();
|
|
this.tabControl.SuspendLayout();
|
|
this.tabGeneral.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabControl
|
|
//
|
|
this.tabControl.Controls.Add(this.tabGeneral);
|
|
this.tabControl.Controls.Add(this.tabStatistics);
|
|
this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControl.Name = "tabControl";
|
|
this.tabControl.SelectedIndex = 0;
|
|
this.tabControl.Size = new System.Drawing.Size(646, 434);
|
|
this.tabControl.TabIndex = 0;
|
|
//
|
|
// tabGeneral
|
|
//
|
|
this.tabGeneral.Controls.Add(this.label3);
|
|
this.tabGeneral.Controls.Add(this.label2);
|
|
this.tabGeneral.Controls.Add(this.textJobName);
|
|
this.tabGeneral.Controls.Add(this.label1);
|
|
this.tabGeneral.Controls.Add(this.listLimits);
|
|
this.tabGeneral.Controls.Add(this.listProcesses);
|
|
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(638, 408);
|
|
this.tabGeneral.TabIndex = 0;
|
|
this.tabGeneral.Text = "General";
|
|
this.tabGeneral.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabStatistics
|
|
//
|
|
this.tabStatistics.Location = new System.Drawing.Point(4, 22);
|
|
this.tabStatistics.Name = "tabStatistics";
|
|
this.tabStatistics.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabStatistics.Size = new System.Drawing.Size(638, 408);
|
|
this.tabStatistics.TabIndex = 2;
|
|
this.tabStatistics.Text = "Statistics";
|
|
this.tabStatistics.UseVisualStyleBackColor = true;
|
|
//
|
|
// listProcesses
|
|
//
|
|
this.listProcesses.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.listProcesses.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnName,
|
|
this.columnPid});
|
|
this.listProcesses.FullRowSelect = true;
|
|
this.listProcesses.HideSelection = false;
|
|
this.listProcesses.Location = new System.Drawing.Point(6, 49);
|
|
this.listProcesses.MultiSelect = false;
|
|
this.listProcesses.Name = "listProcesses";
|
|
this.listProcesses.ShowItemToolTips = true;
|
|
this.listProcesses.Size = new System.Drawing.Size(626, 97);
|
|
this.listProcesses.Sorting = System.Windows.Forms.SortOrder.Ascending;
|
|
this.listProcesses.TabIndex = 0;
|
|
this.listProcesses.UseCompatibleStateImageBehavior = false;
|
|
this.listProcesses.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(38, 13);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Name:";
|
|
//
|
|
// textJobName
|
|
//
|
|
this.textJobName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textJobName.Location = new System.Drawing.Point(50, 6);
|
|
this.textJobName.Name = "textJobName";
|
|
this.textJobName.ReadOnly = true;
|
|
this.textJobName.Size = new System.Drawing.Size(582, 20);
|
|
this.textJobName.TabIndex = 2;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(6, 33);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(76, 13);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "Process in job:";
|
|
//
|
|
// columnName
|
|
//
|
|
this.columnName.Text = "Name";
|
|
this.columnName.Width = 200;
|
|
//
|
|
// columnPid
|
|
//
|
|
this.columnPid.Text = "PID";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(6, 149);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(36, 13);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "Limits:";
|
|
//
|
|
// listLimits
|
|
//
|
|
this.listLimits.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.listLimits.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnLimit,
|
|
this.columnValue});
|
|
this.listLimits.FullRowSelect = true;
|
|
this.listLimits.HideSelection = false;
|
|
this.listLimits.Location = new System.Drawing.Point(6, 165);
|
|
this.listLimits.MultiSelect = false;
|
|
this.listLimits.Name = "listLimits";
|
|
this.listLimits.ShowItemToolTips = true;
|
|
this.listLimits.Size = new System.Drawing.Size(626, 237);
|
|
this.listLimits.Sorting = System.Windows.Forms.SortOrder.Ascending;
|
|
this.listLimits.TabIndex = 0;
|
|
this.listLimits.UseCompatibleStateImageBehavior = false;
|
|
this.listLimits.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// columnLimit
|
|
//
|
|
this.columnLimit.Text = "Limit";
|
|
this.columnLimit.Width = 250;
|
|
//
|
|
// columnValue
|
|
//
|
|
this.columnValue.Text = "Value";
|
|
this.columnValue.Width = 150;
|
|
//
|
|
// JobProperties
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.tabControl);
|
|
this.DoubleBuffered = true;
|
|
this.Name = "JobProperties";
|
|
this.Size = new System.Drawing.Size(646, 434);
|
|
this.tabControl.ResumeLayout(false);
|
|
this.tabGeneral.ResumeLayout(false);
|
|
this.tabGeneral.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabControl;
|
|
private System.Windows.Forms.TabPage tabGeneral;
|
|
private System.Windows.Forms.TabPage tabStatistics;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox textJobName;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ListView listProcesses;
|
|
private System.Windows.Forms.ColumnHeader columnName;
|
|
private System.Windows.Forms.ColumnHeader columnPid;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.ListView listLimits;
|
|
private System.Windows.Forms.ColumnHeader columnLimit;
|
|
private System.Windows.Forms.ColumnHeader columnValue;
|
|
}
|
|
}
|