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.

969 line
50KB

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