CNAS取数仪器端升级
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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