CNAS取数仪器端升级
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

306 linhas
14KB

  1. namespace CNAS_DBSync
  2. {
  3. partial class frmServiceConfig
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmServiceConfig));
  29. this.pnlAll = new System.Windows.Forms.Panel();
  30. this.pnlCenter = new System.Windows.Forms.Panel();
  31. this.panel3 = new System.Windows.Forms.Panel();
  32. this.groupBox1 = new System.Windows.Forms.GroupBox();
  33. this.dtpSource = new System.Windows.Forms.DateTimePicker();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.numService = new System.Windows.Forms.NumericUpDown();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.panel1 = new System.Windows.Forms.Panel();
  40. this.cbxAutoStart = new System.Windows.Forms.CheckBox();
  41. this.panel2 = new System.Windows.Forms.Panel();
  42. this.btnInstallService = new System.Windows.Forms.Button();
  43. this.btnRun = new System.Windows.Forms.Button();
  44. this.pnlRight = new System.Windows.Forms.Panel();
  45. this.pnlLeft = new System.Windows.Forms.Panel();
  46. this.pnlBottom = new System.Windows.Forms.Panel();
  47. this.pnlTop = new System.Windows.Forms.Panel();
  48. this.pnlAll.SuspendLayout();
  49. this.pnlCenter.SuspendLayout();
  50. this.panel3.SuspendLayout();
  51. this.groupBox1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.numService)).BeginInit();
  53. this.panel1.SuspendLayout();
  54. this.panel2.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // pnlAll
  58. //
  59. this.pnlAll.Controls.Add(this.pnlCenter);
  60. this.pnlAll.Controls.Add(this.pnlRight);
  61. this.pnlAll.Controls.Add(this.pnlLeft);
  62. this.pnlAll.Controls.Add(this.pnlBottom);
  63. this.pnlAll.Controls.Add(this.pnlTop);
  64. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  65. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  66. this.pnlAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  67. this.pnlAll.Name = "pnlAll";
  68. this.pnlAll.Size = new System.Drawing.Size(435, 183);
  69. this.pnlAll.TabIndex = 0;
  70. //
  71. // pnlCenter
  72. //
  73. this.pnlCenter.Controls.Add(this.panel3);
  74. this.pnlCenter.Controls.Add(this.panel1);
  75. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.pnlCenter.Location = new System.Drawing.Point(12, 14);
  77. this.pnlCenter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  78. this.pnlCenter.Name = "pnlCenter";
  79. this.pnlCenter.Size = new System.Drawing.Size(411, 159);
  80. this.pnlCenter.TabIndex = 4;
  81. //
  82. // panel3
  83. //
  84. this.panel3.Controls.Add(this.groupBox1);
  85. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.panel3.Location = new System.Drawing.Point(0, 0);
  87. this.panel3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  88. this.panel3.Name = "panel3";
  89. this.panel3.Size = new System.Drawing.Size(411, 115);
  90. this.panel3.TabIndex = 1;
  91. //
  92. // groupBox1
  93. //
  94. this.groupBox1.Controls.Add(this.dtpSource);
  95. this.groupBox1.Controls.Add(this.label4);
  96. this.groupBox1.Controls.Add(this.label3);
  97. this.groupBox1.Controls.Add(this.numService);
  98. this.groupBox1.Controls.Add(this.label2);
  99. this.groupBox1.Controls.Add(this.label1);
  100. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  102. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  103. this.groupBox1.Name = "groupBox1";
  104. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  105. this.groupBox1.Size = new System.Drawing.Size(411, 115);
  106. this.groupBox1.TabIndex = 0;
  107. this.groupBox1.TabStop = false;
  108. this.groupBox1.Text = "设置";
  109. //
  110. // dtpSource
  111. //
  112. this.dtpSource.CustomFormat = "yyyy-MM-dd HH:mm";
  113. this.dtpSource.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  114. this.dtpSource.Location = new System.Drawing.Point(159, 68);
  115. this.dtpSource.Name = "dtpSource";
  116. this.dtpSource.Size = new System.Drawing.Size(179, 23);
  117. this.dtpSource.TabIndex = 5;
  118. this.dtpSource.Value = new System.DateTime(2019, 6, 15, 0, 0, 0, 0);
  119. //
  120. // label4
  121. //
  122. this.label4.AutoSize = true;
  123. this.label4.Location = new System.Drawing.Point(40, 71);
  124. this.label4.Name = "label4";
  125. this.label4.Size = new System.Drawing.Size(116, 17);
  126. this.label4.TabIndex = 4;
  127. this.label4.Text = "获取数据初始时间:";
  128. //
  129. // label3
  130. //
  131. this.label3.AutoSize = true;
  132. this.label3.Location = new System.Drawing.Point(342, 39);
  133. this.label3.Name = "label3";
  134. this.label3.Size = new System.Drawing.Size(32, 17);
  135. this.label3.TabIndex = 3;
  136. this.label3.Text = "分钟";
  137. //
  138. // numService
  139. //
  140. this.numService.Location = new System.Drawing.Point(196, 35);
  141. this.numService.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  142. this.numService.Name = "numService";
  143. this.numService.Size = new System.Drawing.Size(140, 23);
  144. this.numService.TabIndex = 2;
  145. //
  146. // label2
  147. //
  148. this.label2.AutoSize = true;
  149. this.label2.Location = new System.Drawing.Point(156, 38);
  150. this.label2.Name = "label2";
  151. this.label2.Size = new System.Drawing.Size(32, 17);
  152. this.label2.TabIndex = 1;
  153. this.label2.Text = "每隔";
  154. //
  155. // label1
  156. //
  157. this.label1.AutoSize = true;
  158. this.label1.Location = new System.Drawing.Point(40, 38);
  159. this.label1.Name = "label1";
  160. this.label1.Size = new System.Drawing.Size(116, 17);
  161. this.label1.TabIndex = 0;
  162. this.label1.Text = "数据同步执行时间:";
  163. //
  164. // panel1
  165. //
  166. this.panel1.Controls.Add(this.cbxAutoStart);
  167. this.panel1.Controls.Add(this.panel2);
  168. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  169. this.panel1.Location = new System.Drawing.Point(0, 115);
  170. this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  171. this.panel1.Name = "panel1";
  172. this.panel1.Size = new System.Drawing.Size(411, 44);
  173. this.panel1.TabIndex = 0;
  174. //
  175. // cbxAutoStart
  176. //
  177. this.cbxAutoStart.AutoSize = true;
  178. this.cbxAutoStart.Location = new System.Drawing.Point(24, 8);
  179. this.cbxAutoStart.Name = "cbxAutoStart";
  180. this.cbxAutoStart.Size = new System.Drawing.Size(99, 21);
  181. this.cbxAutoStart.TabIndex = 1;
  182. this.cbxAutoStart.Text = "是否开机启动";
  183. this.cbxAutoStart.UseVisualStyleBackColor = true;
  184. //
  185. // panel2
  186. //
  187. this.panel2.Controls.Add(this.btnInstallService);
  188. this.panel2.Controls.Add(this.btnRun);
  189. this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
  190. this.panel2.Location = new System.Drawing.Point(205, 0);
  191. this.panel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  192. this.panel2.Name = "panel2";
  193. this.panel2.Size = new System.Drawing.Size(206, 44);
  194. this.panel2.TabIndex = 0;
  195. //
  196. // btnInstallService
  197. //
  198. this.btnInstallService.Location = new System.Drawing.Point(3, 4);
  199. this.btnInstallService.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  200. this.btnInstallService.Name = "btnInstallService";
  201. this.btnInstallService.Size = new System.Drawing.Size(90, 30);
  202. this.btnInstallService.TabIndex = 1;
  203. this.btnInstallService.Text = "安装服务";
  204. this.btnInstallService.UseVisualStyleBackColor = true;
  205. this.btnInstallService.Click += new System.EventHandler(this.btnInstallService_Click);
  206. //
  207. // btnRun
  208. //
  209. this.btnRun.Location = new System.Drawing.Point(109, 4);
  210. this.btnRun.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  211. this.btnRun.Name = "btnRun";
  212. this.btnRun.Size = new System.Drawing.Size(90, 30);
  213. this.btnRun.TabIndex = 0;
  214. this.btnRun.Text = "启动服务";
  215. this.btnRun.UseVisualStyleBackColor = true;
  216. this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
  217. //
  218. // pnlRight
  219. //
  220. this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
  221. this.pnlRight.Location = new System.Drawing.Point(423, 14);
  222. this.pnlRight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  223. this.pnlRight.Name = "pnlRight";
  224. this.pnlRight.Size = new System.Drawing.Size(12, 159);
  225. this.pnlRight.TabIndex = 3;
  226. //
  227. // pnlLeft
  228. //
  229. this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  230. this.pnlLeft.Location = new System.Drawing.Point(0, 14);
  231. this.pnlLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  232. this.pnlLeft.Name = "pnlLeft";
  233. this.pnlLeft.Size = new System.Drawing.Size(12, 159);
  234. this.pnlLeft.TabIndex = 2;
  235. //
  236. // pnlBottom
  237. //
  238. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  239. this.pnlBottom.Location = new System.Drawing.Point(0, 173);
  240. this.pnlBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  241. this.pnlBottom.Name = "pnlBottom";
  242. this.pnlBottom.Size = new System.Drawing.Size(435, 10);
  243. this.pnlBottom.TabIndex = 1;
  244. //
  245. // pnlTop
  246. //
  247. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  248. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  249. this.pnlTop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  250. this.pnlTop.Name = "pnlTop";
  251. this.pnlTop.Size = new System.Drawing.Size(435, 14);
  252. this.pnlTop.TabIndex = 0;
  253. //
  254. // frmServiceConfig
  255. //
  256. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  257. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  258. this.ClientSize = new System.Drawing.Size(435, 183);
  259. this.Controls.Add(this.pnlAll);
  260. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  262. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  263. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  264. this.Name = "frmServiceConfig";
  265. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  266. this.Text = "服务配置";
  267. this.Load += new System.EventHandler(this.frmServiceConfig_Load);
  268. this.pnlAll.ResumeLayout(false);
  269. this.pnlCenter.ResumeLayout(false);
  270. this.panel3.ResumeLayout(false);
  271. this.groupBox1.ResumeLayout(false);
  272. this.groupBox1.PerformLayout();
  273. ((System.ComponentModel.ISupportInitialize)(this.numService)).EndInit();
  274. this.panel1.ResumeLayout(false);
  275. this.panel1.PerformLayout();
  276. this.panel2.ResumeLayout(false);
  277. this.ResumeLayout(false);
  278. }
  279. #endregion
  280. private System.Windows.Forms.Panel pnlAll;
  281. private System.Windows.Forms.Panel pnlCenter;
  282. private System.Windows.Forms.Panel pnlRight;
  283. private System.Windows.Forms.Panel pnlLeft;
  284. private System.Windows.Forms.Panel pnlBottom;
  285. private System.Windows.Forms.Panel pnlTop;
  286. private System.Windows.Forms.Panel panel3;
  287. private System.Windows.Forms.GroupBox groupBox1;
  288. private System.Windows.Forms.Panel panel1;
  289. private System.Windows.Forms.Panel panel2;
  290. private System.Windows.Forms.Label label3;
  291. private System.Windows.Forms.NumericUpDown numService;
  292. private System.Windows.Forms.Label label2;
  293. private System.Windows.Forms.Label label1;
  294. private System.Windows.Forms.Button btnRun;
  295. private System.Windows.Forms.Label label4;
  296. private System.Windows.Forms.DateTimePicker dtpSource;
  297. private System.Windows.Forms.CheckBox cbxAutoStart;
  298. private System.Windows.Forms.Button btnInstallService;
  299. }
  300. }