57 |
this.colProcName, |
this.colProcName, |
58 |
this.colProcPid, |
this.colProcPid, |
59 |
this.colProcFullPath}); |
this.colProcFullPath}); |
60 |
|
this.lstProcessList.FullRowSelect = true; |
61 |
|
this.lstProcessList.HideSelection = false; |
62 |
this.lstProcessList.Location = new System.Drawing.Point(0, 28); |
this.lstProcessList.Location = new System.Drawing.Point(0, 28); |
63 |
this.lstProcessList.MultiSelect = false; |
this.lstProcessList.MultiSelect = false; |
64 |
this.lstProcessList.Name = "lstProcessList"; |
this.lstProcessList.Name = "lstProcessList"; |
65 |
this.lstProcessList.Size = new System.Drawing.Size(570, 458); |
this.lstProcessList.Size = new System.Drawing.Size(570, 458); |
66 |
this.lstProcessList.TabIndex = 0; |
this.lstProcessList.TabIndex = 0; |
67 |
this.lstProcessList.UseCompatibleStateImageBehavior = false; |
this.lstProcessList.UseCompatibleStateImageBehavior = false; |
68 |
|
this.lstProcessList.ItemActivate += new System.EventHandler(this.lstProcessList_ItemActivate); |
69 |
|
this.lstProcessList.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lstProcessList_ItemSelectionChanged); |
70 |
// |
// |
71 |
// colProcName |
// colProcName |
72 |
// |
// |
146 |
// |
// |
147 |
this.btnOK.AutoSize = true; |
this.btnOK.AutoSize = true; |
148 |
this.btnOK.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
this.btnOK.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
149 |
|
this.btnOK.Enabled = false; |
150 |
this.btnOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.btnOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
151 |
this.btnOK.Location = new System.Drawing.Point(3, 3); |
this.btnOK.Location = new System.Drawing.Point(3, 3); |
152 |
this.btnOK.Name = "btnOK"; |
this.btnOK.Name = "btnOK"; |
154 |
this.btnOK.TabIndex = 2; |
this.btnOK.TabIndex = 2; |
155 |
this.btnOK.Text = "Use selected"; |
this.btnOK.Text = "Use selected"; |
156 |
this.btnOK.UseVisualStyleBackColor = true; |
this.btnOK.UseVisualStyleBackColor = true; |
157 |
|
this.btnOK.Visible = false; |
158 |
this.btnOK.Click += new System.EventHandler(this.btnOK_Click); |
this.btnOK.Click += new System.EventHandler(this.btnOK_Click); |
159 |
// |
// |
160 |
// btnRefresh |
// btnRefresh |