mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
7bd28e4357
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2304 21ef857c-d57f-4fe0-8362-d861dc6d29cd
148 lines
7.0 KiB
C#
148 lines
7.0 KiB
C#
namespace ProcessHacker
|
|
{
|
|
partial class ThreadWindow
|
|
{
|
|
/// <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();
|
|
}
|
|
|
|
if (_phandle != null && _processHandleOwned)
|
|
_phandle.Dispose();
|
|
if (_thandle != null)
|
|
_thandle.Dispose();
|
|
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form 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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ThreadWindow));
|
|
this.vistaMenu = new wyDay.Controls.VistaMenu(this.components);
|
|
this.fileModule = new ProcessHacker.Components.FileNameBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.buttonWalk = new System.Windows.Forms.Button();
|
|
this.listViewCallStack = new System.Windows.Forms.ListView();
|
|
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
|
|
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
|
|
((System.ComponentModel.ISupportInitialize)(this.vistaMenu)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// vistaMenu
|
|
//
|
|
this.vistaMenu.ContainerControl = this;
|
|
this.vistaMenu.DelaySetImageCalls = false;
|
|
//
|
|
// fileModule
|
|
//
|
|
this.fileModule.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.fileModule.Location = new System.Drawing.Point(63, 347);
|
|
this.fileModule.Name = "fileModule";
|
|
this.fileModule.ReadOnly = false;
|
|
this.fileModule.Size = new System.Drawing.Size(243, 24);
|
|
this.fileModule.TabIndex = 9;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 353);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(45, 13);
|
|
this.label1.TabIndex = 8;
|
|
this.label1.Text = "Module:";
|
|
//
|
|
// buttonWalk
|
|
//
|
|
this.buttonWalk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonWalk.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
this.buttonWalk.Location = new System.Drawing.Point(312, 348);
|
|
this.buttonWalk.Name = "buttonWalk";
|
|
this.buttonWalk.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonWalk.TabIndex = 7;
|
|
this.buttonWalk.Text = "&Refresh";
|
|
this.buttonWalk.UseVisualStyleBackColor = true;
|
|
this.buttonWalk.Click += new System.EventHandler(this.buttonWalk_Click);
|
|
//
|
|
// listViewCallStack
|
|
//
|
|
this.listViewCallStack.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.listViewCallStack.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader3,
|
|
this.columnHeader4});
|
|
this.listViewCallStack.FullRowSelect = true;
|
|
this.listViewCallStack.HideSelection = false;
|
|
this.listViewCallStack.Location = new System.Drawing.Point(12, 12);
|
|
this.listViewCallStack.Name = "listViewCallStack";
|
|
this.listViewCallStack.ShowItemToolTips = true;
|
|
this.listViewCallStack.Size = new System.Drawing.Size(375, 329);
|
|
this.listViewCallStack.TabIndex = 6;
|
|
this.listViewCallStack.UseCompatibleStateImageBehavior = false;
|
|
this.listViewCallStack.View = System.Windows.Forms.View.Details;
|
|
this.listViewCallStack.SelectedIndexChanged += new System.EventHandler(this.listViewCallStack_SelectedIndexChanged);
|
|
//
|
|
// columnHeader3
|
|
//
|
|
this.columnHeader3.Text = "Address";
|
|
this.columnHeader3.Width = 100;
|
|
//
|
|
// columnHeader4
|
|
//
|
|
this.columnHeader4.Text = "Symbol Name";
|
|
this.columnHeader4.Width = 220;
|
|
//
|
|
// ThreadWindow
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(399, 383);
|
|
this.Controls.Add(this.fileModule);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.buttonWalk);
|
|
this.Controls.Add(this.listViewCallStack);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "ThreadWindow";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Thread";
|
|
this.Load += new System.EventHandler(this.ThreadWindow_Load);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ThreadWindow_FormClosing);
|
|
((System.ComponentModel.ISupportInitialize)(this.vistaMenu)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private wyDay.Controls.VistaMenu vistaMenu;
|
|
private ProcessHacker.Components.FileNameBox fileModule;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button buttonWalk;
|
|
private System.Windows.Forms.ListView listViewCallStack;
|
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
|
private System.Windows.Forms.ColumnHeader columnHeader4;
|
|
}
|
|
} |