/Framework/Tools/MFProfiler/ProfilerLauncherForm.designer.cs

https://bitbucket.org/CW2/netduinofirmware · C# · 550 lines · 406 code · 7 blank · 137 comment · 3 complexity · 7eea608b4dfd73bc2578b1e767b8a98a MD5 · raw file

  1. namespace Microsoft.NetMicroFramework.Tools.MFProfilerTool
  2. {
  3. partial class ProfilerLauncherForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProfilerLauncherForm));
  30. this.groupBoxDevice = new System.Windows.Forms.GroupBox();
  31. this.comboBoxDevice = new Microsoft.NetMicroFramework.Tools.MFProfilerTool.MFDeviceSelectorComboBox();
  32. this.comboBoxTransport = new Microsoft.NetMicroFramework.Tools.MFProfilerTool.MFPortFilterComboBox();
  33. this.textLog = new System.Windows.Forms.TextBox();
  34. this.bwConnecter = new System.ComponentModel.BackgroundWorker();
  35. this.groupBoxOutput = new System.Windows.Forms.GroupBox();
  36. this.labelFile = new System.Windows.Forms.Label();
  37. this.buttonLogFileBrowse = new System.Windows.Forms.Button();
  38. this.textLogFile = new System.Windows.Forms.TextBox();
  39. this.radioOffProf = new System.Windows.Forms.RadioButton();
  40. this.radioCLRProfiler = new System.Windows.Forms.RadioButton();
  41. this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
  42. this.buttonConnect = new System.Windows.Forms.Button();
  43. this.groupBoxOptions = new System.Windows.Forms.GroupBox();
  44. this.checkAllocations = new System.Windows.Forms.CheckBox();
  45. this.checkCalls = new System.Windows.Forms.CheckBox();
  46. this.checkReboot = new System.Windows.Forms.CheckBox();
  47. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  48. this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  49. this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50. this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
  51. this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  52. this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  53. this.viewSummaryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  54. this.viewHistogramAllocatedMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  55. this.viewHistogramRelocatedMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  56. this.viewHistogramFinalizerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  57. this.viewHistogramCriticalFinalizerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  58. this.viewObjectsByAddressMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  59. this.viewHistogramByAgeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  60. this.viewAllocationGraphMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  61. this.viewAssemblyGraphMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  62. this.viewFunctionGraphMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  63. this.viewModuleGraphMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  64. this.viewClassGraphMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  65. this.viewHeapGraphMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  66. this.viewCallGraphMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  67. this.viewTimeLineMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  68. this.viewCommentsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  69. this.viewCallTreeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  70. this.btnClear = new System.Windows.Forms.Button();
  71. this.groupBoxDevice.SuspendLayout();
  72. this.groupBoxOutput.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
  74. this.groupBoxOptions.SuspendLayout();
  75. this.menuStrip1.SuspendLayout();
  76. this.SuspendLayout();
  77. //
  78. // groupBoxDevice
  79. //
  80. this.groupBoxDevice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  81. | System.Windows.Forms.AnchorStyles.Right)));
  82. this.groupBoxDevice.Controls.Add(this.comboBoxDevice);
  83. this.groupBoxDevice.Controls.Add(this.comboBoxTransport);
  84. this.groupBoxDevice.Location = new System.Drawing.Point(12, 27);
  85. this.groupBoxDevice.Name = "groupBoxDevice";
  86. this.groupBoxDevice.Size = new System.Drawing.Size(518, 53);
  87. this.groupBoxDevice.TabIndex = 0;
  88. this.groupBoxDevice.TabStop = false;
  89. this.groupBoxDevice.Text = "De&vice";
  90. this.groupBoxDevice.Validating += new System.ComponentModel.CancelEventHandler(this.groupBoxDevice_Validating);
  91. //
  92. // comboBoxDevice
  93. //
  94. this.comboBoxDevice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  95. | System.Windows.Forms.AnchorStyles.Right)));
  96. this.comboBoxDevice.FormattingEnabled = true;
  97. this.comboBoxDevice.Location = new System.Drawing.Point(123, 19);
  98. this.comboBoxDevice.Name = "comboBoxDevice";
  99. this.comboBoxDevice.Size = new System.Drawing.Size(389, 21);
  100. this.comboBoxDevice.TabIndex = 2;
  101. this.comboBoxDevice.SelectedValueChanged += new System.EventHandler(this.comboBoxDevice_SelectedValueChanged);
  102. //
  103. // comboBoxTransport
  104. //
  105. this.comboBoxTransport.FormattingEnabled = true;
  106. this.comboBoxTransport.Location = new System.Drawing.Point(6, 19);
  107. this.comboBoxTransport.Name = "comboBoxTransport";
  108. this.comboBoxTransport.Size = new System.Drawing.Size(111, 21);
  109. this.comboBoxTransport.TabIndex = 1;
  110. this.comboBoxTransport.SelectedValueChanged += new System.EventHandler(this.comboBoxTransport_SelectedValueChanged);
  111. //
  112. // textLog
  113. //
  114. this.textLog.AcceptsReturn = true;
  115. this.textLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  116. | System.Windows.Forms.AnchorStyles.Left)
  117. | System.Windows.Forms.AnchorStyles.Right)));
  118. this.textLog.BackColor = System.Drawing.SystemColors.Control;
  119. this.textLog.Location = new System.Drawing.Point(12, 252);
  120. this.textLog.Multiline = true;
  121. this.textLog.Name = "textLog";
  122. this.textLog.ReadOnly = true;
  123. this.textLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  124. this.textLog.Size = new System.Drawing.Size(518, 94);
  125. this.textLog.TabIndex = 0;
  126. this.textLog.TabStop = false;
  127. //
  128. // bwConnecter
  129. //
  130. this.bwConnecter.WorkerSupportsCancellation = true;
  131. this.bwConnecter.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bwConnecter_DoWork);
  132. this.bwConnecter.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bwConnecter_RunWorkerCompleted);
  133. //
  134. // groupBoxOutput
  135. //
  136. this.groupBoxOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  137. | System.Windows.Forms.AnchorStyles.Right)));
  138. this.groupBoxOutput.Controls.Add(this.labelFile);
  139. this.groupBoxOutput.Controls.Add(this.buttonLogFileBrowse);
  140. this.groupBoxOutput.Controls.Add(this.textLogFile);
  141. this.groupBoxOutput.Controls.Add(this.radioOffProf);
  142. this.groupBoxOutput.Controls.Add(this.radioCLRProfiler);
  143. this.groupBoxOutput.Location = new System.Drawing.Point(12, 86);
  144. this.groupBoxOutput.Name = "groupBoxOutput";
  145. this.groupBoxOutput.Size = new System.Drawing.Size(518, 69);
  146. this.groupBoxOutput.TabIndex = 4;
  147. this.groupBoxOutput.TabStop = false;
  148. this.groupBoxOutput.Text = "&Output";
  149. this.groupBoxOutput.Validating += new System.ComponentModel.CancelEventHandler(this.groupBoxOutput_Validating);
  150. //
  151. // labelFile
  152. //
  153. this.labelFile.AutoSize = true;
  154. this.labelFile.Location = new System.Drawing.Point(6, 20);
  155. this.labelFile.Name = "labelFile";
  156. this.labelFile.Size = new System.Drawing.Size(61, 13);
  157. this.labelFile.TabIndex = 3;
  158. this.labelFile.Text = "Output File:";
  159. //
  160. // buttonLogFileBrowse
  161. //
  162. this.buttonLogFileBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  163. this.buttonLogFileBrowse.Location = new System.Drawing.Point(437, 15);
  164. this.buttonLogFileBrowse.Name = "buttonLogFileBrowse";
  165. this.buttonLogFileBrowse.Size = new System.Drawing.Size(75, 23);
  166. this.buttonLogFileBrowse.TabIndex = 5;
  167. this.buttonLogFileBrowse.Text = "&Browse...";
  168. this.buttonLogFileBrowse.UseVisualStyleBackColor = true;
  169. this.buttonLogFileBrowse.Click += new System.EventHandler(this.buttonLogFileBrowse_Click);
  170. //
  171. // textLogFile
  172. //
  173. this.textLogFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  174. | System.Windows.Forms.AnchorStyles.Right)));
  175. this.textLogFile.Location = new System.Drawing.Point(73, 17);
  176. this.textLogFile.Name = "textLogFile";
  177. this.textLogFile.Size = new System.Drawing.Size(358, 20);
  178. this.textLogFile.TabIndex = 4;
  179. //
  180. // radioOffProf
  181. //
  182. this.radioOffProf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  183. | System.Windows.Forms.AnchorStyles.Right)));
  184. this.radioOffProf.AutoSize = true;
  185. this.radioOffProf.Location = new System.Drawing.Point(90, 43);
  186. this.radioOffProf.Name = "radioOffProf";
  187. this.radioOffProf.Size = new System.Drawing.Size(58, 17);
  188. this.radioOffProf.TabIndex = 7;
  189. this.radioOffProf.Text = "OffProf";
  190. this.radioOffProf.UseVisualStyleBackColor = true;
  191. //
  192. // radioCLRProfiler
  193. //
  194. this.radioCLRProfiler.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  195. | System.Windows.Forms.AnchorStyles.Right)));
  196. this.radioCLRProfiler.AutoSize = true;
  197. this.radioCLRProfiler.Checked = true;
  198. this.radioCLRProfiler.Location = new System.Drawing.Point(6, 43);
  199. this.radioCLRProfiler.Name = "radioCLRProfiler";
  200. this.radioCLRProfiler.Size = new System.Drawing.Size(78, 17);
  201. this.radioCLRProfiler.TabIndex = 6;
  202. this.radioCLRProfiler.TabStop = true;
  203. this.radioCLRProfiler.Text = "CLRProfiler";
  204. this.radioCLRProfiler.UseVisualStyleBackColor = true;
  205. //
  206. // errorProvider
  207. //
  208. this.errorProvider.ContainerControl = this;
  209. //
  210. // buttonConnect
  211. //
  212. this.buttonConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  213. this.buttonConnect.Location = new System.Drawing.Point(449, 194);
  214. this.buttonConnect.Name = "buttonConnect";
  215. this.buttonConnect.Size = new System.Drawing.Size(75, 52);
  216. this.buttonConnect.TabIndex = 12;
  217. this.buttonConnect.Text = "&Connect";
  218. this.buttonConnect.UseVisualStyleBackColor = true;
  219. this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
  220. //
  221. // groupBoxOptions
  222. //
  223. this.groupBoxOptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  224. | System.Windows.Forms.AnchorStyles.Right)));
  225. this.groupBoxOptions.Controls.Add(this.checkAllocations);
  226. this.groupBoxOptions.Controls.Add(this.checkCalls);
  227. this.groupBoxOptions.Controls.Add(this.checkReboot);
  228. this.groupBoxOptions.Location = new System.Drawing.Point(12, 161);
  229. this.groupBoxOptions.Name = "groupBoxOptions";
  230. this.groupBoxOptions.Size = new System.Drawing.Size(431, 85);
  231. this.groupBoxOptions.TabIndex = 8;
  232. this.groupBoxOptions.TabStop = false;
  233. this.groupBoxOptions.Text = "&Profiling Options";
  234. //
  235. // checkAllocations
  236. //
  237. this.checkAllocations.AutoSize = true;
  238. this.checkAllocations.Checked = true;
  239. this.checkAllocations.CheckState = System.Windows.Forms.CheckState.Checked;
  240. this.checkAllocations.Location = new System.Drawing.Point(6, 62);
  241. this.checkAllocations.Name = "checkAllocations";
  242. this.checkAllocations.Size = new System.Drawing.Size(143, 17);
  243. this.checkAllocations.TabIndex = 11;
  244. this.checkAllocations.Text = "Profile Object &Allocations";
  245. this.checkAllocations.UseVisualStyleBackColor = true;
  246. this.checkAllocations.CheckedChanged += new System.EventHandler(this.SetProfilingOptions);
  247. //
  248. // checkCalls
  249. //
  250. this.checkCalls.AutoSize = true;
  251. this.checkCalls.Checked = true;
  252. this.checkCalls.CheckState = System.Windows.Forms.CheckState.Checked;
  253. this.checkCalls.Location = new System.Drawing.Point(6, 39);
  254. this.checkCalls.Name = "checkCalls";
  255. this.checkCalls.Size = new System.Drawing.Size(124, 17);
  256. this.checkCalls.TabIndex = 10;
  257. this.checkCalls.Text = "Profile &Function Calls";
  258. this.checkCalls.UseVisualStyleBackColor = true;
  259. this.checkCalls.CheckedChanged += new System.EventHandler(this.SetProfilingOptions);
  260. //
  261. // checkReboot
  262. //
  263. this.checkReboot.AutoSize = true;
  264. this.checkReboot.Checked = true;
  265. this.checkReboot.CheckState = System.Windows.Forms.CheckState.Checked;
  266. this.checkReboot.Location = new System.Drawing.Point(6, 19);
  267. this.checkReboot.Name = "checkReboot";
  268. this.checkReboot.Size = new System.Drawing.Size(149, 17);
  269. this.checkReboot.TabIndex = 9;
  270. this.checkReboot.Text = "Force &Reboot on Connect";
  271. this.checkReboot.UseVisualStyleBackColor = true;
  272. //
  273. // menuStrip1
  274. //
  275. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  276. this.fileToolStripMenuItem,
  277. this.viewToolStripMenuItem});
  278. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  279. this.menuStrip1.Name = "menuStrip1";
  280. this.menuStrip1.Size = new System.Drawing.Size(542, 24);
  281. this.menuStrip1.TabIndex = 13;
  282. this.menuStrip1.Text = "menuStrip1";
  283. //
  284. // fileToolStripMenuItem
  285. //
  286. this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  287. this.openToolStripMenuItem,
  288. this.toolStripSeparator,
  289. this.exitToolStripMenuItem});
  290. this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
  291. this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
  292. this.fileToolStripMenuItem.Text = "&File";
  293. //
  294. // openToolStripMenuItem
  295. //
  296. this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
  297. this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
  298. this.openToolStripMenuItem.Name = "openToolStripMenuItem";
  299. this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
  300. this.openToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
  301. this.openToolStripMenuItem.Text = "&Open";
  302. this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
  303. //
  304. // toolStripSeparator
  305. //
  306. this.toolStripSeparator.Name = "toolStripSeparator";
  307. this.toolStripSeparator.Size = new System.Drawing.Size(143, 6);
  308. //
  309. // exitToolStripMenuItem
  310. //
  311. this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
  312. this.exitToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
  313. this.exitToolStripMenuItem.Text = "E&xit";
  314. this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
  315. //
  316. // viewToolStripMenuItem
  317. //
  318. this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  319. this.viewSummaryMenuItem,
  320. this.viewHistogramAllocatedMenuItem,
  321. this.viewHistogramRelocatedMenuItem,
  322. this.viewHistogramFinalizerMenuItem,
  323. this.viewHistogramCriticalFinalizerMenuItem,
  324. this.viewObjectsByAddressMenuItem,
  325. this.viewHistogramByAgeMenuItem,
  326. this.viewAllocationGraphMenuItem,
  327. this.viewAssemblyGraphMenuItem,
  328. this.viewFunctionGraphMenuItem,
  329. this.viewModuleGraphMenuItem,
  330. this.viewClassGraphMenuItem,
  331. this.viewHeapGraphMenuItem,
  332. this.viewCallGraphMenuItem,
  333. this.viewTimeLineMenuItem,
  334. this.viewCommentsMenuItem,
  335. this.viewCallTreeMenuItem});
  336. this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
  337. this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
  338. this.viewToolStripMenuItem.Text = "View";
  339. //
  340. // viewSummaryMenuItem
  341. //
  342. this.viewSummaryMenuItem.Name = "viewSummaryMenuItem";
  343. this.viewSummaryMenuItem.Size = new System.Drawing.Size(253, 22);
  344. this.viewSummaryMenuItem.Text = "Summary";
  345. this.viewSummaryMenuItem.Click += new System.EventHandler(this.viewSummaryMenuItem_Click);
  346. //
  347. // viewHistogramAllocatedMenuItem
  348. //
  349. this.viewHistogramAllocatedMenuItem.Name = "viewHistogramAllocatedMenuItem";
  350. this.viewHistogramAllocatedMenuItem.Size = new System.Drawing.Size(253, 22);
  351. this.viewHistogramAllocatedMenuItem.Text = "Histogram Allocated Types";
  352. this.viewHistogramAllocatedMenuItem.Click += new System.EventHandler(this.viewHistogram_Click);
  353. //
  354. // viewHistogramRelocatedMenuItem
  355. //
  356. this.viewHistogramRelocatedMenuItem.Name = "viewHistogramRelocatedMenuItem";
  357. this.viewHistogramRelocatedMenuItem.Size = new System.Drawing.Size(253, 22);
  358. this.viewHistogramRelocatedMenuItem.Text = "Histogram Relocated Types";
  359. this.viewHistogramRelocatedMenuItem.Click += new System.EventHandler(this.viewHistogramRelocatedMenuItem_Click);
  360. //
  361. // viewHistogramFinalizerMenuItem
  362. //
  363. this.viewHistogramFinalizerMenuItem.Name = "viewHistogramFinalizerMenuItem";
  364. this.viewHistogramFinalizerMenuItem.Size = new System.Drawing.Size(253, 22);
  365. this.viewHistogramFinalizerMenuItem.Text = "Histogram Finalized Types";
  366. this.viewHistogramFinalizerMenuItem.Click += new System.EventHandler(this.viewHistogramFinalizerMenuItem_Click);
  367. //
  368. // viewHistogramCriticalFinalizerMenuItem
  369. //
  370. this.viewHistogramCriticalFinalizerMenuItem.Name = "viewHistogramCriticalFinalizerMenuItem";
  371. this.viewHistogramCriticalFinalizerMenuItem.Size = new System.Drawing.Size(253, 22);
  372. this.viewHistogramCriticalFinalizerMenuItem.Text = "Histogram Critical Finalized Types";
  373. this.viewHistogramCriticalFinalizerMenuItem.Click += new System.EventHandler(this.viewHistogramCriticalFinalizerMenuItem_Click);
  374. //
  375. // viewObjectsByAddressMenuItem
  376. //
  377. this.viewObjectsByAddressMenuItem.Name = "viewObjectsByAddressMenuItem";
  378. this.viewObjectsByAddressMenuItem.Size = new System.Drawing.Size(253, 22);
  379. this.viewObjectsByAddressMenuItem.Text = "Objects by Address";
  380. this.viewObjectsByAddressMenuItem.Click += new System.EventHandler(this.viewByAddressMenuItem_Click);
  381. //
  382. // viewHistogramByAgeMenuItem
  383. //
  384. this.viewHistogramByAgeMenuItem.Name = "viewHistogramByAgeMenuItem";
  385. this.viewHistogramByAgeMenuItem.Size = new System.Drawing.Size(253, 22);
  386. this.viewHistogramByAgeMenuItem.Text = "Histogram by Age";
  387. this.viewHistogramByAgeMenuItem.Click += new System.EventHandler(this.viewAgeHistogram_Click);
  388. //
  389. // viewAllocationGraphMenuItem
  390. //
  391. this.viewAllocationGraphMenuItem.Name = "viewAllocationGraphMenuItem";
  392. this.viewAllocationGraphMenuItem.Size = new System.Drawing.Size(253, 22);
  393. this.viewAllocationGraphMenuItem.Text = "Allocation Graph";
  394. this.viewAllocationGraphMenuItem.Click += new System.EventHandler(this.viewAllocationGraphmenuItem_Click);
  395. //
  396. // viewAssemblyGraphMenuItem
  397. //
  398. this.viewAssemblyGraphMenuItem.Name = "viewAssemblyGraphMenuItem";
  399. this.viewAssemblyGraphMenuItem.Size = new System.Drawing.Size(253, 22);
  400. this.viewAssemblyGraphMenuItem.Text = "Assembly Graph";
  401. this.viewAssemblyGraphMenuItem.Click += new System.EventHandler(this.viewAssemblyGraphmenuItem_Click);
  402. //
  403. // viewFunctionGraphMenuItem
  404. //
  405. this.viewFunctionGraphMenuItem.Name = "viewFunctionGraphMenuItem";
  406. this.viewFunctionGraphMenuItem.Size = new System.Drawing.Size(253, 22);
  407. this.viewFunctionGraphMenuItem.Text = "Function Graph";
  408. this.viewFunctionGraphMenuItem.Click += new System.EventHandler(this.viewFunctionGraphMenuItem_Click);
  409. //
  410. // viewModuleGraphMenuItem
  411. //
  412. this.viewModuleGraphMenuItem.Name = "viewModuleGraphMenuItem";
  413. this.viewModuleGraphMenuItem.Size = new System.Drawing.Size(253, 22);
  414. this.viewModuleGraphMenuItem.Text = "Module Graph";
  415. this.viewModuleGraphMenuItem.Click += new System.EventHandler(this.viewModuleGraphMenuItem_Click);
  416. //
  417. // viewClassGraphMenuItem
  418. //
  419. this.viewClassGraphMenuItem.Name = "viewClassGraphMenuItem";
  420. this.viewClassGraphMenuItem.Size = new System.Drawing.Size(253, 22);
  421. this.viewClassGraphMenuItem.Text = "Class Graph";
  422. this.viewClassGraphMenuItem.Click += new System.EventHandler(this.viewClassGraphMenuItem_Click);
  423. //
  424. // viewHeapGraphMenuItem
  425. //
  426. this.viewHeapGraphMenuItem.Name = "viewHeapGraphMenuItem";
  427. this.viewHeapGraphMenuItem.Size = new System.Drawing.Size(253, 22);
  428. this.viewHeapGraphMenuItem.Text = "Heap Graph";
  429. this.viewHeapGraphMenuItem.Click += new System.EventHandler(this.viewHeapGraphMenuItem_Click);
  430. //
  431. // viewCallGraphMenuItem
  432. //
  433. this.viewCallGraphMenuItem.Name = "viewCallGraphMenuItem";
  434. this.viewCallGraphMenuItem.Size = new System.Drawing.Size(253, 22);
  435. this.viewCallGraphMenuItem.Text = "Call Graph";
  436. this.viewCallGraphMenuItem.Click += new System.EventHandler(this.viewCallGraphMenuItem_Click);
  437. //
  438. // viewTimeLineMenuItem
  439. //
  440. this.viewTimeLineMenuItem.Name = "viewTimeLineMenuItem";
  441. this.viewTimeLineMenuItem.Size = new System.Drawing.Size(253, 22);
  442. this.viewTimeLineMenuItem.Text = "Time Line";
  443. this.viewTimeLineMenuItem.Click += new System.EventHandler(this.viewTimeLineMenuItem_Click);
  444. //
  445. // viewCommentsMenuItem
  446. //
  447. this.viewCommentsMenuItem.Name = "viewCommentsMenuItem";
  448. this.viewCommentsMenuItem.Size = new System.Drawing.Size(253, 22);
  449. this.viewCommentsMenuItem.Text = "Comments";
  450. this.viewCommentsMenuItem.Click += new System.EventHandler(this.viewCommentsMenuItem_Click);
  451. //
  452. // viewCallTreeMenuItem
  453. //
  454. this.viewCallTreeMenuItem.Name = "viewCallTreeMenuItem";
  455. this.viewCallTreeMenuItem.Size = new System.Drawing.Size(253, 22);
  456. this.viewCallTreeMenuItem.Text = "Call Tree";
  457. this.viewCallTreeMenuItem.Click += new System.EventHandler(this.viewCallTreeMenuItem_Click);
  458. //
  459. // btnClear
  460. //
  461. this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  462. this.btnClear.Location = new System.Drawing.Point(12, 352);
  463. this.btnClear.Name = "btnClear";
  464. this.btnClear.Size = new System.Drawing.Size(91, 22);
  465. this.btnClear.TabIndex = 14;
  466. this.btnClear.Text = "&Clear";
  467. this.btnClear.UseVisualStyleBackColor = true;
  468. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  469. //
  470. // ProfilerLauncherForm
  471. //
  472. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  473. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  474. this.BackColor = System.Drawing.SystemColors.Control;
  475. this.ClientSize = new System.Drawing.Size(542, 386);
  476. this.Controls.Add(this.btnClear);
  477. this.Controls.Add(this.groupBoxOptions);
  478. this.Controls.Add(this.buttonConnect);
  479. this.Controls.Add(this.groupBoxOutput);
  480. this.Controls.Add(this.groupBoxDevice);
  481. this.Controls.Add(this.textLog);
  482. this.Controls.Add(this.menuStrip1);
  483. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  484. this.MinimumSize = new System.Drawing.Size(300, 250);
  485. this.Name = "ProfilerLauncherForm";
  486. this.Text = ".NET Micro Framework Profiling Tool";
  487. this.Load += new System.EventHandler(this.ProfilerLauncherForm_Load);
  488. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ProfilerLauncherForm_FormClosing);
  489. this.groupBoxDevice.ResumeLayout(false);
  490. this.groupBoxOutput.ResumeLayout(false);
  491. this.groupBoxOutput.PerformLayout();
  492. ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
  493. this.groupBoxOptions.ResumeLayout(false);
  494. this.groupBoxOptions.PerformLayout();
  495. this.menuStrip1.ResumeLayout(false);
  496. this.menuStrip1.PerformLayout();
  497. this.ResumeLayout(false);
  498. this.PerformLayout();
  499. }
  500. #endregion
  501. private System.Windows.Forms.GroupBox groupBoxDevice;
  502. private MFPortFilterComboBox comboBoxTransport;
  503. private MFDeviceSelectorComboBox comboBoxDevice;
  504. private System.Windows.Forms.GroupBox groupBoxOutput;
  505. private System.Windows.Forms.Label labelFile;
  506. private System.Windows.Forms.TextBox textLogFile;
  507. private System.Windows.Forms.Button buttonLogFileBrowse;
  508. private System.Windows.Forms.RadioButton radioCLRProfiler;
  509. private System.Windows.Forms.RadioButton radioOffProf;
  510. private System.Windows.Forms.Button buttonConnect;
  511. private System.ComponentModel.BackgroundWorker bwConnecter;
  512. private System.Windows.Forms.GroupBox groupBoxOptions;
  513. private System.Windows.Forms.CheckBox checkReboot;
  514. private System.Windows.Forms.CheckBox checkAllocations;
  515. private System.Windows.Forms.CheckBox checkCalls;
  516. private System.Windows.Forms.TextBox textLog;
  517. private System.Windows.Forms.ErrorProvider errorProvider;
  518. private System.Windows.Forms.MenuStrip menuStrip1;
  519. private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
  520. private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
  521. private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
  522. private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
  523. private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
  524. private System.Windows.Forms.ToolStripMenuItem viewSummaryMenuItem;
  525. private System.Windows.Forms.ToolStripMenuItem viewTimeLineMenuItem;
  526. private System.Windows.Forms.ToolStripMenuItem viewHistogramAllocatedMenuItem;
  527. private System.Windows.Forms.ToolStripMenuItem viewHistogramRelocatedMenuItem;
  528. private System.Windows.Forms.ToolStripMenuItem viewHistogramFinalizerMenuItem;
  529. private System.Windows.Forms.ToolStripMenuItem viewHistogramCriticalFinalizerMenuItem;
  530. private System.Windows.Forms.ToolStripMenuItem viewHeapGraphMenuItem;
  531. private System.Windows.Forms.ToolStripMenuItem viewCallGraphMenuItem;
  532. private System.Windows.Forms.ToolStripMenuItem viewAllocationGraphMenuItem;
  533. private System.Windows.Forms.ToolStripMenuItem viewObjectsByAddressMenuItem;
  534. private System.Windows.Forms.ToolStripMenuItem viewHistogramByAgeMenuItem;
  535. private System.Windows.Forms.ToolStripMenuItem viewFunctionGraphMenuItem;
  536. private System.Windows.Forms.ToolStripMenuItem viewModuleGraphMenuItem;
  537. private System.Windows.Forms.ToolStripMenuItem viewClassGraphMenuItem;
  538. private System.Windows.Forms.ToolStripMenuItem viewCommentsMenuItem;
  539. private System.Windows.Forms.ToolStripMenuItem viewCallTreeMenuItem;
  540. private System.Windows.Forms.ToolStripMenuItem viewAssemblyGraphMenuItem;
  541. private System.Windows.Forms.Button btnClear;
  542. }
  543. }