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.

CronTriggerDisplay.Designer.cs 8.0 kB

15 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. namespace ClickForensics.Quartz.Manager
  2. {
  3. partial class CronTriggerDisplay
  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.label1 = new System.Windows.Forms.Label();
  29. this.lblName = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.lblGroup = new System.Windows.Forms.Label();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.lblDescription = new System.Windows.Forms.Label();
  34. this.label7 = new System.Windows.Forms.Label();
  35. this.lblPreviousFireTime = new System.Windows.Forms.Label();
  36. this.label9 = new System.Windows.Forms.Label();
  37. this.lblNextFireTime = new System.Windows.Forms.Label();
  38. this.label11 = new System.Windows.Forms.Label();
  39. this.txtCronExpression = new System.Windows.Forms.TextBox();
  40. this.SuspendLayout();
  41. //
  42. // label1
  43. //
  44. this.label1.AutoSize = true;
  45. this.label1.Location = new System.Drawing.Point(14, 26);
  46. this.label1.Name = "label1";
  47. this.label1.Size = new System.Drawing.Size(86, 13);
  48. this.label1.TabIndex = 0;
  49. this.label1.Text = "Cron Expression:";
  50. //
  51. // lblName
  52. //
  53. this.lblName.AutoSize = true;
  54. this.lblName.Location = new System.Drawing.Point(116, 47);
  55. this.lblName.Name = "lblName";
  56. this.lblName.Size = new System.Drawing.Size(35, 13);
  57. this.lblName.TabIndex = 3;
  58. this.lblName.Text = "label2";
  59. //
  60. // label3
  61. //
  62. this.label3.AutoSize = true;
  63. this.label3.Location = new System.Drawing.Point(14, 47);
  64. this.label3.Name = "label3";
  65. this.label3.Size = new System.Drawing.Size(38, 13);
  66. this.label3.TabIndex = 2;
  67. this.label3.Text = "Name:";
  68. //
  69. // lblGroup
  70. //
  71. this.lblGroup.AutoSize = true;
  72. this.lblGroup.Location = new System.Drawing.Point(116, 68);
  73. this.lblGroup.Name = "lblGroup";
  74. this.lblGroup.Size = new System.Drawing.Size(35, 13);
  75. this.lblGroup.TabIndex = 5;
  76. this.lblGroup.Text = "label4";
  77. //
  78. // label5
  79. //
  80. this.label5.AutoSize = true;
  81. this.label5.Location = new System.Drawing.Point(14, 68);
  82. this.label5.Name = "label5";
  83. this.label5.Size = new System.Drawing.Size(39, 13);
  84. this.label5.TabIndex = 4;
  85. this.label5.Text = "Group:";
  86. //
  87. // lblDescription
  88. //
  89. this.lblDescription.AutoSize = true;
  90. this.lblDescription.Location = new System.Drawing.Point(116, 89);
  91. this.lblDescription.Name = "lblDescription";
  92. this.lblDescription.Size = new System.Drawing.Size(35, 13);
  93. this.lblDescription.TabIndex = 7;
  94. this.lblDescription.Text = "label6";
  95. //
  96. // label7
  97. //
  98. this.label7.AutoSize = true;
  99. this.label7.Location = new System.Drawing.Point(14, 89);
  100. this.label7.Name = "label7";
  101. this.label7.Size = new System.Drawing.Size(63, 13);
  102. this.label7.TabIndex = 6;
  103. this.label7.Text = "Description:";
  104. //
  105. // lblPreviousFireTime
  106. //
  107. this.lblPreviousFireTime.AutoSize = true;
  108. this.lblPreviousFireTime.Location = new System.Drawing.Point(116, 131);
  109. this.lblPreviousFireTime.Name = "lblPreviousFireTime";
  110. this.lblPreviousFireTime.Size = new System.Drawing.Size(35, 13);
  111. this.lblPreviousFireTime.TabIndex = 9;
  112. this.lblPreviousFireTime.Text = "label8";
  113. //
  114. // label9
  115. //
  116. this.label9.AutoSize = true;
  117. this.label9.Location = new System.Drawing.Point(14, 131);
  118. this.label9.Name = "label9";
  119. this.label9.Size = new System.Drawing.Size(97, 13);
  120. this.label9.TabIndex = 8;
  121. this.label9.Text = "Previous Fire Time:";
  122. //
  123. // lblNextFireTime
  124. //
  125. this.lblNextFireTime.AutoSize = true;
  126. this.lblNextFireTime.Location = new System.Drawing.Point(116, 110);
  127. this.lblNextFireTime.Name = "lblNextFireTime";
  128. this.lblNextFireTime.Size = new System.Drawing.Size(41, 13);
  129. this.lblNextFireTime.TabIndex = 11;
  130. this.lblNextFireTime.Text = "label10";
  131. //
  132. // label11
  133. //
  134. this.label11.AutoSize = true;
  135. this.label11.Location = new System.Drawing.Point(14, 110);
  136. this.label11.Name = "label11";
  137. this.label11.Size = new System.Drawing.Size(78, 13);
  138. this.label11.TabIndex = 10;
  139. this.label11.Text = "Next Fire Time:";
  140. //
  141. // txtCronExpression
  142. //
  143. this.txtCronExpression.Location = new System.Drawing.Point(119, 23);
  144. this.txtCronExpression.Name = "txtCronExpression";
  145. this.txtCronExpression.ReadOnly = true;
  146. this.txtCronExpression.Size = new System.Drawing.Size(100, 20);
  147. this.txtCronExpression.TabIndex = 12;
  148. this.txtCronExpression.Text = "txtCronExpression";
  149. //
  150. // CronTriggerDisplay
  151. //
  152. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  153. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  154. this.Controls.Add(this.txtCronExpression);
  155. this.Controls.Add(this.lblNextFireTime);
  156. this.Controls.Add(this.label11);
  157. this.Controls.Add(this.lblPreviousFireTime);
  158. this.Controls.Add(this.label9);
  159. this.Controls.Add(this.lblDescription);
  160. this.Controls.Add(this.label7);
  161. this.Controls.Add(this.lblGroup);
  162. this.Controls.Add(this.label5);
  163. this.Controls.Add(this.lblName);
  164. this.Controls.Add(this.label3);
  165. this.Controls.Add(this.label1);
  166. this.Name = "CronTriggerDisplay";
  167. this.Size = new System.Drawing.Size(324, 168);
  168. this.ResumeLayout(false);
  169. this.PerformLayout();
  170. }
  171. #endregion
  172. private System.Windows.Forms.Label label1;
  173. private System.Windows.Forms.Label lblName;
  174. private System.Windows.Forms.Label label3;
  175. private System.Windows.Forms.Label lblGroup;
  176. private System.Windows.Forms.Label label5;
  177. private System.Windows.Forms.Label lblDescription;
  178. private System.Windows.Forms.Label label7;
  179. private System.Windows.Forms.Label lblPreviousFireTime;
  180. private System.Windows.Forms.Label label9;
  181. private System.Windows.Forms.Label lblNextFireTime;
  182. private System.Windows.Forms.Label label11;
  183. private System.Windows.Forms.TextBox txtCronExpression;
  184. }
  185. }

No Description