MainForm.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. 
  2. namespace BJShouXinYB_Demo
  3. {
  4. partial class MainForm
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.uiTabControl1 = new Sunny.UI.UITabControl();
  30. this.tabPage1 = new System.Windows.Forms.TabPage();
  31. this.uiButton3 = new Sunny.UI.UIButton();
  32. this.btnPresUpload = new Sunny.UI.UIButton();
  33. this.uiButton1 = new Sunny.UI.UIButton();
  34. this.btn_Exit = new Sunny.UI.UIButton();
  35. this.btn_GetPersonInfo = new Sunny.UI.UIButton();
  36. this.btn_Close = new Sunny.UI.UIButton();
  37. this.btn_Open = new Sunny.UI.UIButton();
  38. this.sOutPut = new Sunny.UI.UIRichTextBox();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.sInput = new Sunny.UI.UIRichTextBox();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.tabPage2 = new System.Windows.Forms.TabPage();
  43. this.uiButton2 = new Sunny.UI.UIButton();
  44. this.rbg_Type = new Sunny.UI.UIRadioButtonGroup();
  45. this.tbPsnNo = new Sunny.UI.UITextBox();
  46. this.weqwe = new Sunny.UI.UILabel();
  47. this.btnGetClinicHistoryTrade = new Sunny.UI.UIButton();
  48. this.btnConnectServer = new Sunny.UI.UIButton();
  49. this.sOutparam = new Sunny.UI.UIRichTextBox();
  50. this.label3 = new System.Windows.Forms.Label();
  51. this.sInparam = new Sunny.UI.UIRichTextBox();
  52. this.label4 = new System.Windows.Forms.Label();
  53. this.uiButton4 = new Sunny.UI.UIButton();
  54. this.uiTabControl1.SuspendLayout();
  55. this.tabPage1.SuspendLayout();
  56. this.tabPage2.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // uiTabControl1
  60. //
  61. this.uiTabControl1.Controls.Add(this.tabPage1);
  62. this.uiTabControl1.Controls.Add(this.tabPage2);
  63. this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  65. this.uiTabControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40);
  67. this.uiTabControl1.Location = new System.Drawing.Point(0, 0);
  68. this.uiTabControl1.MainPage = "";
  69. this.uiTabControl1.Name = "uiTabControl1";
  70. this.uiTabControl1.SelectedIndex = 0;
  71. this.uiTabControl1.Size = new System.Drawing.Size(1242, 765);
  72. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  73. this.uiTabControl1.TabIndex = 0;
  74. this.uiTabControl1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. //
  76. // tabPage1
  77. //
  78. this.tabPage1.Controls.Add(this.uiButton4);
  79. this.tabPage1.Controls.Add(this.uiButton3);
  80. this.tabPage1.Controls.Add(this.btnPresUpload);
  81. this.tabPage1.Controls.Add(this.uiButton1);
  82. this.tabPage1.Controls.Add(this.btn_Exit);
  83. this.tabPage1.Controls.Add(this.btn_GetPersonInfo);
  84. this.tabPage1.Controls.Add(this.btn_Close);
  85. this.tabPage1.Controls.Add(this.btn_Open);
  86. this.tabPage1.Controls.Add(this.sOutPut);
  87. this.tabPage1.Controls.Add(this.label2);
  88. this.tabPage1.Controls.Add(this.sInput);
  89. this.tabPage1.Controls.Add(this.label1);
  90. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  91. this.tabPage1.Name = "tabPage1";
  92. this.tabPage1.Size = new System.Drawing.Size(1242, 725);
  93. this.tabPage1.TabIndex = 0;
  94. this.tabPage1.Text = "医保结算业务";
  95. this.tabPage1.UseVisualStyleBackColor = true;
  96. //
  97. // uiButton3
  98. //
  99. this.uiButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  100. this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
  101. this.uiButton3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.uiButton3.Location = new System.Drawing.Point(1075, 455);
  103. this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
  104. this.uiButton3.Name = "uiButton3";
  105. this.uiButton3.Size = new System.Drawing.Size(155, 49);
  106. this.uiButton3.TabIndex = 21;
  107. this.uiButton3.Text = "XML转换JSON";
  108. this.uiButton3.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click);
  110. //
  111. // btnPresUpload
  112. //
  113. this.btnPresUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  114. this.btnPresUpload.Cursor = System.Windows.Forms.Cursors.Hand;
  115. this.btnPresUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.btnPresUpload.Location = new System.Drawing.Point(914, 400);
  117. this.btnPresUpload.MinimumSize = new System.Drawing.Size(1, 1);
  118. this.btnPresUpload.Name = "btnPresUpload";
  119. this.btnPresUpload.Size = new System.Drawing.Size(155, 49);
  120. this.btnPresUpload.TabIndex = 20;
  121. this.btnPresUpload.Text = "外配处方信息上传";
  122. this.btnPresUpload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.btnPresUpload.Click += new System.EventHandler(this.btnPresUpload_Click);
  124. //
  125. // uiButton1
  126. //
  127. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  128. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  129. this.uiButton1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.uiButton1.Location = new System.Drawing.Point(1075, 400);
  131. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  132. this.uiButton1.Name = "uiButton1";
  133. this.uiButton1.Size = new System.Drawing.Size(155, 49);
  134. this.uiButton1.TabIndex = 19;
  135. this.uiButton1.Text = "医保费用解析";
  136. this.uiButton1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  138. //
  139. // btn_Exit
  140. //
  141. this.btn_Exit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  142. this.btn_Exit.Cursor = System.Windows.Forms.Cursors.Hand;
  143. this.btn_Exit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.btn_Exit.Location = new System.Drawing.Point(1075, 664);
  145. this.btn_Exit.MinimumSize = new System.Drawing.Size(1, 1);
  146. this.btn_Exit.Name = "btn_Exit";
  147. this.btn_Exit.Size = new System.Drawing.Size(155, 49);
  148. this.btn_Exit.TabIndex = 18;
  149. this.btn_Exit.Text = "退 出";
  150. this.btn_Exit.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.btn_Exit.Click += new System.EventHandler(this.btn_Exit_Click);
  152. //
  153. // btn_GetPersonInfo
  154. //
  155. this.btn_GetPersonInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  156. this.btn_GetPersonInfo.Cursor = System.Windows.Forms.Cursors.Hand;
  157. this.btn_GetPersonInfo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.btn_GetPersonInfo.Location = new System.Drawing.Point(753, 400);
  159. this.btn_GetPersonInfo.MinimumSize = new System.Drawing.Size(1, 1);
  160. this.btn_GetPersonInfo.Name = "btn_GetPersonInfo";
  161. this.btn_GetPersonInfo.Size = new System.Drawing.Size(155, 49);
  162. this.btn_GetPersonInfo.TabIndex = 17;
  163. this.btn_GetPersonInfo.Text = "读 卡";
  164. this.btn_GetPersonInfo.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.btn_GetPersonInfo.Click += new System.EventHandler(this.btn_GetPersonInfo_Click);
  166. //
  167. // btn_Close
  168. //
  169. this.btn_Close.Cursor = System.Windows.Forms.Cursors.Hand;
  170. this.btn_Close.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.btn_Close.Location = new System.Drawing.Point(12, 455);
  172. this.btn_Close.MinimumSize = new System.Drawing.Size(1, 1);
  173. this.btn_Close.Name = "btn_Close";
  174. this.btn_Close.Size = new System.Drawing.Size(137, 49);
  175. this.btn_Close.TabIndex = 16;
  176. this.btn_Close.Text = "Close";
  177. this.btn_Close.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
  179. //
  180. // btn_Open
  181. //
  182. this.btn_Open.Cursor = System.Windows.Forms.Cursors.Hand;
  183. this.btn_Open.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.btn_Open.Location = new System.Drawing.Point(12, 400);
  185. this.btn_Open.MinimumSize = new System.Drawing.Size(1, 1);
  186. this.btn_Open.Name = "btn_Open";
  187. this.btn_Open.Size = new System.Drawing.Size(137, 49);
  188. this.btn_Open.TabIndex = 15;
  189. this.btn_Open.Text = "Open";
  190. this.btn_Open.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.btn_Open.Click += new System.EventHandler(this.btn_Open_Click);
  192. //
  193. // sOutPut
  194. //
  195. this.sOutPut.Dock = System.Windows.Forms.DockStyle.Top;
  196. this.sOutPut.FillColor = System.Drawing.Color.White;
  197. this.sOutPut.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.sOutPut.Location = new System.Drawing.Point(0, 212);
  199. this.sOutPut.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  200. this.sOutPut.MinimumSize = new System.Drawing.Size(1, 1);
  201. this.sOutPut.Name = "sOutPut";
  202. this.sOutPut.Padding = new System.Windows.Forms.Padding(2);
  203. this.sOutPut.ScrollBarStyleInherited = false;
  204. this.sOutPut.ShowText = false;
  205. this.sOutPut.Size = new System.Drawing.Size(1242, 180);
  206. this.sOutPut.TabIndex = 14;
  207. this.sOutPut.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  208. //
  209. // label2
  210. //
  211. this.label2.AutoSize = true;
  212. this.label2.Dock = System.Windows.Forms.DockStyle.Top;
  213. this.label2.Location = new System.Drawing.Point(0, 196);
  214. this.label2.Name = "label2";
  215. this.label2.Size = new System.Drawing.Size(72, 16);
  216. this.label2.TabIndex = 13;
  217. this.label2.Text = "返回值:";
  218. //
  219. // sInput
  220. //
  221. this.sInput.Dock = System.Windows.Forms.DockStyle.Top;
  222. this.sInput.FillColor = System.Drawing.Color.White;
  223. this.sInput.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.sInput.Location = new System.Drawing.Point(0, 16);
  225. this.sInput.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  226. this.sInput.MinimumSize = new System.Drawing.Size(1, 1);
  227. this.sInput.Name = "sInput";
  228. this.sInput.Padding = new System.Windows.Forms.Padding(2);
  229. this.sInput.ScrollBarStyleInherited = false;
  230. this.sInput.ShowText = false;
  231. this.sInput.Size = new System.Drawing.Size(1242, 180);
  232. this.sInput.TabIndex = 12;
  233. this.sInput.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  234. //
  235. // label1
  236. //
  237. this.label1.AutoSize = true;
  238. this.label1.Dock = System.Windows.Forms.DockStyle.Top;
  239. this.label1.Location = new System.Drawing.Point(0, 0);
  240. this.label1.Name = "label1";
  241. this.label1.Size = new System.Drawing.Size(88, 16);
  242. this.label1.TabIndex = 11;
  243. this.label1.Text = "入 参:";
  244. //
  245. // tabPage2
  246. //
  247. this.tabPage2.Controls.Add(this.uiButton2);
  248. this.tabPage2.Controls.Add(this.rbg_Type);
  249. this.tabPage2.Controls.Add(this.tbPsnNo);
  250. this.tabPage2.Controls.Add(this.weqwe);
  251. this.tabPage2.Controls.Add(this.btnGetClinicHistoryTrade);
  252. this.tabPage2.Controls.Add(this.btnConnectServer);
  253. this.tabPage2.Controls.Add(this.sOutparam);
  254. this.tabPage2.Controls.Add(this.label3);
  255. this.tabPage2.Controls.Add(this.sInparam);
  256. this.tabPage2.Controls.Add(this.label4);
  257. this.tabPage2.Location = new System.Drawing.Point(0, 40);
  258. this.tabPage2.Name = "tabPage2";
  259. this.tabPage2.Size = new System.Drawing.Size(1242, 725);
  260. this.tabPage2.TabIndex = 1;
  261. this.tabPage2.Text = "医保医嘱共享业务";
  262. this.tabPage2.UseVisualStyleBackColor = true;
  263. //
  264. // uiButton2
  265. //
  266. this.uiButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  267. this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  268. this.uiButton2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.uiButton2.Location = new System.Drawing.Point(-8108, -4656);
  270. this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
  271. this.uiButton2.Name = "uiButton2";
  272. this.uiButton2.Size = new System.Drawing.Size(122, 49);
  273. this.uiButton2.TabIndex = 24;
  274. this.uiButton2.Text = "退 出";
  275. this.uiButton2.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.uiButton2.Click += new System.EventHandler(this.btn_Exit_Click);
  277. //
  278. // rbg_Type
  279. //
  280. this.rbg_Type.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  281. this.rbg_Type.ColumnCount = 2;
  282. this.rbg_Type.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  283. this.rbg_Type.Items.AddRange(new object[] {
  284. "00:查询门诊历史交易",
  285. "01:参保人照片"});
  286. this.rbg_Type.ItemSize = new System.Drawing.Size(200, 50);
  287. this.rbg_Type.Location = new System.Drawing.Point(19, -4834);
  288. this.rbg_Type.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  289. this.rbg_Type.MinimumSize = new System.Drawing.Size(1, 1);
  290. this.rbg_Type.Name = "rbg_Type";
  291. this.rbg_Type.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  292. this.rbg_Type.Size = new System.Drawing.Size(424, 88);
  293. this.rbg_Type.TabIndex = 23;
  294. this.rbg_Type.Text = "查询信息类型";
  295. this.rbg_Type.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  296. //
  297. // tbPsnNo
  298. //
  299. this.tbPsnNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  300. this.tbPsnNo.Cursor = System.Windows.Forms.Cursors.IBeam;
  301. this.tbPsnNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.tbPsnNo.Location = new System.Drawing.Point(106, -4736);
  303. this.tbPsnNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  304. this.tbPsnNo.MinimumSize = new System.Drawing.Size(1, 16);
  305. this.tbPsnNo.Name = "tbPsnNo";
  306. this.tbPsnNo.Padding = new System.Windows.Forms.Padding(5);
  307. this.tbPsnNo.ShowText = false;
  308. this.tbPsnNo.Size = new System.Drawing.Size(337, 29);
  309. this.tbPsnNo.TabIndex = 22;
  310. this.tbPsnNo.Text = "00000620603S";
  311. this.tbPsnNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  312. this.tbPsnNo.Watermark = "";
  313. //
  314. // weqwe
  315. //
  316. this.weqwe.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  317. this.weqwe.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.weqwe.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  319. this.weqwe.Location = new System.Drawing.Point(19, -4736);
  320. this.weqwe.Name = "weqwe";
  321. this.weqwe.Size = new System.Drawing.Size(77, 29);
  322. this.weqwe.TabIndex = 21;
  323. this.weqwe.Text = "医保编码";
  324. this.weqwe.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  325. //
  326. // btnGetClinicHistoryTrade
  327. //
  328. this.btnGetClinicHistoryTrade.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  329. this.btnGetClinicHistoryTrade.Cursor = System.Windows.Forms.Cursors.Hand;
  330. this.btnGetClinicHistoryTrade.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.btnGetClinicHistoryTrade.Location = new System.Drawing.Point(-8156, -4756);
  332. this.btnGetClinicHistoryTrade.MinimumSize = new System.Drawing.Size(1, 1);
  333. this.btnGetClinicHistoryTrade.Name = "btnGetClinicHistoryTrade";
  334. this.btnGetClinicHistoryTrade.Size = new System.Drawing.Size(170, 49);
  335. this.btnGetClinicHistoryTrade.TabIndex = 20;
  336. this.btnGetClinicHistoryTrade.Text = "获取参保人就诊历史";
  337. this.btnGetClinicHistoryTrade.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.btnGetClinicHistoryTrade.Click += new System.EventHandler(this.btnGetClinicHistoryTrade_Click);
  339. //
  340. // btnConnectServer
  341. //
  342. this.btnConnectServer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  343. this.btnConnectServer.Cursor = System.Windows.Forms.Cursors.Hand;
  344. this.btnConnectServer.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. this.btnConnectServer.Location = new System.Drawing.Point(-8156, -4818);
  346. this.btnConnectServer.MinimumSize = new System.Drawing.Size(1, 1);
  347. this.btnConnectServer.Name = "btnConnectServer";
  348. this.btnConnectServer.Size = new System.Drawing.Size(170, 49);
  349. this.btnConnectServer.TabIndex = 19;
  350. this.btnConnectServer.Text = "初始化信息共享组件";
  351. this.btnConnectServer.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.btnConnectServer.Click += new System.EventHandler(this.btnConnectServer_Click);
  353. //
  354. // sOutparam
  355. //
  356. this.sOutparam.Dock = System.Windows.Forms.DockStyle.Top;
  357. this.sOutparam.FillColor = System.Drawing.Color.White;
  358. this.sOutparam.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.sOutparam.Location = new System.Drawing.Point(0, 88);
  360. this.sOutparam.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  361. this.sOutparam.MinimumSize = new System.Drawing.Size(1, 1);
  362. this.sOutparam.Name = "sOutparam";
  363. this.sOutparam.Padding = new System.Windows.Forms.Padding(2);
  364. this.sOutparam.ScrollBarStyleInherited = false;
  365. this.sOutparam.ShowText = false;
  366. this.sOutparam.Size = new System.Drawing.Size(1242, 388);
  367. this.sOutparam.TabIndex = 18;
  368. this.sOutparam.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  369. //
  370. // label3
  371. //
  372. this.label3.AutoSize = true;
  373. this.label3.Dock = System.Windows.Forms.DockStyle.Top;
  374. this.label3.Location = new System.Drawing.Point(0, 72);
  375. this.label3.Name = "label3";
  376. this.label3.Size = new System.Drawing.Size(72, 16);
  377. this.label3.TabIndex = 17;
  378. this.label3.Text = "返回值:";
  379. //
  380. // sInparam
  381. //
  382. this.sInparam.Dock = System.Windows.Forms.DockStyle.Top;
  383. this.sInparam.FillColor = System.Drawing.Color.White;
  384. this.sInparam.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.sInparam.Location = new System.Drawing.Point(0, 16);
  386. this.sInparam.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  387. this.sInparam.MinimumSize = new System.Drawing.Size(1, 1);
  388. this.sInparam.Name = "sInparam";
  389. this.sInparam.Padding = new System.Windows.Forms.Padding(2);
  390. this.sInparam.ScrollBarStyleInherited = false;
  391. this.sInparam.ShowText = false;
  392. this.sInparam.Size = new System.Drawing.Size(1242, 56);
  393. this.sInparam.TabIndex = 16;
  394. this.sInparam.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  395. //
  396. // label4
  397. //
  398. this.label4.AutoSize = true;
  399. this.label4.Dock = System.Windows.Forms.DockStyle.Top;
  400. this.label4.Location = new System.Drawing.Point(0, 0);
  401. this.label4.Name = "label4";
  402. this.label4.Size = new System.Drawing.Size(88, 16);
  403. this.label4.TabIndex = 15;
  404. this.label4.Text = "入 参:";
  405. //
  406. // uiButton4
  407. //
  408. this.uiButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  409. this.uiButton4.Cursor = System.Windows.Forms.Cursors.Hand;
  410. this.uiButton4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.uiButton4.Location = new System.Drawing.Point(753, 455);
  412. this.uiButton4.MinimumSize = new System.Drawing.Size(1, 1);
  413. this.uiButton4.Name = "uiButton4";
  414. this.uiButton4.Size = new System.Drawing.Size(155, 49);
  415. this.uiButton4.TabIndex = 22;
  416. this.uiButton4.Text = "获取人员类别信息";
  417. this.uiButton4.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.uiButton4.Click += new System.EventHandler(this.uiButton4_Click);
  419. //
  420. // MainForm
  421. //
  422. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  423. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  424. this.ClientSize = new System.Drawing.Size(1242, 765);
  425. this.Controls.Add(this.uiTabControl1);
  426. this.Name = "MainForm";
  427. this.Text = "Form1";
  428. this.Load += new System.EventHandler(this.MainForm_Load);
  429. this.uiTabControl1.ResumeLayout(false);
  430. this.tabPage1.ResumeLayout(false);
  431. this.tabPage1.PerformLayout();
  432. this.tabPage2.ResumeLayout(false);
  433. this.tabPage2.PerformLayout();
  434. this.ResumeLayout(false);
  435. }
  436. #endregion
  437. private Sunny.UI.UITabControl uiTabControl1;
  438. private System.Windows.Forms.TabPage tabPage1;
  439. private Sunny.UI.UIButton uiButton1;
  440. private Sunny.UI.UIButton btn_Exit;
  441. private Sunny.UI.UIButton btn_GetPersonInfo;
  442. private Sunny.UI.UIButton btn_Close;
  443. private Sunny.UI.UIButton btn_Open;
  444. private Sunny.UI.UIRichTextBox sOutPut;
  445. private System.Windows.Forms.Label label2;
  446. private Sunny.UI.UIRichTextBox sInput;
  447. private System.Windows.Forms.Label label1;
  448. private System.Windows.Forms.TabPage tabPage2;
  449. private Sunny.UI.UIRichTextBox sOutparam;
  450. private System.Windows.Forms.Label label3;
  451. private Sunny.UI.UIRichTextBox sInparam;
  452. private System.Windows.Forms.Label label4;
  453. private Sunny.UI.UIButton btnGetClinicHistoryTrade;
  454. private Sunny.UI.UIButton btnConnectServer;
  455. private Sunny.UI.UITextBox tbPsnNo;
  456. private Sunny.UI.UILabel weqwe;
  457. private Sunny.UI.UIRadioButtonGroup rbg_Type;
  458. private Sunny.UI.UIButton uiButton2;
  459. private Sunny.UI.UIButton btnPresUpload;
  460. private Sunny.UI.UIButton uiButton3;
  461. private Sunny.UI.UIButton uiButton4;
  462. }
  463. }