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.

NativeJobDetailDisplay.Designer.cs 6.7 kB

15 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. namespace ClickForensics.Quartz.Manager
  2. {
  3. partial class NativeJobDetailDisplay
  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.lblName = new System.Windows.Forms.Label();
  29. this.label3 = new System.Windows.Forms.Label();
  30. this.lblGroup = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.lblDescription = new System.Windows.Forms.Label();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.label10 = new System.Windows.Forms.Label();
  35. this.jobDataListView = new System.Windows.Forms.ListView();
  36. this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
  37. this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
  38. this.SuspendLayout();
  39. //
  40. // lblName
  41. //
  42. this.lblName.AutoSize = true;
  43. this.lblName.Location = new System.Drawing.Point(121, 15);
  44. this.lblName.Name = "lblName";
  45. this.lblName.Size = new System.Drawing.Size(35, 13);
  46. this.lblName.TabIndex = 5;
  47. this.lblName.Text = "label2";
  48. //
  49. // label3
  50. //
  51. this.label3.AutoSize = true;
  52. this.label3.Location = new System.Drawing.Point(21, 15);
  53. this.label3.Name = "label3";
  54. this.label3.Size = new System.Drawing.Size(38, 13);
  55. this.label3.TabIndex = 4;
  56. this.label3.Text = "Name:";
  57. //
  58. // lblGroup
  59. //
  60. this.lblGroup.AutoSize = true;
  61. this.lblGroup.Location = new System.Drawing.Point(121, 36);
  62. this.lblGroup.Name = "lblGroup";
  63. this.lblGroup.Size = new System.Drawing.Size(35, 13);
  64. this.lblGroup.TabIndex = 7;
  65. this.lblGroup.Text = "label2";
  66. //
  67. // label2
  68. //
  69. this.label2.AutoSize = true;
  70. this.label2.Location = new System.Drawing.Point(21, 36);
  71. this.label2.Name = "label2";
  72. this.label2.Size = new System.Drawing.Size(39, 13);
  73. this.label2.TabIndex = 6;
  74. this.label2.Text = "Group:";
  75. //
  76. // lblDescription
  77. //
  78. this.lblDescription.AutoSize = true;
  79. this.lblDescription.Location = new System.Drawing.Point(121, 57);
  80. this.lblDescription.Name = "lblDescription";
  81. this.lblDescription.Size = new System.Drawing.Size(35, 13);
  82. this.lblDescription.TabIndex = 9;
  83. this.lblDescription.Text = "label2";
  84. //
  85. // label5
  86. //
  87. this.label5.AutoSize = true;
  88. this.label5.Location = new System.Drawing.Point(21, 57);
  89. this.label5.Name = "label5";
  90. this.label5.Size = new System.Drawing.Size(63, 13);
  91. this.label5.TabIndex = 8;
  92. this.label5.Text = "Description:";
  93. //
  94. // label10
  95. //
  96. this.label10.AutoSize = true;
  97. this.label10.Location = new System.Drawing.Point(21, 79);
  98. this.label10.Name = "label10";
  99. this.label10.Size = new System.Drawing.Size(53, 13);
  100. this.label10.TabIndex = 23;
  101. this.label10.Text = "Job Data:";
  102. //
  103. // jobDataListView
  104. //
  105. this.jobDataListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  106. this.columnHeader1,
  107. this.columnHeader2});
  108. this.jobDataListView.FullRowSelect = true;
  109. this.jobDataListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
  110. this.jobDataListView.Location = new System.Drawing.Point(24, 105);
  111. this.jobDataListView.MultiSelect = false;
  112. this.jobDataListView.Name = "jobDataListView";
  113. this.jobDataListView.Size = new System.Drawing.Size(298, 142);
  114. this.jobDataListView.TabIndex = 22;
  115. this.jobDataListView.UseCompatibleStateImageBehavior = false;
  116. this.jobDataListView.View = System.Windows.Forms.View.Details;
  117. //
  118. // columnHeader1
  119. //
  120. this.columnHeader1.Text = "Key";
  121. this.columnHeader1.Width = 82;
  122. //
  123. // columnHeader2
  124. //
  125. this.columnHeader2.Text = "Value";
  126. this.columnHeader2.Width = 145;
  127. //
  128. // NativeJobDetailDisplay
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.Controls.Add(this.label10);
  133. this.Controls.Add(this.jobDataListView);
  134. this.Controls.Add(this.lblDescription);
  135. this.Controls.Add(this.label5);
  136. this.Controls.Add(this.lblGroup);
  137. this.Controls.Add(this.label2);
  138. this.Controls.Add(this.lblName);
  139. this.Controls.Add(this.label3);
  140. this.Name = "NativeJobDetailDisplay";
  141. this.Size = new System.Drawing.Size(342, 273);
  142. this.ResumeLayout(false);
  143. this.PerformLayout();
  144. }
  145. #endregion
  146. private System.Windows.Forms.Label lblName;
  147. private System.Windows.Forms.Label label3;
  148. private System.Windows.Forms.Label lblGroup;
  149. private System.Windows.Forms.Label label2;
  150. private System.Windows.Forms.Label lblDescription;
  151. private System.Windows.Forms.Label label5;
  152. private System.Windows.Forms.Label label10;
  153. private System.Windows.Forms.ListView jobDataListView;
  154. private System.Windows.Forms.ColumnHeader columnHeader1;
  155. private System.Windows.Forms.ColumnHeader columnHeader2;
  156. }
  157. }