You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

MainForm.Designer.cs 26 kB

15 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. namespace ClickForensics.Quartz.Manager
  2. {
  3. partial class MainForm
  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. this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
  30. this.schedulerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  31. this.connectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.configureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.jobsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.addJobToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.listenersStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.globalListenersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.addGlobalJobListenerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.addTriggerListenerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.addJobListenerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  41. this.deleteThemAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  43. this.serverConnectStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
  44. this.StripStatusLabel_Job_Groups = new System.Windows.Forms.ToolStripStatusLabel();
  45. this.StripStatusLabel_Jobs_Refresh_date = new System.Windows.Forms.ToolStripStatusLabel();
  46. this.jobGroupsTreeView = new System.Windows.Forms.TreeView();
  47. this.label1 = new System.Windows.Forms.Label();
  48. this.label2 = new System.Windows.Forms.Label();
  49. this.btnRefreshRunningJobs = new System.Windows.Forms.Button();
  50. this.btnRefreshJobGroups = new System.Windows.Forms.Button();
  51. this.btnDeleteJob = new System.Windows.Forms.Button();
  52. this.btnRunJobNow = new System.Windows.Forms.Button();
  53. this.btnPause = new System.Windows.Forms.Button();
  54. this.pnlDetails = new System.Windows.Forms.Panel();
  55. this.label3 = new System.Windows.Forms.Label();
  56. this.btnEdit = new System.Windows.Forms.Button();
  57. this.ctxScheduler = new System.Windows.Forms.ContextMenuStrip(this.components);
  58. this.backupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  59. this.timer_Refresh_Running_Jobs = new System.Windows.Forms.Timer(this.components);
  60. this.listView_RunningJobs = new System.Windows.Forms.ListView();
  61. this.JobName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  62. this.JobDuration = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  63. this.button1 = new System.Windows.Forms.Button();
  64. this.button2 = new System.Windows.Forms.Button();
  65. this.button3 = new System.Windows.Forms.Button();
  66. this.button4 = new System.Windows.Forms.Button();
  67. this.mainMenuStrip.SuspendLayout();
  68. this.statusStrip1.SuspendLayout();
  69. this.ctxScheduler.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // mainMenuStrip
  73. //
  74. this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  75. this.schedulerToolStripMenuItem,
  76. this.jobsToolStripMenuItem,
  77. this.listenersStripMenuItem,
  78. this.toolStripMenuItem1});
  79. this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
  80. this.mainMenuStrip.Name = "mainMenuStrip";
  81. this.mainMenuStrip.Size = new System.Drawing.Size(913, 24);
  82. this.mainMenuStrip.TabIndex = 0;
  83. this.mainMenuStrip.Text = "menuStrip1";
  84. //
  85. // schedulerToolStripMenuItem
  86. //
  87. this.schedulerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  88. this.connectToolStripMenuItem,
  89. this.configureToolStripMenuItem});
  90. this.schedulerToolStripMenuItem.Name = "schedulerToolStripMenuItem";
  91. this.schedulerToolStripMenuItem.Size = new System.Drawing.Size(71, 20);
  92. this.schedulerToolStripMenuItem.Text = "Scheduler";
  93. //
  94. // connectToolStripMenuItem
  95. //
  96. this.connectToolStripMenuItem.Name = "connectToolStripMenuItem";
  97. this.connectToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
  98. this.connectToolStripMenuItem.Text = "Connect";
  99. this.connectToolStripMenuItem.Click += new System.EventHandler(this.connectToolStripMenuItem_Click);
  100. //
  101. // configureToolStripMenuItem
  102. //
  103. this.configureToolStripMenuItem.Name = "configureToolStripMenuItem";
  104. this.configureToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
  105. this.configureToolStripMenuItem.Text = "Configure";
  106. this.configureToolStripMenuItem.Click += new System.EventHandler(this.configureToolStripMenuItem_Click);
  107. //
  108. // jobsToolStripMenuItem
  109. //
  110. this.jobsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  111. this.addJobToolStripMenuItem});
  112. this.jobsToolStripMenuItem.Enabled = false;
  113. this.jobsToolStripMenuItem.Name = "jobsToolStripMenuItem";
  114. this.jobsToolStripMenuItem.Size = new System.Drawing.Size(42, 20);
  115. this.jobsToolStripMenuItem.Text = "Jobs";
  116. //
  117. // addJobToolStripMenuItem
  118. //
  119. this.addJobToolStripMenuItem.Name = "addJobToolStripMenuItem";
  120. this.addJobToolStripMenuItem.Size = new System.Drawing.Size(96, 22);
  121. this.addJobToolStripMenuItem.Text = "Add";
  122. this.addJobToolStripMenuItem.Click += new System.EventHandler(this.addJobToolStripMenuItem_Click);
  123. //
  124. // listenersStripMenuItem
  125. //
  126. this.listenersStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  127. this.globalListenersToolStripMenuItem,
  128. this.addJobListenerToolStripMenuItem});
  129. this.listenersStripMenuItem.Enabled = false;
  130. this.listenersStripMenuItem.Name = "listenersStripMenuItem";
  131. this.listenersStripMenuItem.Size = new System.Drawing.Size(65, 20);
  132. this.listenersStripMenuItem.Text = "Listeners";
  133. //
  134. // globalListenersToolStripMenuItem
  135. //
  136. this.globalListenersToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  137. this.addGlobalJobListenerToolStripMenuItem,
  138. this.addTriggerListenerToolStripMenuItem});
  139. this.globalListenersToolStripMenuItem.Name = "globalListenersToolStripMenuItem";
  140. this.globalListenersToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
  141. this.globalListenersToolStripMenuItem.Text = "Global";
  142. //
  143. // addGlobalJobListenerToolStripMenuItem
  144. //
  145. this.addGlobalJobListenerToolStripMenuItem.Name = "addGlobalJobListenerToolStripMenuItem";
  146. this.addGlobalJobListenerToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
  147. this.addGlobalJobListenerToolStripMenuItem.Text = "Add Job Listener";
  148. this.addGlobalJobListenerToolStripMenuItem.Click += new System.EventHandler(this.addGlobalListenerToolStripMenuItem_Click);
  149. //
  150. // addTriggerListenerToolStripMenuItem
  151. //
  152. this.addTriggerListenerToolStripMenuItem.Name = "addTriggerListenerToolStripMenuItem";
  153. this.addTriggerListenerToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
  154. this.addTriggerListenerToolStripMenuItem.Text = "Add Trigger Listener";
  155. //
  156. // addJobListenerToolStripMenuItem
  157. //
  158. this.addJobListenerToolStripMenuItem.Name = "addJobListenerToolStripMenuItem";
  159. this.addJobListenerToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
  160. this.addJobListenerToolStripMenuItem.Text = "Add Job Listener";
  161. this.addJobListenerToolStripMenuItem.Click += new System.EventHandler(this.addJobListenerToolStripMenuItem_Click);
  162. //
  163. // toolStripMenuItem1
  164. //
  165. this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  166. this.deleteThemAllToolStripMenuItem});
  167. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  168. this.toolStripMenuItem1.Size = new System.Drawing.Size(94, 20);
  169. this.toolStripMenuItem1.Text = "Miscellaneous";
  170. //
  171. // deleteThemAllToolStripMenuItem
  172. //
  173. this.deleteThemAllToolStripMenuItem.Name = "deleteThemAllToolStripMenuItem";
  174. this.deleteThemAllToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  175. this.deleteThemAllToolStripMenuItem.Text = "DeleteThemAll";
  176. this.deleteThemAllToolStripMenuItem.Click += new System.EventHandler(this.deleteThemAllToolStripMenuItem_Click);
  177. //
  178. // statusStrip1
  179. //
  180. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  181. this.serverConnectStatusLabel,
  182. this.StripStatusLabel_Job_Groups,
  183. this.StripStatusLabel_Jobs_Refresh_date});
  184. this.statusStrip1.Location = new System.Drawing.Point(0, 639);
  185. this.statusStrip1.Name = "statusStrip1";
  186. this.statusStrip1.Size = new System.Drawing.Size(913, 22);
  187. this.statusStrip1.TabIndex = 1;
  188. this.statusStrip1.Text = "statusStrip1";
  189. //
  190. // serverConnectStatusLabel
  191. //
  192. this.serverConnectStatusLabel.Name = "serverConnectStatusLabel";
  193. this.serverConnectStatusLabel.Size = new System.Drawing.Size(86, 17);
  194. this.serverConnectStatusLabel.Text = "Not connected";
  195. //
  196. // StripStatusLabel_Job_Groups
  197. //
  198. this.StripStatusLabel_Job_Groups.BackColor = System.Drawing.Color.LightCyan;
  199. this.StripStatusLabel_Job_Groups.Name = "StripStatusLabel_Job_Groups";
  200. this.StripStatusLabel_Job_Groups.Size = new System.Drawing.Size(157, 17);
  201. this.StripStatusLabel_Job_Groups.Text = "StripStatusLabel_Job_Groups";
  202. this.StripStatusLabel_Job_Groups.ToolTipText = "Last Refresh of Job Groups";
  203. //
  204. // StripStatusLabel_Jobs_Refresh_date
  205. //
  206. this.StripStatusLabel_Jobs_Refresh_date.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  207. this.StripStatusLabel_Jobs_Refresh_date.Name = "StripStatusLabel_Jobs_Refresh_date";
  208. this.StripStatusLabel_Jobs_Refresh_date.Size = new System.Drawing.Size(191, 17);
  209. this.StripStatusLabel_Jobs_Refresh_date.Text = "StripStatusLabel_Jobs_Refresh_date";
  210. this.StripStatusLabel_Jobs_Refresh_date.ToolTipText = "Last Refresh Date of Running Jobs";
  211. //
  212. // jobGroupsTreeView
  213. //
  214. this.jobGroupsTreeView.HideSelection = false;
  215. this.jobGroupsTreeView.Location = new System.Drawing.Point(8, 48);
  216. this.jobGroupsTreeView.Name = "jobGroupsTreeView";
  217. this.jobGroupsTreeView.Size = new System.Drawing.Size(351, 252);
  218. this.jobGroupsTreeView.TabIndex = 2;
  219. //
  220. // label1
  221. //
  222. this.label1.AutoSize = true;
  223. this.label1.Location = new System.Drawing.Point(8, 32);
  224. this.label1.Name = "label1";
  225. this.label1.Size = new System.Drawing.Size(94, 13);
  226. this.label1.TabIndex = 4;
  227. this.label1.Text = "Scheduler Objects";
  228. //
  229. // label2
  230. //
  231. this.label2.AutoSize = true;
  232. this.label2.Location = new System.Drawing.Point(9, 319);
  233. this.label2.Name = "label2";
  234. this.label2.Size = new System.Drawing.Size(72, 13);
  235. this.label2.TabIndex = 5;
  236. this.label2.Text = "Running Jobs";
  237. //
  238. // btnRefreshRunningJobs
  239. //
  240. this.btnRefreshRunningJobs.Location = new System.Drawing.Point(371, 609);
  241. this.btnRefreshRunningJobs.Name = "btnRefreshRunningJobs";
  242. this.btnRefreshRunningJobs.Size = new System.Drawing.Size(75, 23);
  243. this.btnRefreshRunningJobs.TabIndex = 6;
  244. this.btnRefreshRunningJobs.Text = "Refresh";
  245. this.btnRefreshRunningJobs.UseVisualStyleBackColor = true;
  246. this.btnRefreshRunningJobs.Click += new System.EventHandler(this.btnRefreshRunningJobs_Click);
  247. //
  248. // btnRefreshJobGroups
  249. //
  250. this.btnRefreshJobGroups.Location = new System.Drawing.Point(284, 306);
  251. this.btnRefreshJobGroups.Name = "btnRefreshJobGroups";
  252. this.btnRefreshJobGroups.Size = new System.Drawing.Size(75, 23);
  253. this.btnRefreshJobGroups.TabIndex = 7;
  254. this.btnRefreshJobGroups.Text = "Refresh";
  255. this.btnRefreshJobGroups.UseVisualStyleBackColor = true;
  256. this.btnRefreshJobGroups.Click += new System.EventHandler(this.btnRefreshJobGroups_Click);
  257. //
  258. // btnDeleteJob
  259. //
  260. this.btnDeleteJob.Enabled = false;
  261. this.btnDeleteJob.Location = new System.Drawing.Point(665, 309);
  262. this.btnDeleteJob.Name = "btnDeleteJob";
  263. this.btnDeleteJob.Size = new System.Drawing.Size(65, 23);
  264. this.btnDeleteJob.TabIndex = 8;
  265. this.btnDeleteJob.Text = "Delete";
  266. this.btnDeleteJob.UseVisualStyleBackColor = true;
  267. this.btnDeleteJob.Click += new System.EventHandler(this.btnDeleteJob_Click);
  268. //
  269. // btnRunJobNow
  270. //
  271. this.btnRunJobNow.Enabled = false;
  272. this.btnRunJobNow.Location = new System.Drawing.Point(523, 309);
  273. this.btnRunJobNow.Name = "btnRunJobNow";
  274. this.btnRunJobNow.Size = new System.Drawing.Size(65, 23);
  275. this.btnRunJobNow.TabIndex = 9;
  276. this.btnRunJobNow.Text = "Run";
  277. this.btnRunJobNow.UseVisualStyleBackColor = true;
  278. this.btnRunJobNow.Click += new System.EventHandler(this.btnRunJobNow_Click);
  279. //
  280. // btnPause
  281. //
  282. this.btnPause.Enabled = false;
  283. this.btnPause.Location = new System.Drawing.Point(594, 309);
  284. this.btnPause.Name = "btnPause";
  285. this.btnPause.Size = new System.Drawing.Size(65, 23);
  286. this.btnPause.TabIndex = 10;
  287. this.btnPause.Text = "Pause";
  288. this.btnPause.UseVisualStyleBackColor = true;
  289. this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
  290. //
  291. // pnlDetails
  292. //
  293. this.pnlDetails.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  294. this.pnlDetails.Location = new System.Drawing.Point(523, 48);
  295. this.pnlDetails.Name = "pnlDetails";
  296. this.pnlDetails.Size = new System.Drawing.Size(342, 252);
  297. this.pnlDetails.TabIndex = 11;
  298. //
  299. // label3
  300. //
  301. this.label3.AutoSize = true;
  302. this.label3.Location = new System.Drawing.Point(520, 32);
  303. this.label3.Name = "label3";
  304. this.label3.Size = new System.Drawing.Size(39, 13);
  305. this.label3.TabIndex = 12;
  306. this.label3.Text = "Details";
  307. //
  308. // btnEdit
  309. //
  310. this.btnEdit.Enabled = false;
  311. this.btnEdit.Location = new System.Drawing.Point(736, 309);
  312. this.btnEdit.Name = "btnEdit";
  313. this.btnEdit.Size = new System.Drawing.Size(65, 23);
  314. this.btnEdit.TabIndex = 13;
  315. this.btnEdit.Text = "Edit";
  316. this.btnEdit.UseVisualStyleBackColor = true;
  317. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  318. //
  319. // ctxScheduler
  320. //
  321. this.ctxScheduler.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  322. this.backupToolStripMenuItem});
  323. this.ctxScheduler.Name = "ctxScheduler";
  324. this.ctxScheduler.Size = new System.Drawing.Size(109, 26);
  325. //
  326. // backupToolStripMenuItem
  327. //
  328. this.backupToolStripMenuItem.Name = "backupToolStripMenuItem";
  329. this.backupToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
  330. this.backupToolStripMenuItem.Text = "Backup";
  331. this.backupToolStripMenuItem.Click += new System.EventHandler(this.backupToolStripMenuItem_Click);
  332. //
  333. // timer_Refresh_Running_Jobs
  334. //
  335. this.timer_Refresh_Running_Jobs.Interval = 30000;
  336. this.timer_Refresh_Running_Jobs.Tick += new System.EventHandler(this.timer_Refresh_Running_Jobs_Tick);
  337. //
  338. // listView_RunningJobs
  339. //
  340. this.listView_RunningJobs.AllowColumnReorder = true;
  341. this.listView_RunningJobs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  342. this.JobName,
  343. this.JobDuration});
  344. this.listView_RunningJobs.Location = new System.Drawing.Point(11, 335);
  345. this.listView_RunningJobs.Name = "listView_RunningJobs";
  346. this.listView_RunningJobs.Size = new System.Drawing.Size(719, 268);
  347. this.listView_RunningJobs.Sorting = System.Windows.Forms.SortOrder.Ascending;
  348. this.listView_RunningJobs.TabIndex = 14;
  349. this.listView_RunningJobs.UseCompatibleStateImageBehavior = false;
  350. this.listView_RunningJobs.View = System.Windows.Forms.View.Details;
  351. this.listView_RunningJobs.SelectedIndexChanged += new System.EventHandler(this.listView_RunningJobs_SelectedIndexChanged);
  352. //
  353. // JobName
  354. //
  355. this.JobName.Text = "Job Name";
  356. //
  357. // JobDuration
  358. //
  359. this.JobDuration.Text = "Duration";
  360. //
  361. // button1
  362. //
  363. this.button1.Enabled = false;
  364. this.button1.Location = new System.Drawing.Point(665, 309);
  365. this.button1.Name = "button1";
  366. this.button1.Size = new System.Drawing.Size(65, 23);
  367. this.button1.TabIndex = 8;
  368. this.button1.Text = "Delete";
  369. this.button1.UseVisualStyleBackColor = true;
  370. this.button1.Click += new System.EventHandler(this.btnDeleteJob_Click);
  371. //
  372. // button2
  373. //
  374. this.button2.Enabled = false;
  375. this.button2.Location = new System.Drawing.Point(523, 309);
  376. this.button2.Name = "button2";
  377. this.button2.Size = new System.Drawing.Size(65, 23);
  378. this.button2.TabIndex = 9;
  379. this.button2.Text = "Run";
  380. this.button2.UseVisualStyleBackColor = true;
  381. this.button2.Click += new System.EventHandler(this.btnRunJobNow_Click);
  382. //
  383. // button3
  384. //
  385. this.button3.Enabled = false;
  386. this.button3.Location = new System.Drawing.Point(594, 309);
  387. this.button3.Name = "button3";
  388. this.button3.Size = new System.Drawing.Size(65, 23);
  389. this.button3.TabIndex = 10;
  390. this.button3.Text = "Pause";
  391. this.button3.UseVisualStyleBackColor = true;
  392. this.button3.Click += new System.EventHandler(this.btnPause_Click);
  393. //
  394. // button4
  395. //
  396. this.button4.Enabled = false;
  397. this.button4.Location = new System.Drawing.Point(736, 309);
  398. this.button4.Name = "button4";
  399. this.button4.Size = new System.Drawing.Size(65, 23);
  400. this.button4.TabIndex = 13;
  401. this.button4.Text = "Edit";
  402. this.button4.UseVisualStyleBackColor = true;
  403. this.button4.Click += new System.EventHandler(this.btnEdit_Click);
  404. //
  405. // MainForm
  406. //
  407. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  408. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  409. this.ClientSize = new System.Drawing.Size(913, 661);
  410. this.Controls.Add(this.listView_RunningJobs);
  411. this.Controls.Add(this.pnlDetails);
  412. this.Controls.Add(this.label3);
  413. this.Controls.Add(this.btnRefreshJobGroups);
  414. this.Controls.Add(this.button4);
  415. this.Controls.Add(this.btnEdit);
  416. this.Controls.Add(this.label1);
  417. this.Controls.Add(this.button3);
  418. this.Controls.Add(this.btnPause);
  419. this.Controls.Add(this.btnRefreshRunningJobs);
  420. this.Controls.Add(this.label2);
  421. this.Controls.Add(this.button2);
  422. this.Controls.Add(this.statusStrip1);
  423. this.Controls.Add(this.btnRunJobNow);
  424. this.Controls.Add(this.mainMenuStrip);
  425. this.Controls.Add(this.button1);
  426. this.Controls.Add(this.btnDeleteJob);
  427. this.Controls.Add(this.jobGroupsTreeView);
  428. this.MainMenuStrip = this.mainMenuStrip;
  429. this.Name = "MainForm";
  430. this.Text = "Quartz Manager";
  431. this.mainMenuStrip.ResumeLayout(false);
  432. this.mainMenuStrip.PerformLayout();
  433. this.statusStrip1.ResumeLayout(false);
  434. this.statusStrip1.PerformLayout();
  435. this.ctxScheduler.ResumeLayout(false);
  436. this.ResumeLayout(false);
  437. this.PerformLayout();
  438. }
  439. #endregion
  440. private System.Windows.Forms.MenuStrip mainMenuStrip;
  441. private System.Windows.Forms.ToolStripMenuItem schedulerToolStripMenuItem;
  442. private System.Windows.Forms.ToolStripMenuItem connectToolStripMenuItem;
  443. private System.Windows.Forms.StatusStrip statusStrip1;
  444. private System.Windows.Forms.ToolStripStatusLabel serverConnectStatusLabel;
  445. private System.Windows.Forms.TreeView jobGroupsTreeView;
  446. private System.Windows.Forms.ToolStripMenuItem listenersStripMenuItem;
  447. private System.Windows.Forms.ToolStripMenuItem globalListenersToolStripMenuItem;
  448. private System.Windows.Forms.ToolStripMenuItem addGlobalJobListenerToolStripMenuItem;
  449. private System.Windows.Forms.ToolStripMenuItem addTriggerListenerToolStripMenuItem;
  450. private System.Windows.Forms.ToolStripMenuItem addJobListenerToolStripMenuItem;
  451. private System.Windows.Forms.Label label1;
  452. private System.Windows.Forms.Label label2;
  453. private System.Windows.Forms.ToolStripMenuItem jobsToolStripMenuItem;
  454. private System.Windows.Forms.ToolStripMenuItem addJobToolStripMenuItem;
  455. private System.Windows.Forms.Button btnRefreshRunningJobs;
  456. private System.Windows.Forms.Button btnRefreshJobGroups;
  457. private System.Windows.Forms.Button btnDeleteJob;
  458. private System.Windows.Forms.Button btnRunJobNow;
  459. private System.Windows.Forms.Button btnPause;
  460. private System.Windows.Forms.ToolStripMenuItem configureToolStripMenuItem;
  461. private System.Windows.Forms.Panel pnlDetails;
  462. private System.Windows.Forms.Label label3;
  463. private System.Windows.Forms.Button btnEdit;
  464. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  465. private System.Windows.Forms.ToolStripMenuItem deleteThemAllToolStripMenuItem;
  466. private System.Windows.Forms.ContextMenuStrip ctxScheduler;
  467. private System.Windows.Forms.ToolStripMenuItem backupToolStripMenuItem;
  468. private System.Windows.Forms.Timer timer_Refresh_Running_Jobs;
  469. private System.Windows.Forms.ToolStripStatusLabel StripStatusLabel_Jobs_Refresh_date;
  470. private System.Windows.Forms.ToolStripStatusLabel StripStatusLabel_Job_Groups;
  471. private System.Windows.Forms.ListView listView_RunningJobs;
  472. private System.Windows.Forms.ColumnHeader JobName;
  473. private System.Windows.Forms.ColumnHeader JobDuration;
  474. private System.Windows.Forms.Button button1;
  475. private System.Windows.Forms.Button button2;
  476. private System.Windows.Forms.Button button3;
  477. private System.Windows.Forms.Button button4;
  478. }
  479. }

No Description