JsonMappingForm.Designer.cs 32 KB

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