JsonMappingForm.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class JsonMappingForm
  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.components = new System.ComponentModel.Container();
  30. this.lstBase = new System.Windows.Forms.ListBox();
  31. this.localContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.fixValue = new System.Windows.Forms.ToolStripMenuItem();
  33. this.globalVar = new System.Windows.Forms.ToolStripMenuItem();
  34. this.medtrt_id = new System.Windows.Forms.ToolStripMenuItem();
  35. this.insuplc_admvs = new System.Windows.Forms.ToolStripMenuItem();
  36. this.insuadm_admvs = new System.Windows.Forms.ToolStripMenuItem();
  37. this.pns_no = new System.Windows.Forms.ToolStripMenuItem();
  38. this.psn_name = new System.Windows.Forms.ToolStripMenuItem();
  39. this.gender = new System.Windows.Forms.ToolStripMenuItem();
  40. this.age = new System.Windows.Forms.ToolStripMenuItem();
  41. this.birthday = new System.Windows.Forms.ToolStripMenuItem();
  42. this.insutype = new System.Windows.Forms.ToolStripMenuItem();
  43. this.medtype = new System.Windows.Forms.ToolStripMenuItem();
  44. this.ecToken = new System.Windows.Forms.ToolStripMenuItem();
  45. this.clearway = new System.Windows.Forms.ToolStripMenuItem();
  46. this.insuOrgCode = new System.Windows.Forms.ToolStripMenuItem();
  47. this.admid = new System.Windows.Forms.ToolStripMenuItem();
  48. this.saveToExpand = new System.Windows.Forms.ToolStripMenuItem();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.lstLocal = new System.Windows.Forms.ListBox();
  51. this.label2 = new System.Windows.Forms.Label();
  52. this.txtBase = new System.Windows.Forms.RichTextBox();
  53. this.txtLocal = new System.Windows.Forms.RichTextBox();
  54. this.label3 = new System.Windows.Forms.Label();
  55. this.label4 = new System.Windows.Forms.Label();
  56. this.btnLoad = new System.Windows.Forms.Button();
  57. this.lstMap = new System.Windows.Forms.ListBox();
  58. this.mapContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  59. this.numToDate = new System.Windows.Forms.ToolStripMenuItem();
  60. this.stringToDate = new System.Windows.Forms.ToolStripMenuItem();
  61. this.ToString = new System.Windows.Forms.ToolStripMenuItem();
  62. this.txtName = new System.Windows.Forms.TextBox();
  63. this.btnMap = new System.Windows.Forms.Button();
  64. this.panel1 = new System.Windows.Forms.Panel();
  65. this.btnExchange = new System.Windows.Forms.Button();
  66. this.btnMockLocal = new System.Windows.Forms.Button();
  67. this.label6 = new System.Windows.Forms.Label();
  68. this.groupBox1 = new System.Windows.Forms.GroupBox();
  69. this.radioInput = new System.Windows.Forms.RadioButton();
  70. this.radioOutput = new System.Windows.Forms.RadioButton();
  71. this.btnSave = new System.Windows.Forms.Button();
  72. this.btnConfig = new System.Windows.Forms.Button();
  73. this.btnTest = new System.Windows.Forms.Button();
  74. this.btnChange = new System.Windows.Forms.Button();
  75. this.txtLocalName = new System.Windows.Forms.TextBox();
  76. this.txtBaseName = new System.Windows.Forms.TextBox();
  77. this.certtype = new System.Windows.Forms.ToolStripMenuItem();
  78. this.certno = new System.Windows.Forms.ToolStripMenuItem();
  79. this.localContextMenu.SuspendLayout();
  80. this.mapContextMenu.SuspendLayout();
  81. this.panel1.SuspendLayout();
  82. this.groupBox1.SuspendLayout();
  83. this.SuspendLayout();
  84. //
  85. // lstBase
  86. //
  87. this.lstBase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  88. | System.Windows.Forms.AnchorStyles.Left)));
  89. this.lstBase.FormattingEnabled = true;
  90. this.lstBase.HorizontalScrollbar = true;
  91. this.lstBase.ItemHeight = 15;
  92. this.lstBase.Location = new System.Drawing.Point(11, 40);
  93. this.lstBase.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  94. this.lstBase.Name = "lstBase";
  95. this.lstBase.Size = new System.Drawing.Size(333, 289);
  96. this.lstBase.TabIndex = 0;
  97. //
  98. // localContextMenu
  99. //
  100. this.localContextMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
  101. this.localContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  102. this.fixValue,
  103. this.globalVar,
  104. this.saveToExpand});
  105. this.localContextMenu.Name = "localContextMenu";
  106. this.localContextMenu.Size = new System.Drawing.Size(211, 104);
  107. //
  108. // fixValue
  109. //
  110. this.fixValue.Name = "fixValue";
  111. this.fixValue.Size = new System.Drawing.Size(210, 24);
  112. this.fixValue.Text = "设定固定值";
  113. this.fixValue.Click += new System.EventHandler(this.fixValue_Click);
  114. //
  115. // globalVar
  116. //
  117. this.globalVar.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  118. this.medtrt_id,
  119. this.insuplc_admvs,
  120. this.insuadm_admvs,
  121. this.pns_no,
  122. this.psn_name,
  123. this.gender,
  124. this.age,
  125. this.birthday,
  126. this.insutype,
  127. this.medtype,
  128. this.ecToken,
  129. this.clearway,
  130. this.insuOrgCode,
  131. this.admid,
  132. this.certtype,
  133. this.certno});
  134. this.globalVar.Name = "globalVar";
  135. this.globalVar.ShowShortcutKeys = false;
  136. this.globalVar.Size = new System.Drawing.Size(210, 24);
  137. this.globalVar.Text = "设置全局变量";
  138. //
  139. // medtrt_id
  140. //
  141. this.medtrt_id.Name = "medtrt_id";
  142. this.medtrt_id.Size = new System.Drawing.Size(224, 26);
  143. this.medtrt_id.Text = "医保就诊ID";
  144. this.medtrt_id.Click += new System.EventHandler(this.medtrt_id_Click);
  145. //
  146. // insuplc_admvs
  147. //
  148. this.insuplc_admvs.Name = "insuplc_admvs";
  149. this.insuplc_admvs.Size = new System.Drawing.Size(224, 26);
  150. this.insuplc_admvs.Text = "就医地";
  151. this.insuplc_admvs.Click += new System.EventHandler(this.insuplc_admvs_Click);
  152. //
  153. // insuadm_admvs
  154. //
  155. this.insuadm_admvs.Name = "insuadm_admvs";
  156. this.insuadm_admvs.Size = new System.Drawing.Size(224, 26);
  157. this.insuadm_admvs.Text = "参保地";
  158. this.insuadm_admvs.Click += new System.EventHandler(this.insuadm_admvs_Click);
  159. //
  160. // pns_no
  161. //
  162. this.pns_no.Name = "pns_no";
  163. this.pns_no.Size = new System.Drawing.Size(224, 26);
  164. this.pns_no.Text = "个人编号";
  165. this.pns_no.Click += new System.EventHandler(this.pns_no_Click);
  166. //
  167. // psn_name
  168. //
  169. this.psn_name.Name = "psn_name";
  170. this.psn_name.Size = new System.Drawing.Size(224, 26);
  171. this.psn_name.Text = "姓名";
  172. this.psn_name.Click += new System.EventHandler(this.psn_name_Click);
  173. //
  174. // gender
  175. //
  176. this.gender.Name = "gender";
  177. this.gender.Size = new System.Drawing.Size(224, 26);
  178. this.gender.Text = "性别";
  179. this.gender.Click += new System.EventHandler(this.gender_Click);
  180. //
  181. // age
  182. //
  183. this.age.Name = "age";
  184. this.age.Size = new System.Drawing.Size(224, 26);
  185. this.age.Text = "年龄";
  186. this.age.Click += new System.EventHandler(this.age_Click);
  187. //
  188. // birthday
  189. //
  190. this.birthday.Name = "birthday";
  191. this.birthday.Size = new System.Drawing.Size(224, 26);
  192. this.birthday.Text = "出生日期";
  193. this.birthday.Click += new System.EventHandler(this.birthday_Click);
  194. //
  195. // insutype
  196. //
  197. this.insutype.Name = "insutype";
  198. this.insutype.Size = new System.Drawing.Size(224, 26);
  199. this.insutype.Text = "险种类型";
  200. this.insutype.Click += new System.EventHandler(this.insutype_Click);
  201. //
  202. // medtype
  203. //
  204. this.medtype.Name = "medtype";
  205. this.medtype.Size = new System.Drawing.Size(224, 26);
  206. this.medtype.Text = "医疗类别";
  207. this.medtype.Click += new System.EventHandler(this.medtype_Click);
  208. //
  209. // ecToken
  210. //
  211. this.ecToken.Name = "ecToken";
  212. this.ecToken.Size = new System.Drawing.Size(224, 26);
  213. this.ecToken.Text = "电子凭证码";
  214. this.ecToken.Click += new System.EventHandler(this.ecToken_Click);
  215. //
  216. // clearway
  217. //
  218. this.clearway.Name = "clearway";
  219. this.clearway.Size = new System.Drawing.Size(224, 26);
  220. this.clearway.Text = "清算方式";
  221. this.clearway.Click += new System.EventHandler(this.clearway_Click);
  222. //
  223. // insuOrgCode
  224. //
  225. this.insuOrgCode.Name = "insuOrgCode";
  226. this.insuOrgCode.Size = new System.Drawing.Size(224, 26);
  227. this.insuOrgCode.Text = "医院编码(社保)";
  228. this.insuOrgCode.Click += new System.EventHandler(this.insuOrgCode_Click);
  229. //
  230. // admid
  231. //
  232. this.admid.Name = "admid";
  233. this.admid.Size = new System.Drawing.Size(224, 26);
  234. this.admid.Text = "就诊ID";
  235. this.admid.Click += new System.EventHandler(this.admid_Click);
  236. //
  237. // saveToExpand
  238. //
  239. this.saveToExpand.Name = "saveToExpand";
  240. this.saveToExpand.Size = new System.Drawing.Size(210, 24);
  241. this.saveToExpand.Text = "保存到扩展节点";
  242. this.saveToExpand.Click += new System.EventHandler(this.saveToExpand_Click);
  243. //
  244. // label1
  245. //
  246. this.label1.AutoSize = true;
  247. this.label1.Location = new System.Drawing.Point(11, 15);
  248. this.label1.Name = "label1";
  249. this.label1.Size = new System.Drawing.Size(52, 15);
  250. this.label1.TabIndex = 1;
  251. this.label1.Text = "基线版";
  252. //
  253. // lstLocal
  254. //
  255. this.lstLocal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  256. | System.Windows.Forms.AnchorStyles.Right)));
  257. this.lstLocal.ContextMenuStrip = this.localContextMenu;
  258. this.lstLocal.FormattingEnabled = true;
  259. this.lstLocal.ItemHeight = 15;
  260. this.lstLocal.Location = new System.Drawing.Point(581, 38);
  261. this.lstLocal.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  262. this.lstLocal.Name = "lstLocal";
  263. this.lstLocal.Size = new System.Drawing.Size(320, 289);
  264. this.lstLocal.TabIndex = 0;
  265. //
  266. // label2
  267. //
  268. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  269. this.label2.AutoSize = true;
  270. this.label2.Location = new System.Drawing.Point(579, 15);
  271. this.label2.Name = "label2";
  272. this.label2.Size = new System.Drawing.Size(52, 15);
  273. this.label2.TabIndex = 1;
  274. this.label2.Text = "地方版";
  275. //
  276. // txtBase
  277. //
  278. this.txtBase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  279. | System.Windows.Forms.AnchorStyles.Left)));
  280. this.txtBase.Location = new System.Drawing.Point(3, 23);
  281. this.txtBase.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  282. this.txtBase.Name = "txtBase";
  283. this.txtBase.Size = new System.Drawing.Size(573, 248);
  284. this.txtBase.TabIndex = 3;
  285. this.txtBase.Text = "";
  286. //
  287. // txtLocal
  288. //
  289. this.txtLocal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  290. | System.Windows.Forms.AnchorStyles.Right)));
  291. this.txtLocal.Location = new System.Drawing.Point(581, 23);
  292. this.txtLocal.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  293. this.txtLocal.Name = "txtLocal";
  294. this.txtLocal.Size = new System.Drawing.Size(659, 248);
  295. this.txtLocal.TabIndex = 3;
  296. this.txtLocal.Text = "";
  297. //
  298. // label3
  299. //
  300. this.label3.AutoSize = true;
  301. this.label3.Location = new System.Drawing.Point(11, 6);
  302. this.label3.Name = "label3";
  303. this.label3.Size = new System.Drawing.Size(114, 15);
  304. this.label3.TabIndex = 1;
  305. this.label3.Text = "基线版JSON数据";
  306. //
  307. // label4
  308. //
  309. this.label4.AutoSize = true;
  310. this.label4.Location = new System.Drawing.Point(579, 0);
  311. this.label4.Name = "label4";
  312. this.label4.Size = new System.Drawing.Size(114, 15);
  313. this.label4.TabIndex = 1;
  314. this.label4.Text = "地方版JSON数据";
  315. //
  316. // btnLoad
  317. //
  318. this.btnLoad.Location = new System.Drawing.Point(394, 193);
  319. this.btnLoad.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  320. this.btnLoad.Name = "btnLoad";
  321. this.btnLoad.Size = new System.Drawing.Size(129, 36);
  322. this.btnLoad.TabIndex = 2;
  323. this.btnLoad.Text = "加载属性";
  324. this.btnLoad.UseVisualStyleBackColor = true;
  325. this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
  326. //
  327. // lstMap
  328. //
  329. this.lstMap.ContextMenuStrip = this.mapContextMenu;
  330. this.lstMap.FormattingEnabled = true;
  331. this.lstMap.HorizontalScrollbar = true;
  332. this.lstMap.ItemHeight = 15;
  333. this.lstMap.Location = new System.Drawing.Point(907, 38);
  334. this.lstMap.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  335. this.lstMap.Name = "lstMap";
  336. this.lstMap.Size = new System.Drawing.Size(328, 289);
  337. this.lstMap.TabIndex = 0;
  338. this.lstMap.DoubleClick += new System.EventHandler(this.lstMap_DoubleClick);
  339. //
  340. // mapContextMenu
  341. //
  342. this.mapContextMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
  343. this.mapContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  344. this.numToDate,
  345. this.stringToDate,
  346. this.ToString});
  347. this.mapContextMenu.Name = "mapContextMenu";
  348. this.mapContextMenu.Size = new System.Drawing.Size(258, 76);
  349. //
  350. // numToDate
  351. //
  352. this.numToDate.Name = "numToDate";
  353. this.numToDate.Size = new System.Drawing.Size(257, 24);
  354. this.numToDate.Text = "数字转日期(yyyy-MM-dd)";
  355. this.numToDate.Click += new System.EventHandler(this.numToDate_Click);
  356. //
  357. // stringToDate
  358. //
  359. this.stringToDate.Name = "stringToDate";
  360. this.stringToDate.Size = new System.Drawing.Size(257, 24);
  361. this.stringToDate.Text = "日期格式(yyyy-MM-dd)";
  362. this.stringToDate.Click += new System.EventHandler(this.stringToDate_Click);
  363. //
  364. // ToString
  365. //
  366. this.ToString.Name = "ToString";
  367. this.ToString.Size = new System.Drawing.Size(257, 24);
  368. this.ToString.Text = "字符串格式";
  369. this.ToString.Click += new System.EventHandler(this.ToString_Click);
  370. //
  371. // txtName
  372. //
  373. this.txtName.Location = new System.Drawing.Point(363, 45);
  374. this.txtName.Name = "txtName";
  375. this.txtName.Size = new System.Drawing.Size(200, 25);
  376. this.txtName.TabIndex = 4;
  377. //
  378. // btnMap
  379. //
  380. this.btnMap.Location = new System.Drawing.Point(394, 242);
  381. this.btnMap.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  382. this.btnMap.Name = "btnMap";
  383. this.btnMap.Size = new System.Drawing.Size(129, 37);
  384. this.btnMap.TabIndex = 2;
  385. this.btnMap.Text = "映射属性>>";
  386. this.btnMap.UseVisualStyleBackColor = true;
  387. this.btnMap.Click += new System.EventHandler(this.btnMap_Click);
  388. //
  389. // panel1
  390. //
  391. this.panel1.Controls.Add(this.btnExchange);
  392. this.panel1.Controls.Add(this.btnMockLocal);
  393. this.panel1.Controls.Add(this.label3);
  394. this.panel1.Controls.Add(this.txtBase);
  395. this.panel1.Controls.Add(this.txtLocal);
  396. this.panel1.Controls.Add(this.label4);
  397. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  398. this.panel1.Location = new System.Drawing.Point(0, 336);
  399. this.panel1.Name = "panel1";
  400. this.panel1.Size = new System.Drawing.Size(1244, 278);
  401. this.panel1.TabIndex = 5;
  402. //
  403. // btnExchange
  404. //
  405. this.btnExchange.Location = new System.Drawing.Point(869, -2);
  406. this.btnExchange.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  407. this.btnExchange.Name = "btnExchange";
  408. this.btnExchange.Size = new System.Drawing.Size(96, 23);
  409. this.btnExchange.TabIndex = 5;
  410. this.btnExchange.Text = "对换JSON";
  411. this.btnExchange.UseVisualStyleBackColor = true;
  412. this.btnExchange.Click += new System.EventHandler(this.btnExchange_Click);
  413. //
  414. // btnMockLocal
  415. //
  416. this.btnMockLocal.Location = new System.Drawing.Point(748, -4);
  417. this.btnMockLocal.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  418. this.btnMockLocal.Name = "btnMockLocal";
  419. this.btnMockLocal.Size = new System.Drawing.Size(91, 23);
  420. this.btnMockLocal.TabIndex = 4;
  421. this.btnMockLocal.Text = "Mock数据";
  422. this.btnMockLocal.UseVisualStyleBackColor = true;
  423. this.btnMockLocal.Click += new System.EventHandler(this.btnMockLocal_Click);
  424. //
  425. // label6
  426. //
  427. this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  428. this.label6.AutoSize = true;
  429. this.label6.Location = new System.Drawing.Point(904, 15);
  430. this.label6.Name = "label6";
  431. this.label6.Size = new System.Drawing.Size(67, 15);
  432. this.label6.TabIndex = 1;
  433. this.label6.Text = "映射结果";
  434. //
  435. // groupBox1
  436. //
  437. this.groupBox1.Controls.Add(this.radioInput);
  438. this.groupBox1.Controls.Add(this.radioOutput);
  439. this.groupBox1.Location = new System.Drawing.Point(362, 73);
  440. this.groupBox1.Name = "groupBox1";
  441. this.groupBox1.Size = new System.Drawing.Size(200, 106);
  442. this.groupBox1.TabIndex = 6;
  443. this.groupBox1.TabStop = false;
  444. this.groupBox1.Text = "转换方向";
  445. //
  446. // radioInput
  447. //
  448. this.radioInput.AutoSize = true;
  449. this.radioInput.Checked = true;
  450. this.radioInput.Location = new System.Drawing.Point(48, 29);
  451. this.radioInput.Name = "radioInput";
  452. this.radioInput.Size = new System.Drawing.Size(88, 19);
  453. this.radioInput.TabIndex = 0;
  454. this.radioInput.TabStop = true;
  455. this.radioInput.Text = "入参映射";
  456. this.radioInput.UseVisualStyleBackColor = true;
  457. this.radioInput.CheckedChanged += new System.EventHandler(this.radioInput_CheckedChanged);
  458. //
  459. // radioOutput
  460. //
  461. this.radioOutput.AutoSize = true;
  462. this.radioOutput.Location = new System.Drawing.Point(48, 65);
  463. this.radioOutput.Name = "radioOutput";
  464. this.radioOutput.Size = new System.Drawing.Size(88, 19);
  465. this.radioOutput.TabIndex = 0;
  466. this.radioOutput.TabStop = true;
  467. this.radioOutput.Text = "出参映射";
  468. this.radioOutput.UseVisualStyleBackColor = true;
  469. //
  470. // btnSave
  471. //
  472. this.btnSave.Location = new System.Drawing.Point(444, 9);
  473. this.btnSave.Name = "btnSave";
  474. this.btnSave.Size = new System.Drawing.Size(95, 23);
  475. this.btnSave.TabIndex = 7;
  476. this.btnSave.Text = "保存映射";
  477. this.btnSave.UseVisualStyleBackColor = true;
  478. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  479. //
  480. // btnConfig
  481. //
  482. this.btnConfig.Location = new System.Drawing.Point(363, 9);
  483. this.btnConfig.Name = "btnConfig";
  484. this.btnConfig.Size = new System.Drawing.Size(75, 23);
  485. this.btnConfig.TabIndex = 7;
  486. this.btnConfig.Text = "加载配置";
  487. this.btnConfig.UseVisualStyleBackColor = true;
  488. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  489. //
  490. // btnTest
  491. //
  492. this.btnTest.Location = new System.Drawing.Point(394, 292);
  493. this.btnTest.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  494. this.btnTest.Name = "btnTest";
  495. this.btnTest.Size = new System.Drawing.Size(129, 36);
  496. this.btnTest.TabIndex = 2;
  497. this.btnTest.Text = "测试转换>>";
  498. this.btnTest.UseVisualStyleBackColor = true;
  499. this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
  500. //
  501. // btnChange
  502. //
  503. this.btnChange.Location = new System.Drawing.Point(981, 13);
  504. this.btnChange.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  505. this.btnChange.Name = "btnChange";
  506. this.btnChange.Size = new System.Drawing.Size(67, 19);
  507. this.btnChange.TabIndex = 8;
  508. this.btnChange.Text = "交换";
  509. this.btnChange.UseVisualStyleBackColor = true;
  510. this.btnChange.Click += new System.EventHandler(this.btnChange_Click);
  511. //
  512. // txtLocalName
  513. //
  514. this.txtLocalName.Location = new System.Drawing.Point(639, 11);
  515. this.txtLocalName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  516. this.txtLocalName.Name = "txtLocalName";
  517. this.txtLocalName.Size = new System.Drawing.Size(200, 25);
  518. this.txtLocalName.TabIndex = 9;
  519. this.txtLocalName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtLocalName_KeyDown);
  520. //
  521. // txtBaseName
  522. //
  523. this.txtBaseName.Location = new System.Drawing.Point(85, 9);
  524. this.txtBaseName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  525. this.txtBaseName.Name = "txtBaseName";
  526. this.txtBaseName.Size = new System.Drawing.Size(196, 25);
  527. this.txtBaseName.TabIndex = 9;
  528. this.txtBaseName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBaseName_KeyDown);
  529. //
  530. // certtype
  531. //
  532. this.certtype.Name = "certtype";
  533. this.certtype.Size = new System.Drawing.Size(224, 26);
  534. this.certtype.Text = "证件类型";
  535. this.certtype.Click += new System.EventHandler(this.certtype_Click);
  536. //
  537. // certno
  538. //
  539. this.certno.Name = "certno";
  540. this.certno.Size = new System.Drawing.Size(224, 26);
  541. this.certno.Text = "证件号";
  542. this.certno.Click += new System.EventHandler(this.certno_Click);
  543. //
  544. // JsonMappingForm
  545. //
  546. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  547. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  548. this.ClientSize = new System.Drawing.Size(1244, 614);
  549. this.Controls.Add(this.txtBaseName);
  550. this.Controls.Add(this.txtLocalName);
  551. this.Controls.Add(this.btnChange);
  552. this.Controls.Add(this.btnConfig);
  553. this.Controls.Add(this.btnSave);
  554. this.Controls.Add(this.groupBox1);
  555. this.Controls.Add(this.label6);
  556. this.Controls.Add(this.lstMap);
  557. this.Controls.Add(this.panel1);
  558. this.Controls.Add(this.txtName);
  559. this.Controls.Add(this.btnTest);
  560. this.Controls.Add(this.btnLoad);
  561. this.Controls.Add(this.btnMap);
  562. this.Controls.Add(this.label2);
  563. this.Controls.Add(this.label1);
  564. this.Controls.Add(this.lstLocal);
  565. this.Controls.Add(this.lstBase);
  566. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  567. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  568. this.MaximizeBox = false;
  569. this.MinimizeBox = false;
  570. this.Name = "JsonMappingForm";
  571. this.Text = "Json映射";
  572. this.Load += new System.EventHandler(this.JsonMappingForm_Load);
  573. this.localContextMenu.ResumeLayout(false);
  574. this.mapContextMenu.ResumeLayout(false);
  575. this.panel1.ResumeLayout(false);
  576. this.panel1.PerformLayout();
  577. this.groupBox1.ResumeLayout(false);
  578. this.groupBox1.PerformLayout();
  579. this.ResumeLayout(false);
  580. this.PerformLayout();
  581. }
  582. #endregion
  583. private System.Windows.Forms.ListBox lstBase;
  584. private System.Windows.Forms.Label label1;
  585. private System.Windows.Forms.ListBox lstLocal;
  586. private System.Windows.Forms.Label label2;
  587. private System.Windows.Forms.RichTextBox txtBase;
  588. private System.Windows.Forms.RichTextBox txtLocal;
  589. private System.Windows.Forms.Label label3;
  590. private System.Windows.Forms.Label label4;
  591. private System.Windows.Forms.Button btnLoad;
  592. private System.Windows.Forms.ListBox lstMap;
  593. private System.Windows.Forms.TextBox txtName;
  594. private System.Windows.Forms.Button btnMap;
  595. private System.Windows.Forms.Panel panel1;
  596. private System.Windows.Forms.Label label6;
  597. private System.Windows.Forms.GroupBox groupBox1;
  598. private System.Windows.Forms.RadioButton radioInput;
  599. private System.Windows.Forms.RadioButton radioOutput;
  600. private System.Windows.Forms.Button btnSave;
  601. private System.Windows.Forms.Button btnConfig;
  602. private System.Windows.Forms.Button btnTest;
  603. private System.Windows.Forms.Button btnChange;
  604. private System.Windows.Forms.Button btnMockLocal;
  605. private System.Windows.Forms.TextBox txtLocalName;
  606. private System.Windows.Forms.Button btnExchange;
  607. private System.Windows.Forms.TextBox txtBaseName;
  608. private System.Windows.Forms.ContextMenuStrip localContextMenu;
  609. private System.Windows.Forms.ToolStripMenuItem fixValue;
  610. private System.Windows.Forms.ContextMenuStrip mapContextMenu;
  611. private System.Windows.Forms.ToolStripMenuItem numToDate;
  612. private System.Windows.Forms.ToolStripMenuItem stringToDate;
  613. private System.Windows.Forms.ToolStripMenuItem globalVar;
  614. private System.Windows.Forms.ToolStripMenuItem medtrt_id;
  615. private System.Windows.Forms.ToolStripMenuItem insuplc_admvs;
  616. private System.Windows.Forms.ToolStripMenuItem insuadm_admvs;
  617. private System.Windows.Forms.ToolStripMenuItem pns_no;
  618. private System.Windows.Forms.ToolStripMenuItem psn_name;
  619. private System.Windows.Forms.ToolStripMenuItem gender;
  620. private System.Windows.Forms.ToolStripMenuItem age;
  621. private System.Windows.Forms.ToolStripMenuItem birthday;
  622. private System.Windows.Forms.ToolStripMenuItem insutype;
  623. private System.Windows.Forms.ToolStripMenuItem medtype;
  624. private System.Windows.Forms.ToolStripMenuItem ecToken;
  625. private System.Windows.Forms.ToolStripMenuItem saveToExpand;
  626. private System.Windows.Forms.ToolStripMenuItem clearway;
  627. private System.Windows.Forms.ToolStripMenuItem ToString;
  628. private System.Windows.Forms.ToolStripMenuItem insuOrgCode;
  629. private System.Windows.Forms.ToolStripMenuItem admid;
  630. private System.Windows.Forms.ToolStripMenuItem certtype;
  631. private System.Windows.Forms.ToolStripMenuItem certno;
  632. }
  633. }