PageRenderTime 45ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/TaskService/TaskEditor/TaskHistoryControl.Designer.cs

#
C# | 430 lines | 281 code | 6 blank | 143 comment | 3 complexity | e327b66a4b7b00bc0e17b03ffe4b681d MD5 | raw file
  1. namespace Microsoft.Win32.TaskScheduler
  2. {
  3. partial class TaskHistoryControl
  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 Component 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(TaskHistoryControl));
  30. this.historySplitContainer = new System.Windows.Forms.SplitContainer();
  31. this.historyListView = new System.Windows.Forms.ListViewEx();
  32. this.columnHeader0 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  33. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  34. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  35. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  36. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  37. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  42. this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  43. this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  44. this.columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  45. this.historyListImages = new System.Windows.Forms.ImageList(this.components);
  46. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  47. this.historyHeader = new System.Windows.Forms.Label();
  48. this.historyClearBtn = new System.Windows.Forms.Button();
  49. this.refreshBtn = new System.Windows.Forms.Button();
  50. this.historyFilterIcon = new System.Windows.Forms.Label();
  51. this.historyDetailView = new Microsoft.Win32.TaskScheduler.EventViewerControl();
  52. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  53. this.historyDetailTitleText = new System.Windows.Forms.Label();
  54. this.historyDetailHideBtn = new System.Windows.Forms.Button();
  55. this.historyBackgroundWorker = new System.ComponentModel.BackgroundWorker();
  56. this.listContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  57. this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  58. this.eventPropertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  59. this.attachTaskToThisEventToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  60. this.saveAllEventsAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  61. this.columnContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  62. this.addremoveColumnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  63. this.sortEventsByThisColumnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  64. this.removeSortingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  65. this.groupEventsByThisColumnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  66. this.removeGroupingOfEventsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  67. this.expandAllGroupsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  68. this.collapseAllGroupsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  69. this.columnContextMenuBreak = new System.Windows.Forms.ToolStripSeparator();
  70. this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
  71. ((System.ComponentModel.ISupportInitialize)(this.historySplitContainer)).BeginInit();
  72. this.historySplitContainer.Panel1.SuspendLayout();
  73. this.historySplitContainer.Panel2.SuspendLayout();
  74. this.historySplitContainer.SuspendLayout();
  75. this.tableLayoutPanel1.SuspendLayout();
  76. this.tableLayoutPanel2.SuspendLayout();
  77. this.listContextMenu.SuspendLayout();
  78. this.columnContextMenu.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // historySplitContainer
  82. //
  83. this.historySplitContainer.BackColor = System.Drawing.SystemColors.Control;
  84. this.historySplitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  85. resources.ApplyResources(this.historySplitContainer, "historySplitContainer");
  86. this.historySplitContainer.Name = "historySplitContainer";
  87. //
  88. // historySplitContainer.Panel1
  89. //
  90. this.historySplitContainer.Panel1.Controls.Add(this.historyListView);
  91. this.historySplitContainer.Panel1.Controls.Add(this.tableLayoutPanel1);
  92. //
  93. // historySplitContainer.Panel2
  94. //
  95. resources.ApplyResources(this.historySplitContainer.Panel2, "historySplitContainer.Panel2");
  96. this.historySplitContainer.Panel2.Controls.Add(this.historyDetailView);
  97. this.historySplitContainer.Panel2.Controls.Add(this.tableLayoutPanel2);
  98. //
  99. // historyListView
  100. //
  101. this.historyListView.AllowColumnReorder = true;
  102. this.historyListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  103. this.columnHeader0,
  104. this.columnHeader1,
  105. this.columnHeader2,
  106. this.columnHeader3,
  107. this.columnHeader4,
  108. this.columnHeader5,
  109. this.columnHeader6,
  110. this.columnHeader7,
  111. this.columnHeader8,
  112. this.columnHeader9,
  113. this.columnHeader10,
  114. this.columnHeader11,
  115. this.columnHeader12});
  116. resources.ApplyResources(this.historyListView, "historyListView");
  117. this.historyListView.FullRowSelect = true;
  118. this.historyListView.HideSelection = false;
  119. this.historyListView.MultiSelect = false;
  120. this.historyListView.Name = "historyListView";
  121. this.historyListView.SmallImageList = this.historyListImages;
  122. this.historyListView.UseCompatibleStateImageBehavior = false;
  123. this.historyListView.View = System.Windows.Forms.View.Details;
  124. this.historyListView.CacheVirtualItems += new System.Windows.Forms.CacheVirtualItemsEventHandler(this.historyListView_CacheVirtualItems);
  125. this.historyListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.historyListView_ColumnClick);
  126. this.historyListView.ColumnReordered += new System.Windows.Forms.ColumnReorderedEventHandler(this.historyListView_ColumnReordered);
  127. this.historyListView.ColumnWidthChanged += new System.Windows.Forms.ColumnWidthChangedEventHandler(this.historyListView_ColumnWidthChanged);
  128. this.historyListView.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.historyListView_RetrieveVirtualItem);
  129. this.historyListView.SelectedIndexChanged += new System.EventHandler(this.historyListView_SelectedIndexChanged);
  130. this.historyListView.DoubleClick += new System.EventHandler(this.historyListView_DoubleClick);
  131. this.historyListView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.historyListView_MouseClick);
  132. //
  133. // columnHeader0
  134. //
  135. resources.ApplyResources(this.columnHeader0, "columnHeader0");
  136. //
  137. // columnHeader1
  138. //
  139. resources.ApplyResources(this.columnHeader1, "columnHeader1");
  140. //
  141. // columnHeader2
  142. //
  143. resources.ApplyResources(this.columnHeader2, "columnHeader2");
  144. //
  145. // columnHeader3
  146. //
  147. resources.ApplyResources(this.columnHeader3, "columnHeader3");
  148. //
  149. // columnHeader4
  150. //
  151. resources.ApplyResources(this.columnHeader4, "columnHeader4");
  152. //
  153. // columnHeader5
  154. //
  155. resources.ApplyResources(this.columnHeader5, "columnHeader5");
  156. //
  157. // columnHeader6
  158. //
  159. resources.ApplyResources(this.columnHeader6, "columnHeader6");
  160. //
  161. // columnHeader7
  162. //
  163. resources.ApplyResources(this.columnHeader7, "columnHeader7");
  164. //
  165. // columnHeader8
  166. //
  167. resources.ApplyResources(this.columnHeader8, "columnHeader8");
  168. //
  169. // columnHeader9
  170. //
  171. resources.ApplyResources(this.columnHeader9, "columnHeader9");
  172. //
  173. // columnHeader10
  174. //
  175. resources.ApplyResources(this.columnHeader10, "columnHeader10");
  176. //
  177. // columnHeader11
  178. //
  179. resources.ApplyResources(this.columnHeader11, "columnHeader11");
  180. //
  181. // columnHeader12
  182. //
  183. resources.ApplyResources(this.columnHeader12, "columnHeader12");
  184. //
  185. // historyListImages
  186. //
  187. this.historyListImages.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  188. resources.ApplyResources(this.historyListImages, "historyListImages");
  189. this.historyListImages.TransparentColor = System.Drawing.Color.Transparent;
  190. //
  191. // tableLayoutPanel1
  192. //
  193. resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
  194. this.tableLayoutPanel1.Controls.Add(this.historyHeader, 1, 0);
  195. this.tableLayoutPanel1.Controls.Add(this.historyClearBtn, 2, 0);
  196. this.tableLayoutPanel1.Controls.Add(this.refreshBtn, 3, 0);
  197. this.tableLayoutPanel1.Controls.Add(this.historyFilterIcon, 0, 0);
  198. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  199. //
  200. // historyHeader
  201. //
  202. resources.ApplyResources(this.historyHeader, "historyHeader");
  203. this.historyHeader.Name = "historyHeader";
  204. //
  205. // historyClearBtn
  206. //
  207. resources.ApplyResources(this.historyClearBtn, "historyClearBtn");
  208. this.historyClearBtn.FlatAppearance.BorderSize = 0;
  209. this.historyClearBtn.ImageList = this.historyListImages;
  210. this.historyClearBtn.Name = "historyClearBtn";
  211. this.historyClearBtn.UseVisualStyleBackColor = true;
  212. //
  213. // refreshBtn
  214. //
  215. resources.ApplyResources(this.refreshBtn, "refreshBtn");
  216. this.refreshBtn.FlatAppearance.BorderSize = 0;
  217. this.refreshBtn.ImageList = this.historyListImages;
  218. this.refreshBtn.Name = "refreshBtn";
  219. this.refreshBtn.UseVisualStyleBackColor = true;
  220. //
  221. // historyFilterIcon
  222. //
  223. resources.ApplyResources(this.historyFilterIcon, "historyFilterIcon");
  224. this.historyFilterIcon.ImageList = this.historyListImages;
  225. this.historyFilterIcon.Name = "historyFilterIcon";
  226. //
  227. // historyDetailView
  228. //
  229. this.historyDetailView.ActiveTab = Microsoft.Win32.TaskScheduler.EventViewerControl.EventViewerActiveTab.General;
  230. this.historyDetailView.BackColor = System.Drawing.SystemColors.Control;
  231. resources.ApplyResources(this.historyDetailView, "historyDetailView");
  232. this.historyDetailView.Name = "historyDetailView";
  233. this.historyDetailView.TaskEvent = null;
  234. //
  235. // tableLayoutPanel2
  236. //
  237. resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
  238. this.tableLayoutPanel2.Controls.Add(this.historyDetailTitleText, 0, 0);
  239. this.tableLayoutPanel2.Controls.Add(this.historyDetailHideBtn, 1, 0);
  240. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  241. //
  242. // historyDetailTitleText
  243. //
  244. resources.ApplyResources(this.historyDetailTitleText, "historyDetailTitleText");
  245. this.historyDetailTitleText.Name = "historyDetailTitleText";
  246. //
  247. // historyDetailHideBtn
  248. //
  249. resources.ApplyResources(this.historyDetailHideBtn, "historyDetailHideBtn");
  250. this.historyDetailHideBtn.FlatAppearance.BorderSize = 0;
  251. this.historyDetailHideBtn.Name = "historyDetailHideBtn";
  252. this.historyDetailHideBtn.UseVisualStyleBackColor = true;
  253. this.historyDetailHideBtn.Click += new System.EventHandler(this.histDetailHideBtn_Click);
  254. //
  255. // historyBackgroundWorker
  256. //
  257. this.historyBackgroundWorker.WorkerReportsProgress = true;
  258. this.historyBackgroundWorker.WorkerSupportsCancellation = true;
  259. this.historyBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.historyBackgroundWorker_DoWork);
  260. this.historyBackgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.historyBackgroundWorker_ProgressChanged);
  261. this.historyBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.historyBackgroundWorker_RunWorkerCompleted);
  262. //
  263. // listContextMenu
  264. //
  265. this.listContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  266. this.refreshToolStripMenuItem,
  267. this.eventPropertiesToolStripMenuItem,
  268. this.attachTaskToThisEventToolStripMenuItem,
  269. this.saveAllEventsAsToolStripMenuItem});
  270. this.listContextMenu.Name = "listContextMenu";
  271. resources.ApplyResources(this.listContextMenu, "listContextMenu");
  272. //
  273. // refreshToolStripMenuItem
  274. //
  275. this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
  276. resources.ApplyResources(this.refreshToolStripMenuItem, "refreshToolStripMenuItem");
  277. this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
  278. //
  279. // eventPropertiesToolStripMenuItem
  280. //
  281. this.eventPropertiesToolStripMenuItem.Name = "eventPropertiesToolStripMenuItem";
  282. resources.ApplyResources(this.eventPropertiesToolStripMenuItem, "eventPropertiesToolStripMenuItem");
  283. this.eventPropertiesToolStripMenuItem.Click += new System.EventHandler(this.eventPropertiesToolStripMenuItem_Click);
  284. //
  285. // attachTaskToThisEventToolStripMenuItem
  286. //
  287. this.attachTaskToThisEventToolStripMenuItem.Name = "attachTaskToThisEventToolStripMenuItem";
  288. resources.ApplyResources(this.attachTaskToThisEventToolStripMenuItem, "attachTaskToThisEventToolStripMenuItem");
  289. this.attachTaskToThisEventToolStripMenuItem.Click += new System.EventHandler(this.attachTaskToThisEventToolStripMenuItem_Click);
  290. //
  291. // saveAllEventsAsToolStripMenuItem
  292. //
  293. this.saveAllEventsAsToolStripMenuItem.Name = "saveAllEventsAsToolStripMenuItem";
  294. resources.ApplyResources(this.saveAllEventsAsToolStripMenuItem, "saveAllEventsAsToolStripMenuItem");
  295. this.saveAllEventsAsToolStripMenuItem.Click += new System.EventHandler(this.saveAllEventsAsToolStripMenuItem_Click);
  296. //
  297. // columnContextMenu
  298. //
  299. this.columnContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  300. this.addremoveColumnsToolStripMenuItem,
  301. this.sortEventsByThisColumnToolStripMenuItem,
  302. this.removeSortingToolStripMenuItem,
  303. this.groupEventsByThisColumnToolStripMenuItem,
  304. this.removeGroupingOfEventsToolStripMenuItem,
  305. this.expandAllGroupsToolStripMenuItem,
  306. this.collapseAllGroupsToolStripMenuItem,
  307. this.columnContextMenuBreak});
  308. this.columnContextMenu.Name = "columnContextMenu";
  309. resources.ApplyResources(this.columnContextMenu, "columnContextMenu");
  310. //
  311. // addremoveColumnsToolStripMenuItem
  312. //
  313. this.addremoveColumnsToolStripMenuItem.Name = "addremoveColumnsToolStripMenuItem";
  314. resources.ApplyResources(this.addremoveColumnsToolStripMenuItem, "addremoveColumnsToolStripMenuItem");
  315. this.addremoveColumnsToolStripMenuItem.Click += new System.EventHandler(this.addremoveColumnsToolStripMenuItem_Click);
  316. //
  317. // sortEventsByThisColumnToolStripMenuItem
  318. //
  319. this.sortEventsByThisColumnToolStripMenuItem.Name = "sortEventsByThisColumnToolStripMenuItem";
  320. resources.ApplyResources(this.sortEventsByThisColumnToolStripMenuItem, "sortEventsByThisColumnToolStripMenuItem");
  321. this.sortEventsByThisColumnToolStripMenuItem.Click += new System.EventHandler(this.sortEventsByThisColumnToolStripMenuItem_Click);
  322. //
  323. // removeSortingToolStripMenuItem
  324. //
  325. this.removeSortingToolStripMenuItem.Name = "removeSortingToolStripMenuItem";
  326. resources.ApplyResources(this.removeSortingToolStripMenuItem, "removeSortingToolStripMenuItem");
  327. this.removeSortingToolStripMenuItem.Click += new System.EventHandler(this.removeSortingToolStripMenuItem_Click);
  328. //
  329. // groupEventsByThisColumnToolStripMenuItem
  330. //
  331. this.groupEventsByThisColumnToolStripMenuItem.Name = "groupEventsByThisColumnToolStripMenuItem";
  332. resources.ApplyResources(this.groupEventsByThisColumnToolStripMenuItem, "groupEventsByThisColumnToolStripMenuItem");
  333. this.groupEventsByThisColumnToolStripMenuItem.Click += new System.EventHandler(this.groupEventsByThisColumnToolStripMenuItem_Click);
  334. //
  335. // removeGroupingOfEventsToolStripMenuItem
  336. //
  337. this.removeGroupingOfEventsToolStripMenuItem.Name = "removeGroupingOfEventsToolStripMenuItem";
  338. resources.ApplyResources(this.removeGroupingOfEventsToolStripMenuItem, "removeGroupingOfEventsToolStripMenuItem");
  339. this.removeGroupingOfEventsToolStripMenuItem.Click += new System.EventHandler(this.removeGroupingOfEventsToolStripMenuItem_Click);
  340. //
  341. // expandAllGroupsToolStripMenuItem
  342. //
  343. this.expandAllGroupsToolStripMenuItem.Name = "expandAllGroupsToolStripMenuItem";
  344. resources.ApplyResources(this.expandAllGroupsToolStripMenuItem, "expandAllGroupsToolStripMenuItem");
  345. this.expandAllGroupsToolStripMenuItem.Click += new System.EventHandler(this.expandAllGroupsToolStripMenuItem_Click);
  346. //
  347. // collapseAllGroupsToolStripMenuItem
  348. //
  349. this.collapseAllGroupsToolStripMenuItem.Name = "collapseAllGroupsToolStripMenuItem";
  350. resources.ApplyResources(this.collapseAllGroupsToolStripMenuItem, "collapseAllGroupsToolStripMenuItem");
  351. this.collapseAllGroupsToolStripMenuItem.Click += new System.EventHandler(this.collapseAllGroupsToolStripMenuItem_Click);
  352. //
  353. // columnContextMenuBreak
  354. //
  355. this.columnContextMenuBreak.Name = "columnContextMenuBreak";
  356. resources.ApplyResources(this.columnContextMenuBreak, "columnContextMenuBreak");
  357. //
  358. // saveFileDialog
  359. //
  360. resources.ApplyResources(this.saveFileDialog, "saveFileDialog");
  361. //
  362. // TaskHistoryControl
  363. //
  364. resources.ApplyResources(this, "$this");
  365. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  366. this.Controls.Add(this.historySplitContainer);
  367. this.Name = "TaskHistoryControl";
  368. this.historySplitContainer.Panel1.ResumeLayout(false);
  369. this.historySplitContainer.Panel1.PerformLayout();
  370. this.historySplitContainer.Panel2.ResumeLayout(false);
  371. this.historySplitContainer.Panel2.PerformLayout();
  372. ((System.ComponentModel.ISupportInitialize)(this.historySplitContainer)).EndInit();
  373. this.historySplitContainer.ResumeLayout(false);
  374. this.tableLayoutPanel1.ResumeLayout(false);
  375. this.tableLayoutPanel1.PerformLayout();
  376. this.tableLayoutPanel2.ResumeLayout(false);
  377. this.listContextMenu.ResumeLayout(false);
  378. this.columnContextMenu.ResumeLayout(false);
  379. this.ResumeLayout(false);
  380. }
  381. #endregion
  382. private System.Windows.Forms.SplitContainer historySplitContainer;
  383. private System.Windows.Forms.ListViewEx historyListView;
  384. private System.Windows.Forms.ColumnHeader columnHeader0;
  385. private System.Windows.Forms.ColumnHeader columnHeader1;
  386. private System.Windows.Forms.ColumnHeader columnHeader2;
  387. private System.Windows.Forms.ColumnHeader columnHeader3;
  388. private System.Windows.Forms.ColumnHeader columnHeader4;
  389. private System.Windows.Forms.ColumnHeader columnHeader5;
  390. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  391. private System.Windows.Forms.Label historyHeader;
  392. private System.Windows.Forms.Button historyClearBtn;
  393. private System.Windows.Forms.Button refreshBtn;
  394. private System.Windows.Forms.Label historyFilterIcon;
  395. private EventViewerControl historyDetailView;
  396. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  397. private System.Windows.Forms.Label historyDetailTitleText;
  398. private System.Windows.Forms.Button historyDetailHideBtn;
  399. private System.Windows.Forms.ImageList historyListImages;
  400. private System.ComponentModel.BackgroundWorker historyBackgroundWorker;
  401. private System.Windows.Forms.ContextMenuStrip listContextMenu;
  402. private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
  403. private System.Windows.Forms.ToolStripMenuItem eventPropertiesToolStripMenuItem;
  404. private System.Windows.Forms.ToolStripMenuItem attachTaskToThisEventToolStripMenuItem;
  405. private System.Windows.Forms.ToolStripMenuItem saveAllEventsAsToolStripMenuItem;
  406. private System.Windows.Forms.ContextMenuStrip columnContextMenu;
  407. private System.Windows.Forms.ToolStripMenuItem addremoveColumnsToolStripMenuItem;
  408. private System.Windows.Forms.ToolStripMenuItem sortEventsByThisColumnToolStripMenuItem;
  409. private System.Windows.Forms.ToolStripMenuItem groupEventsByThisColumnToolStripMenuItem;
  410. private System.Windows.Forms.SaveFileDialog saveFileDialog;
  411. private System.Windows.Forms.ColumnHeader columnHeader6;
  412. private System.Windows.Forms.ColumnHeader columnHeader7;
  413. private System.Windows.Forms.ColumnHeader columnHeader8;
  414. private System.Windows.Forms.ColumnHeader columnHeader9;
  415. private System.Windows.Forms.ColumnHeader columnHeader10;
  416. private System.Windows.Forms.ColumnHeader columnHeader11;
  417. private System.Windows.Forms.ColumnHeader columnHeader12;
  418. private System.Windows.Forms.ToolStripSeparator columnContextMenuBreak;
  419. private System.Windows.Forms.ToolStripMenuItem removeSortingToolStripMenuItem;
  420. private System.Windows.Forms.ToolStripMenuItem removeGroupingOfEventsToolStripMenuItem;
  421. private System.Windows.Forms.ToolStripMenuItem expandAllGroupsToolStripMenuItem;
  422. private System.Windows.Forms.ToolStripMenuItem collapseAllGroupsToolStripMenuItem;
  423. }
  424. }