CNAS取数仪器端升级
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

frmSyncParams.Designer.cs 50KB

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