JsonMappingForm.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692
  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.bizType = new System.Windows.Forms.ToolStripMenuItem();
  54. this.saveToExpand = new System.Windows.Forms.ToolStripMenuItem();
  55. this.label1 = new System.Windows.Forms.Label();
  56. this.lstLocal = new System.Windows.Forms.ListBox();
  57. this.label2 = new System.Windows.Forms.Label();
  58. this.txtBase = new System.Windows.Forms.RichTextBox();
  59. this.txtLocal = new System.Windows.Forms.RichTextBox();
  60. this.label3 = new System.Windows.Forms.Label();
  61. this.label4 = new System.Windows.Forms.Label();
  62. this.btnLoad = new System.Windows.Forms.Button();
  63. this.lstMap = new System.Windows.Forms.ListBox();
  64. this.mapContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  65. this.numToDate = new System.Windows.Forms.ToolStripMenuItem();
  66. this.stringToDate = new System.Windows.Forms.ToolStripMenuItem();
  67. this.ToString = new System.Windows.Forms.ToolStripMenuItem();
  68. this.txtName = new System.Windows.Forms.TextBox();
  69. this.btnMap = new System.Windows.Forms.Button();
  70. this.panel1 = new System.Windows.Forms.Panel();
  71. this.btnExchange = new System.Windows.Forms.Button();
  72. this.btnMockLocal = new System.Windows.Forms.Button();
  73. this.label6 = new System.Windows.Forms.Label();
  74. this.groupBox1 = new System.Windows.Forms.GroupBox();
  75. this.radioInput = new System.Windows.Forms.RadioButton();
  76. this.radioOutput = new System.Windows.Forms.RadioButton();
  77. this.btnSave = new System.Windows.Forms.Button();
  78. this.btnConfig = new System.Windows.Forms.Button();
  79. this.btnTest = new System.Windows.Forms.Button();
  80. this.btnChange = new System.Windows.Forms.Button();
  81. this.txtLocalName = new System.Windows.Forms.TextBox();
  82. this.txtBaseName = new System.Windows.Forms.TextBox();
  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 = 12;
  96. this.lstBase.Location = new System.Drawing.Point(8, 32);
  97. this.lstBase.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  98. this.lstBase.Name = "lstBase";
  99. this.lstBase.Size = new System.Drawing.Size(251, 232);
  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(161, 70);
  111. //
  112. // fixValue
  113. //
  114. this.fixValue.Name = "fixValue";
  115. this.fixValue.Size = new System.Drawing.Size(160, 22);
  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(160, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  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(172, 22);
  277. this.cardsn.Text = "卡识别号";
  278. this.cardsn.Click += new System.EventHandler(this.cardsn_Click);
  279. //
  280. // bizType
  281. //
  282. this.bizType.Name = "bizType";
  283. this.bizType.Size = new System.Drawing.Size(172, 22);
  284. this.bizType.Text = "业务类型";
  285. this.bizType.Click += new System.EventHandler(this.bizType_Click);
  286. //
  287. // saveToExpand
  288. //
  289. this.saveToExpand.Name = "saveToExpand";
  290. this.saveToExpand.Size = new System.Drawing.Size(160, 22);
  291. this.saveToExpand.Text = "保存到扩展节点";
  292. this.saveToExpand.Click += new System.EventHandler(this.saveToExpand_Click);
  293. //
  294. // label1
  295. //
  296. this.label1.AutoSize = true;
  297. this.label1.Location = new System.Drawing.Point(8, 12);
  298. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  299. this.label1.Name = "label1";
  300. this.label1.Size = new System.Drawing.Size(41, 12);
  301. this.label1.TabIndex = 1;
  302. this.label1.Text = "基线版";
  303. //
  304. // lstLocal
  305. //
  306. this.lstLocal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  307. | System.Windows.Forms.AnchorStyles.Right)));
  308. this.lstLocal.ContextMenuStrip = this.localContextMenu;
  309. this.lstLocal.FormattingEnabled = true;
  310. this.lstLocal.ItemHeight = 12;
  311. this.lstLocal.Location = new System.Drawing.Point(436, 30);
  312. this.lstLocal.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  313. this.lstLocal.Name = "lstLocal";
  314. this.lstLocal.Size = new System.Drawing.Size(241, 232);
  315. this.lstLocal.TabIndex = 0;
  316. //
  317. // label2
  318. //
  319. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  320. this.label2.AutoSize = true;
  321. this.label2.Location = new System.Drawing.Point(434, 12);
  322. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  323. this.label2.Name = "label2";
  324. this.label2.Size = new System.Drawing.Size(41, 12);
  325. this.label2.TabIndex = 1;
  326. this.label2.Text = "地方版";
  327. //
  328. // txtBase
  329. //
  330. this.txtBase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  331. | System.Windows.Forms.AnchorStyles.Left)));
  332. this.txtBase.Location = new System.Drawing.Point(2, 18);
  333. this.txtBase.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  334. this.txtBase.Name = "txtBase";
  335. this.txtBase.Size = new System.Drawing.Size(431, 199);
  336. this.txtBase.TabIndex = 3;
  337. this.txtBase.Text = "";
  338. //
  339. // txtLocal
  340. //
  341. this.txtLocal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  342. | System.Windows.Forms.AnchorStyles.Right)));
  343. this.txtLocal.Location = new System.Drawing.Point(436, 18);
  344. this.txtLocal.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  345. this.txtLocal.Name = "txtLocal";
  346. this.txtLocal.Size = new System.Drawing.Size(495, 199);
  347. this.txtLocal.TabIndex = 3;
  348. this.txtLocal.Text = "";
  349. //
  350. // label3
  351. //
  352. this.label3.AutoSize = true;
  353. this.label3.Location = new System.Drawing.Point(8, 2);
  354. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  355. this.label3.Name = "label3";
  356. this.label3.Size = new System.Drawing.Size(89, 12);
  357. this.label3.TabIndex = 1;
  358. this.label3.Text = "基线版JSON数据";
  359. //
  360. // label4
  361. //
  362. this.label4.AutoSize = true;
  363. this.label4.Location = new System.Drawing.Point(434, -1);
  364. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  365. this.label4.Name = "label4";
  366. this.label4.Size = new System.Drawing.Size(89, 12);
  367. this.label4.TabIndex = 1;
  368. this.label4.Text = "地方版JSON数据";
  369. //
  370. // btnLoad
  371. //
  372. this.btnLoad.Location = new System.Drawing.Point(296, 154);
  373. this.btnLoad.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  374. this.btnLoad.Name = "btnLoad";
  375. this.btnLoad.Size = new System.Drawing.Size(97, 29);
  376. this.btnLoad.TabIndex = 2;
  377. this.btnLoad.Text = "加载属性";
  378. this.btnLoad.UseVisualStyleBackColor = true;
  379. this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
  380. //
  381. // lstMap
  382. //
  383. this.lstMap.ContextMenuStrip = this.mapContextMenu;
  384. this.lstMap.FormattingEnabled = true;
  385. this.lstMap.HorizontalScrollbar = true;
  386. this.lstMap.ItemHeight = 12;
  387. this.lstMap.Location = new System.Drawing.Point(680, 30);
  388. this.lstMap.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  389. this.lstMap.Name = "lstMap";
  390. this.lstMap.Size = new System.Drawing.Size(247, 232);
  391. this.lstMap.TabIndex = 0;
  392. this.lstMap.DoubleClick += new System.EventHandler(this.lstMap_DoubleClick);
  393. //
  394. // mapContextMenu
  395. //
  396. this.mapContextMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
  397. this.mapContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  398. this.numToDate,
  399. this.stringToDate,
  400. this.ToString});
  401. this.mapContextMenu.Name = "mapContextMenu";
  402. this.mapContextMenu.Size = new System.Drawing.Size(219, 70);
  403. //
  404. // numToDate
  405. //
  406. this.numToDate.Name = "numToDate";
  407. this.numToDate.Size = new System.Drawing.Size(218, 22);
  408. this.numToDate.Text = "数字转日期(yyyy-MM-dd)";
  409. this.numToDate.Click += new System.EventHandler(this.numToDate_Click);
  410. //
  411. // stringToDate
  412. //
  413. this.stringToDate.Name = "stringToDate";
  414. this.stringToDate.Size = new System.Drawing.Size(218, 22);
  415. this.stringToDate.Text = "日期格式(yyyy-MM-dd)";
  416. this.stringToDate.Click += new System.EventHandler(this.stringToDate_Click);
  417. //
  418. // ToString
  419. //
  420. this.ToString.Name = "ToString";
  421. this.ToString.Size = new System.Drawing.Size(218, 22);
  422. this.ToString.Text = "字符串格式";
  423. this.ToString.Click += new System.EventHandler(this.ToString_Click);
  424. //
  425. // txtName
  426. //
  427. this.txtName.Location = new System.Drawing.Point(272, 36);
  428. this.txtName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  429. this.txtName.Name = "txtName";
  430. this.txtName.Size = new System.Drawing.Size(151, 21);
  431. this.txtName.TabIndex = 4;
  432. //
  433. // btnMap
  434. //
  435. this.btnMap.Location = new System.Drawing.Point(296, 194);
  436. this.btnMap.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  437. this.btnMap.Name = "btnMap";
  438. this.btnMap.Size = new System.Drawing.Size(97, 30);
  439. this.btnMap.TabIndex = 2;
  440. this.btnMap.Text = "映射属性>>";
  441. this.btnMap.UseVisualStyleBackColor = true;
  442. this.btnMap.Click += new System.EventHandler(this.btnMap_Click);
  443. //
  444. // panel1
  445. //
  446. this.panel1.Controls.Add(this.btnExchange);
  447. this.panel1.Controls.Add(this.btnMockLocal);
  448. this.panel1.Controls.Add(this.label3);
  449. this.panel1.Controls.Add(this.txtBase);
  450. this.panel1.Controls.Add(this.txtLocal);
  451. this.panel1.Controls.Add(this.label4);
  452. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  453. this.panel1.Location = new System.Drawing.Point(0, 269);
  454. this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  455. this.panel1.Name = "panel1";
  456. this.panel1.Size = new System.Drawing.Size(933, 222);
  457. this.panel1.TabIndex = 5;
  458. //
  459. // btnExchange
  460. //
  461. this.btnExchange.Location = new System.Drawing.Point(652, -3);
  462. this.btnExchange.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  463. this.btnExchange.Name = "btnExchange";
  464. this.btnExchange.Size = new System.Drawing.Size(72, 22);
  465. this.btnExchange.TabIndex = 5;
  466. this.btnExchange.Text = "对换JSON";
  467. this.btnExchange.UseVisualStyleBackColor = true;
  468. this.btnExchange.Click += new System.EventHandler(this.btnExchange_Click);
  469. //
  470. // btnMockLocal
  471. //
  472. this.btnMockLocal.Location = new System.Drawing.Point(561, -4);
  473. this.btnMockLocal.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  474. this.btnMockLocal.Name = "btnMockLocal";
  475. this.btnMockLocal.Size = new System.Drawing.Size(68, 22);
  476. this.btnMockLocal.TabIndex = 4;
  477. this.btnMockLocal.Text = "Mock数据";
  478. this.btnMockLocal.UseVisualStyleBackColor = true;
  479. this.btnMockLocal.Click += new System.EventHandler(this.btnMockLocal_Click);
  480. //
  481. // label6
  482. //
  483. this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  484. this.label6.AutoSize = true;
  485. this.label6.Location = new System.Drawing.Point(678, 12);
  486. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  487. this.label6.Name = "label6";
  488. this.label6.Size = new System.Drawing.Size(53, 12);
  489. this.label6.TabIndex = 1;
  490. this.label6.Text = "映射结果";
  491. //
  492. // groupBox1
  493. //
  494. this.groupBox1.Controls.Add(this.radioInput);
  495. this.groupBox1.Controls.Add(this.radioOutput);
  496. this.groupBox1.Location = new System.Drawing.Point(272, 58);
  497. this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  498. this.groupBox1.Name = "groupBox1";
  499. this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  500. this.groupBox1.Size = new System.Drawing.Size(150, 85);
  501. this.groupBox1.TabIndex = 6;
  502. this.groupBox1.TabStop = false;
  503. this.groupBox1.Text = "转换方向";
  504. //
  505. // radioInput
  506. //
  507. this.radioInput.AutoSize = true;
  508. this.radioInput.Checked = true;
  509. this.radioInput.Location = new System.Drawing.Point(36, 23);
  510. this.radioInput.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  511. this.radioInput.Name = "radioInput";
  512. this.radioInput.Size = new System.Drawing.Size(71, 16);
  513. this.radioInput.TabIndex = 0;
  514. this.radioInput.TabStop = true;
  515. this.radioInput.Text = "入参映射";
  516. this.radioInput.UseVisualStyleBackColor = true;
  517. this.radioInput.CheckedChanged += new System.EventHandler(this.radioInput_CheckedChanged);
  518. //
  519. // radioOutput
  520. //
  521. this.radioOutput.AutoSize = true;
  522. this.radioOutput.Location = new System.Drawing.Point(36, 52);
  523. this.radioOutput.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  524. this.radioOutput.Name = "radioOutput";
  525. this.radioOutput.Size = new System.Drawing.Size(71, 16);
  526. this.radioOutput.TabIndex = 0;
  527. this.radioOutput.TabStop = true;
  528. this.radioOutput.Text = "出参映射";
  529. this.radioOutput.UseVisualStyleBackColor = true;
  530. //
  531. // btnSave
  532. //
  533. this.btnSave.Location = new System.Drawing.Point(333, 7);
  534. this.btnSave.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  535. this.btnSave.Name = "btnSave";
  536. this.btnSave.Size = new System.Drawing.Size(71, 22);
  537. this.btnSave.TabIndex = 7;
  538. this.btnSave.Text = "保存映射";
  539. this.btnSave.UseVisualStyleBackColor = true;
  540. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  541. //
  542. // btnConfig
  543. //
  544. this.btnConfig.Location = new System.Drawing.Point(272, 7);
  545. this.btnConfig.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  546. this.btnConfig.Name = "btnConfig";
  547. this.btnConfig.Size = new System.Drawing.Size(56, 22);
  548. this.btnConfig.TabIndex = 7;
  549. this.btnConfig.Text = "加载配置";
  550. this.btnConfig.UseVisualStyleBackColor = true;
  551. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  552. //
  553. // btnTest
  554. //
  555. this.btnTest.Location = new System.Drawing.Point(296, 234);
  556. this.btnTest.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  557. this.btnTest.Name = "btnTest";
  558. this.btnTest.Size = new System.Drawing.Size(97, 29);
  559. this.btnTest.TabIndex = 2;
  560. this.btnTest.Text = "测试转换>>";
  561. this.btnTest.UseVisualStyleBackColor = true;
  562. this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
  563. //
  564. // btnChange
  565. //
  566. this.btnChange.Location = new System.Drawing.Point(736, 8);
  567. this.btnChange.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  568. this.btnChange.Name = "btnChange";
  569. this.btnChange.Size = new System.Drawing.Size(50, 21);
  570. this.btnChange.TabIndex = 8;
  571. this.btnChange.Text = "交换";
  572. this.btnChange.UseVisualStyleBackColor = true;
  573. this.btnChange.Click += new System.EventHandler(this.btnChange_Click);
  574. //
  575. // txtLocalName
  576. //
  577. this.txtLocalName.Location = new System.Drawing.Point(479, 9);
  578. this.txtLocalName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  579. this.txtLocalName.Name = "txtLocalName";
  580. this.txtLocalName.Size = new System.Drawing.Size(151, 21);
  581. this.txtLocalName.TabIndex = 9;
  582. this.txtLocalName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtLocalName_KeyDown);
  583. //
  584. // txtBaseName
  585. //
  586. this.txtBaseName.Location = new System.Drawing.Point(64, 7);
  587. this.txtBaseName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  588. this.txtBaseName.Name = "txtBaseName";
  589. this.txtBaseName.Size = new System.Drawing.Size(148, 21);
  590. this.txtBaseName.TabIndex = 9;
  591. this.txtBaseName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBaseName_KeyDown);
  592. //
  593. // JsonMappingForm
  594. //
  595. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  596. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  597. this.ClientSize = new System.Drawing.Size(933, 491);
  598. this.Controls.Add(this.txtBaseName);
  599. this.Controls.Add(this.txtLocalName);
  600. this.Controls.Add(this.btnChange);
  601. this.Controls.Add(this.btnConfig);
  602. this.Controls.Add(this.btnSave);
  603. this.Controls.Add(this.groupBox1);
  604. this.Controls.Add(this.label6);
  605. this.Controls.Add(this.lstMap);
  606. this.Controls.Add(this.panel1);
  607. this.Controls.Add(this.txtName);
  608. this.Controls.Add(this.btnTest);
  609. this.Controls.Add(this.btnLoad);
  610. this.Controls.Add(this.btnMap);
  611. this.Controls.Add(this.label2);
  612. this.Controls.Add(this.label1);
  613. this.Controls.Add(this.lstLocal);
  614. this.Controls.Add(this.lstBase);
  615. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  616. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  617. this.MaximizeBox = false;
  618. this.MinimizeBox = false;
  619. this.Name = "JsonMappingForm";
  620. this.Text = "Json映射";
  621. this.Load += new System.EventHandler(this.JsonMappingForm_Load);
  622. this.localContextMenu.ResumeLayout(false);
  623. this.mapContextMenu.ResumeLayout(false);
  624. this.panel1.ResumeLayout(false);
  625. this.panel1.PerformLayout();
  626. this.groupBox1.ResumeLayout(false);
  627. this.groupBox1.PerformLayout();
  628. this.ResumeLayout(false);
  629. this.PerformLayout();
  630. }
  631. #endregion
  632. private System.Windows.Forms.ListBox lstBase;
  633. private System.Windows.Forms.Label label1;
  634. private System.Windows.Forms.ListBox lstLocal;
  635. private System.Windows.Forms.Label label2;
  636. private System.Windows.Forms.RichTextBox txtBase;
  637. private System.Windows.Forms.RichTextBox txtLocal;
  638. private System.Windows.Forms.Label label3;
  639. private System.Windows.Forms.Label label4;
  640. private System.Windows.Forms.Button btnLoad;
  641. private System.Windows.Forms.ListBox lstMap;
  642. private System.Windows.Forms.TextBox txtName;
  643. private System.Windows.Forms.Button btnMap;
  644. private System.Windows.Forms.Panel panel1;
  645. private System.Windows.Forms.Label label6;
  646. private System.Windows.Forms.GroupBox groupBox1;
  647. private System.Windows.Forms.RadioButton radioInput;
  648. private System.Windows.Forms.RadioButton radioOutput;
  649. private System.Windows.Forms.Button btnSave;
  650. private System.Windows.Forms.Button btnConfig;
  651. private System.Windows.Forms.Button btnTest;
  652. private System.Windows.Forms.Button btnChange;
  653. private System.Windows.Forms.Button btnMockLocal;
  654. private System.Windows.Forms.TextBox txtLocalName;
  655. private System.Windows.Forms.Button btnExchange;
  656. private System.Windows.Forms.TextBox txtBaseName;
  657. private System.Windows.Forms.ContextMenuStrip localContextMenu;
  658. private System.Windows.Forms.ToolStripMenuItem fixValue;
  659. private System.Windows.Forms.ContextMenuStrip mapContextMenu;
  660. private System.Windows.Forms.ToolStripMenuItem numToDate;
  661. private System.Windows.Forms.ToolStripMenuItem stringToDate;
  662. private System.Windows.Forms.ToolStripMenuItem globalVar;
  663. private System.Windows.Forms.ToolStripMenuItem medtrt_id;
  664. private System.Windows.Forms.ToolStripMenuItem insuplc_admvs;
  665. private System.Windows.Forms.ToolStripMenuItem insuadm_admvs;
  666. private System.Windows.Forms.ToolStripMenuItem pns_no;
  667. private System.Windows.Forms.ToolStripMenuItem psn_name;
  668. private System.Windows.Forms.ToolStripMenuItem gender;
  669. private System.Windows.Forms.ToolStripMenuItem age;
  670. private System.Windows.Forms.ToolStripMenuItem birthday;
  671. private System.Windows.Forms.ToolStripMenuItem insutype;
  672. private System.Windows.Forms.ToolStripMenuItem medtype;
  673. private System.Windows.Forms.ToolStripMenuItem ecToken;
  674. private System.Windows.Forms.ToolStripMenuItem saveToExpand;
  675. private System.Windows.Forms.ToolStripMenuItem clearway;
  676. private System.Windows.Forms.ToolStripMenuItem ToString;
  677. private System.Windows.Forms.ToolStripMenuItem insuOrgCode;
  678. private System.Windows.Forms.ToolStripMenuItem admid;
  679. private System.Windows.Forms.ToolStripMenuItem certtype;
  680. private System.Windows.Forms.ToolStripMenuItem certno;
  681. private System.Windows.Forms.ToolStripMenuItem ecCardNo;
  682. private System.Windows.Forms.ToolStripMenuItem settleid;
  683. private System.Windows.Forms.ToolStripMenuItem cardsn;
  684. private System.Windows.Forms.ToolStripMenuItem bizType;
  685. }
  686. }