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

1024 строки
53KB

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