CNAS取数仪器端升级
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

301 lines
13KB

  1. namespace CNAS_DBSync
  2. {
  3. partial class frmSystemSetting
  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(frmSystemSetting));
  29. this.pnlAll = new System.Windows.Forms.Panel();
  30. this.pnlBody = new System.Windows.Forms.Panel();
  31. this.btnOK = new System.Windows.Forms.Button();
  32. this.groupBox1 = new System.Windows.Forms.GroupBox();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.txtCode = new System.Windows.Forms.TextBox();
  36. this.numpLogDataDays = new System.Windows.Forms.NumericUpDown();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.cbxAutomatic = new System.Windows.Forms.CheckBox();
  39. this.cbxManual = new System.Windows.Forms.CheckBox();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.numpShowDataDays = new System.Windows.Forms.NumericUpDown();
  43. this.lblText1 = new System.Windows.Forms.Label();
  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.pnlBody.SuspendLayout();
  50. this.groupBox1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.numpLogDataDays)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.numpShowDataDays)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // pnlAll
  56. //
  57. this.pnlAll.Controls.Add(this.pnlBody);
  58. this.pnlAll.Controls.Add(this.pnlRight);
  59. this.pnlAll.Controls.Add(this.pnlLeft);
  60. this.pnlAll.Controls.Add(this.pnlBottom);
  61. this.pnlAll.Controls.Add(this.pnlTop);
  62. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  64. this.pnlAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  65. this.pnlAll.Name = "pnlAll";
  66. this.pnlAll.Size = new System.Drawing.Size(670, 362);
  67. this.pnlAll.TabIndex = 0;
  68. //
  69. // pnlBody
  70. //
  71. this.pnlBody.Controls.Add(this.btnOK);
  72. this.pnlBody.Controls.Add(this.groupBox1);
  73. this.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.pnlBody.Location = new System.Drawing.Point(10, 10);
  75. this.pnlBody.Name = "pnlBody";
  76. this.pnlBody.Size = new System.Drawing.Size(650, 342);
  77. this.pnlBody.TabIndex = 4;
  78. //
  79. // btnOK
  80. //
  81. this.btnOK.Location = new System.Drawing.Point(537, 297);
  82. this.btnOK.Name = "btnOK";
  83. this.btnOK.Size = new System.Drawing.Size(90, 30);
  84. this.btnOK.TabIndex = 1;
  85. this.btnOK.Text = "确定";
  86. this.btnOK.UseVisualStyleBackColor = true;
  87. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  88. //
  89. // groupBox1
  90. //
  91. this.groupBox1.Controls.Add(this.label5);
  92. this.groupBox1.Controls.Add(this.label3);
  93. this.groupBox1.Controls.Add(this.txtCode);
  94. this.groupBox1.Controls.Add(this.numpLogDataDays);
  95. this.groupBox1.Controls.Add(this.label4);
  96. this.groupBox1.Controls.Add(this.cbxAutomatic);
  97. this.groupBox1.Controls.Add(this.cbxManual);
  98. this.groupBox1.Controls.Add(this.label2);
  99. this.groupBox1.Controls.Add(this.label1);
  100. this.groupBox1.Controls.Add(this.numpShowDataDays);
  101. this.groupBox1.Controls.Add(this.lblText1);
  102. this.groupBox1.Location = new System.Drawing.Point(2, 6);
  103. this.groupBox1.Name = "groupBox1";
  104. this.groupBox1.Size = new System.Drawing.Size(625, 285);
  105. this.groupBox1.TabIndex = 0;
  106. this.groupBox1.TabStop = false;
  107. this.groupBox1.Text = "设置";
  108. //
  109. // label5
  110. //
  111. this.label5.AutoSize = true;
  112. this.label5.Location = new System.Drawing.Point(48, 218);
  113. this.label5.Name = "label5";
  114. this.label5.Size = new System.Drawing.Size(100, 24);
  115. this.label5.TabIndex = 2;
  116. this.label5.Text = "仪器编号:";
  117. //
  118. // label3
  119. //
  120. this.label3.AutoSize = true;
  121. this.label3.Location = new System.Drawing.Point(430, 166);
  122. this.label3.Name = "label3";
  123. this.label3.Size = new System.Drawing.Size(28, 24);
  124. this.label3.TabIndex = 8;
  125. this.label3.Text = "天";
  126. //
  127. // txtCode
  128. //
  129. this.txtCode.Location = new System.Drawing.Point(252, 218);
  130. this.txtCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  131. this.txtCode.Name = "txtCode";
  132. this.txtCode.Size = new System.Drawing.Size(158, 31);
  133. this.txtCode.TabIndex = 0;
  134. //
  135. // numpLogDataDays
  136. //
  137. this.numpLogDataDays.Location = new System.Drawing.Point(251, 164);
  138. this.numpLogDataDays.Name = "numpLogDataDays";
  139. this.numpLogDataDays.Size = new System.Drawing.Size(158, 31);
  140. this.numpLogDataDays.TabIndex = 7;
  141. this.numpLogDataDays.Value = new decimal(new int[] {
  142. 30,
  143. 0,
  144. 0,
  145. 0});
  146. //
  147. // label4
  148. //
  149. this.label4.AutoSize = true;
  150. this.label4.Location = new System.Drawing.Point(41, 164);
  151. this.label4.Name = "label4";
  152. this.label4.Size = new System.Drawing.Size(244, 24);
  153. this.label4.TabIndex = 6;
  154. this.label4.Text = "自动生成日志记录范围:最近";
  155. //
  156. // cbxAutomatic
  157. //
  158. this.cbxAutomatic.AutoSize = true;
  159. this.cbxAutomatic.Checked = true;
  160. this.cbxAutomatic.CheckState = System.Windows.Forms.CheckState.Checked;
  161. this.cbxAutomatic.Location = new System.Drawing.Point(348, 35);
  162. this.cbxAutomatic.Name = "cbxAutomatic";
  163. this.cbxAutomatic.Size = new System.Drawing.Size(72, 28);
  164. this.cbxAutomatic.TabIndex = 5;
  165. this.cbxAutomatic.Text = "自动";
  166. this.cbxAutomatic.UseVisualStyleBackColor = true;
  167. this.cbxAutomatic.CheckedChanged += new System.EventHandler(this.cbxAutomatic_CheckedChanged);
  168. //
  169. // cbxManual
  170. //
  171. this.cbxManual.AutoSize = true;
  172. this.cbxManual.Location = new System.Drawing.Point(251, 34);
  173. this.cbxManual.Name = "cbxManual";
  174. this.cbxManual.Size = new System.Drawing.Size(72, 28);
  175. this.cbxManual.TabIndex = 4;
  176. this.cbxManual.Text = "手动";
  177. this.cbxManual.UseVisualStyleBackColor = true;
  178. this.cbxManual.CheckedChanged += new System.EventHandler(this.cbxManual_CheckedChanged);
  179. //
  180. // label2
  181. //
  182. this.label2.AutoSize = true;
  183. this.label2.Location = new System.Drawing.Point(41, 35);
  184. this.label2.Name = "label2";
  185. this.label2.Size = new System.Drawing.Size(176, 24);
  186. this.label2.TabIndex = 3;
  187. this.label2.Text = "加载来源表结构方式:";
  188. //
  189. // label1
  190. //
  191. this.label1.AutoSize = true;
  192. this.label1.Location = new System.Drawing.Point(430, 106);
  193. this.label1.Name = "label1";
  194. this.label1.Size = new System.Drawing.Size(28, 24);
  195. this.label1.TabIndex = 2;
  196. this.label1.Text = "天";
  197. //
  198. // numpShowDataDays
  199. //
  200. this.numpShowDataDays.Location = new System.Drawing.Point(251, 99);
  201. this.numpShowDataDays.Name = "numpShowDataDays";
  202. this.numpShowDataDays.Size = new System.Drawing.Size(158, 31);
  203. this.numpShowDataDays.TabIndex = 1;
  204. this.numpShowDataDays.Value = new decimal(new int[] {
  205. 30,
  206. 0,
  207. 0,
  208. 0});
  209. //
  210. // lblText1
  211. //
  212. this.lblText1.AutoSize = true;
  213. this.lblText1.Location = new System.Drawing.Point(41, 102);
  214. this.lblText1.Name = "lblText1";
  215. this.lblText1.Size = new System.Drawing.Size(244, 24);
  216. this.lblText1.TabIndex = 0;
  217. this.lblText1.Text = "数据展示界面显示范围:最近";
  218. //
  219. // pnlRight
  220. //
  221. this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
  222. this.pnlRight.Location = new System.Drawing.Point(660, 10);
  223. this.pnlRight.Name = "pnlRight";
  224. this.pnlRight.Size = new System.Drawing.Size(10, 342);
  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, 10);
  231. this.pnlLeft.Name = "pnlLeft";
  232. this.pnlLeft.Size = new System.Drawing.Size(10, 342);
  233. this.pnlLeft.TabIndex = 2;
  234. //
  235. // pnlBottom
  236. //
  237. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  238. this.pnlBottom.Location = new System.Drawing.Point(0, 352);
  239. this.pnlBottom.Name = "pnlBottom";
  240. this.pnlBottom.Size = new System.Drawing.Size(670, 10);
  241. this.pnlBottom.TabIndex = 1;
  242. //
  243. // pnlTop
  244. //
  245. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  246. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  247. this.pnlTop.Name = "pnlTop";
  248. this.pnlTop.Size = new System.Drawing.Size(670, 10);
  249. this.pnlTop.TabIndex = 0;
  250. //
  251. // frmSystemSetting
  252. //
  253. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  254. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  255. this.BackColor = System.Drawing.SystemColors.Control;
  256. this.ClientSize = new System.Drawing.Size(670, 362);
  257. this.Controls.Add(this.pnlAll);
  258. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  260. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  261. this.MaximizeBox = false;
  262. this.Name = "frmSystemSetting";
  263. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  264. this.Text = "系统参数设置";
  265. this.Load += new System.EventHandler(this.frmSystemSetting_Load);
  266. this.pnlAll.ResumeLayout(false);
  267. this.pnlBody.ResumeLayout(false);
  268. this.groupBox1.ResumeLayout(false);
  269. this.groupBox1.PerformLayout();
  270. ((System.ComponentModel.ISupportInitialize)(this.numpLogDataDays)).EndInit();
  271. ((System.ComponentModel.ISupportInitialize)(this.numpShowDataDays)).EndInit();
  272. this.ResumeLayout(false);
  273. }
  274. #endregion
  275. private System.Windows.Forms.Panel pnlAll;
  276. private System.Windows.Forms.Panel pnlBottom;
  277. private System.Windows.Forms.Panel pnlTop;
  278. private System.Windows.Forms.Panel pnlRight;
  279. private System.Windows.Forms.Panel pnlLeft;
  280. private System.Windows.Forms.Panel pnlBody;
  281. private System.Windows.Forms.GroupBox groupBox1;
  282. private System.Windows.Forms.NumericUpDown numpShowDataDays;
  283. private System.Windows.Forms.Label lblText1;
  284. private System.Windows.Forms.Label label1;
  285. private System.Windows.Forms.CheckBox cbxAutomatic;
  286. private System.Windows.Forms.CheckBox cbxManual;
  287. private System.Windows.Forms.Label label2;
  288. private System.Windows.Forms.Label label3;
  289. private System.Windows.Forms.NumericUpDown numpLogDataDays;
  290. private System.Windows.Forms.Label label4;
  291. private System.Windows.Forms.Button btnOK;
  292. private System.Windows.Forms.Label label5;
  293. private System.Windows.Forms.TextBox txtCode;
  294. }
  295. }