CNAS取数仪器端升级
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

frmBalanceField.Designer.cs 35KB

5 anos atrás
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696
  1. namespace CNAS_BalanceClient
  2. {
  3. partial class frmBalanceField
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBalanceField));
  35. this.pnlAll = new System.Windows.Forms.Panel();
  36. this.pnlCenter = new System.Windows.Forms.Panel();
  37. this.pnlbalanceRight = new System.Windows.Forms.Panel();
  38. this.panel3 = new System.Windows.Forms.Panel();
  39. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  40. this.tabMapping = new System.Windows.Forms.TabControl();
  41. this.tabPage5 = new System.Windows.Forms.TabPage();
  42. this.dgvMapping = new System.Windows.Forms.DataGridView();
  43. this.tabControl1 = new System.Windows.Forms.TabControl();
  44. this.tabPage6 = new System.Windows.Forms.TabPage();
  45. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  46. this.dgvbalancefield = new System.Windows.Forms.DataGridView();
  47. this.panel4 = new System.Windows.Forms.Panel();
  48. this.label12 = new System.Windows.Forms.Label();
  49. this.dgvCnas = new System.Windows.Forms.DataGridView();
  50. this.panel5 = new System.Windows.Forms.Panel();
  51. this.cbxCnas = new System.Windows.Forms.ComboBox();
  52. this.label13 = new System.Windows.Forms.Label();
  53. this.panel2 = new System.Windows.Forms.Panel();
  54. this.panel1 = new System.Windows.Forms.Panel();
  55. this.btnDeleteMapping = new System.Windows.Forms.Button();
  56. this.btnAddMapping = new System.Windows.Forms.Button();
  57. this.pnlbalanceLeft = new System.Windows.Forms.Panel();
  58. this.lstBalance = new System.Windows.Forms.ListBox();
  59. this.pnlBottom = new System.Windows.Forms.Panel();
  60. this.btnOK = new System.Windows.Forms.Button();
  61. this.pnlTop = new System.Windows.Forms.Panel();
  62. this.pnlRight = new System.Windows.Forms.Panel();
  63. this.pnlLeft = new System.Windows.Forms.Panel();
  64. this.panel6 = new System.Windows.Forms.Panel();
  65. this.panel7 = new System.Windows.Forms.Panel();
  66. this.InstrumentField = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.CnasField = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.PrimaryKey = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  69. this.DateKey = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  70. this.label1 = new System.Windows.Forms.Label();
  71. this.groupBox1 = new System.Windows.Forms.GroupBox();
  72. this.panel8 = new System.Windows.Forms.Panel();
  73. this.panel9 = new System.Windows.Forms.Panel();
  74. this.panel10 = new System.Windows.Forms.Panel();
  75. this.InstruFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.InstruDataType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.CNASFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.CnasDataType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.pnlAll.SuspendLayout();
  80. this.pnlCenter.SuspendLayout();
  81. this.pnlbalanceRight.SuspendLayout();
  82. this.panel3.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  84. this.splitContainer1.Panel1.SuspendLayout();
  85. this.splitContainer1.Panel2.SuspendLayout();
  86. this.splitContainer1.SuspendLayout();
  87. this.tabMapping.SuspendLayout();
  88. this.tabPage5.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.dgvMapping)).BeginInit();
  90. this.tabControl1.SuspendLayout();
  91. this.tabPage6.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  93. this.splitContainer2.Panel1.SuspendLayout();
  94. this.splitContainer2.Panel2.SuspendLayout();
  95. this.splitContainer2.SuspendLayout();
  96. ((System.ComponentModel.ISupportInitialize)(this.dgvbalancefield)).BeginInit();
  97. this.panel4.SuspendLayout();
  98. ((System.ComponentModel.ISupportInitialize)(this.dgvCnas)).BeginInit();
  99. this.panel5.SuspendLayout();
  100. this.panel1.SuspendLayout();
  101. this.pnlbalanceLeft.SuspendLayout();
  102. this.pnlBottom.SuspendLayout();
  103. this.panel6.SuspendLayout();
  104. this.panel7.SuspendLayout();
  105. this.panel8.SuspendLayout();
  106. this.panel10.SuspendLayout();
  107. this.SuspendLayout();
  108. //
  109. // pnlAll
  110. //
  111. this.pnlAll.Controls.Add(this.pnlCenter);
  112. this.pnlAll.Controls.Add(this.pnlBottom);
  113. this.pnlAll.Controls.Add(this.pnlTop);
  114. this.pnlAll.Controls.Add(this.pnlRight);
  115. this.pnlAll.Controls.Add(this.pnlLeft);
  116. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  118. this.pnlAll.Name = "pnlAll";
  119. this.pnlAll.Size = new System.Drawing.Size(844, 554);
  120. this.pnlAll.TabIndex = 0;
  121. //
  122. // pnlCenter
  123. //
  124. this.pnlCenter.Controls.Add(this.pnlbalanceRight);
  125. this.pnlCenter.Controls.Add(this.pnlbalanceLeft);
  126. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.pnlCenter.Location = new System.Drawing.Point(10, 5);
  128. this.pnlCenter.Name = "pnlCenter";
  129. this.pnlCenter.Size = new System.Drawing.Size(829, 493);
  130. this.pnlCenter.TabIndex = 4;
  131. //
  132. // pnlbalanceRight
  133. //
  134. this.pnlbalanceRight.Controls.Add(this.panel3);
  135. this.pnlbalanceRight.Controls.Add(this.panel2);
  136. this.pnlbalanceRight.Controls.Add(this.panel1);
  137. this.pnlbalanceRight.Dock = System.Windows.Forms.DockStyle.Fill;
  138. this.pnlbalanceRight.Location = new System.Drawing.Point(121, 0);
  139. this.pnlbalanceRight.Name = "pnlbalanceRight";
  140. this.pnlbalanceRight.Size = new System.Drawing.Size(708, 493);
  141. this.pnlbalanceRight.TabIndex = 1;
  142. //
  143. // panel3
  144. //
  145. this.panel3.Controls.Add(this.splitContainer1);
  146. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.panel3.Location = new System.Drawing.Point(5, 0);
  148. this.panel3.Name = "panel3";
  149. this.panel3.Size = new System.Drawing.Size(703, 462);
  150. this.panel3.TabIndex = 2;
  151. //
  152. // splitContainer1
  153. //
  154. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  156. this.splitContainer1.Name = "splitContainer1";
  157. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  158. //
  159. // splitContainer1.Panel1
  160. //
  161. this.splitContainer1.Panel1.Controls.Add(this.tabMapping);
  162. //
  163. // splitContainer1.Panel2
  164. //
  165. this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
  166. this.splitContainer1.Size = new System.Drawing.Size(703, 462);
  167. this.splitContainer1.SplitterDistance = 202;
  168. this.splitContainer1.TabIndex = 0;
  169. //
  170. // tabMapping
  171. //
  172. this.tabMapping.Controls.Add(this.tabPage5);
  173. this.tabMapping.Dock = System.Windows.Forms.DockStyle.Fill;
  174. this.tabMapping.Location = new System.Drawing.Point(0, 0);
  175. this.tabMapping.Name = "tabMapping";
  176. this.tabMapping.SelectedIndex = 0;
  177. this.tabMapping.Size = new System.Drawing.Size(703, 202);
  178. this.tabMapping.TabIndex = 1;
  179. //
  180. // tabPage5
  181. //
  182. this.tabPage5.Controls.Add(this.dgvMapping);
  183. this.tabPage5.Location = new System.Drawing.Point(4, 26);
  184. this.tabPage5.Name = "tabPage5";
  185. this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
  186. this.tabPage5.Size = new System.Drawing.Size(695, 172);
  187. this.tabPage5.TabIndex = 1;
  188. this.tabPage5.Text = "映射表";
  189. this.tabPage5.UseVisualStyleBackColor = true;
  190. //
  191. // dgvMapping
  192. //
  193. this.dgvMapping.AllowUserToAddRows = false;
  194. this.dgvMapping.BackgroundColor = System.Drawing.Color.White;
  195. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  196. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  197. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  199. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  200. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  201. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  202. this.dgvMapping.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  203. this.dgvMapping.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  204. this.dgvMapping.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  205. this.InstrumentField,
  206. this.CnasField,
  207. this.PrimaryKey,
  208. this.DateKey});
  209. this.dgvMapping.Dock = System.Windows.Forms.DockStyle.Fill;
  210. this.dgvMapping.Location = new System.Drawing.Point(3, 3);
  211. this.dgvMapping.MultiSelect = false;
  212. this.dgvMapping.Name = "dgvMapping";
  213. this.dgvMapping.RowHeadersVisible = false;
  214. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  215. this.dgvMapping.RowsDefaultCellStyle = dataGridViewCellStyle2;
  216. this.dgvMapping.RowTemplate.Height = 23;
  217. this.dgvMapping.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  218. this.dgvMapping.Size = new System.Drawing.Size(689, 166);
  219. this.dgvMapping.TabIndex = 0;
  220. this.dgvMapping.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMapping_CellValueChanged);
  221. this.dgvMapping.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvMapping_CurrentCellDirtyStateChanged);
  222. //
  223. // tabControl1
  224. //
  225. this.tabControl1.Controls.Add(this.tabPage6);
  226. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  227. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  228. this.tabControl1.Name = "tabControl1";
  229. this.tabControl1.SelectedIndex = 0;
  230. this.tabControl1.Size = new System.Drawing.Size(703, 256);
  231. this.tabControl1.TabIndex = 2;
  232. //
  233. // tabPage6
  234. //
  235. this.tabPage6.Controls.Add(this.splitContainer2);
  236. this.tabPage6.Location = new System.Drawing.Point(4, 26);
  237. this.tabPage6.Name = "tabPage6";
  238. this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
  239. this.tabPage6.Size = new System.Drawing.Size(695, 226);
  240. this.tabPage6.TabIndex = 1;
  241. this.tabPage6.Text = "字段";
  242. this.tabPage6.UseVisualStyleBackColor = true;
  243. //
  244. // splitContainer2
  245. //
  246. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  247. this.splitContainer2.Location = new System.Drawing.Point(3, 3);
  248. this.splitContainer2.Name = "splitContainer2";
  249. //
  250. // splitContainer2.Panel1
  251. //
  252. this.splitContainer2.Panel1.Controls.Add(this.dgvbalancefield);
  253. this.splitContainer2.Panel1.Controls.Add(this.panel4);
  254. //
  255. // splitContainer2.Panel2
  256. //
  257. this.splitContainer2.Panel2.Controls.Add(this.dgvCnas);
  258. this.splitContainer2.Panel2.Controls.Add(this.panel5);
  259. this.splitContainer2.Size = new System.Drawing.Size(689, 220);
  260. this.splitContainer2.SplitterDistance = 342;
  261. this.splitContainer2.TabIndex = 1;
  262. //
  263. // dgvbalancefield
  264. //
  265. this.dgvbalancefield.AllowUserToAddRows = false;
  266. this.dgvbalancefield.BackgroundColor = System.Drawing.Color.White;
  267. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  268. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  269. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  271. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  272. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  273. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  274. this.dgvbalancefield.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  275. this.dgvbalancefield.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  276. this.dgvbalancefield.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  277. this.InstruFieldName,
  278. this.InstruDataType});
  279. this.dgvbalancefield.Dock = System.Windows.Forms.DockStyle.Fill;
  280. this.dgvbalancefield.Location = new System.Drawing.Point(0, 34);
  281. this.dgvbalancefield.Name = "dgvbalancefield";
  282. this.dgvbalancefield.ReadOnly = true;
  283. this.dgvbalancefield.RowHeadersVisible = false;
  284. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  285. this.dgvbalancefield.RowsDefaultCellStyle = dataGridViewCellStyle4;
  286. this.dgvbalancefield.RowTemplate.Height = 23;
  287. this.dgvbalancefield.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  288. this.dgvbalancefield.Size = new System.Drawing.Size(342, 186);
  289. this.dgvbalancefield.TabIndex = 1;
  290. //
  291. // panel4
  292. //
  293. this.panel4.Controls.Add(this.label12);
  294. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  295. this.panel4.Location = new System.Drawing.Point(0, 0);
  296. this.panel4.Name = "panel4";
  297. this.panel4.Size = new System.Drawing.Size(342, 34);
  298. this.panel4.TabIndex = 0;
  299. //
  300. // label12
  301. //
  302. this.label12.AutoSize = true;
  303. this.label12.Location = new System.Drawing.Point(3, 10);
  304. this.label12.Name = "label12";
  305. this.label12.Size = new System.Drawing.Size(92, 17);
  306. this.label12.TabIndex = 0;
  307. this.label12.Text = "化验数据字段:";
  308. //
  309. // dgvCnas
  310. //
  311. this.dgvCnas.AllowUserToAddRows = false;
  312. this.dgvCnas.BackgroundColor = System.Drawing.Color.White;
  313. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  314. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  315. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  317. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  318. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  319. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  320. this.dgvCnas.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  321. this.dgvCnas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  322. this.dgvCnas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  323. this.CNASFieldName,
  324. this.CnasDataType});
  325. this.dgvCnas.Dock = System.Windows.Forms.DockStyle.Fill;
  326. this.dgvCnas.Location = new System.Drawing.Point(0, 34);
  327. this.dgvCnas.Name = "dgvCnas";
  328. this.dgvCnas.ReadOnly = true;
  329. this.dgvCnas.RowHeadersVisible = false;
  330. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  331. this.dgvCnas.RowsDefaultCellStyle = dataGridViewCellStyle6;
  332. this.dgvCnas.RowTemplate.Height = 23;
  333. this.dgvCnas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  334. this.dgvCnas.Size = new System.Drawing.Size(343, 186);
  335. this.dgvCnas.TabIndex = 2;
  336. //
  337. // panel5
  338. //
  339. this.panel5.Controls.Add(this.cbxCnas);
  340. this.panel5.Controls.Add(this.label13);
  341. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  342. this.panel5.Location = new System.Drawing.Point(0, 0);
  343. this.panel5.Name = "panel5";
  344. this.panel5.Size = new System.Drawing.Size(343, 34);
  345. this.panel5.TabIndex = 0;
  346. //
  347. // cbxCnas
  348. //
  349. this.cbxCnas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  350. this.cbxCnas.FormattingEnabled = true;
  351. this.cbxCnas.Location = new System.Drawing.Point(122, 6);
  352. this.cbxCnas.Name = "cbxCnas";
  353. this.cbxCnas.Size = new System.Drawing.Size(189, 25);
  354. this.cbxCnas.TabIndex = 2;
  355. this.cbxCnas.SelectedIndexChanged += new System.EventHandler(this.cbxCnas_SelectedIndexChanged);
  356. //
  357. // label13
  358. //
  359. this.label13.AutoSize = true;
  360. this.label13.Location = new System.Drawing.Point(3, 10);
  361. this.label13.Name = "label13";
  362. this.label13.Size = new System.Drawing.Size(113, 17);
  363. this.label13.TabIndex = 1;
  364. this.label13.Text = "CNAS数据库表名:";
  365. //
  366. // panel2
  367. //
  368. this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
  369. this.panel2.Location = new System.Drawing.Point(0, 0);
  370. this.panel2.Name = "panel2";
  371. this.panel2.Size = new System.Drawing.Size(5, 462);
  372. this.panel2.TabIndex = 1;
  373. //
  374. // panel1
  375. //
  376. this.panel1.Controls.Add(this.panel10);
  377. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  378. this.panel1.Location = new System.Drawing.Point(0, 462);
  379. this.panel1.Name = "panel1";
  380. this.panel1.Size = new System.Drawing.Size(708, 31);
  381. this.panel1.TabIndex = 0;
  382. //
  383. // btnDeleteMapping
  384. //
  385. this.btnDeleteMapping.Location = new System.Drawing.Point(93, 2);
  386. this.btnDeleteMapping.Name = "btnDeleteMapping";
  387. this.btnDeleteMapping.Size = new System.Drawing.Size(79, 23);
  388. this.btnDeleteMapping.TabIndex = 4;
  389. this.btnDeleteMapping.Text = "移除映射";
  390. this.btnDeleteMapping.UseVisualStyleBackColor = true;
  391. this.btnDeleteMapping.Click += new System.EventHandler(this.btnDeleteMapping_Click);
  392. //
  393. // btnAddMapping
  394. //
  395. this.btnAddMapping.Location = new System.Drawing.Point(8, 2);
  396. this.btnAddMapping.Name = "btnAddMapping";
  397. this.btnAddMapping.Size = new System.Drawing.Size(79, 23);
  398. this.btnAddMapping.TabIndex = 3;
  399. this.btnAddMapping.Text = "新增映射";
  400. this.btnAddMapping.UseVisualStyleBackColor = true;
  401. this.btnAddMapping.Click += new System.EventHandler(this.btnAddMapping_Click);
  402. //
  403. // pnlbalanceLeft
  404. //
  405. this.pnlbalanceLeft.Controls.Add(this.panel9);
  406. this.pnlbalanceLeft.Controls.Add(this.panel7);
  407. this.pnlbalanceLeft.Controls.Add(this.panel6);
  408. this.pnlbalanceLeft.Dock = System.Windows.Forms.DockStyle.Left;
  409. this.pnlbalanceLeft.Location = new System.Drawing.Point(0, 0);
  410. this.pnlbalanceLeft.Name = "pnlbalanceLeft";
  411. this.pnlbalanceLeft.Size = new System.Drawing.Size(121, 493);
  412. this.pnlbalanceLeft.TabIndex = 0;
  413. //
  414. // lstBalance
  415. //
  416. this.lstBalance.Dock = System.Windows.Forms.DockStyle.Fill;
  417. this.lstBalance.Font = new System.Drawing.Font("微软雅黑", 9.5F);
  418. this.lstBalance.FormattingEnabled = true;
  419. this.lstBalance.ItemHeight = 19;
  420. this.lstBalance.Items.AddRange(new object[] {
  421. "全水分",
  422. "水分",
  423. "灰分",
  424. "挥发分"});
  425. this.lstBalance.Location = new System.Drawing.Point(0, 0);
  426. this.lstBalance.Name = "lstBalance";
  427. this.lstBalance.Size = new System.Drawing.Size(121, 464);
  428. this.lstBalance.TabIndex = 0;
  429. this.lstBalance.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lstBalance_DrawItem);
  430. this.lstBalance.SelectedIndexChanged += new System.EventHandler(this.lstBalance_SelectedIndexChanged);
  431. //
  432. // pnlBottom
  433. //
  434. this.pnlBottom.Controls.Add(this.panel8);
  435. this.pnlBottom.Controls.Add(this.groupBox1);
  436. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  437. this.pnlBottom.Location = new System.Drawing.Point(10, 498);
  438. this.pnlBottom.Name = "pnlBottom";
  439. this.pnlBottom.Size = new System.Drawing.Size(829, 56);
  440. this.pnlBottom.TabIndex = 3;
  441. //
  442. // btnOK
  443. //
  444. this.btnOK.Location = new System.Drawing.Point(4, 6);
  445. this.btnOK.Name = "btnOK";
  446. this.btnOK.Size = new System.Drawing.Size(90, 30);
  447. this.btnOK.TabIndex = 0;
  448. this.btnOK.Text = "确定";
  449. this.btnOK.UseVisualStyleBackColor = true;
  450. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  451. //
  452. // pnlTop
  453. //
  454. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  455. this.pnlTop.Location = new System.Drawing.Point(10, 0);
  456. this.pnlTop.Name = "pnlTop";
  457. this.pnlTop.Size = new System.Drawing.Size(829, 5);
  458. this.pnlTop.TabIndex = 2;
  459. //
  460. // pnlRight
  461. //
  462. this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
  463. this.pnlRight.Location = new System.Drawing.Point(839, 0);
  464. this.pnlRight.Name = "pnlRight";
  465. this.pnlRight.Size = new System.Drawing.Size(5, 554);
  466. this.pnlRight.TabIndex = 1;
  467. //
  468. // pnlLeft
  469. //
  470. this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  471. this.pnlLeft.Location = new System.Drawing.Point(0, 0);
  472. this.pnlLeft.Name = "pnlLeft";
  473. this.pnlLeft.Size = new System.Drawing.Size(10, 554);
  474. this.pnlLeft.TabIndex = 0;
  475. //
  476. // panel6
  477. //
  478. this.panel6.Controls.Add(this.label1);
  479. this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
  480. this.panel6.Location = new System.Drawing.Point(0, 0);
  481. this.panel6.Name = "panel6";
  482. this.panel6.Size = new System.Drawing.Size(121, 29);
  483. this.panel6.TabIndex = 1;
  484. //
  485. // panel7
  486. //
  487. this.panel7.Controls.Add(this.lstBalance);
  488. this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
  489. this.panel7.Location = new System.Drawing.Point(0, 29);
  490. this.panel7.Name = "panel7";
  491. this.panel7.Size = new System.Drawing.Size(121, 464);
  492. this.panel7.TabIndex = 2;
  493. //
  494. // InstrumentField
  495. //
  496. this.InstrumentField.DataPropertyName = "SourceField";
  497. this.InstrumentField.HeaderText = "仪器数据列";
  498. this.InstrumentField.Name = "InstrumentField";
  499. this.InstrumentField.Width = 200;
  500. //
  501. // CnasField
  502. //
  503. this.CnasField.DataPropertyName = "TargetField";
  504. this.CnasField.HeaderText = "CNAS数据列";
  505. this.CnasField.Name = "CnasField";
  506. this.CnasField.Width = 200;
  507. //
  508. // PrimaryKey
  509. //
  510. this.PrimaryKey.DataPropertyName = "IfPrimaryKey";
  511. this.PrimaryKey.HeaderText = "关键字段";
  512. this.PrimaryKey.Name = "PrimaryKey";
  513. this.PrimaryKey.Width = 80;
  514. //
  515. // DateKey
  516. //
  517. this.DateKey.DataPropertyName = "IfDateField";
  518. this.DateKey.HeaderText = "日期字段";
  519. this.DateKey.Name = "DateKey";
  520. //
  521. // label1
  522. //
  523. this.label1.AutoSize = true;
  524. this.label1.Location = new System.Drawing.Point(-1, 5);
  525. this.label1.Name = "label1";
  526. this.label1.Size = new System.Drawing.Size(56, 17);
  527. this.label1.TabIndex = 0;
  528. this.label1.Text = "化验类型";
  529. //
  530. // groupBox1
  531. //
  532. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  533. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  534. this.groupBox1.Name = "groupBox1";
  535. this.groupBox1.Size = new System.Drawing.Size(829, 13);
  536. this.groupBox1.TabIndex = 1;
  537. this.groupBox1.TabStop = false;
  538. //
  539. // panel8
  540. //
  541. this.panel8.Controls.Add(this.btnOK);
  542. this.panel8.Dock = System.Windows.Forms.DockStyle.Right;
  543. this.panel8.Location = new System.Drawing.Point(732, 13);
  544. this.panel8.Name = "panel8";
  545. this.panel8.Size = new System.Drawing.Size(97, 43);
  546. this.panel8.TabIndex = 2;
  547. //
  548. // panel9
  549. //
  550. this.panel9.Dock = System.Windows.Forms.DockStyle.Bottom;
  551. this.panel9.Location = new System.Drawing.Point(0, 462);
  552. this.panel9.Name = "panel9";
  553. this.panel9.Size = new System.Drawing.Size(121, 31);
  554. this.panel9.TabIndex = 3;
  555. //
  556. // panel10
  557. //
  558. this.panel10.Controls.Add(this.btnDeleteMapping);
  559. this.panel10.Controls.Add(this.btnAddMapping);
  560. this.panel10.Dock = System.Windows.Forms.DockStyle.Right;
  561. this.panel10.Location = new System.Drawing.Point(528, 0);
  562. this.panel10.Name = "panel10";
  563. this.panel10.Size = new System.Drawing.Size(180, 31);
  564. this.panel10.TabIndex = 5;
  565. //
  566. // InstruFieldName
  567. //
  568. this.InstruFieldName.DataPropertyName = "FieldName";
  569. this.InstruFieldName.HeaderText = "列名";
  570. this.InstruFieldName.Name = "InstruFieldName";
  571. this.InstruFieldName.ReadOnly = true;
  572. this.InstruFieldName.Width = 155;
  573. //
  574. // InstruDataType
  575. //
  576. this.InstruDataType.DataPropertyName = "FieldType";
  577. this.InstruDataType.HeaderText = "数据类型";
  578. this.InstruDataType.Name = "InstruDataType";
  579. this.InstruDataType.ReadOnly = true;
  580. this.InstruDataType.Width = 130;
  581. //
  582. // CNASFieldName
  583. //
  584. this.CNASFieldName.DataPropertyName = "CnasFieldName";
  585. this.CNASFieldName.HeaderText = "列名";
  586. this.CNASFieldName.Name = "CNASFieldName";
  587. this.CNASFieldName.ReadOnly = true;
  588. this.CNASFieldName.Width = 155;
  589. //
  590. // CnasDataType
  591. //
  592. this.CnasDataType.DataPropertyName = "CnasDataType";
  593. this.CnasDataType.HeaderText = "数据类型";
  594. this.CnasDataType.Name = "CnasDataType";
  595. this.CnasDataType.ReadOnly = true;
  596. this.CnasDataType.Width = 130;
  597. //
  598. // frmBalanceField
  599. //
  600. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  601. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  602. this.ClientSize = new System.Drawing.Size(844, 554);
  603. this.Controls.Add(this.pnlAll);
  604. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  605. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  606. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  607. this.Name = "frmBalanceField";
  608. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  609. this.Text = "天平端字段映射";
  610. this.Load += new System.EventHandler(this.frmBalanceField_Load);
  611. this.pnlAll.ResumeLayout(false);
  612. this.pnlCenter.ResumeLayout(false);
  613. this.pnlbalanceRight.ResumeLayout(false);
  614. this.panel3.ResumeLayout(false);
  615. this.splitContainer1.Panel1.ResumeLayout(false);
  616. this.splitContainer1.Panel2.ResumeLayout(false);
  617. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  618. this.splitContainer1.ResumeLayout(false);
  619. this.tabMapping.ResumeLayout(false);
  620. this.tabPage5.ResumeLayout(false);
  621. ((System.ComponentModel.ISupportInitialize)(this.dgvMapping)).EndInit();
  622. this.tabControl1.ResumeLayout(false);
  623. this.tabPage6.ResumeLayout(false);
  624. this.splitContainer2.Panel1.ResumeLayout(false);
  625. this.splitContainer2.Panel2.ResumeLayout(false);
  626. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  627. this.splitContainer2.ResumeLayout(false);
  628. ((System.ComponentModel.ISupportInitialize)(this.dgvbalancefield)).EndInit();
  629. this.panel4.ResumeLayout(false);
  630. this.panel4.PerformLayout();
  631. ((System.ComponentModel.ISupportInitialize)(this.dgvCnas)).EndInit();
  632. this.panel5.ResumeLayout(false);
  633. this.panel5.PerformLayout();
  634. this.panel1.ResumeLayout(false);
  635. this.pnlbalanceLeft.ResumeLayout(false);
  636. this.pnlBottom.ResumeLayout(false);
  637. this.panel6.ResumeLayout(false);
  638. this.panel6.PerformLayout();
  639. this.panel7.ResumeLayout(false);
  640. this.panel8.ResumeLayout(false);
  641. this.panel10.ResumeLayout(false);
  642. this.ResumeLayout(false);
  643. }
  644. #endregion
  645. private System.Windows.Forms.Panel pnlAll;
  646. private System.Windows.Forms.Panel pnlCenter;
  647. private System.Windows.Forms.Panel pnlBottom;
  648. private System.Windows.Forms.Panel pnlTop;
  649. private System.Windows.Forms.Panel pnlRight;
  650. private System.Windows.Forms.Panel pnlLeft;
  651. private System.Windows.Forms.Button btnOK;
  652. private System.Windows.Forms.Panel pnlbalanceRight;
  653. private System.Windows.Forms.Panel pnlbalanceLeft;
  654. private System.Windows.Forms.ListBox lstBalance;
  655. private System.Windows.Forms.Panel panel1;
  656. private System.Windows.Forms.Panel panel2;
  657. private System.Windows.Forms.Button btnDeleteMapping;
  658. private System.Windows.Forms.Button btnAddMapping;
  659. private System.Windows.Forms.Panel panel3;
  660. private System.Windows.Forms.SplitContainer splitContainer1;
  661. private System.Windows.Forms.TabControl tabMapping;
  662. private System.Windows.Forms.TabPage tabPage5;
  663. private System.Windows.Forms.DataGridView dgvMapping;
  664. private System.Windows.Forms.TabControl tabControl1;
  665. private System.Windows.Forms.TabPage tabPage6;
  666. private System.Windows.Forms.SplitContainer splitContainer2;
  667. private System.Windows.Forms.DataGridView dgvbalancefield;
  668. private System.Windows.Forms.Panel panel4;
  669. private System.Windows.Forms.Label label12;
  670. private System.Windows.Forms.DataGridView dgvCnas;
  671. private System.Windows.Forms.Panel panel5;
  672. private System.Windows.Forms.ComboBox cbxCnas;
  673. private System.Windows.Forms.Label label13;
  674. private System.Windows.Forms.Panel panel7;
  675. private System.Windows.Forms.Panel panel6;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn InstrumentField;
  677. private System.Windows.Forms.DataGridViewTextBoxColumn CnasField;
  678. private System.Windows.Forms.DataGridViewCheckBoxColumn PrimaryKey;
  679. private System.Windows.Forms.DataGridViewCheckBoxColumn DateKey;
  680. private System.Windows.Forms.Label label1;
  681. private System.Windows.Forms.GroupBox groupBox1;
  682. private System.Windows.Forms.Panel panel8;
  683. private System.Windows.Forms.Panel panel10;
  684. private System.Windows.Forms.Panel panel9;
  685. private System.Windows.Forms.DataGridViewTextBoxColumn InstruFieldName;
  686. private System.Windows.Forms.DataGridViewTextBoxColumn InstruDataType;
  687. private System.Windows.Forms.DataGridViewTextBoxColumn CNASFieldName;
  688. private System.Windows.Forms.DataGridViewTextBoxColumn CnasDataType;
  689. }
  690. }