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

frmSyncParams.Designer.cs 51KB

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