53 |
|
this.mnuView = new System.Windows.Forms.ToolStripMenuItem(); |
54 |
|
this.mnuItemShowLogWindow = new System.Windows.Forms.ToolStripMenuItem(); |
55 |
|
this.mnuItemShowRamDumpDialog = new System.Windows.Forms.ToolStripMenuItem(); |
56 |
+ |
this.mnuItemShowPIDSelector = new System.Windows.Forms.ToolStripMenuItem(); |
57 |
|
this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem(); |
58 |
|
this.mnuItemHelpAbout = new System.Windows.Forms.ToolStripMenuItem(); |
59 |
|
this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel(); |
59 |
– |
this.mnuItemShowPIDSelector = new System.Windows.Forms.ToolStripMenuItem(); |
60 |
|
this.mainmnu.SuspendLayout(); |
61 |
|
this.SuspendLayout(); |
62 |
|
// |
86 |
|
// mnuItemOpenProcess |
87 |
|
// |
88 |
|
this.mnuItemOpenProcess.Name = "mnuItemOpenProcess"; |
89 |
< |
this.mnuItemOpenProcess.Size = new System.Drawing.Size(152, 22); |
89 |
> |
this.mnuItemOpenProcess.Size = new System.Drawing.Size(146, 22); |
90 |
|
this.mnuItemOpenProcess.Text = "&Open process"; |
91 |
|
this.mnuItemOpenProcess.Click += new System.EventHandler(this.mnuItemOpenProcess_Click); |
92 |
|
// |
93 |
|
// toolStripSeparator1 |
94 |
|
// |
95 |
|
this.toolStripSeparator1.Name = "toolStripSeparator1"; |
96 |
< |
this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6); |
96 |
> |
this.toolStripSeparator1.Size = new System.Drawing.Size(143, 6); |
97 |
|
// |
98 |
|
// mnuItemExit |
99 |
|
// |
100 |
|
this.mnuItemExit.Name = "mnuItemExit"; |
101 |
< |
this.mnuItemExit.Size = new System.Drawing.Size(152, 22); |
101 |
> |
this.mnuItemExit.Size = new System.Drawing.Size(146, 22); |
102 |
|
this.mnuItemExit.Text = "&Exit"; |
103 |
|
this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click); |
104 |
|
// |
113 |
|
// mnuItemConfig |
114 |
|
// |
115 |
|
this.mnuItemConfig.Name = "mnuItemConfig"; |
116 |
< |
this.mnuItemConfig.Size = new System.Drawing.Size(152, 22); |
116 |
> |
this.mnuItemConfig.Size = new System.Drawing.Size(110, 22); |
117 |
|
this.mnuItemConfig.Text = "&Config"; |
118 |
|
this.mnuItemConfig.Click += new System.EventHandler(this.mnuItemConfig_Click); |
119 |
|
// |
141 |
|
this.mnuItemShowRamDumpDialog.Text = "&Ram Dump Dialog"; |
142 |
|
this.mnuItemShowRamDumpDialog.Click += new System.EventHandler(this.mnuItemShowRamDumpDialog_Click); |
143 |
|
// |
144 |
+ |
// mnuItemShowPIDSelector |
145 |
+ |
// |
146 |
+ |
this.mnuItemShowPIDSelector.Name = "mnuItemShowPIDSelector"; |
147 |
+ |
this.mnuItemShowPIDSelector.Size = new System.Drawing.Size(185, 22); |
148 |
+ |
this.mnuItemShowPIDSelector.Text = "&Show Process Selctor"; |
149 |
+ |
this.mnuItemShowPIDSelector.Click += new System.EventHandler(this.mnuItemShowPIDSelector_Click); |
150 |
+ |
// |
151 |
|
// mnuHelp |
152 |
|
// |
153 |
|
this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
221 |
|
this.dockPanel.Skin = dockPanelSkin1; |
222 |
|
this.dockPanel.TabIndex = 3; |
223 |
|
// |
217 |
– |
// mnuItemShowPIDSelector |
218 |
– |
// |
219 |
– |
this.mnuItemShowPIDSelector.Name = "mnuItemShowPIDSelector"; |
220 |
– |
this.mnuItemShowPIDSelector.Size = new System.Drawing.Size(185, 22); |
221 |
– |
this.mnuItemShowPIDSelector.Text = "&Show Process Selctor"; |
222 |
– |
this.mnuItemShowPIDSelector.Click += new System.EventHandler(this.mnuItemShowPIDSelector_Click); |
223 |
– |
// |
224 |
|
// Main |
225 |
|
// |
226 |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
231 |
|
this.Controls.Add(this.mainmnu); |
232 |
|
this.Name = "Main"; |
233 |
|
this.Text = "Form1"; |
234 |
+ |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing); |
235 |
|
this.Load += new System.EventHandler(this.Main_Load); |
236 |
|
this.Shown += new System.EventHandler(this.Main_Shown); |
237 |
|
this.mainmnu.ResumeLayout(false); |