JsonMappingForm.Designer.cs 28 KB

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