Settings.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. namespace ServiceHelper
  2. {
  3. partial class Settings
  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.OkBtn = new System.Windows.Forms.Button();
  29. this.CancleBtn = new System.Windows.Forms.Button();
  30. this.tabControl = new System.Windows.Forms.TabControl();
  31. this.Task = new System.Windows.Forms.TabPage();
  32. this.groupBox3 = new System.Windows.Forms.GroupBox();
  33. this.maskedTextBoxStartBoundary = new System.Windows.Forms.MaskedTextBox();
  34. this.labelStartBoundary = new System.Windows.Forms.Label();
  35. this.textBoxDaysInterval = new System.Windows.Forms.TextBox();
  36. this.labelDaysInterval = new System.Windows.Forms.Label();
  37. this.checkBoxUseTask = new System.Windows.Forms.CheckBox();
  38. this.tabControl.SuspendLayout();
  39. this.Task.SuspendLayout();
  40. this.groupBox3.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // OkBtn
  44. //
  45. this.OkBtn.Location = new System.Drawing.Point(133, 377);
  46. this.OkBtn.Name = "OkBtn";
  47. this.OkBtn.Size = new System.Drawing.Size(75, 23);
  48. this.OkBtn.TabIndex = 1;
  49. this.OkBtn.Text = "确定";
  50. this.OkBtn.UseVisualStyleBackColor = true;
  51. this.OkBtn.Click += new System.EventHandler(this.OkBtn_Click);
  52. //
  53. // CancleBtn
  54. //
  55. this.CancleBtn.Location = new System.Drawing.Point(214, 377);
  56. this.CancleBtn.Name = "CancleBtn";
  57. this.CancleBtn.Size = new System.Drawing.Size(75, 23);
  58. this.CancleBtn.TabIndex = 2;
  59. this.CancleBtn.Text = "取消";
  60. this.CancleBtn.UseVisualStyleBackColor = true;
  61. this.CancleBtn.Click += new System.EventHandler(this.CancleBtn_Click);
  62. //
  63. // tabControl
  64. //
  65. this.tabControl.Controls.Add(this.Task);
  66. this.tabControl.Location = new System.Drawing.Point(12, 12);
  67. this.tabControl.Name = "tabControl";
  68. this.tabControl.SelectedIndex = 0;
  69. this.tabControl.Size = new System.Drawing.Size(277, 359);
  70. this.tabControl.TabIndex = 0;
  71. //
  72. // Task
  73. //
  74. this.Task.Controls.Add(this.groupBox3);
  75. this.Task.Controls.Add(this.checkBoxUseTask);
  76. this.Task.Location = new System.Drawing.Point(4, 22);
  77. this.Task.Name = "Task";
  78. this.Task.Padding = new System.Windows.Forms.Padding(3);
  79. this.Task.Size = new System.Drawing.Size(269, 333);
  80. this.Task.TabIndex = 4;
  81. this.Task.Text = "计划任务";
  82. this.Task.UseVisualStyleBackColor = true;
  83. //
  84. // groupBox3
  85. //
  86. this.groupBox3.Controls.Add(this.maskedTextBoxStartBoundary);
  87. this.groupBox3.Controls.Add(this.labelStartBoundary);
  88. this.groupBox3.Controls.Add(this.textBoxDaysInterval);
  89. this.groupBox3.Controls.Add(this.labelDaysInterval);
  90. this.groupBox3.Location = new System.Drawing.Point(6, 22);
  91. this.groupBox3.Name = "groupBox3";
  92. this.groupBox3.Size = new System.Drawing.Size(257, 85);
  93. this.groupBox3.TabIndex = 4;
  94. this.groupBox3.TabStop = false;
  95. this.groupBox3.Text = "Service服务重启计划";
  96. //
  97. // maskedTextBoxStartBoundary
  98. //
  99. this.maskedTextBoxStartBoundary.Location = new System.Drawing.Point(65, 50);
  100. this.maskedTextBoxStartBoundary.Mask = "90:00:00";
  101. this.maskedTextBoxStartBoundary.Name = "maskedTextBoxStartBoundary";
  102. this.maskedTextBoxStartBoundary.Size = new System.Drawing.Size(82, 21);
  103. this.maskedTextBoxStartBoundary.TabIndex = 7;
  104. //
  105. // labelStartBoundary
  106. //
  107. this.labelStartBoundary.AutoSize = true;
  108. this.labelStartBoundary.Location = new System.Drawing.Point(6, 53);
  109. this.labelStartBoundary.Name = "labelStartBoundary";
  110. this.labelStartBoundary.Size = new System.Drawing.Size(53, 12);
  111. this.labelStartBoundary.TabIndex = 4;
  112. this.labelStartBoundary.Text = "触发时间";
  113. //
  114. // textBoxDaysInterval
  115. //
  116. this.textBoxDaysInterval.Location = new System.Drawing.Point(65, 23);
  117. this.textBoxDaysInterval.Name = "textBoxDaysInterval";
  118. this.textBoxDaysInterval.Size = new System.Drawing.Size(43, 21);
  119. this.textBoxDaysInterval.TabIndex = 6;
  120. //
  121. // labelDaysInterval
  122. //
  123. this.labelDaysInterval.AutoSize = true;
  124. this.labelDaysInterval.Location = new System.Drawing.Point(6, 26);
  125. this.labelDaysInterval.Name = "labelDaysInterval";
  126. this.labelDaysInterval.Size = new System.Drawing.Size(125, 12);
  127. this.labelDaysInterval.TabIndex = 5;
  128. this.labelDaysInterval.Text = "触发间隔 天";
  129. //
  130. // checkBoxUseTask
  131. //
  132. this.checkBoxUseTask.AutoSize = true;
  133. this.checkBoxUseTask.Location = new System.Drawing.Point(167, 301);
  134. this.checkBoxUseTask.Name = "checkBoxUseTask";
  135. this.checkBoxUseTask.Size = new System.Drawing.Size(96, 16);
  136. this.checkBoxUseTask.TabIndex = 0;
  137. this.checkBoxUseTask.Text = "启用计划任务";
  138. this.checkBoxUseTask.UseVisualStyleBackColor = true;
  139. //
  140. // Settings
  141. //
  142. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  143. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  144. this.ClientSize = new System.Drawing.Size(299, 412);
  145. this.Controls.Add(this.CancleBtn);
  146. this.Controls.Add(this.OkBtn);
  147. this.Controls.Add(this.tabControl);
  148. this.MaximizeBox = false;
  149. this.MinimizeBox = false;
  150. this.Name = "Settings";
  151. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  152. this.Text = "Service配置";
  153. this.tabControl.ResumeLayout(false);
  154. this.Task.ResumeLayout(false);
  155. this.Task.PerformLayout();
  156. this.groupBox3.ResumeLayout(false);
  157. this.groupBox3.PerformLayout();
  158. this.ResumeLayout(false);
  159. }
  160. #endregion
  161. private System.Windows.Forms.Button OkBtn;
  162. private System.Windows.Forms.Button CancleBtn;
  163. private System.Windows.Forms.TabControl tabControl;
  164. private System.Windows.Forms.TabPage Task;
  165. private System.Windows.Forms.CheckBox checkBoxUseTask;
  166. private System.Windows.Forms.GroupBox groupBox3;
  167. private System.Windows.Forms.Label labelDaysInterval;
  168. private System.Windows.Forms.MaskedTextBox maskedTextBoxStartBoundary;
  169. private System.Windows.Forms.Label labelStartBoundary;
  170. private System.Windows.Forms.TextBox textBoxDaysInterval;
  171. }
  172. }