CNAS取数仪器端升级
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

1007 lines
51KB

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