ZDHSetting.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. namespace Uninpho.Tools.components.SFZDH
  2. {
  3. partial class ZDHSetting
  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.PathText = new DevExpress.XtraEditors.TextEdit();
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.setPathBtn = new DevExpress.XtraEditors.SimpleButton();
  31. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  32. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  33. this.StartDateEdit = new System.Windows.Forms.DateTimePicker();
  34. this.StartTimeEdit = new DevExpress.XtraEditors.TimeEdit();
  35. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  36. this.SaveBtn = new DevExpress.XtraEditors.SimpleButton();
  37. this.ResetBtn = new DevExpress.XtraEditors.SimpleButton();
  38. this.IntervalText = new DevExpress.XtraEditors.TextEdit();
  39. ((System.ComponentModel.ISupportInitialize)(this.PathText.Properties)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.StartTimeEdit.Properties)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.IntervalText.Properties)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // PathText
  45. //
  46. this.PathText.Location = new System.Drawing.Point(147, 50);
  47. this.PathText.Name = "PathText";
  48. this.PathText.Size = new System.Drawing.Size(138, 20);
  49. this.PathText.TabIndex = 0;
  50. //
  51. // labelControl1
  52. //
  53. this.labelControl1.Location = new System.Drawing.Point(82, 53);
  54. this.labelControl1.Name = "labelControl1";
  55. this.labelControl1.Size = new System.Drawing.Size(52, 14);
  56. this.labelControl1.TabIndex = 1;
  57. this.labelControl1.Text = "检测路径:";
  58. //
  59. // setPathBtn
  60. //
  61. this.setPathBtn.Location = new System.Drawing.Point(291, 49);
  62. this.setPathBtn.Name = "setPathBtn";
  63. this.setPathBtn.Size = new System.Drawing.Size(35, 23);
  64. this.setPathBtn.TabIndex = 2;
  65. this.setPathBtn.Text = "···";
  66. this.setPathBtn.Click += new System.EventHandler(this.setPathBtn_Click);
  67. //
  68. // labelControl2
  69. //
  70. this.labelControl2.Location = new System.Drawing.Point(46, 104);
  71. this.labelControl2.Name = "labelControl2";
  72. this.labelControl2.Size = new System.Drawing.Size(88, 14);
  73. this.labelControl2.TabIndex = 1;
  74. this.labelControl2.Text = "检测周期(天):";
  75. //
  76. // labelControl3
  77. //
  78. this.labelControl3.Location = new System.Drawing.Point(82, 156);
  79. this.labelControl3.Name = "labelControl3";
  80. this.labelControl3.Size = new System.Drawing.Size(52, 14);
  81. this.labelControl3.TabIndex = 1;
  82. this.labelControl3.Text = "起始日期:";
  83. //
  84. // StartDateEdit
  85. //
  86. this.StartDateEdit.Location = new System.Drawing.Point(147, 150);
  87. this.StartDateEdit.Name = "StartDateEdit";
  88. this.StartDateEdit.Size = new System.Drawing.Size(138, 22);
  89. this.StartDateEdit.TabIndex = 7;
  90. //
  91. // StartTimeEdit
  92. //
  93. this.StartTimeEdit.EditValue = new System.DateTime(2022, 10, 19, 0, 0, 0, 0);
  94. this.StartTimeEdit.Location = new System.Drawing.Point(147, 198);
  95. this.StartTimeEdit.Name = "StartTimeEdit";
  96. this.StartTimeEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  97. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  98. this.StartTimeEdit.Size = new System.Drawing.Size(138, 20);
  99. this.StartTimeEdit.TabIndex = 8;
  100. //
  101. // labelControl4
  102. //
  103. this.labelControl4.Location = new System.Drawing.Point(82, 201);
  104. this.labelControl4.Name = "labelControl4";
  105. this.labelControl4.Size = new System.Drawing.Size(52, 14);
  106. this.labelControl4.TabIndex = 1;
  107. this.labelControl4.Text = "起始时间:";
  108. //
  109. // SaveBtn
  110. //
  111. this.SaveBtn.Location = new System.Drawing.Point(103, 242);
  112. this.SaveBtn.Name = "SaveBtn";
  113. this.SaveBtn.Size = new System.Drawing.Size(74, 23);
  114. this.SaveBtn.TabIndex = 2;
  115. this.SaveBtn.Text = "执行";
  116. this.SaveBtn.Click += new System.EventHandler(this.SaveBtn_Click);
  117. //
  118. // ResetBtn
  119. //
  120. this.ResetBtn.Location = new System.Drawing.Point(219, 242);
  121. this.ResetBtn.Name = "ResetBtn";
  122. this.ResetBtn.Size = new System.Drawing.Size(74, 23);
  123. this.ResetBtn.TabIndex = 2;
  124. this.ResetBtn.Text = "重置";
  125. this.ResetBtn.Click += new System.EventHandler(this.ResetBtn_Click);
  126. //
  127. // IntervalText
  128. //
  129. this.IntervalText.EditValue = "7";
  130. this.IntervalText.Location = new System.Drawing.Point(147, 101);
  131. this.IntervalText.Name = "IntervalText";
  132. this.IntervalText.Size = new System.Drawing.Size(138, 20);
  133. this.IntervalText.TabIndex = 0;
  134. //
  135. // ZDHSetting
  136. //
  137. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  138. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  139. this.ClientSize = new System.Drawing.Size(383, 309);
  140. this.Controls.Add(this.StartTimeEdit);
  141. this.Controls.Add(this.StartDateEdit);
  142. this.Controls.Add(this.ResetBtn);
  143. this.Controls.Add(this.SaveBtn);
  144. this.Controls.Add(this.setPathBtn);
  145. this.Controls.Add(this.labelControl4);
  146. this.Controls.Add(this.labelControl3);
  147. this.Controls.Add(this.labelControl2);
  148. this.Controls.Add(this.labelControl1);
  149. this.Controls.Add(this.IntervalText);
  150. this.Controls.Add(this.PathText);
  151. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  152. this.MaximizeBox = false;
  153. this.MinimizeBox = false;
  154. this.Name = "ZDHSetting";
  155. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  156. this.Text = "自动化设置";
  157. ((System.ComponentModel.ISupportInitialize)(this.PathText.Properties)).EndInit();
  158. ((System.ComponentModel.ISupportInitialize)(this.StartTimeEdit.Properties)).EndInit();
  159. ((System.ComponentModel.ISupportInitialize)(this.IntervalText.Properties)).EndInit();
  160. this.ResumeLayout(false);
  161. this.PerformLayout();
  162. }
  163. #endregion
  164. private DevExpress.XtraEditors.TextEdit PathText;
  165. private DevExpress.XtraEditors.LabelControl labelControl1;
  166. private DevExpress.XtraEditors.SimpleButton setPathBtn;
  167. private DevExpress.XtraEditors.LabelControl labelControl2;
  168. private DevExpress.XtraEditors.LabelControl labelControl3;
  169. private System.Windows.Forms.DateTimePicker StartDateEdit;
  170. private DevExpress.XtraEditors.TimeEdit StartTimeEdit;
  171. private DevExpress.XtraEditors.LabelControl labelControl4;
  172. private DevExpress.XtraEditors.SimpleButton SaveBtn;
  173. private DevExpress.XtraEditors.SimpleButton ResetBtn;
  174. private DevExpress.XtraEditors.TextEdit IntervalText;
  175. }
  176. }