ExcelImport.designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class ExcelImport
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.btnLoad = new System.Windows.Forms.Button();
  31. this.btnComplete = new System.Windows.Forms.Button();
  32. this.openFileDlg = new System.Windows.Forms.OpenFileDialog();
  33. this.panelSource = new System.Windows.Forms.Panel();
  34. this.panelTarget = new System.Windows.Forms.Panel();
  35. this.lstMapping = new System.Windows.Forms.ListBox();
  36. this.btnMapping = new System.Windows.Forms.Button();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.btnPreview = new System.Windows.Forms.Button();
  41. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  42. this.groupBox1 = new System.Windows.Forms.GroupBox();
  43. this.rdMaterial = new System.Windows.Forms.RadioButton();
  44. this.rdService = new System.Windows.Forms.RadioButton();
  45. this.rdDrugs = new System.Windows.Forms.RadioButton();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.label6 = new System.Windows.Forms.Label();
  49. this.maxUploadRows = new System.Windows.Forms.NumericUpDown();
  50. this.maxPreviewRows = new System.Windows.Forms.NumericUpDown();
  51. this.label7 = new System.Windows.Forms.Label();
  52. this.codeMinLength = new System.Windows.Forms.NumericUpDown();
  53. this.label8 = new System.Windows.Forms.Label();
  54. this.headerLineNum = new System.Windows.Forms.NumericUpDown();
  55. this.label9 = new System.Windows.Forms.Label();
  56. this.txtCombinMark = new System.Windows.Forms.TextBox();
  57. this.headerStartNO = new System.Windows.Forms.NumericUpDown();
  58. this.label10 = new System.Windows.Forms.Label();
  59. this.button1 = new System.Windows.Forms.Button();
  60. this.button2 = new System.Windows.Forms.Button();
  61. this.label11 = new System.Windows.Forms.Label();
  62. this.tbSheetName = new System.Windows.Forms.TextBox();
  63. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  64. this.groupBox1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.maxUploadRows)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.maxPreviewRows)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.codeMinLength)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.headerLineNum)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.headerStartNO)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // dataGridView1
  73. //
  74. this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  75. | System.Windows.Forms.AnchorStyles.Left)
  76. | System.Windows.Forms.AnchorStyles.Right)));
  77. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  78. this.dataGridView1.Location = new System.Drawing.Point(0, 82);
  79. this.dataGridView1.Margin = new System.Windows.Forms.Padding(2);
  80. this.dataGridView1.Name = "dataGridView1";
  81. this.dataGridView1.RowHeadersWidth = 51;
  82. this.dataGridView1.RowTemplate.Height = 27;
  83. this.dataGridView1.Size = new System.Drawing.Size(745, 567);
  84. this.dataGridView1.TabIndex = 0;
  85. //
  86. // btnLoad
  87. //
  88. this.btnLoad.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  89. this.btnLoad.Location = new System.Drawing.Point(861, 12);
  90. this.btnLoad.Margin = new System.Windows.Forms.Padding(2);
  91. this.btnLoad.Name = "btnLoad";
  92. this.btnLoad.Size = new System.Drawing.Size(118, 35);
  93. this.btnLoad.TabIndex = 2;
  94. this.btnLoad.Text = "加载Excel";
  95. this.btnLoad.UseVisualStyleBackColor = true;
  96. this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
  97. //
  98. // btnComplete
  99. //
  100. this.btnComplete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  101. this.btnComplete.BackColor = System.Drawing.SystemColors.Menu;
  102. this.btnComplete.Location = new System.Drawing.Point(1207, 10);
  103. this.btnComplete.Margin = new System.Windows.Forms.Padding(2);
  104. this.btnComplete.Name = "btnComplete";
  105. this.btnComplete.Size = new System.Drawing.Size(90, 35);
  106. this.btnComplete.TabIndex = 2;
  107. this.btnComplete.Text = "开始上传(&O)";
  108. this.btnComplete.UseVisualStyleBackColor = false;
  109. this.btnComplete.Click += new System.EventHandler(this.btnComplete_Click);
  110. //
  111. // openFileDlg
  112. //
  113. this.openFileDlg.DefaultExt = "xlsx";
  114. this.openFileDlg.FileName = "文件.xlsx";
  115. this.openFileDlg.Filter = "Excel文件|*.xlsx|旧版Excel|*.xls";
  116. //
  117. // panelSource
  118. //
  119. this.panelSource.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  120. | System.Windows.Forms.AnchorStyles.Right)));
  121. this.panelSource.AutoScroll = true;
  122. this.panelSource.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  123. this.panelSource.Location = new System.Drawing.Point(760, 113);
  124. this.panelSource.Margin = new System.Windows.Forms.Padding(2);
  125. this.panelSource.Name = "panelSource";
  126. this.panelSource.Size = new System.Drawing.Size(168, 537);
  127. this.panelSource.TabIndex = 3;
  128. //
  129. // panelTarget
  130. //
  131. this.panelTarget.AllowDrop = true;
  132. this.panelTarget.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  133. | System.Windows.Forms.AnchorStyles.Right)));
  134. this.panelTarget.AutoScroll = true;
  135. this.panelTarget.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  136. this.panelTarget.Location = new System.Drawing.Point(932, 113);
  137. this.panelTarget.Margin = new System.Windows.Forms.Padding(2);
  138. this.panelTarget.Name = "panelTarget";
  139. this.panelTarget.Size = new System.Drawing.Size(176, 537);
  140. this.panelTarget.TabIndex = 3;
  141. //
  142. // lstMapping
  143. //
  144. this.lstMapping.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  145. | System.Windows.Forms.AnchorStyles.Right)));
  146. this.lstMapping.FormattingEnabled = true;
  147. this.lstMapping.ItemHeight = 12;
  148. this.lstMapping.Location = new System.Drawing.Point(1112, 119);
  149. this.lstMapping.Margin = new System.Windows.Forms.Padding(2);
  150. this.lstMapping.Name = "lstMapping";
  151. this.lstMapping.Size = new System.Drawing.Size(194, 532);
  152. this.lstMapping.TabIndex = 4;
  153. this.lstMapping.DoubleClick += new System.EventHandler(this.lstMapping_DoubleClick);
  154. //
  155. // btnMapping
  156. //
  157. this.btnMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  158. this.btnMapping.Location = new System.Drawing.Point(985, 12);
  159. this.btnMapping.Margin = new System.Windows.Forms.Padding(2);
  160. this.btnMapping.Name = "btnMapping";
  161. this.btnMapping.Size = new System.Drawing.Size(118, 35);
  162. this.btnMapping.TabIndex = 2;
  163. this.btnMapping.Text = "智能匹配";
  164. this.btnMapping.UseVisualStyleBackColor = true;
  165. this.btnMapping.Click += new System.EventHandler(this.btnMapping_Click);
  166. //
  167. // label1
  168. //
  169. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  170. this.label1.AutoSize = true;
  171. this.label1.Location = new System.Drawing.Point(1117, 94);
  172. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  173. this.label1.Name = "label1";
  174. this.label1.Size = new System.Drawing.Size(53, 12);
  175. this.label1.TabIndex = 5;
  176. this.label1.Text = "映射关系";
  177. //
  178. // label2
  179. //
  180. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  181. this.label2.AutoSize = true;
  182. this.label2.Location = new System.Drawing.Point(930, 94);
  183. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  184. this.label2.Name = "label2";
  185. this.label2.Size = new System.Drawing.Size(77, 12);
  186. this.label2.TabIndex = 5;
  187. this.label2.Text = "系统标准字段";
  188. //
  189. // label3
  190. //
  191. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  192. this.label3.AutoSize = true;
  193. this.label3.Location = new System.Drawing.Point(761, 94);
  194. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  195. this.label3.Name = "label3";
  196. this.label3.Size = new System.Drawing.Size(83, 12);
  197. this.label3.TabIndex = 5;
  198. this.label3.Text = "Excel中的字段";
  199. //
  200. // btnPreview
  201. //
  202. this.btnPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  203. this.btnPreview.Location = new System.Drawing.Point(1107, 10);
  204. this.btnPreview.Margin = new System.Windows.Forms.Padding(2);
  205. this.btnPreview.Name = "btnPreview";
  206. this.btnPreview.Size = new System.Drawing.Size(94, 35);
  207. this.btnPreview.TabIndex = 2;
  208. this.btnPreview.Text = "预览数据";
  209. this.btnPreview.UseVisualStyleBackColor = true;
  210. this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
  211. //
  212. // groupBox1
  213. //
  214. this.groupBox1.Controls.Add(this.rdMaterial);
  215. this.groupBox1.Controls.Add(this.rdService);
  216. this.groupBox1.Controls.Add(this.rdDrugs);
  217. this.groupBox1.Location = new System.Drawing.Point(0, 10);
  218. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  219. this.groupBox1.Name = "groupBox1";
  220. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  221. this.groupBox1.Size = new System.Drawing.Size(340, 34);
  222. this.groupBox1.TabIndex = 6;
  223. this.groupBox1.TabStop = false;
  224. this.groupBox1.Text = "类型";
  225. //
  226. // rdMaterial
  227. //
  228. this.rdMaterial.AutoSize = true;
  229. this.rdMaterial.Location = new System.Drawing.Point(248, 13);
  230. this.rdMaterial.Margin = new System.Windows.Forms.Padding(2);
  231. this.rdMaterial.Name = "rdMaterial";
  232. this.rdMaterial.Size = new System.Drawing.Size(47, 16);
  233. this.rdMaterial.TabIndex = 0;
  234. this.rdMaterial.TabStop = true;
  235. this.rdMaterial.Text = "材料";
  236. this.rdMaterial.UseVisualStyleBackColor = true;
  237. //
  238. // rdService
  239. //
  240. this.rdService.AutoSize = true;
  241. this.rdService.Location = new System.Drawing.Point(145, 13);
  242. this.rdService.Margin = new System.Windows.Forms.Padding(2);
  243. this.rdService.Name = "rdService";
  244. this.rdService.Size = new System.Drawing.Size(47, 16);
  245. this.rdService.TabIndex = 0;
  246. this.rdService.TabStop = true;
  247. this.rdService.Text = "诊疗";
  248. this.rdService.UseVisualStyleBackColor = true;
  249. //
  250. // rdDrugs
  251. //
  252. this.rdDrugs.AutoSize = true;
  253. this.rdDrugs.Location = new System.Drawing.Point(49, 13);
  254. this.rdDrugs.Margin = new System.Windows.Forms.Padding(2);
  255. this.rdDrugs.Name = "rdDrugs";
  256. this.rdDrugs.Size = new System.Drawing.Size(47, 16);
  257. this.rdDrugs.TabIndex = 0;
  258. this.rdDrugs.TabStop = true;
  259. this.rdDrugs.Text = "药品";
  260. this.rdDrugs.UseVisualStyleBackColor = true;
  261. //
  262. // label4
  263. //
  264. this.label4.AutoSize = true;
  265. this.label4.Location = new System.Drawing.Point(352, 22);
  266. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  267. this.label4.Name = "label4";
  268. this.label4.Size = new System.Drawing.Size(59, 12);
  269. this.label4.TabIndex = 8;
  270. this.label4.Text = "预览条数:";
  271. //
  272. // label5
  273. //
  274. this.label5.AutoSize = true;
  275. this.label5.Location = new System.Drawing.Point(470, 22);
  276. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  277. this.label5.Name = "label5";
  278. this.label5.Size = new System.Drawing.Size(65, 12);
  279. this.label5.TabIndex = 8;
  280. this.label5.Text = "-1为不限制";
  281. //
  282. // label6
  283. //
  284. this.label6.AutoSize = true;
  285. this.label6.Location = new System.Drawing.Point(553, 22);
  286. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  287. this.label6.Name = "label6";
  288. this.label6.Size = new System.Drawing.Size(83, 12);
  289. this.label6.TabIndex = 8;
  290. this.label6.Text = "单次导入数量:";
  291. //
  292. // maxUploadRows
  293. //
  294. this.maxUploadRows.Location = new System.Drawing.Point(636, 18);
  295. this.maxUploadRows.Margin = new System.Windows.Forms.Padding(2);
  296. this.maxUploadRows.Maximum = new decimal(new int[] {
  297. 10000,
  298. 0,
  299. 0,
  300. 0});
  301. this.maxUploadRows.Minimum = new decimal(new int[] {
  302. 1,
  303. 0,
  304. 0,
  305. 0});
  306. this.maxUploadRows.Name = "maxUploadRows";
  307. this.maxUploadRows.Size = new System.Drawing.Size(65, 21);
  308. this.maxUploadRows.TabIndex = 9;
  309. this.maxUploadRows.Value = new decimal(new int[] {
  310. 5000,
  311. 0,
  312. 0,
  313. 0});
  314. //
  315. // maxPreviewRows
  316. //
  317. this.maxPreviewRows.Location = new System.Drawing.Point(413, 18);
  318. this.maxPreviewRows.Margin = new System.Windows.Forms.Padding(2);
  319. this.maxPreviewRows.Minimum = new decimal(new int[] {
  320. 1,
  321. 0,
  322. 0,
  323. -2147483648});
  324. this.maxPreviewRows.Name = "maxPreviewRows";
  325. this.maxPreviewRows.Size = new System.Drawing.Size(58, 21);
  326. this.maxPreviewRows.TabIndex = 9;
  327. this.maxPreviewRows.Value = new decimal(new int[] {
  328. 20,
  329. 0,
  330. 0,
  331. 0});
  332. //
  333. // label7
  334. //
  335. this.label7.AutoSize = true;
  336. this.label7.Location = new System.Drawing.Point(5, 56);
  337. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  338. this.label7.Name = "label7";
  339. this.label7.Size = new System.Drawing.Size(83, 12);
  340. this.label7.TabIndex = 8;
  341. this.label7.Text = "Code最小长度:";
  342. //
  343. // codeMinLength
  344. //
  345. this.codeMinLength.Location = new System.Drawing.Point(91, 54);
  346. this.codeMinLength.Margin = new System.Windows.Forms.Padding(2);
  347. this.codeMinLength.Maximum = new decimal(new int[] {
  348. 50,
  349. 0,
  350. 0,
  351. 0});
  352. this.codeMinLength.Minimum = new decimal(new int[] {
  353. 1,
  354. 0,
  355. 0,
  356. 0});
  357. this.codeMinLength.Name = "codeMinLength";
  358. this.codeMinLength.Size = new System.Drawing.Size(58, 21);
  359. this.codeMinLength.TabIndex = 9;
  360. this.codeMinLength.Value = new decimal(new int[] {
  361. 6,
  362. 0,
  363. 0,
  364. 0});
  365. //
  366. // label8
  367. //
  368. this.label8.AutoSize = true;
  369. this.label8.Location = new System.Drawing.Point(163, 55);
  370. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  371. this.label8.Name = "label8";
  372. this.label8.Size = new System.Drawing.Size(83, 12);
  373. this.label8.TabIndex = 8;
  374. this.label8.Text = "标题所在行数:";
  375. //
  376. // headerLineNum
  377. //
  378. this.headerLineNum.Location = new System.Drawing.Point(248, 53);
  379. this.headerLineNum.Margin = new System.Windows.Forms.Padding(2);
  380. this.headerLineNum.Maximum = new decimal(new int[] {
  381. 50,
  382. 0,
  383. 0,
  384. 0});
  385. this.headerLineNum.Name = "headerLineNum";
  386. this.headerLineNum.Size = new System.Drawing.Size(44, 21);
  387. this.headerLineNum.TabIndex = 9;
  388. this.headerLineNum.Value = new decimal(new int[] {
  389. 1,
  390. 0,
  391. 0,
  392. 0});
  393. //
  394. // label9
  395. //
  396. this.label9.AutoSize = true;
  397. this.label9.Location = new System.Drawing.Point(329, 58);
  398. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  399. this.label9.Name = "label9";
  400. this.label9.Size = new System.Drawing.Size(95, 12);
  401. this.label9.TabIndex = 8;
  402. this.label9.Text = "组合字段连接符:";
  403. //
  404. // txtCombinMark
  405. //
  406. this.txtCombinMark.Location = new System.Drawing.Point(424, 54);
  407. this.txtCombinMark.Margin = new System.Windows.Forms.Padding(2);
  408. this.txtCombinMark.Name = "txtCombinMark";
  409. this.txtCombinMark.Size = new System.Drawing.Size(49, 21);
  410. this.txtCombinMark.TabIndex = 10;
  411. this.txtCombinMark.Text = "-";
  412. this.txtCombinMark.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  413. //
  414. // headerStartNO
  415. //
  416. this.headerStartNO.Location = new System.Drawing.Point(528, 53);
  417. this.headerStartNO.Margin = new System.Windows.Forms.Padding(2);
  418. this.headerStartNO.Maximum = new decimal(new int[] {
  419. 50,
  420. 0,
  421. 0,
  422. 0});
  423. this.headerStartNO.Name = "headerStartNO";
  424. this.headerStartNO.Size = new System.Drawing.Size(44, 21);
  425. this.headerStartNO.TabIndex = 12;
  426. this.headerStartNO.Value = new decimal(new int[] {
  427. 2,
  428. 0,
  429. 0,
  430. 0});
  431. //
  432. // label10
  433. //
  434. this.label10.AutoSize = true;
  435. this.label10.Location = new System.Drawing.Point(483, 56);
  436. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  437. this.label10.Name = "label10";
  438. this.label10.Size = new System.Drawing.Size(47, 12);
  439. this.label10.TabIndex = 11;
  440. this.label10.Text = "起始行:";
  441. //
  442. // button1
  443. //
  444. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  445. this.button1.Location = new System.Drawing.Point(861, 52);
  446. this.button1.Margin = new System.Windows.Forms.Padding(2);
  447. this.button1.Name = "button1";
  448. this.button1.Size = new System.Drawing.Size(118, 35);
  449. this.button1.TabIndex = 13;
  450. this.button1.Text = "读取映射关系";
  451. this.button1.UseVisualStyleBackColor = true;
  452. this.button1.Click += new System.EventHandler(this.button1_Click);
  453. //
  454. // button2
  455. //
  456. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  457. this.button2.Location = new System.Drawing.Point(985, 53);
  458. this.button2.Margin = new System.Windows.Forms.Padding(2);
  459. this.button2.Name = "button2";
  460. this.button2.Size = new System.Drawing.Size(118, 35);
  461. this.button2.TabIndex = 14;
  462. this.button2.Text = "保存映射关系";
  463. this.button2.UseVisualStyleBackColor = true;
  464. this.button2.Click += new System.EventHandler(this.button2_Click);
  465. //
  466. // label11
  467. //
  468. this.label11.AutoSize = true;
  469. this.label11.Location = new System.Drawing.Point(580, 57);
  470. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  471. this.label11.Name = "label11";
  472. this.label11.Size = new System.Drawing.Size(65, 12);
  473. this.label11.TabIndex = 15;
  474. this.label11.Text = "指定工作簿";
  475. //
  476. // tbSheetName
  477. //
  478. this.tbSheetName.Location = new System.Drawing.Point(650, 52);
  479. this.tbSheetName.Name = "tbSheetName";
  480. this.tbSheetName.Size = new System.Drawing.Size(159, 21);
  481. this.tbSheetName.TabIndex = 16;
  482. this.tbSheetName.Text = "总表";
  483. //
  484. // ExcelImport
  485. //
  486. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  487. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  488. this.ClientSize = new System.Drawing.Size(1314, 659);
  489. this.Controls.Add(this.tbSheetName);
  490. this.Controls.Add(this.label11);
  491. this.Controls.Add(this.button2);
  492. this.Controls.Add(this.button1);
  493. this.Controls.Add(this.headerStartNO);
  494. this.Controls.Add(this.label10);
  495. this.Controls.Add(this.txtCombinMark);
  496. this.Controls.Add(this.headerLineNum);
  497. this.Controls.Add(this.codeMinLength);
  498. this.Controls.Add(this.maxPreviewRows);
  499. this.Controls.Add(this.maxUploadRows);
  500. this.Controls.Add(this.label9);
  501. this.Controls.Add(this.label5);
  502. this.Controls.Add(this.label8);
  503. this.Controls.Add(this.label7);
  504. this.Controls.Add(this.label6);
  505. this.Controls.Add(this.label4);
  506. this.Controls.Add(this.groupBox1);
  507. this.Controls.Add(this.label3);
  508. this.Controls.Add(this.label2);
  509. this.Controls.Add(this.label1);
  510. this.Controls.Add(this.lstMapping);
  511. this.Controls.Add(this.panelTarget);
  512. this.Controls.Add(this.panelSource);
  513. this.Controls.Add(this.btnComplete);
  514. this.Controls.Add(this.btnMapping);
  515. this.Controls.Add(this.btnPreview);
  516. this.Controls.Add(this.btnLoad);
  517. this.Controls.Add(this.dataGridView1);
  518. this.Margin = new System.Windows.Forms.Padding(2);
  519. this.Name = "ExcelImport";
  520. this.Text = "ExcelImport";
  521. this.Load += new System.EventHandler(this.ExcelImport_Load);
  522. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  523. this.groupBox1.ResumeLayout(false);
  524. this.groupBox1.PerformLayout();
  525. ((System.ComponentModel.ISupportInitialize)(this.maxUploadRows)).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)(this.maxPreviewRows)).EndInit();
  527. ((System.ComponentModel.ISupportInitialize)(this.codeMinLength)).EndInit();
  528. ((System.ComponentModel.ISupportInitialize)(this.headerLineNum)).EndInit();
  529. ((System.ComponentModel.ISupportInitialize)(this.headerStartNO)).EndInit();
  530. this.ResumeLayout(false);
  531. this.PerformLayout();
  532. }
  533. #endregion
  534. private System.Windows.Forms.DataGridView dataGridView1;
  535. private System.Windows.Forms.Button btnLoad;
  536. private System.Windows.Forms.Button btnComplete;
  537. private System.Windows.Forms.OpenFileDialog openFileDlg;
  538. private System.Windows.Forms.Panel panelSource;
  539. private System.Windows.Forms.Panel panelTarget;
  540. private System.Windows.Forms.ListBox lstMapping;
  541. private System.Windows.Forms.Button btnMapping;
  542. private System.Windows.Forms.Label label1;
  543. private System.Windows.Forms.Label label2;
  544. private System.Windows.Forms.Label label3;
  545. private System.Windows.Forms.Button btnPreview;
  546. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  547. private System.Windows.Forms.GroupBox groupBox1;
  548. private System.Windows.Forms.RadioButton rdDrugs;
  549. private System.Windows.Forms.RadioButton rdService;
  550. private System.Windows.Forms.RadioButton rdMaterial;
  551. private System.Windows.Forms.Label label4;
  552. private System.Windows.Forms.Label label5;
  553. private System.Windows.Forms.Label label6;
  554. private System.Windows.Forms.NumericUpDown maxUploadRows;
  555. private System.Windows.Forms.NumericUpDown maxPreviewRows;
  556. private System.Windows.Forms.Label label7;
  557. private System.Windows.Forms.NumericUpDown codeMinLength;
  558. private System.Windows.Forms.Label label8;
  559. private System.Windows.Forms.NumericUpDown headerLineNum;
  560. private System.Windows.Forms.Label label9;
  561. private System.Windows.Forms.TextBox txtCombinMark;
  562. private System.Windows.Forms.NumericUpDown headerStartNO;
  563. private System.Windows.Forms.Label label10;
  564. private System.Windows.Forms.Button button1;
  565. private System.Windows.Forms.Button button2;
  566. private System.Windows.Forms.Label label11;
  567. private System.Windows.Forms.TextBox tbSheetName;
  568. }
  569. }