CNAS取数仪器端升级
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

ucSyncShow.Designer.cs 19KB

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