CNAS取数仪器端升级
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1046 行
54KB

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