CNAS取数仪器端升级
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

frmSystemSetting.Designer.cs 12KB

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