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.

880 lines
45KB

  1. namespace CNAS_DBSync
  2. {
  3. partial class frmSyncParams
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSyncParams));
  38. this.pnlAll = new System.Windows.Forms.Panel();
  39. this.panel3 = new System.Windows.Forms.Panel();
  40. this.pnlRigh = new System.Windows.Forms.Panel();
  41. this.panel5 = new System.Windows.Forms.Panel();
  42. this.groupBox2 = new System.Windows.Forms.GroupBox();
  43. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  44. this.panel15 = new System.Windows.Forms.Panel();
  45. this.dgvMapping = new System.Windows.Forms.DataGridView();
  46. this.cmsMapping = new System.Windows.Forms.ContextMenuStrip(this.components);
  47. this.btnDelMap = new System.Windows.Forms.ToolStripMenuItem();
  48. this.panel14 = new System.Windows.Forms.Panel();
  49. this.txtInstrumentColumn = new System.Windows.Forms.TextBox();
  50. this.cbxCNASColumn = new System.Windows.Forms.ComboBox();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.label2 = new System.Windows.Forms.Label();
  53. this.tabControl1 = new System.Windows.Forms.TabControl();
  54. this.tabPage6 = new System.Windows.Forms.TabPage();
  55. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  56. this.dgvInstruDS = new System.Windows.Forms.DataGridView();
  57. this.InstruFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.InstruDataType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.pnlleft = new System.Windows.Forms.Panel();
  60. this.cbxInstrument = new System.Windows.Forms.ComboBox();
  61. this.label12 = new System.Windows.Forms.Label();
  62. this.dgvCnas = new System.Windows.Forms.DataGridView();
  63. this.CNASFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.CnasDataType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.pnlRight = new System.Windows.Forms.Panel();
  66. this.cbxCnas = new System.Windows.Forms.ComboBox();
  67. this.label13 = new System.Windows.Forms.Label();
  68. this.panel1 = new System.Windows.Forms.Panel();
  69. this.panel7 = new System.Windows.Forms.Panel();
  70. this.btnSourceFilter = new System.Windows.Forms.Button();
  71. this.btnCNASFieldConfig = new System.Windows.Forms.Button();
  72. this.btnLoadDBData = new System.Windows.Forms.Button();
  73. this.btnAddMapping = new System.Windows.Forms.Button();
  74. this.btnDatabaseConfig = new System.Windows.Forms.Button();
  75. this.panel2 = new System.Windows.Forms.Panel();
  76. this.groupBox1 = new System.Windows.Forms.GroupBox();
  77. this.panel10 = new System.Windows.Forms.Panel();
  78. this.dgvInstrument = new System.Windows.Forms.DataGridView();
  79. this.panel9 = new System.Windows.Forms.Panel();
  80. this.btnAdd = new System.Windows.Forms.Button();
  81. this.btnDel = new System.Windows.Forms.Button();
  82. this.panel8 = new System.Windows.Forms.Panel();
  83. this.label1 = new System.Windows.Forms.Label();
  84. this.btnSave = new System.Windows.Forms.Button();
  85. this.panel11 = new System.Windows.Forms.Panel();
  86. this.panel12 = new System.Windows.Forms.Panel();
  87. this.panel4 = new System.Windows.Forms.Panel();
  88. this.panel13 = new System.Windows.Forms.Panel();
  89. this.panel6 = new System.Windows.Forms.Panel();
  90. this.Code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.InstrumentField = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.CnasField = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.PrimaryKey = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  94. this.DateKey = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  95. this.pnlAll.SuspendLayout();
  96. this.panel3.SuspendLayout();
  97. this.pnlRigh.SuspendLayout();
  98. this.panel5.SuspendLayout();
  99. this.groupBox2.SuspendLayout();
  100. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  101. this.splitContainer1.Panel1.SuspendLayout();
  102. this.splitContainer1.Panel2.SuspendLayout();
  103. this.splitContainer1.SuspendLayout();
  104. this.panel15.SuspendLayout();
  105. ((System.ComponentModel.ISupportInitialize)(this.dgvMapping)).BeginInit();
  106. this.cmsMapping.SuspendLayout();
  107. this.panel14.SuspendLayout();
  108. this.tabControl1.SuspendLayout();
  109. this.tabPage6.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  111. this.splitContainer2.Panel1.SuspendLayout();
  112. this.splitContainer2.Panel2.SuspendLayout();
  113. this.splitContainer2.SuspendLayout();
  114. ((System.ComponentModel.ISupportInitialize)(this.dgvInstruDS)).BeginInit();
  115. this.pnlleft.SuspendLayout();
  116. ((System.ComponentModel.ISupportInitialize)(this.dgvCnas)).BeginInit();
  117. this.pnlRight.SuspendLayout();
  118. this.panel1.SuspendLayout();
  119. this.panel7.SuspendLayout();
  120. this.groupBox1.SuspendLayout();
  121. this.panel10.SuspendLayout();
  122. ((System.ComponentModel.ISupportInitialize)(this.dgvInstrument)).BeginInit();
  123. this.panel9.SuspendLayout();
  124. this.panel8.SuspendLayout();
  125. this.panel11.SuspendLayout();
  126. this.panel12.SuspendLayout();
  127. this.panel4.SuspendLayout();
  128. this.panel13.SuspendLayout();
  129. this.SuspendLayout();
  130. //
  131. // pnlAll
  132. //
  133. this.pnlAll.Controls.Add(this.panel3);
  134. this.pnlAll.Controls.Add(this.panel2);
  135. this.pnlAll.Controls.Add(this.groupBox1);
  136. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  137. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  138. this.pnlAll.Name = "pnlAll";
  139. this.pnlAll.Size = new System.Drawing.Size(796, 463);
  140. this.pnlAll.TabIndex = 0;
  141. //
  142. // panel3
  143. //
  144. this.panel3.Controls.Add(this.pnlRigh);
  145. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.panel3.Location = new System.Drawing.Point(156, 0);
  147. this.panel3.Name = "panel3";
  148. this.panel3.Size = new System.Drawing.Size(640, 463);
  149. this.panel3.TabIndex = 5;
  150. //
  151. // pnlRigh
  152. //
  153. this.pnlRigh.Controls.Add(this.panel5);
  154. this.pnlRigh.Controls.Add(this.panel1);
  155. this.pnlRigh.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.pnlRigh.Location = new System.Drawing.Point(0, 0);
  157. this.pnlRigh.Name = "pnlRigh";
  158. this.pnlRigh.Size = new System.Drawing.Size(640, 463);
  159. this.pnlRigh.TabIndex = 5;
  160. //
  161. // panel5
  162. //
  163. this.panel5.Controls.Add(this.groupBox2);
  164. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  165. this.panel5.Location = new System.Drawing.Point(0, 0);
  166. this.panel5.Name = "panel5";
  167. this.panel5.Size = new System.Drawing.Size(640, 422);
  168. this.panel5.TabIndex = 4;
  169. //
  170. // groupBox2
  171. //
  172. this.groupBox2.Controls.Add(this.splitContainer1);
  173. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  174. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  175. this.groupBox2.Name = "groupBox2";
  176. this.groupBox2.Size = new System.Drawing.Size(640, 422);
  177. this.groupBox2.TabIndex = 1;
  178. this.groupBox2.TabStop = false;
  179. this.groupBox2.Text = "详情";
  180. //
  181. // splitContainer1
  182. //
  183. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.splitContainer1.Location = new System.Drawing.Point(3, 19);
  185. this.splitContainer1.Name = "splitContainer1";
  186. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  187. //
  188. // splitContainer1.Panel1
  189. //
  190. this.splitContainer1.Panel1.Controls.Add(this.panel15);
  191. this.splitContainer1.Panel1.Controls.Add(this.panel14);
  192. //
  193. // splitContainer1.Panel2
  194. //
  195. this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
  196. this.splitContainer1.Size = new System.Drawing.Size(634, 400);
  197. this.splitContainer1.SplitterDistance = 199;
  198. this.splitContainer1.TabIndex = 2;
  199. //
  200. // panel15
  201. //
  202. this.panel15.Controls.Add(this.dgvMapping);
  203. this.panel15.Dock = System.Windows.Forms.DockStyle.Fill;
  204. this.panel15.Location = new System.Drawing.Point(0, 37);
  205. this.panel15.Name = "panel15";
  206. this.panel15.Size = new System.Drawing.Size(634, 162);
  207. this.panel15.TabIndex = 2;
  208. //
  209. // dgvMapping
  210. //
  211. this.dgvMapping.AllowUserToAddRows = false;
  212. this.dgvMapping.BackgroundColor = System.Drawing.Color.White;
  213. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  214. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  215. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  217. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  218. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  219. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  220. this.dgvMapping.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  221. this.dgvMapping.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  222. this.dgvMapping.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  223. this.InstrumentField,
  224. this.CnasField,
  225. this.PrimaryKey,
  226. this.DateKey});
  227. this.dgvMapping.ContextMenuStrip = this.cmsMapping;
  228. this.dgvMapping.Dock = System.Windows.Forms.DockStyle.Fill;
  229. this.dgvMapping.Location = new System.Drawing.Point(0, 0);
  230. this.dgvMapping.MultiSelect = false;
  231. this.dgvMapping.Name = "dgvMapping";
  232. this.dgvMapping.RowHeadersVisible = false;
  233. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  234. this.dgvMapping.RowsDefaultCellStyle = dataGridViewCellStyle2;
  235. this.dgvMapping.RowTemplate.Height = 23;
  236. this.dgvMapping.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  237. this.dgvMapping.Size = new System.Drawing.Size(634, 162);
  238. this.dgvMapping.TabIndex = 1;
  239. //
  240. // cmsMapping
  241. //
  242. this.cmsMapping.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  243. this.btnDelMap});
  244. this.cmsMapping.Name = "cmsMapping";
  245. this.cmsMapping.Size = new System.Drawing.Size(101, 26);
  246. //
  247. // btnDelMap
  248. //
  249. this.btnDelMap.Name = "btnDelMap";
  250. this.btnDelMap.Size = new System.Drawing.Size(100, 22);
  251. this.btnDelMap.Text = "移除";
  252. this.btnDelMap.Click += new System.EventHandler(this.btnDelMap_Click);
  253. //
  254. // panel14
  255. //
  256. this.panel14.Controls.Add(this.txtInstrumentColumn);
  257. this.panel14.Controls.Add(this.cbxCNASColumn);
  258. this.panel14.Controls.Add(this.label3);
  259. this.panel14.Controls.Add(this.label2);
  260. this.panel14.Dock = System.Windows.Forms.DockStyle.Top;
  261. this.panel14.Location = new System.Drawing.Point(0, 0);
  262. this.panel14.Name = "panel14";
  263. this.panel14.Size = new System.Drawing.Size(634, 37);
  264. this.panel14.TabIndex = 1;
  265. //
  266. // txtInstrumentColumn
  267. //
  268. this.txtInstrumentColumn.Location = new System.Drawing.Point(429, 6);
  269. this.txtInstrumentColumn.Name = "txtInstrumentColumn";
  270. this.txtInstrumentColumn.ReadOnly = true;
  271. this.txtInstrumentColumn.Size = new System.Drawing.Size(195, 23);
  272. this.txtInstrumentColumn.TabIndex = 7;
  273. this.txtInstrumentColumn.DoubleClick += new System.EventHandler(this.txtInstrumentColumn_DoubleClick);
  274. //
  275. // cbxCNASColumn
  276. //
  277. this.cbxCNASColumn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  278. this.cbxCNASColumn.FormattingEnabled = true;
  279. this.cbxCNASColumn.Location = new System.Drawing.Point(429, 10);
  280. this.cbxCNASColumn.Name = "cbxCNASColumn";
  281. this.cbxCNASColumn.Size = new System.Drawing.Size(184, 25);
  282. this.cbxCNASColumn.TabIndex = 6;
  283. this.cbxCNASColumn.Visible = false;
  284. this.cbxCNASColumn.SelectedIndexChanged += new System.EventHandler(this.cbxCNASColumn_SelectedIndexChanged);
  285. this.cbxCNASColumn.Leave += new System.EventHandler(this.cbxCNASColumn_Leave);
  286. //
  287. // label3
  288. //
  289. this.label3.AutoSize = true;
  290. this.label3.Location = new System.Drawing.Point(321, 10);
  291. this.label3.Name = "label3";
  292. this.label3.Size = new System.Drawing.Size(113, 17);
  293. this.label3.TabIndex = 5;
  294. this.label3.Text = "CNAS仪器信息列:";
  295. //
  296. // label2
  297. //
  298. this.label2.AutoSize = true;
  299. this.label2.Location = new System.Drawing.Point(3, 10);
  300. this.label2.Name = "label2";
  301. this.label2.Size = new System.Drawing.Size(92, 17);
  302. this.label2.TabIndex = 4;
  303. this.label2.Text = "字段映射信息:";
  304. //
  305. // tabControl1
  306. //
  307. this.tabControl1.Controls.Add(this.tabPage6);
  308. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  309. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  310. this.tabControl1.Name = "tabControl1";
  311. this.tabControl1.SelectedIndex = 0;
  312. this.tabControl1.Size = new System.Drawing.Size(634, 197);
  313. this.tabControl1.TabIndex = 1;
  314. //
  315. // tabPage6
  316. //
  317. this.tabPage6.Controls.Add(this.splitContainer2);
  318. this.tabPage6.Location = new System.Drawing.Point(4, 26);
  319. this.tabPage6.Name = "tabPage6";
  320. this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
  321. this.tabPage6.Size = new System.Drawing.Size(626, 167);
  322. this.tabPage6.TabIndex = 1;
  323. this.tabPage6.Text = "字段";
  324. this.tabPage6.UseVisualStyleBackColor = true;
  325. //
  326. // splitContainer2
  327. //
  328. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  329. this.splitContainer2.Location = new System.Drawing.Point(3, 3);
  330. this.splitContainer2.Name = "splitContainer2";
  331. //
  332. // splitContainer2.Panel1
  333. //
  334. this.splitContainer2.Panel1.Controls.Add(this.dgvInstruDS);
  335. this.splitContainer2.Panel1.Controls.Add(this.pnlleft);
  336. //
  337. // splitContainer2.Panel2
  338. //
  339. this.splitContainer2.Panel2.Controls.Add(this.dgvCnas);
  340. this.splitContainer2.Panel2.Controls.Add(this.pnlRight);
  341. this.splitContainer2.Size = new System.Drawing.Size(620, 161);
  342. this.splitContainer2.SplitterDistance = 307;
  343. this.splitContainer2.TabIndex = 1;
  344. //
  345. // dgvInstruDS
  346. //
  347. this.dgvInstruDS.AllowUserToAddRows = false;
  348. this.dgvInstruDS.BackgroundColor = System.Drawing.Color.White;
  349. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  350. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  351. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  353. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  354. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  355. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  356. this.dgvInstruDS.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  357. this.dgvInstruDS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  358. this.dgvInstruDS.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  359. this.InstruFieldName,
  360. this.InstruDataType});
  361. this.dgvInstruDS.Dock = System.Windows.Forms.DockStyle.Fill;
  362. this.dgvInstruDS.Location = new System.Drawing.Point(0, 34);
  363. this.dgvInstruDS.Name = "dgvInstruDS";
  364. this.dgvInstruDS.ReadOnly = true;
  365. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  366. this.dgvInstruDS.RowsDefaultCellStyle = dataGridViewCellStyle4;
  367. this.dgvInstruDS.RowTemplate.Height = 23;
  368. this.dgvInstruDS.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  369. this.dgvInstruDS.Size = new System.Drawing.Size(307, 127);
  370. this.dgvInstruDS.TabIndex = 1;
  371. //
  372. // InstruFieldName
  373. //
  374. this.InstruFieldName.DataPropertyName = "InstruFieldName";
  375. this.InstruFieldName.HeaderText = "列名";
  376. this.InstruFieldName.Name = "InstruFieldName";
  377. this.InstruFieldName.ReadOnly = true;
  378. this.InstruFieldName.Width = 150;
  379. //
  380. // InstruDataType
  381. //
  382. this.InstruDataType.DataPropertyName = "InstruDataType";
  383. this.InstruDataType.HeaderText = "数据类型";
  384. this.InstruDataType.Name = "InstruDataType";
  385. this.InstruDataType.ReadOnly = true;
  386. //
  387. // pnlleft
  388. //
  389. this.pnlleft.Controls.Add(this.cbxInstrument);
  390. this.pnlleft.Controls.Add(this.label12);
  391. this.pnlleft.Dock = System.Windows.Forms.DockStyle.Top;
  392. this.pnlleft.Location = new System.Drawing.Point(0, 0);
  393. this.pnlleft.Name = "pnlleft";
  394. this.pnlleft.Size = new System.Drawing.Size(307, 34);
  395. this.pnlleft.TabIndex = 0;
  396. //
  397. // cbxInstrument
  398. //
  399. this.cbxInstrument.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  400. this.cbxInstrument.FormattingEnabled = true;
  401. this.cbxInstrument.Location = new System.Drawing.Point(104, 6);
  402. this.cbxInstrument.Name = "cbxInstrument";
  403. this.cbxInstrument.Size = new System.Drawing.Size(200, 25);
  404. this.cbxInstrument.TabIndex = 1;
  405. this.cbxInstrument.SelectedIndexChanged += new System.EventHandler(this.cbxInstrument_SelectedIndexChanged);
  406. //
  407. // label12
  408. //
  409. this.label12.AutoSize = true;
  410. this.label12.Location = new System.Drawing.Point(3, 10);
  411. this.label12.Name = "label12";
  412. this.label12.Size = new System.Drawing.Size(104, 17);
  413. this.label12.TabIndex = 0;
  414. this.label12.Text = "设备数据源表名:";
  415. //
  416. // dgvCnas
  417. //
  418. this.dgvCnas.AllowUserToAddRows = false;
  419. this.dgvCnas.BackgroundColor = System.Drawing.Color.White;
  420. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  421. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  422. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  423. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  424. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  425. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  426. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  427. this.dgvCnas.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  428. this.dgvCnas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  429. this.dgvCnas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  430. this.CNASFieldName,
  431. this.CnasDataType});
  432. this.dgvCnas.Dock = System.Windows.Forms.DockStyle.Fill;
  433. this.dgvCnas.Location = new System.Drawing.Point(0, 34);
  434. this.dgvCnas.Name = "dgvCnas";
  435. this.dgvCnas.ReadOnly = true;
  436. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  437. this.dgvCnas.RowsDefaultCellStyle = dataGridViewCellStyle6;
  438. this.dgvCnas.RowTemplate.Height = 23;
  439. this.dgvCnas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  440. this.dgvCnas.Size = new System.Drawing.Size(309, 127);
  441. this.dgvCnas.TabIndex = 2;
  442. //
  443. // CNASFieldName
  444. //
  445. this.CNASFieldName.DataPropertyName = "CnasFieldName";
  446. this.CNASFieldName.HeaderText = "列名";
  447. this.CNASFieldName.Name = "CNASFieldName";
  448. this.CNASFieldName.ReadOnly = true;
  449. this.CNASFieldName.Width = 150;
  450. //
  451. // CnasDataType
  452. //
  453. this.CnasDataType.DataPropertyName = "CnasDataType";
  454. this.CnasDataType.HeaderText = "数据类型";
  455. this.CnasDataType.Name = "CnasDataType";
  456. this.CnasDataType.ReadOnly = true;
  457. //
  458. // pnlRight
  459. //
  460. this.pnlRight.Controls.Add(this.cbxCnas);
  461. this.pnlRight.Controls.Add(this.label13);
  462. this.pnlRight.Dock = System.Windows.Forms.DockStyle.Top;
  463. this.pnlRight.Location = new System.Drawing.Point(0, 0);
  464. this.pnlRight.Name = "pnlRight";
  465. this.pnlRight.Size = new System.Drawing.Size(309, 34);
  466. this.pnlRight.TabIndex = 0;
  467. //
  468. // cbxCnas
  469. //
  470. this.cbxCnas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  471. this.cbxCnas.FormattingEnabled = true;
  472. this.cbxCnas.Location = new System.Drawing.Point(122, 6);
  473. this.cbxCnas.Name = "cbxCnas";
  474. this.cbxCnas.Size = new System.Drawing.Size(184, 25);
  475. this.cbxCnas.TabIndex = 2;
  476. this.cbxCnas.SelectedIndexChanged += new System.EventHandler(this.cbxCnas_SelectedIndexChanged);
  477. //
  478. // label13
  479. //
  480. this.label13.AutoSize = true;
  481. this.label13.Location = new System.Drawing.Point(3, 10);
  482. this.label13.Name = "label13";
  483. this.label13.Size = new System.Drawing.Size(113, 17);
  484. this.label13.TabIndex = 1;
  485. this.label13.Text = "CNAS数据库表名:";
  486. //
  487. // panel1
  488. //
  489. this.panel1.Controls.Add(this.panel7);
  490. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  491. this.panel1.Location = new System.Drawing.Point(0, 422);
  492. this.panel1.Name = "panel1";
  493. this.panel1.Size = new System.Drawing.Size(640, 41);
  494. this.panel1.TabIndex = 3;
  495. //
  496. // panel7
  497. //
  498. this.panel7.Controls.Add(this.btnSourceFilter);
  499. this.panel7.Controls.Add(this.btnCNASFieldConfig);
  500. this.panel7.Controls.Add(this.btnLoadDBData);
  501. this.panel7.Controls.Add(this.btnAddMapping);
  502. this.panel7.Controls.Add(this.btnDatabaseConfig);
  503. this.panel7.Dock = System.Windows.Forms.DockStyle.Right;
  504. this.panel7.Location = new System.Drawing.Point(226, 0);
  505. this.panel7.Name = "panel7";
  506. this.panel7.Size = new System.Drawing.Size(414, 41);
  507. this.panel7.TabIndex = 5;
  508. //
  509. // btnSourceFilter
  510. //
  511. this.btnSourceFilter.Location = new System.Drawing.Point(86, 3);
  512. this.btnSourceFilter.Name = "btnSourceFilter";
  513. this.btnSourceFilter.Size = new System.Drawing.Size(79, 23);
  514. this.btnSourceFilter.TabIndex = 6;
  515. this.btnSourceFilter.Text = "来源过滤";
  516. this.btnSourceFilter.UseVisualStyleBackColor = true;
  517. this.btnSourceFilter.Click += new System.EventHandler(this.btnSourceFilter_Click);
  518. //
  519. // btnCNASFieldConfig
  520. //
  521. this.btnCNASFieldConfig.Location = new System.Drawing.Point(168, 3);
  522. this.btnCNASFieldConfig.Name = "btnCNASFieldConfig";
  523. this.btnCNASFieldConfig.Size = new System.Drawing.Size(79, 23);
  524. this.btnCNASFieldConfig.TabIndex = 5;
  525. this.btnCNASFieldConfig.Text = "条件映射";
  526. this.btnCNASFieldConfig.UseVisualStyleBackColor = true;
  527. this.btnCNASFieldConfig.Click += new System.EventHandler(this.btnCNASFieldConfig_Click);
  528. //
  529. // btnLoadDBData
  530. //
  531. this.btnLoadDBData.Location = new System.Drawing.Point(249, 3);
  532. this.btnLoadDBData.Name = "btnLoadDBData";
  533. this.btnLoadDBData.Size = new System.Drawing.Size(79, 23);
  534. this.btnLoadDBData.TabIndex = 4;
  535. this.btnLoadDBData.Text = "加载数据";
  536. this.btnLoadDBData.UseVisualStyleBackColor = true;
  537. this.btnLoadDBData.Click += new System.EventHandler(this.btnLoadDBData_Click);
  538. //
  539. // btnAddMapping
  540. //
  541. this.btnAddMapping.Location = new System.Drawing.Point(3, 3);
  542. this.btnAddMapping.Name = "btnAddMapping";
  543. this.btnAddMapping.Size = new System.Drawing.Size(79, 23);
  544. this.btnAddMapping.TabIndex = 2;
  545. this.btnAddMapping.Text = "新增映射";
  546. this.btnAddMapping.UseVisualStyleBackColor = true;
  547. this.btnAddMapping.Click += new System.EventHandler(this.btnAddMapping_Click);
  548. //
  549. // btnDatabaseConfig
  550. //
  551. this.btnDatabaseConfig.Location = new System.Drawing.Point(332, 3);
  552. this.btnDatabaseConfig.Name = "btnDatabaseConfig";
  553. this.btnDatabaseConfig.Size = new System.Drawing.Size(79, 23);
  554. this.btnDatabaseConfig.TabIndex = 3;
  555. this.btnDatabaseConfig.Text = "配置数据库";
  556. this.btnDatabaseConfig.UseVisualStyleBackColor = true;
  557. this.btnDatabaseConfig.Click += new System.EventHandler(this.btnDatabaseConfig_Click);
  558. //
  559. // panel2
  560. //
  561. this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
  562. this.panel2.Location = new System.Drawing.Point(146, 0);
  563. this.panel2.Name = "panel2";
  564. this.panel2.Size = new System.Drawing.Size(10, 463);
  565. this.panel2.TabIndex = 4;
  566. //
  567. // groupBox1
  568. //
  569. this.groupBox1.Controls.Add(this.panel10);
  570. this.groupBox1.Controls.Add(this.panel9);
  571. this.groupBox1.Controls.Add(this.panel8);
  572. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  573. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  574. this.groupBox1.Name = "groupBox1";
  575. this.groupBox1.Size = new System.Drawing.Size(146, 463);
  576. this.groupBox1.TabIndex = 0;
  577. this.groupBox1.TabStop = false;
  578. this.groupBox1.Text = "仪器";
  579. //
  580. // panel10
  581. //
  582. this.panel10.Controls.Add(this.dgvInstrument);
  583. this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
  584. this.panel10.Location = new System.Drawing.Point(3, 56);
  585. this.panel10.Name = "panel10";
  586. this.panel10.Size = new System.Drawing.Size(140, 358);
  587. this.panel10.TabIndex = 6;
  588. //
  589. // dgvInstrument
  590. //
  591. this.dgvInstrument.AllowUserToAddRows = false;
  592. this.dgvInstrument.BackgroundColor = System.Drawing.Color.White;
  593. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  594. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
  595. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  596. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
  597. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  598. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  599. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  600. this.dgvInstrument.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  601. this.dgvInstrument.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  602. this.dgvInstrument.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  603. this.Code});
  604. this.dgvInstrument.Dock = System.Windows.Forms.DockStyle.Fill;
  605. this.dgvInstrument.Location = new System.Drawing.Point(0, 0);
  606. this.dgvInstrument.MultiSelect = false;
  607. this.dgvInstrument.Name = "dgvInstrument";
  608. this.dgvInstrument.ReadOnly = true;
  609. this.dgvInstrument.RowHeadersVisible = false;
  610. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  611. this.dgvInstrument.RowsDefaultCellStyle = dataGridViewCellStyle8;
  612. this.dgvInstrument.RowTemplate.Height = 23;
  613. this.dgvInstrument.Size = new System.Drawing.Size(140, 358);
  614. this.dgvInstrument.TabIndex = 0;
  615. this.dgvInstrument.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInstrument_CellDoubleClick);
  616. this.dgvInstrument.SelectionChanged += new System.EventHandler(this.dgvInstrument_SelectionChanged);
  617. //
  618. // panel9
  619. //
  620. this.panel9.Controls.Add(this.btnAdd);
  621. this.panel9.Controls.Add(this.btnDel);
  622. this.panel9.Dock = System.Windows.Forms.DockStyle.Bottom;
  623. this.panel9.Location = new System.Drawing.Point(3, 414);
  624. this.panel9.Name = "panel9";
  625. this.panel9.Size = new System.Drawing.Size(140, 46);
  626. this.panel9.TabIndex = 5;
  627. //
  628. // btnAdd
  629. //
  630. this.btnAdd.Location = new System.Drawing.Point(3, 11);
  631. this.btnAdd.Name = "btnAdd";
  632. this.btnAdd.Size = new System.Drawing.Size(58, 23);
  633. this.btnAdd.TabIndex = 1;
  634. this.btnAdd.Text = "新增";
  635. this.btnAdd.UseVisualStyleBackColor = true;
  636. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  637. //
  638. // btnDel
  639. //
  640. this.btnDel.Location = new System.Drawing.Point(68, 11);
  641. this.btnDel.Name = "btnDel";
  642. this.btnDel.Size = new System.Drawing.Size(58, 23);
  643. this.btnDel.TabIndex = 2;
  644. this.btnDel.Text = "删除";
  645. this.btnDel.UseVisualStyleBackColor = true;
  646. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  647. //
  648. // panel8
  649. //
  650. this.panel8.Controls.Add(this.label1);
  651. this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
  652. this.panel8.Location = new System.Drawing.Point(3, 19);
  653. this.panel8.Name = "panel8";
  654. this.panel8.Size = new System.Drawing.Size(140, 37);
  655. this.panel8.TabIndex = 4;
  656. //
  657. // label1
  658. //
  659. this.label1.AutoSize = true;
  660. this.label1.Location = new System.Drawing.Point(3, 9);
  661. this.label1.Name = "label1";
  662. this.label1.Size = new System.Drawing.Size(68, 17);
  663. this.label1.TabIndex = 3;
  664. this.label1.Text = "当前选中:";
  665. //
  666. // btnSave
  667. //
  668. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  669. this.btnSave.Location = new System.Drawing.Point(11, 4);
  670. this.btnSave.Name = "btnSave";
  671. this.btnSave.Size = new System.Drawing.Size(82, 35);
  672. this.btnSave.TabIndex = 3;
  673. this.btnSave.Text = "保存";
  674. this.btnSave.UseVisualStyleBackColor = true;
  675. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  676. //
  677. // panel11
  678. //
  679. this.panel11.Controls.Add(this.panel12);
  680. this.panel11.Dock = System.Windows.Forms.DockStyle.Bottom;
  681. this.panel11.Location = new System.Drawing.Point(0, 465);
  682. this.panel11.Name = "panel11";
  683. this.panel11.Size = new System.Drawing.Size(796, 43);
  684. this.panel11.TabIndex = 1;
  685. //
  686. // panel12
  687. //
  688. this.panel12.Controls.Add(this.btnSave);
  689. this.panel12.Dock = System.Windows.Forms.DockStyle.Right;
  690. this.panel12.Location = new System.Drawing.Point(694, 0);
  691. this.panel12.Name = "panel12";
  692. this.panel12.Size = new System.Drawing.Size(102, 43);
  693. this.panel12.TabIndex = 0;
  694. //
  695. // panel4
  696. //
  697. this.panel4.Controls.Add(this.panel13);
  698. this.panel4.Controls.Add(this.panel6);
  699. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  700. this.panel4.Location = new System.Drawing.Point(0, 0);
  701. this.panel4.Name = "panel4";
  702. this.panel4.Size = new System.Drawing.Size(796, 465);
  703. this.panel4.TabIndex = 2;
  704. //
  705. // panel13
  706. //
  707. this.panel13.Controls.Add(this.pnlAll);
  708. this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
  709. this.panel13.Location = new System.Drawing.Point(0, 0);
  710. this.panel13.Name = "panel13";
  711. this.panel13.Size = new System.Drawing.Size(796, 463);
  712. this.panel13.TabIndex = 2;
  713. //
  714. // panel6
  715. //
  716. this.panel6.BackColor = System.Drawing.SystemColors.ControlDark;
  717. this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
  718. this.panel6.Location = new System.Drawing.Point(0, 463);
  719. this.panel6.Name = "panel6";
  720. this.panel6.Size = new System.Drawing.Size(796, 2);
  721. this.panel6.TabIndex = 1;
  722. //
  723. // Code
  724. //
  725. this.Code.DataPropertyName = "Code";
  726. this.Code.HeaderText = "设备编号";
  727. this.Code.Name = "Code";
  728. this.Code.ReadOnly = true;
  729. this.Code.Width = 135;
  730. //
  731. // InstrumentField
  732. //
  733. this.InstrumentField.DataPropertyName = "SourceField";
  734. this.InstrumentField.HeaderText = "设备数据列";
  735. this.InstrumentField.Name = "InstrumentField";
  736. this.InstrumentField.ReadOnly = true;
  737. this.InstrumentField.Width = 200;
  738. //
  739. // CnasField
  740. //
  741. this.CnasField.DataPropertyName = "TargetField";
  742. this.CnasField.HeaderText = "CNAS数据列";
  743. this.CnasField.Name = "CnasField";
  744. this.CnasField.ReadOnly = true;
  745. this.CnasField.Width = 200;
  746. //
  747. // PrimaryKey
  748. //
  749. this.PrimaryKey.DataPropertyName = "IfPrimaryKey";
  750. this.PrimaryKey.HeaderText = "关键字段";
  751. this.PrimaryKey.Name = "PrimaryKey";
  752. //
  753. // DateKey
  754. //
  755. this.DateKey.DataPropertyName = "IfDateField";
  756. this.DateKey.HeaderText = "日期字段";
  757. this.DateKey.Name = "DateKey";
  758. //
  759. // frmSyncParams
  760. //
  761. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  762. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  763. this.ClientSize = new System.Drawing.Size(796, 508);
  764. this.Controls.Add(this.panel4);
  765. this.Controls.Add(this.panel11);
  766. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  767. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  768. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  769. this.Name = "frmSyncParams";
  770. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  771. this.Text = "设备数据上传工具";
  772. this.Load += new System.EventHandler(this.frmSyncParams_Load);
  773. this.pnlAll.ResumeLayout(false);
  774. this.panel3.ResumeLayout(false);
  775. this.pnlRigh.ResumeLayout(false);
  776. this.panel5.ResumeLayout(false);
  777. this.groupBox2.ResumeLayout(false);
  778. this.splitContainer1.Panel1.ResumeLayout(false);
  779. this.splitContainer1.Panel2.ResumeLayout(false);
  780. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  781. this.splitContainer1.ResumeLayout(false);
  782. this.panel15.ResumeLayout(false);
  783. ((System.ComponentModel.ISupportInitialize)(this.dgvMapping)).EndInit();
  784. this.cmsMapping.ResumeLayout(false);
  785. this.panel14.ResumeLayout(false);
  786. this.panel14.PerformLayout();
  787. this.tabControl1.ResumeLayout(false);
  788. this.tabPage6.ResumeLayout(false);
  789. this.splitContainer2.Panel1.ResumeLayout(false);
  790. this.splitContainer2.Panel2.ResumeLayout(false);
  791. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  792. this.splitContainer2.ResumeLayout(false);
  793. ((System.ComponentModel.ISupportInitialize)(this.dgvInstruDS)).EndInit();
  794. this.pnlleft.ResumeLayout(false);
  795. this.pnlleft.PerformLayout();
  796. ((System.ComponentModel.ISupportInitialize)(this.dgvCnas)).EndInit();
  797. this.pnlRight.ResumeLayout(false);
  798. this.pnlRight.PerformLayout();
  799. this.panel1.ResumeLayout(false);
  800. this.panel7.ResumeLayout(false);
  801. this.groupBox1.ResumeLayout(false);
  802. this.panel10.ResumeLayout(false);
  803. ((System.ComponentModel.ISupportInitialize)(this.dgvInstrument)).EndInit();
  804. this.panel9.ResumeLayout(false);
  805. this.panel8.ResumeLayout(false);
  806. this.panel8.PerformLayout();
  807. this.panel11.ResumeLayout(false);
  808. this.panel12.ResumeLayout(false);
  809. this.panel4.ResumeLayout(false);
  810. this.panel13.ResumeLayout(false);
  811. this.ResumeLayout(false);
  812. }
  813. #endregion
  814. private System.Windows.Forms.Panel pnlAll;
  815. private System.Windows.Forms.GroupBox groupBox2;
  816. private System.Windows.Forms.GroupBox groupBox1;
  817. private System.Windows.Forms.Button btnSave;
  818. private System.Windows.Forms.Button btnDel;
  819. private System.Windows.Forms.Button btnAdd;
  820. private System.Windows.Forms.Label label1;
  821. private System.Windows.Forms.SplitContainer splitContainer2;
  822. private System.Windows.Forms.DataGridView dgvInstruDS;
  823. private System.Windows.Forms.Panel pnlleft;
  824. private System.Windows.Forms.ComboBox cbxInstrument;
  825. private System.Windows.Forms.Label label12;
  826. private System.Windows.Forms.DataGridView dgvCnas;
  827. private System.Windows.Forms.Panel pnlRight;
  828. private System.Windows.Forms.ComboBox cbxCnas;
  829. private System.Windows.Forms.Label label13;
  830. private System.Windows.Forms.Button btnAddMapping;
  831. private System.Windows.Forms.DataGridView dgvInstrument;
  832. private System.Windows.Forms.ContextMenuStrip cmsMapping;
  833. private System.Windows.Forms.ToolStripMenuItem btnDelMap;
  834. private System.Windows.Forms.Panel panel3;
  835. private System.Windows.Forms.TabControl tabControl1;
  836. private System.Windows.Forms.TabPage tabPage6;
  837. private System.Windows.Forms.Panel panel1;
  838. private System.Windows.Forms.Button btnDatabaseConfig;
  839. private System.Windows.Forms.Panel panel2;
  840. private System.Windows.Forms.Panel pnlRigh;
  841. private System.Windows.Forms.SplitContainer splitContainer1;
  842. private System.Windows.Forms.Panel panel5;
  843. private System.Windows.Forms.Button btnLoadDBData;
  844. private System.Windows.Forms.Panel panel7;
  845. private System.Windows.Forms.Panel panel10;
  846. private System.Windows.Forms.Panel panel9;
  847. private System.Windows.Forms.Panel panel8;
  848. private System.Windows.Forms.Panel panel11;
  849. private System.Windows.Forms.Panel panel12;
  850. private System.Windows.Forms.Panel panel4;
  851. private System.Windows.Forms.Panel panel13;
  852. private System.Windows.Forms.Panel panel6;
  853. private System.Windows.Forms.DataGridViewTextBoxColumn InstruFieldName;
  854. private System.Windows.Forms.DataGridViewTextBoxColumn InstruDataType;
  855. private System.Windows.Forms.DataGridViewTextBoxColumn CNASFieldName;
  856. private System.Windows.Forms.DataGridViewTextBoxColumn CnasDataType;
  857. private System.Windows.Forms.Button btnCNASFieldConfig;
  858. private System.Windows.Forms.Button btnSourceFilter;
  859. private System.Windows.Forms.Panel panel15;
  860. private System.Windows.Forms.DataGridView dgvMapping;
  861. private System.Windows.Forms.Panel panel14;
  862. private System.Windows.Forms.Label label2;
  863. private System.Windows.Forms.ComboBox cbxCNASColumn;
  864. private System.Windows.Forms.Label label3;
  865. private System.Windows.Forms.TextBox txtInstrumentColumn;
  866. private System.Windows.Forms.DataGridViewTextBoxColumn InstrumentField;
  867. private System.Windows.Forms.DataGridViewTextBoxColumn CnasField;
  868. private System.Windows.Forms.DataGridViewCheckBoxColumn PrimaryKey;
  869. private System.Windows.Forms.DataGridViewCheckBoxColumn DateKey;
  870. private System.Windows.Forms.DataGridViewTextBoxColumn Code;
  871. }
  872. }