CNAS取数仪器端升级
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

417 рядки
20KB

  1. namespace CNAS_RunSync
  2. {
  3. partial class ucSyncShow
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. this.pnlAll = new System.Windows.Forms.Panel();
  30. this.pnlCenter = new System.Windows.Forms.Panel();
  31. this.dgvSyncData = new System.Windows.Forms.DataGridView();
  32. this.pnlTop = new System.Windows.Forms.Panel();
  33. this.tableTop = new System.Windows.Forms.TableLayoutPanel();
  34. this.pnlSelect = new System.Windows.Forms.Panel();
  35. this.cbxAutoRun = new System.Windows.Forms.CheckBox();
  36. this.btnConfig = new System.Windows.Forms.Button();
  37. this.btnRunData = new System.Windows.Forms.Button();
  38. this.lblTitle = new System.Windows.Forms.Label();
  39. this.pnlRunData = new System.Windows.Forms.Panel();
  40. this.pnlConfig = new System.Windows.Forms.Panel();
  41. this.pnlText = new System.Windows.Forms.Panel();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.txtFind = new System.Windows.Forms.TextBox();
  44. this.combCondition = new System.Windows.Forms.ComboBox();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.pnlCheck = new System.Windows.Forms.Panel();
  47. this.pnlDate = new System.Windows.Forms.Panel();
  48. this.label2 = new System.Windows.Forms.Label();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.dtpSource = new System.Windows.Forms.DateTimePicker();
  51. this.dtpTarget = new System.Windows.Forms.DateTimePicker();
  52. this.lblColumn = new System.Windows.Forms.Label();
  53. this.cmbColumns = new System.Windows.Forms.ComboBox();
  54. this.btnFind = new System.Windows.Forms.Button();
  55. this.btnCancelFind = new System.Windows.Forms.Button();
  56. this.pnlAll.SuspendLayout();
  57. this.pnlCenter.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.dgvSyncData)).BeginInit();
  59. this.pnlTop.SuspendLayout();
  60. this.tableTop.SuspendLayout();
  61. this.pnlSelect.SuspendLayout();
  62. this.pnlConfig.SuspendLayout();
  63. this.pnlText.SuspendLayout();
  64. this.pnlDate.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // pnlAll
  68. //
  69. this.pnlAll.Controls.Add(this.pnlCenter);
  70. this.pnlAll.Controls.Add(this.pnlTop);
  71. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  73. this.pnlAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  74. this.pnlAll.Name = "pnlAll";
  75. this.pnlAll.Size = new System.Drawing.Size(772, 450);
  76. this.pnlAll.TabIndex = 0;
  77. //
  78. // pnlCenter
  79. //
  80. this.pnlCenter.Controls.Add(this.dgvSyncData);
  81. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.pnlCenter.Location = new System.Drawing.Point(0, 82);
  83. this.pnlCenter.Name = "pnlCenter";
  84. this.pnlCenter.Size = new System.Drawing.Size(772, 368);
  85. this.pnlCenter.TabIndex = 2;
  86. //
  87. // dgvSyncData
  88. //
  89. this.dgvSyncData.AllowUserToAddRows = false;
  90. this.dgvSyncData.BackgroundColor = System.Drawing.Color.White;
  91. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  92. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  93. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  95. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  96. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  97. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  98. this.dgvSyncData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  99. this.dgvSyncData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  100. this.dgvSyncData.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.dgvSyncData.Location = new System.Drawing.Point(0, 0);
  102. this.dgvSyncData.Name = "dgvSyncData";
  103. this.dgvSyncData.ReadOnly = true;
  104. this.dgvSyncData.RowTemplate.Height = 23;
  105. this.dgvSyncData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  106. this.dgvSyncData.Size = new System.Drawing.Size(772, 368);
  107. this.dgvSyncData.TabIndex = 0;
  108. //
  109. // pnlTop
  110. //
  111. this.pnlTop.Controls.Add(this.tableTop);
  112. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  113. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  114. this.pnlTop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  115. this.pnlTop.Name = "pnlTop";
  116. this.pnlTop.Size = new System.Drawing.Size(772, 82);
  117. this.pnlTop.TabIndex = 0;
  118. //
  119. // tableTop
  120. //
  121. this.tableTop.BackColor = System.Drawing.Color.White;
  122. this.tableTop.ColumnCount = 3;
  123. this.tableTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 95.77922F));
  124. this.tableTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.220779F));
  125. this.tableTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 463F));
  126. this.tableTop.Controls.Add(this.pnlSelect, 0, 0);
  127. this.tableTop.Controls.Add(this.pnlRunData, 1, 0);
  128. this.tableTop.Controls.Add(this.pnlConfig, 2, 0);
  129. this.tableTop.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.tableTop.Location = new System.Drawing.Point(0, 0);
  131. this.tableTop.Name = "tableTop";
  132. this.tableTop.RowCount = 1;
  133. this.tableTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  134. this.tableTop.Size = new System.Drawing.Size(772, 82);
  135. this.tableTop.TabIndex = 4;
  136. //
  137. // pnlSelect
  138. //
  139. this.pnlSelect.Controls.Add(this.cbxAutoRun);
  140. this.pnlSelect.Controls.Add(this.btnConfig);
  141. this.pnlSelect.Controls.Add(this.btnRunData);
  142. this.pnlSelect.Controls.Add(this.lblTitle);
  143. this.pnlSelect.Dock = System.Windows.Forms.DockStyle.Fill;
  144. this.pnlSelect.Location = new System.Drawing.Point(3, 3);
  145. this.pnlSelect.Name = "pnlSelect";
  146. this.pnlSelect.Size = new System.Drawing.Size(289, 76);
  147. this.pnlSelect.TabIndex = 0;
  148. //
  149. // cbxAutoRun
  150. //
  151. this.cbxAutoRun.AutoSize = true;
  152. this.cbxAutoRun.Enabled = false;
  153. this.cbxAutoRun.Location = new System.Drawing.Point(9, 48);
  154. this.cbxAutoRun.Name = "cbxAutoRun";
  155. this.cbxAutoRun.Size = new System.Drawing.Size(99, 21);
  156. this.cbxAutoRun.TabIndex = 2;
  157. this.cbxAutoRun.Text = "启动自动执行";
  158. this.cbxAutoRun.UseVisualStyleBackColor = true;
  159. //
  160. // btnConfig
  161. //
  162. this.btnConfig.Location = new System.Drawing.Point(130, 44);
  163. this.btnConfig.Name = "btnConfig";
  164. this.btnConfig.Size = new System.Drawing.Size(75, 25);
  165. this.btnConfig.TabIndex = 1;
  166. this.btnConfig.Text = "配置连接";
  167. this.btnConfig.UseVisualStyleBackColor = true;
  168. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  169. //
  170. // btnRunData
  171. //
  172. this.btnRunData.Location = new System.Drawing.Point(211, 44);
  173. this.btnRunData.Name = "btnRunData";
  174. this.btnRunData.Size = new System.Drawing.Size(75, 25);
  175. this.btnRunData.TabIndex = 0;
  176. this.btnRunData.Text = "上传数据";
  177. this.btnRunData.UseVisualStyleBackColor = true;
  178. this.btnRunData.Click += new System.EventHandler(this.btnRunData_Click);
  179. //
  180. // lblTitle
  181. //
  182. this.lblTitle.AutoSize = true;
  183. this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
  184. this.lblTitle.Location = new System.Drawing.Point(6, 12);
  185. this.lblTitle.Name = "lblTitle";
  186. this.lblTitle.Size = new System.Drawing.Size(119, 19);
  187. this.lblTitle.TabIndex = 0;
  188. this.lblTitle.Text = "当前仪器:XXXX";
  189. //
  190. // pnlRunData
  191. //
  192. this.pnlRunData.Dock = System.Windows.Forms.DockStyle.Fill;
  193. this.pnlRunData.Location = new System.Drawing.Point(298, 3);
  194. this.pnlRunData.Name = "pnlRunData";
  195. this.pnlRunData.Size = new System.Drawing.Size(7, 76);
  196. this.pnlRunData.TabIndex = 1;
  197. //
  198. // pnlConfig
  199. //
  200. this.pnlConfig.BackColor = System.Drawing.Color.White;
  201. this.pnlConfig.Controls.Add(this.btnCancelFind);
  202. this.pnlConfig.Controls.Add(this.pnlText);
  203. this.pnlConfig.Controls.Add(this.pnlCheck);
  204. this.pnlConfig.Controls.Add(this.pnlDate);
  205. this.pnlConfig.Controls.Add(this.lblColumn);
  206. this.pnlConfig.Controls.Add(this.cmbColumns);
  207. this.pnlConfig.Controls.Add(this.btnFind);
  208. this.pnlConfig.Dock = System.Windows.Forms.DockStyle.Fill;
  209. this.pnlConfig.Location = new System.Drawing.Point(311, 3);
  210. this.pnlConfig.Name = "pnlConfig";
  211. this.pnlConfig.Size = new System.Drawing.Size(458, 76);
  212. this.pnlConfig.TabIndex = 2;
  213. //
  214. // pnlText
  215. //
  216. this.pnlText.Controls.Add(this.label3);
  217. this.pnlText.Controls.Add(this.txtFind);
  218. this.pnlText.Controls.Add(this.combCondition);
  219. this.pnlText.Controls.Add(this.label4);
  220. this.pnlText.Location = new System.Drawing.Point(4, 124);
  221. this.pnlText.Name = "pnlText";
  222. this.pnlText.Size = new System.Drawing.Size(451, 31);
  223. this.pnlText.TabIndex = 7;
  224. this.pnlText.Visible = false;
  225. //
  226. // label3
  227. //
  228. this.label3.AutoSize = true;
  229. this.label3.Location = new System.Drawing.Point(238, 8);
  230. this.label3.Name = "label3";
  231. this.label3.Size = new System.Drawing.Size(20, 17);
  232. this.label3.TabIndex = 9;
  233. this.label3.Text = "值";
  234. //
  235. // txtFind
  236. //
  237. this.txtFind.Location = new System.Drawing.Point(264, 5);
  238. this.txtFind.Name = "txtFind";
  239. this.txtFind.Size = new System.Drawing.Size(156, 23);
  240. this.txtFind.TabIndex = 8;
  241. //
  242. // combCondition
  243. //
  244. this.combCondition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  245. this.combCondition.FormattingEnabled = true;
  246. this.combCondition.Location = new System.Drawing.Point(53, 4);
  247. this.combCondition.Name = "combCondition";
  248. this.combCondition.Size = new System.Drawing.Size(167, 25);
  249. this.combCondition.TabIndex = 7;
  250. //
  251. // label4
  252. //
  253. this.label4.AutoSize = true;
  254. this.label4.Location = new System.Drawing.Point(9, 8);
  255. this.label4.Name = "label4";
  256. this.label4.Size = new System.Drawing.Size(44, 17);
  257. this.label4.TabIndex = 6;
  258. this.label4.Text = "条件:";
  259. //
  260. // pnlCheck
  261. //
  262. this.pnlCheck.Location = new System.Drawing.Point(4, 39);
  263. this.pnlCheck.Name = "pnlCheck";
  264. this.pnlCheck.Size = new System.Drawing.Size(451, 34);
  265. this.pnlCheck.TabIndex = 8;
  266. //
  267. // pnlDate
  268. //
  269. this.pnlDate.Controls.Add(this.label2);
  270. this.pnlDate.Controls.Add(this.label1);
  271. this.pnlDate.Controls.Add(this.dtpSource);
  272. this.pnlDate.Controls.Add(this.dtpTarget);
  273. this.pnlDate.Location = new System.Drawing.Point(4, 86);
  274. this.pnlDate.Name = "pnlDate";
  275. this.pnlDate.Size = new System.Drawing.Size(451, 32);
  276. this.pnlDate.TabIndex = 6;
  277. this.pnlDate.Visible = false;
  278. //
  279. // label2
  280. //
  281. this.label2.AutoSize = true;
  282. this.label2.Location = new System.Drawing.Point(238, 9);
  283. this.label2.Name = "label2";
  284. this.label2.Size = new System.Drawing.Size(20, 17);
  285. this.label2.TabIndex = 7;
  286. this.label2.Text = "到";
  287. //
  288. // label1
  289. //
  290. this.label1.AutoSize = true;
  291. this.label1.Location = new System.Drawing.Point(21, 9);
  292. this.label1.Name = "label1";
  293. this.label1.Size = new System.Drawing.Size(20, 17);
  294. this.label1.TabIndex = 6;
  295. this.label1.Text = "从";
  296. //
  297. // dtpSource
  298. //
  299. this.dtpSource.CustomFormat = "yyyy-MM-dd HH:mm";
  300. this.dtpSource.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  301. this.dtpSource.Location = new System.Drawing.Point(53, 6);
  302. this.dtpSource.Name = "dtpSource";
  303. this.dtpSource.Size = new System.Drawing.Size(167, 23);
  304. this.dtpSource.TabIndex = 2;
  305. this.dtpSource.Value = new System.DateTime(2019, 6, 15, 0, 0, 0, 0);
  306. //
  307. // dtpTarget
  308. //
  309. this.dtpTarget.CustomFormat = "yyyy-MM-dd HH:mm";
  310. this.dtpTarget.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  311. this.dtpTarget.Location = new System.Drawing.Point(264, 6);
  312. this.dtpTarget.Name = "dtpTarget";
  313. this.dtpTarget.Size = new System.Drawing.Size(156, 23);
  314. this.dtpTarget.TabIndex = 3;
  315. this.dtpTarget.Value = new System.DateTime(2019, 6, 30, 0, 0, 0, 0);
  316. //
  317. // lblColumn
  318. //
  319. this.lblColumn.AutoSize = true;
  320. this.lblColumn.Location = new System.Drawing.Point(24, 13);
  321. this.lblColumn.Name = "lblColumn";
  322. this.lblColumn.Size = new System.Drawing.Size(32, 17);
  323. this.lblColumn.TabIndex = 5;
  324. this.lblColumn.Text = "列:";
  325. //
  326. // cmbColumns
  327. //
  328. this.cmbColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  329. this.cmbColumns.FormattingEnabled = true;
  330. this.cmbColumns.Location = new System.Drawing.Point(57, 9);
  331. this.cmbColumns.Name = "cmbColumns";
  332. this.cmbColumns.Size = new System.Drawing.Size(167, 25);
  333. this.cmbColumns.TabIndex = 4;
  334. this.cmbColumns.SelectedIndexChanged += new System.EventHandler(this.cmbColumns_SelectedIndexChanged);
  335. //
  336. // btnFind
  337. //
  338. this.btnFind.Location = new System.Drawing.Point(268, 9);
  339. this.btnFind.Name = "btnFind";
  340. this.btnFind.Size = new System.Drawing.Size(75, 25);
  341. this.btnFind.TabIndex = 1;
  342. this.btnFind.Text = "查询";
  343. this.btnFind.UseVisualStyleBackColor = true;
  344. this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
  345. //
  346. // btnCancelFind
  347. //
  348. this.btnCancelFind.Location = new System.Drawing.Point(349, 9);
  349. this.btnCancelFind.Name = "btnCancelFind";
  350. this.btnCancelFind.Size = new System.Drawing.Size(75, 25);
  351. this.btnCancelFind.TabIndex = 9;
  352. this.btnCancelFind.Text = "取消查询";
  353. this.btnCancelFind.UseVisualStyleBackColor = true;
  354. this.btnCancelFind.Click += new System.EventHandler(this.btnCancelFind_Click);
  355. //
  356. // ucSyncShow
  357. //
  358. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  359. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  360. this.Controls.Add(this.pnlAll);
  361. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  363. this.Name = "ucSyncShow";
  364. this.Size = new System.Drawing.Size(772, 450);
  365. this.Load += new System.EventHandler(this.ucSyncShow_Load);
  366. this.pnlAll.ResumeLayout(false);
  367. this.pnlCenter.ResumeLayout(false);
  368. ((System.ComponentModel.ISupportInitialize)(this.dgvSyncData)).EndInit();
  369. this.pnlTop.ResumeLayout(false);
  370. this.tableTop.ResumeLayout(false);
  371. this.pnlSelect.ResumeLayout(false);
  372. this.pnlSelect.PerformLayout();
  373. this.pnlConfig.ResumeLayout(false);
  374. this.pnlConfig.PerformLayout();
  375. this.pnlText.ResumeLayout(false);
  376. this.pnlText.PerformLayout();
  377. this.pnlDate.ResumeLayout(false);
  378. this.pnlDate.PerformLayout();
  379. this.ResumeLayout(false);
  380. }
  381. #endregion
  382. private System.Windows.Forms.Panel pnlAll;
  383. private System.Windows.Forms.Panel pnlTop;
  384. private System.Windows.Forms.Label lblTitle;
  385. private System.Windows.Forms.Panel pnlCenter;
  386. private System.Windows.Forms.DataGridView dgvSyncData;
  387. private System.Windows.Forms.TableLayoutPanel tableTop;
  388. private System.Windows.Forms.Panel pnlSelect;
  389. private System.Windows.Forms.Button btnFind;
  390. private System.Windows.Forms.DateTimePicker dtpTarget;
  391. private System.Windows.Forms.DateTimePicker dtpSource;
  392. private System.Windows.Forms.Panel pnlRunData;
  393. private System.Windows.Forms.Button btnRunData;
  394. private System.Windows.Forms.Panel pnlConfig;
  395. private System.Windows.Forms.Button btnConfig;
  396. private System.Windows.Forms.CheckBox cbxAutoRun;
  397. private System.Windows.Forms.Label lblColumn;
  398. private System.Windows.Forms.ComboBox cmbColumns;
  399. private System.Windows.Forms.Panel pnlText;
  400. private System.Windows.Forms.Label label4;
  401. private System.Windows.Forms.Panel pnlDate;
  402. private System.Windows.Forms.Label label2;
  403. private System.Windows.Forms.Label label1;
  404. private System.Windows.Forms.TextBox txtFind;
  405. private System.Windows.Forms.ComboBox combCondition;
  406. private System.Windows.Forms.Panel pnlCheck;
  407. private System.Windows.Forms.Label label3;
  408. private System.Windows.Forms.Button btnCancelFind;
  409. }
  410. }