mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
#2600995 - "Improvements to Help file"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@641 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -3,6 +3,7 @@ Process Hacker
|
||||
1.3.3.0
|
||||
* NEW:
|
||||
* #2596502 - "Add access keys"
|
||||
* #2600995 - "Improvements to Help file"
|
||||
* #2602538 - "Move some options to new window"
|
||||
* #2602553 - "Add access key for Help"
|
||||
* #2602606 - "Display a warning when running on 64bit WIN"
|
||||
|
||||
+3
-3
@@ -44,7 +44,7 @@
|
||||
this.webBrowser.Location = new System.Drawing.Point(201, 12);
|
||||
this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20);
|
||||
this.webBrowser.Name = "webBrowser";
|
||||
this.webBrowser.Size = new System.Drawing.Size(390, 293);
|
||||
this.webBrowser.Size = new System.Drawing.Size(535, 490);
|
||||
this.webBrowser.TabIndex = 0;
|
||||
this.webBrowser.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.webBrowser_PreviewKeyDown);
|
||||
//
|
||||
@@ -56,7 +56,7 @@
|
||||
this.listBoxContents.IntegralHeight = false;
|
||||
this.listBoxContents.Location = new System.Drawing.Point(12, 12);
|
||||
this.listBoxContents.Name = "listBoxContents";
|
||||
this.listBoxContents.Size = new System.Drawing.Size(183, 293);
|
||||
this.listBoxContents.Size = new System.Drawing.Size(183, 490);
|
||||
this.listBoxContents.TabIndex = 1;
|
||||
this.listBoxContents.SelectedIndexChanged += new System.EventHandler(this.listBoxContents_SelectedIndexChanged);
|
||||
//
|
||||
@@ -64,7 +64,7 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(603, 317);
|
||||
this.ClientSize = new System.Drawing.Size(748, 514);
|
||||
this.Controls.Add(this.listBoxContents);
|
||||
this.Controls.Add(this.webBrowser);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: "Cambria", "Times New Roman", Serif;
|
||||
font-size: 10pt;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
dt {
|
||||
@@ -13,7 +13,7 @@ dt {
|
||||
}
|
||||
|
||||
pre {
|
||||
font-size: 8pt;
|
||||
font-size: 10pt;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
@@ -206,6 +206,10 @@ pre {
|
||||
<dd>Uses the <code>NtResumeProcess()</code> API function to resume the selected
|
||||
process(es).</dd>
|
||||
|
||||
<dt>Restart</dt>
|
||||
<dd>Restarts the selected process with the same command line arguments and working
|
||||
directory.</dd>
|
||||
|
||||
<dt>Affinity...</dt>
|
||||
<dd>Allows you to view and modify the process' CPU affinity (the CPUs on which it is allowed
|
||||
to run).</dd>
|
||||
|
||||
Reference in New Issue
Block a user