CNAS取数仪器端升级
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

770 lignes
39KB

  1. namespace CNAS_BalanceClient
  2. {
  3. partial class frmBalanceField
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBalanceField));
  35. this.pnlAll = new System.Windows.Forms.Panel();
  36. this.pnlCenter = new System.Windows.Forms.Panel();
  37. this.pnlbalanceRight = new System.Windows.Forms.Panel();
  38. this.panel3 = new System.Windows.Forms.Panel();
  39. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  40. this.tabControl1 = new System.Windows.Forms.TabControl();
  41. this.tabPage6 = new System.Windows.Forms.TabPage();
  42. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  43. this.dgvbalancefield = new System.Windows.Forms.DataGridView();
  44. this.InstruFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.InstruDataType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.panel4 = new System.Windows.Forms.Panel();
  47. this.label12 = new System.Windows.Forms.Label();
  48. this.dgvCnas = new System.Windows.Forms.DataGridView();
  49. this.CNASFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.CnasDataType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.panel5 = new System.Windows.Forms.Panel();
  52. this.cbxCnas = new System.Windows.Forms.ComboBox();
  53. this.label13 = new System.Windows.Forms.Label();
  54. this.panel2 = new System.Windows.Forms.Panel();
  55. this.panel1 = new System.Windows.Forms.Panel();
  56. this.panel10 = new System.Windows.Forms.Panel();
  57. this.btnDeleteMapping = new System.Windows.Forms.Button();
  58. this.btnAddMapping = new System.Windows.Forms.Button();
  59. this.pnlbalanceLeft = new System.Windows.Forms.Panel();
  60. this.panel9 = new System.Windows.Forms.Panel();
  61. this.panel7 = new System.Windows.Forms.Panel();
  62. this.lstBalance = new System.Windows.Forms.ListBox();
  63. this.panel6 = new System.Windows.Forms.Panel();
  64. this.label1 = new System.Windows.Forms.Label();
  65. this.pnlBottom = new System.Windows.Forms.Panel();
  66. this.panel8 = new System.Windows.Forms.Panel();
  67. this.btnOK = new System.Windows.Forms.Button();
  68. this.groupBox1 = new System.Windows.Forms.GroupBox();
  69. this.pnlTop = new System.Windows.Forms.Panel();
  70. this.pnlRight = new System.Windows.Forms.Panel();
  71. this.pnlLeft = new System.Windows.Forms.Panel();
  72. this.panel11 = new System.Windows.Forms.Panel();
  73. this.label2 = new System.Windows.Forms.Label();
  74. this.panel12 = new System.Windows.Forms.Panel();
  75. this.txtInstrumentColumn = new System.Windows.Forms.TextBox();
  76. this.cbxCNASColumn = new System.Windows.Forms.ComboBox();
  77. this.label3 = new System.Windows.Forms.Label();
  78. this.panel13 = new System.Windows.Forms.Panel();
  79. this.dgvMapping = new System.Windows.Forms.DataGridView();
  80. this.InstrumentField = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.CnasField = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.PrimaryKey = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  83. this.DateKey = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  84. this.btnConditionMap = new System.Windows.Forms.Button();
  85. this.pnlAll.SuspendLayout();
  86. this.pnlCenter.SuspendLayout();
  87. this.pnlbalanceRight.SuspendLayout();
  88. this.panel3.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  90. this.splitContainer1.Panel1.SuspendLayout();
  91. this.splitContainer1.Panel2.SuspendLayout();
  92. this.splitContainer1.SuspendLayout();
  93. this.tabControl1.SuspendLayout();
  94. this.tabPage6.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  96. this.splitContainer2.Panel1.SuspendLayout();
  97. this.splitContainer2.Panel2.SuspendLayout();
  98. this.splitContainer2.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)(this.dgvbalancefield)).BeginInit();
  100. this.panel4.SuspendLayout();
  101. ((System.ComponentModel.ISupportInitialize)(this.dgvCnas)).BeginInit();
  102. this.panel5.SuspendLayout();
  103. this.panel1.SuspendLayout();
  104. this.panel10.SuspendLayout();
  105. this.pnlbalanceLeft.SuspendLayout();
  106. this.panel7.SuspendLayout();
  107. this.panel6.SuspendLayout();
  108. this.pnlBottom.SuspendLayout();
  109. this.panel8.SuspendLayout();
  110. this.panel11.SuspendLayout();
  111. this.panel12.SuspendLayout();
  112. this.panel13.SuspendLayout();
  113. ((System.ComponentModel.ISupportInitialize)(this.dgvMapping)).BeginInit();
  114. this.SuspendLayout();
  115. //
  116. // pnlAll
  117. //
  118. this.pnlAll.Controls.Add(this.pnlCenter);
  119. this.pnlAll.Controls.Add(this.pnlBottom);
  120. this.pnlAll.Controls.Add(this.pnlTop);
  121. this.pnlAll.Controls.Add(this.pnlRight);
  122. this.pnlAll.Controls.Add(this.pnlLeft);
  123. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  125. this.pnlAll.Name = "pnlAll";
  126. this.pnlAll.Size = new System.Drawing.Size(844, 554);
  127. this.pnlAll.TabIndex = 0;
  128. //
  129. // pnlCenter
  130. //
  131. this.pnlCenter.Controls.Add(this.pnlbalanceRight);
  132. this.pnlCenter.Controls.Add(this.pnlbalanceLeft);
  133. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  134. this.pnlCenter.Location = new System.Drawing.Point(10, 5);
  135. this.pnlCenter.Name = "pnlCenter";
  136. this.pnlCenter.Size = new System.Drawing.Size(829, 493);
  137. this.pnlCenter.TabIndex = 4;
  138. //
  139. // pnlbalanceRight
  140. //
  141. this.pnlbalanceRight.Controls.Add(this.panel3);
  142. this.pnlbalanceRight.Controls.Add(this.panel2);
  143. this.pnlbalanceRight.Controls.Add(this.panel1);
  144. this.pnlbalanceRight.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.pnlbalanceRight.Location = new System.Drawing.Point(121, 0);
  146. this.pnlbalanceRight.Name = "pnlbalanceRight";
  147. this.pnlbalanceRight.Size = new System.Drawing.Size(708, 493);
  148. this.pnlbalanceRight.TabIndex = 1;
  149. //
  150. // panel3
  151. //
  152. this.panel3.Controls.Add(this.splitContainer1);
  153. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.panel3.Location = new System.Drawing.Point(5, 0);
  155. this.panel3.Name = "panel3";
  156. this.panel3.Size = new System.Drawing.Size(703, 462);
  157. this.panel3.TabIndex = 2;
  158. //
  159. // splitContainer1
  160. //
  161. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  163. this.splitContainer1.Name = "splitContainer1";
  164. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  165. //
  166. // splitContainer1.Panel1
  167. //
  168. this.splitContainer1.Panel1.Controls.Add(this.panel13);
  169. this.splitContainer1.Panel1.Controls.Add(this.panel11);
  170. //
  171. // splitContainer1.Panel2
  172. //
  173. this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
  174. this.splitContainer1.Size = new System.Drawing.Size(703, 462);
  175. this.splitContainer1.SplitterDistance = 202;
  176. this.splitContainer1.TabIndex = 0;
  177. //
  178. // tabControl1
  179. //
  180. this.tabControl1.Controls.Add(this.tabPage6);
  181. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  182. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  183. this.tabControl1.Name = "tabControl1";
  184. this.tabControl1.SelectedIndex = 0;
  185. this.tabControl1.Size = new System.Drawing.Size(703, 256);
  186. this.tabControl1.TabIndex = 2;
  187. //
  188. // tabPage6
  189. //
  190. this.tabPage6.Controls.Add(this.splitContainer2);
  191. this.tabPage6.Location = new System.Drawing.Point(4, 26);
  192. this.tabPage6.Name = "tabPage6";
  193. this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
  194. this.tabPage6.Size = new System.Drawing.Size(695, 226);
  195. this.tabPage6.TabIndex = 1;
  196. this.tabPage6.Text = "字段";
  197. this.tabPage6.UseVisualStyleBackColor = true;
  198. //
  199. // splitContainer2
  200. //
  201. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  202. this.splitContainer2.Location = new System.Drawing.Point(3, 3);
  203. this.splitContainer2.Name = "splitContainer2";
  204. //
  205. // splitContainer2.Panel1
  206. //
  207. this.splitContainer2.Panel1.Controls.Add(this.dgvbalancefield);
  208. this.splitContainer2.Panel1.Controls.Add(this.panel4);
  209. //
  210. // splitContainer2.Panel2
  211. //
  212. this.splitContainer2.Panel2.Controls.Add(this.dgvCnas);
  213. this.splitContainer2.Panel2.Controls.Add(this.panel5);
  214. this.splitContainer2.Size = new System.Drawing.Size(689, 220);
  215. this.splitContainer2.SplitterDistance = 342;
  216. this.splitContainer2.TabIndex = 1;
  217. //
  218. // dgvbalancefield
  219. //
  220. this.dgvbalancefield.AllowUserToAddRows = false;
  221. this.dgvbalancefield.BackgroundColor = System.Drawing.Color.White;
  222. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  223. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  224. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  226. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  227. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  228. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  229. this.dgvbalancefield.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  230. this.dgvbalancefield.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  231. this.dgvbalancefield.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  232. this.InstruFieldName,
  233. this.InstruDataType});
  234. this.dgvbalancefield.Dock = System.Windows.Forms.DockStyle.Fill;
  235. this.dgvbalancefield.Location = new System.Drawing.Point(0, 34);
  236. this.dgvbalancefield.Name = "dgvbalancefield";
  237. this.dgvbalancefield.ReadOnly = true;
  238. this.dgvbalancefield.RowHeadersVisible = false;
  239. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  240. this.dgvbalancefield.RowsDefaultCellStyle = dataGridViewCellStyle4;
  241. this.dgvbalancefield.RowTemplate.Height = 23;
  242. this.dgvbalancefield.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  243. this.dgvbalancefield.Size = new System.Drawing.Size(342, 186);
  244. this.dgvbalancefield.TabIndex = 1;
  245. //
  246. // InstruFieldName
  247. //
  248. this.InstruFieldName.DataPropertyName = "FieldName";
  249. this.InstruFieldName.HeaderText = "列名";
  250. this.InstruFieldName.Name = "InstruFieldName";
  251. this.InstruFieldName.ReadOnly = true;
  252. this.InstruFieldName.Width = 155;
  253. //
  254. // InstruDataType
  255. //
  256. this.InstruDataType.DataPropertyName = "FieldType";
  257. this.InstruDataType.HeaderText = "数据类型";
  258. this.InstruDataType.Name = "InstruDataType";
  259. this.InstruDataType.ReadOnly = true;
  260. this.InstruDataType.Width = 130;
  261. //
  262. // panel4
  263. //
  264. this.panel4.Controls.Add(this.label12);
  265. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  266. this.panel4.Location = new System.Drawing.Point(0, 0);
  267. this.panel4.Name = "panel4";
  268. this.panel4.Size = new System.Drawing.Size(342, 34);
  269. this.panel4.TabIndex = 0;
  270. //
  271. // label12
  272. //
  273. this.label12.AutoSize = true;
  274. this.label12.Location = new System.Drawing.Point(3, 10);
  275. this.label12.Name = "label12";
  276. this.label12.Size = new System.Drawing.Size(92, 17);
  277. this.label12.TabIndex = 0;
  278. this.label12.Text = "化验数据字段:";
  279. //
  280. // dgvCnas
  281. //
  282. this.dgvCnas.AllowUserToAddRows = false;
  283. this.dgvCnas.BackgroundColor = System.Drawing.Color.White;
  284. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  285. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  286. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  288. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  289. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  290. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  291. this.dgvCnas.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  292. this.dgvCnas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  293. this.dgvCnas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  294. this.CNASFieldName,
  295. this.CnasDataType});
  296. this.dgvCnas.Dock = System.Windows.Forms.DockStyle.Fill;
  297. this.dgvCnas.Location = new System.Drawing.Point(0, 34);
  298. this.dgvCnas.Name = "dgvCnas";
  299. this.dgvCnas.ReadOnly = true;
  300. this.dgvCnas.RowHeadersVisible = false;
  301. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  302. this.dgvCnas.RowsDefaultCellStyle = dataGridViewCellStyle6;
  303. this.dgvCnas.RowTemplate.Height = 23;
  304. this.dgvCnas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  305. this.dgvCnas.Size = new System.Drawing.Size(343, 186);
  306. this.dgvCnas.TabIndex = 2;
  307. //
  308. // CNASFieldName
  309. //
  310. this.CNASFieldName.DataPropertyName = "CnasFieldName";
  311. this.CNASFieldName.HeaderText = "列名";
  312. this.CNASFieldName.Name = "CNASFieldName";
  313. this.CNASFieldName.ReadOnly = true;
  314. this.CNASFieldName.Width = 155;
  315. //
  316. // CnasDataType
  317. //
  318. this.CnasDataType.DataPropertyName = "CnasDataType";
  319. this.CnasDataType.HeaderText = "数据类型";
  320. this.CnasDataType.Name = "CnasDataType";
  321. this.CnasDataType.ReadOnly = true;
  322. this.CnasDataType.Width = 130;
  323. //
  324. // panel5
  325. //
  326. this.panel5.Controls.Add(this.cbxCnas);
  327. this.panel5.Controls.Add(this.label13);
  328. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  329. this.panel5.Location = new System.Drawing.Point(0, 0);
  330. this.panel5.Name = "panel5";
  331. this.panel5.Size = new System.Drawing.Size(343, 34);
  332. this.panel5.TabIndex = 0;
  333. //
  334. // cbxCnas
  335. //
  336. this.cbxCnas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  337. this.cbxCnas.FormattingEnabled = true;
  338. this.cbxCnas.Location = new System.Drawing.Point(122, 6);
  339. this.cbxCnas.Name = "cbxCnas";
  340. this.cbxCnas.Size = new System.Drawing.Size(189, 25);
  341. this.cbxCnas.TabIndex = 2;
  342. this.cbxCnas.SelectedIndexChanged += new System.EventHandler(this.cbxCnas_SelectedIndexChanged);
  343. //
  344. // label13
  345. //
  346. this.label13.AutoSize = true;
  347. this.label13.Location = new System.Drawing.Point(3, 10);
  348. this.label13.Name = "label13";
  349. this.label13.Size = new System.Drawing.Size(113, 17);
  350. this.label13.TabIndex = 1;
  351. this.label13.Text = "CNAS数据库表名:";
  352. //
  353. // panel2
  354. //
  355. this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
  356. this.panel2.Location = new System.Drawing.Point(0, 0);
  357. this.panel2.Name = "panel2";
  358. this.panel2.Size = new System.Drawing.Size(5, 462);
  359. this.panel2.TabIndex = 1;
  360. //
  361. // panel1
  362. //
  363. this.panel1.Controls.Add(this.panel10);
  364. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  365. this.panel1.Location = new System.Drawing.Point(0, 462);
  366. this.panel1.Name = "panel1";
  367. this.panel1.Size = new System.Drawing.Size(708, 31);
  368. this.panel1.TabIndex = 0;
  369. //
  370. // panel10
  371. //
  372. this.panel10.Controls.Add(this.btnConditionMap);
  373. this.panel10.Controls.Add(this.btnDeleteMapping);
  374. this.panel10.Controls.Add(this.btnAddMapping);
  375. this.panel10.Dock = System.Windows.Forms.DockStyle.Right;
  376. this.panel10.Location = new System.Drawing.Point(444, 0);
  377. this.panel10.Name = "panel10";
  378. this.panel10.Size = new System.Drawing.Size(264, 31);
  379. this.panel10.TabIndex = 5;
  380. //
  381. // btnDeleteMapping
  382. //
  383. this.btnDeleteMapping.Location = new System.Drawing.Point(93, 2);
  384. this.btnDeleteMapping.Name = "btnDeleteMapping";
  385. this.btnDeleteMapping.Size = new System.Drawing.Size(79, 23);
  386. this.btnDeleteMapping.TabIndex = 4;
  387. this.btnDeleteMapping.Text = "移除映射";
  388. this.btnDeleteMapping.UseVisualStyleBackColor = true;
  389. this.btnDeleteMapping.Click += new System.EventHandler(this.btnDeleteMapping_Click);
  390. //
  391. // btnAddMapping
  392. //
  393. this.btnAddMapping.Location = new System.Drawing.Point(8, 2);
  394. this.btnAddMapping.Name = "btnAddMapping";
  395. this.btnAddMapping.Size = new System.Drawing.Size(79, 23);
  396. this.btnAddMapping.TabIndex = 3;
  397. this.btnAddMapping.Text = "新增映射";
  398. this.btnAddMapping.UseVisualStyleBackColor = true;
  399. this.btnAddMapping.Click += new System.EventHandler(this.btnAddMapping_Click);
  400. //
  401. // pnlbalanceLeft
  402. //
  403. this.pnlbalanceLeft.Controls.Add(this.panel9);
  404. this.pnlbalanceLeft.Controls.Add(this.panel7);
  405. this.pnlbalanceLeft.Controls.Add(this.panel6);
  406. this.pnlbalanceLeft.Dock = System.Windows.Forms.DockStyle.Left;
  407. this.pnlbalanceLeft.Location = new System.Drawing.Point(0, 0);
  408. this.pnlbalanceLeft.Name = "pnlbalanceLeft";
  409. this.pnlbalanceLeft.Size = new System.Drawing.Size(121, 493);
  410. this.pnlbalanceLeft.TabIndex = 0;
  411. //
  412. // panel9
  413. //
  414. this.panel9.Dock = System.Windows.Forms.DockStyle.Bottom;
  415. this.panel9.Location = new System.Drawing.Point(0, 462);
  416. this.panel9.Name = "panel9";
  417. this.panel9.Size = new System.Drawing.Size(121, 31);
  418. this.panel9.TabIndex = 3;
  419. //
  420. // panel7
  421. //
  422. this.panel7.Controls.Add(this.lstBalance);
  423. this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
  424. this.panel7.Location = new System.Drawing.Point(0, 29);
  425. this.panel7.Name = "panel7";
  426. this.panel7.Size = new System.Drawing.Size(121, 464);
  427. this.panel7.TabIndex = 2;
  428. //
  429. // lstBalance
  430. //
  431. this.lstBalance.Dock = System.Windows.Forms.DockStyle.Fill;
  432. this.lstBalance.Font = new System.Drawing.Font("微软雅黑", 9.5F);
  433. this.lstBalance.FormattingEnabled = true;
  434. this.lstBalance.ItemHeight = 19;
  435. this.lstBalance.Items.AddRange(new object[] {
  436. "全水分",
  437. "水分",
  438. "灰分",
  439. "挥发分"});
  440. this.lstBalance.Location = new System.Drawing.Point(0, 0);
  441. this.lstBalance.Name = "lstBalance";
  442. this.lstBalance.Size = new System.Drawing.Size(121, 464);
  443. this.lstBalance.TabIndex = 0;
  444. this.lstBalance.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lstBalance_DrawItem);
  445. this.lstBalance.SelectedIndexChanged += new System.EventHandler(this.lstBalance_SelectedIndexChanged);
  446. //
  447. // panel6
  448. //
  449. this.panel6.Controls.Add(this.label1);
  450. this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
  451. this.panel6.Location = new System.Drawing.Point(0, 0);
  452. this.panel6.Name = "panel6";
  453. this.panel6.Size = new System.Drawing.Size(121, 29);
  454. this.panel6.TabIndex = 1;
  455. //
  456. // label1
  457. //
  458. this.label1.AutoSize = true;
  459. this.label1.Location = new System.Drawing.Point(-1, 5);
  460. this.label1.Name = "label1";
  461. this.label1.Size = new System.Drawing.Size(56, 17);
  462. this.label1.TabIndex = 0;
  463. this.label1.Text = "化验类型";
  464. //
  465. // pnlBottom
  466. //
  467. this.pnlBottom.Controls.Add(this.panel8);
  468. this.pnlBottom.Controls.Add(this.groupBox1);
  469. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  470. this.pnlBottom.Location = new System.Drawing.Point(10, 498);
  471. this.pnlBottom.Name = "pnlBottom";
  472. this.pnlBottom.Size = new System.Drawing.Size(829, 56);
  473. this.pnlBottom.TabIndex = 3;
  474. //
  475. // panel8
  476. //
  477. this.panel8.Controls.Add(this.btnOK);
  478. this.panel8.Dock = System.Windows.Forms.DockStyle.Right;
  479. this.panel8.Location = new System.Drawing.Point(732, 13);
  480. this.panel8.Name = "panel8";
  481. this.panel8.Size = new System.Drawing.Size(97, 43);
  482. this.panel8.TabIndex = 2;
  483. //
  484. // btnOK
  485. //
  486. this.btnOK.Location = new System.Drawing.Point(4, 6);
  487. this.btnOK.Name = "btnOK";
  488. this.btnOK.Size = new System.Drawing.Size(90, 30);
  489. this.btnOK.TabIndex = 0;
  490. this.btnOK.Text = "确定";
  491. this.btnOK.UseVisualStyleBackColor = true;
  492. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  493. //
  494. // groupBox1
  495. //
  496. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  497. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  498. this.groupBox1.Name = "groupBox1";
  499. this.groupBox1.Size = new System.Drawing.Size(829, 13);
  500. this.groupBox1.TabIndex = 1;
  501. this.groupBox1.TabStop = false;
  502. //
  503. // pnlTop
  504. //
  505. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  506. this.pnlTop.Location = new System.Drawing.Point(10, 0);
  507. this.pnlTop.Name = "pnlTop";
  508. this.pnlTop.Size = new System.Drawing.Size(829, 5);
  509. this.pnlTop.TabIndex = 2;
  510. //
  511. // pnlRight
  512. //
  513. this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
  514. this.pnlRight.Location = new System.Drawing.Point(839, 0);
  515. this.pnlRight.Name = "pnlRight";
  516. this.pnlRight.Size = new System.Drawing.Size(5, 554);
  517. this.pnlRight.TabIndex = 1;
  518. //
  519. // pnlLeft
  520. //
  521. this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  522. this.pnlLeft.Location = new System.Drawing.Point(0, 0);
  523. this.pnlLeft.Name = "pnlLeft";
  524. this.pnlLeft.Size = new System.Drawing.Size(10, 554);
  525. this.pnlLeft.TabIndex = 0;
  526. //
  527. // panel11
  528. //
  529. this.panel11.Controls.Add(this.panel12);
  530. this.panel11.Controls.Add(this.label2);
  531. this.panel11.Dock = System.Windows.Forms.DockStyle.Top;
  532. this.panel11.Location = new System.Drawing.Point(0, 0);
  533. this.panel11.Name = "panel11";
  534. this.panel11.Size = new System.Drawing.Size(703, 29);
  535. this.panel11.TabIndex = 2;
  536. //
  537. // label2
  538. //
  539. this.label2.AutoSize = true;
  540. this.label2.Location = new System.Drawing.Point(10, 5);
  541. this.label2.Name = "label2";
  542. this.label2.Size = new System.Drawing.Size(44, 17);
  543. this.label2.TabIndex = 1;
  544. this.label2.Text = "映射表";
  545. //
  546. // panel12
  547. //
  548. this.panel12.Controls.Add(this.txtInstrumentColumn);
  549. this.panel12.Controls.Add(this.cbxCNASColumn);
  550. this.panel12.Controls.Add(this.label3);
  551. this.panel12.Dock = System.Windows.Forms.DockStyle.Right;
  552. this.panel12.Location = new System.Drawing.Point(394, 0);
  553. this.panel12.Name = "panel12";
  554. this.panel12.Size = new System.Drawing.Size(309, 29);
  555. this.panel12.TabIndex = 3;
  556. //
  557. // txtInstrumentColumn
  558. //
  559. this.txtInstrumentColumn.Location = new System.Drawing.Point(111, 3);
  560. this.txtInstrumentColumn.Name = "txtInstrumentColumn";
  561. this.txtInstrumentColumn.ReadOnly = true;
  562. this.txtInstrumentColumn.Size = new System.Drawing.Size(190, 23);
  563. this.txtInstrumentColumn.TabIndex = 10;
  564. this.txtInstrumentColumn.DoubleClick += new System.EventHandler(this.txtInstrumentColumn_DoubleClick);
  565. //
  566. // cbxCNASColumn
  567. //
  568. this.cbxCNASColumn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  569. this.cbxCNASColumn.FormattingEnabled = true;
  570. this.cbxCNASColumn.Location = new System.Drawing.Point(111, 7);
  571. this.cbxCNASColumn.Name = "cbxCNASColumn";
  572. this.cbxCNASColumn.Size = new System.Drawing.Size(179, 25);
  573. this.cbxCNASColumn.TabIndex = 9;
  574. this.cbxCNASColumn.Visible = false;
  575. this.cbxCNASColumn.SelectedIndexChanged += new System.EventHandler(this.cbxCNASColumn_SelectedIndexChanged);
  576. this.cbxCNASColumn.Leave += new System.EventHandler(this.cbxCNASColumn_Leave);
  577. //
  578. // label3
  579. //
  580. this.label3.AutoSize = true;
  581. this.label3.Location = new System.Drawing.Point(3, 7);
  582. this.label3.Name = "label3";
  583. this.label3.Size = new System.Drawing.Size(113, 17);
  584. this.label3.TabIndex = 8;
  585. this.label3.Text = "CNAS仪器信息列:";
  586. //
  587. // panel13
  588. //
  589. this.panel13.Controls.Add(this.dgvMapping);
  590. this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
  591. this.panel13.Location = new System.Drawing.Point(0, 29);
  592. this.panel13.Name = "panel13";
  593. this.panel13.Size = new System.Drawing.Size(703, 173);
  594. this.panel13.TabIndex = 3;
  595. //
  596. // dgvMapping
  597. //
  598. this.dgvMapping.AllowUserToAddRows = false;
  599. this.dgvMapping.BackgroundColor = System.Drawing.Color.White;
  600. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  601. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  602. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  603. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  604. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  605. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  606. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  607. this.dgvMapping.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  608. this.dgvMapping.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  609. this.dgvMapping.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  610. this.InstrumentField,
  611. this.CnasField,
  612. this.PrimaryKey,
  613. this.DateKey});
  614. this.dgvMapping.Dock = System.Windows.Forms.DockStyle.Fill;
  615. this.dgvMapping.Location = new System.Drawing.Point(0, 0);
  616. this.dgvMapping.MultiSelect = false;
  617. this.dgvMapping.Name = "dgvMapping";
  618. this.dgvMapping.RowHeadersVisible = false;
  619. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  620. this.dgvMapping.RowsDefaultCellStyle = dataGridViewCellStyle2;
  621. this.dgvMapping.RowTemplate.Height = 23;
  622. this.dgvMapping.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  623. this.dgvMapping.Size = new System.Drawing.Size(703, 173);
  624. this.dgvMapping.TabIndex = 1;
  625. //
  626. // InstrumentField
  627. //
  628. this.InstrumentField.DataPropertyName = "SourceField";
  629. this.InstrumentField.HeaderText = "仪器数据列";
  630. this.InstrumentField.Name = "InstrumentField";
  631. this.InstrumentField.Width = 200;
  632. //
  633. // CnasField
  634. //
  635. this.CnasField.DataPropertyName = "TargetField";
  636. this.CnasField.HeaderText = "CNAS数据列";
  637. this.CnasField.Name = "CnasField";
  638. this.CnasField.Width = 200;
  639. //
  640. // PrimaryKey
  641. //
  642. this.PrimaryKey.DataPropertyName = "IfPrimaryKey";
  643. this.PrimaryKey.HeaderText = "关键字段";
  644. this.PrimaryKey.Name = "PrimaryKey";
  645. this.PrimaryKey.Width = 80;
  646. //
  647. // DateKey
  648. //
  649. this.DateKey.DataPropertyName = "IfDateField";
  650. this.DateKey.HeaderText = "日期字段";
  651. this.DateKey.Name = "DateKey";
  652. //
  653. // btnConditionMap
  654. //
  655. this.btnConditionMap.Location = new System.Drawing.Point(178, 2);
  656. this.btnConditionMap.Name = "btnConditionMap";
  657. this.btnConditionMap.Size = new System.Drawing.Size(79, 23);
  658. this.btnConditionMap.TabIndex = 5;
  659. this.btnConditionMap.Text = "条件映射";
  660. this.btnConditionMap.UseVisualStyleBackColor = true;
  661. this.btnConditionMap.Click += new System.EventHandler(this.btnConditionMap_Click);
  662. //
  663. // frmBalanceField
  664. //
  665. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  666. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  667. this.ClientSize = new System.Drawing.Size(844, 554);
  668. this.Controls.Add(this.pnlAll);
  669. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  670. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  671. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  672. this.Name = "frmBalanceField";
  673. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  674. this.Text = "天平端字段映射";
  675. this.Load += new System.EventHandler(this.frmBalanceField_Load);
  676. this.pnlAll.ResumeLayout(false);
  677. this.pnlCenter.ResumeLayout(false);
  678. this.pnlbalanceRight.ResumeLayout(false);
  679. this.panel3.ResumeLayout(false);
  680. this.splitContainer1.Panel1.ResumeLayout(false);
  681. this.splitContainer1.Panel2.ResumeLayout(false);
  682. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  683. this.splitContainer1.ResumeLayout(false);
  684. this.tabControl1.ResumeLayout(false);
  685. this.tabPage6.ResumeLayout(false);
  686. this.splitContainer2.Panel1.ResumeLayout(false);
  687. this.splitContainer2.Panel2.ResumeLayout(false);
  688. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  689. this.splitContainer2.ResumeLayout(false);
  690. ((System.ComponentModel.ISupportInitialize)(this.dgvbalancefield)).EndInit();
  691. this.panel4.ResumeLayout(false);
  692. this.panel4.PerformLayout();
  693. ((System.ComponentModel.ISupportInitialize)(this.dgvCnas)).EndInit();
  694. this.panel5.ResumeLayout(false);
  695. this.panel5.PerformLayout();
  696. this.panel1.ResumeLayout(false);
  697. this.panel10.ResumeLayout(false);
  698. this.pnlbalanceLeft.ResumeLayout(false);
  699. this.panel7.ResumeLayout(false);
  700. this.panel6.ResumeLayout(false);
  701. this.panel6.PerformLayout();
  702. this.pnlBottom.ResumeLayout(false);
  703. this.panel8.ResumeLayout(false);
  704. this.panel11.ResumeLayout(false);
  705. this.panel11.PerformLayout();
  706. this.panel12.ResumeLayout(false);
  707. this.panel12.PerformLayout();
  708. this.panel13.ResumeLayout(false);
  709. ((System.ComponentModel.ISupportInitialize)(this.dgvMapping)).EndInit();
  710. this.ResumeLayout(false);
  711. }
  712. #endregion
  713. private System.Windows.Forms.Panel pnlAll;
  714. private System.Windows.Forms.Panel pnlCenter;
  715. private System.Windows.Forms.Panel pnlBottom;
  716. private System.Windows.Forms.Panel pnlTop;
  717. private System.Windows.Forms.Panel pnlRight;
  718. private System.Windows.Forms.Panel pnlLeft;
  719. private System.Windows.Forms.Button btnOK;
  720. private System.Windows.Forms.Panel pnlbalanceRight;
  721. private System.Windows.Forms.Panel pnlbalanceLeft;
  722. private System.Windows.Forms.ListBox lstBalance;
  723. private System.Windows.Forms.Panel panel1;
  724. private System.Windows.Forms.Panel panel2;
  725. private System.Windows.Forms.Button btnDeleteMapping;
  726. private System.Windows.Forms.Button btnAddMapping;
  727. private System.Windows.Forms.Panel panel3;
  728. private System.Windows.Forms.SplitContainer splitContainer1;
  729. private System.Windows.Forms.TabControl tabControl1;
  730. private System.Windows.Forms.TabPage tabPage6;
  731. private System.Windows.Forms.SplitContainer splitContainer2;
  732. private System.Windows.Forms.DataGridView dgvbalancefield;
  733. private System.Windows.Forms.Panel panel4;
  734. private System.Windows.Forms.Label label12;
  735. private System.Windows.Forms.DataGridView dgvCnas;
  736. private System.Windows.Forms.Panel panel5;
  737. private System.Windows.Forms.ComboBox cbxCnas;
  738. private System.Windows.Forms.Label label13;
  739. private System.Windows.Forms.Panel panel7;
  740. private System.Windows.Forms.Panel panel6;
  741. private System.Windows.Forms.Label label1;
  742. private System.Windows.Forms.GroupBox groupBox1;
  743. private System.Windows.Forms.Panel panel8;
  744. private System.Windows.Forms.Panel panel10;
  745. private System.Windows.Forms.Panel panel9;
  746. private System.Windows.Forms.DataGridViewTextBoxColumn InstruFieldName;
  747. private System.Windows.Forms.DataGridViewTextBoxColumn InstruDataType;
  748. private System.Windows.Forms.DataGridViewTextBoxColumn CNASFieldName;
  749. private System.Windows.Forms.DataGridViewTextBoxColumn CnasDataType;
  750. private System.Windows.Forms.Panel panel11;
  751. private System.Windows.Forms.Panel panel12;
  752. private System.Windows.Forms.Label label2;
  753. private System.Windows.Forms.Panel panel13;
  754. private System.Windows.Forms.DataGridView dgvMapping;
  755. private System.Windows.Forms.DataGridViewTextBoxColumn InstrumentField;
  756. private System.Windows.Forms.DataGridViewTextBoxColumn CnasField;
  757. private System.Windows.Forms.DataGridViewCheckBoxColumn PrimaryKey;
  758. private System.Windows.Forms.DataGridViewCheckBoxColumn DateKey;
  759. private System.Windows.Forms.TextBox txtInstrumentColumn;
  760. private System.Windows.Forms.ComboBox cbxCNASColumn;
  761. private System.Windows.Forms.Label label3;
  762. private System.Windows.Forms.Button btnConditionMap;
  763. }
  764. }