CNAS取数仪器端升级
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1025 line
52KB

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