JsonMappingForm.Designer.cs 28 KB

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