ReadCardInfo.Designer.cs 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905
  1. 
  2. namespace PTMedicalInsurance
  3. {
  4. partial class ReadCardInfo
  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.uiPanel1 = new Sunny.UI.UIPanel();
  30. this.TitleText = new Sunny.UI.UITitlePanel();
  31. this.uiLabel22 = new Sunny.UI.UILabel();
  32. this.edt_AreaCode = new Sunny.UI.UITextBox();
  33. this.edt_InHospitalNumber = new Sunny.UI.UITextBox();
  34. this.uiLabel21 = new Sunny.UI.UILabel();
  35. this.edt_PoorFlag = new Sunny.UI.UITextBox();
  36. this.uiLabel20 = new Sunny.UI.UILabel();
  37. this.edt_ServantFlag = new Sunny.UI.UITextBox();
  38. this.uiLabel19 = new Sunny.UI.UILabel();
  39. this.edt_ZHYE = new Sunny.UI.UITextBox();
  40. this.uiLabel10 = new Sunny.UI.UILabel();
  41. this.edt_YTRYBS = new Sunny.UI.UITextBox();
  42. this.edt_MBBM = new Sunny.UI.UITextBox();
  43. this.edt_BRDDYY = new Sunny.UI.UITextBox();
  44. this.edt_ZZYYBM = new Sunny.UI.UITextBox();
  45. this.edt_SFZH = new Sunny.UI.UITextBox();
  46. this.edt_YBBH = new Sunny.UI.UITextBox();
  47. this.edt_CSRQ = new Sunny.UI.UITextBox();
  48. this.edt_XB = new Sunny.UI.UITextBox();
  49. this.uiLabel11 = new Sunny.UI.UILabel();
  50. this.uiLabel12 = new Sunny.UI.UILabel();
  51. this.uiLabel13 = new Sunny.UI.UILabel();
  52. this.uiLabel14 = new Sunny.UI.UILabel();
  53. this.uiLabel15 = new Sunny.UI.UILabel();
  54. this.uiLabel16 = new Sunny.UI.UILabel();
  55. this.uiLabel17 = new Sunny.UI.UILabel();
  56. this.uiLabel18 = new Sunny.UI.UILabel();
  57. this.edt_MXBDDYY = new Sunny.UI.UITextBox();
  58. this.uiLabel9 = new Sunny.UI.UILabel();
  59. this.edt_JCDJ = new Sunny.UI.UITextBox();
  60. this.edt_ZYBS = new Sunny.UI.UITextBox();
  61. this.edt_XZLX = new Sunny.UI.UITextBox();
  62. this.edt_SFHMD = new Sunny.UI.UITextBox();
  63. this.edt_ZZSX = new Sunny.UI.UITextBox();
  64. this.edt_RYLB = new Sunny.UI.UITextBox();
  65. this.edt_KH = new Sunny.UI.UITextBox();
  66. this.edt_XM = new Sunny.UI.UITextBox();
  67. this.uiLabel8 = new Sunny.UI.UILabel();
  68. this.uiLabel7 = new Sunny.UI.UILabel();
  69. this.uiLabel6 = new Sunny.UI.UILabel();
  70. this.uiLabel5 = new Sunny.UI.UILabel();
  71. this.uiLabel4 = new Sunny.UI.UILabel();
  72. this.uiLabel3 = new Sunny.UI.UILabel();
  73. this.uiLabel2 = new Sunny.UI.UILabel();
  74. this.uiLabel1 = new Sunny.UI.UILabel();
  75. this.uiPanel2 = new Sunny.UI.UIPanel();
  76. this.btnCancel = new Sunny.UI.UIButton();
  77. this.btnOK = new Sunny.UI.UIButton();
  78. this.eventLog1 = new System.Diagnostics.EventLog();
  79. this.uiPanel1.SuspendLayout();
  80. this.TitleText.SuspendLayout();
  81. this.uiPanel2.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.eventLog1)).BeginInit();
  83. this.SuspendLayout();
  84. //
  85. // uiPanel1
  86. //
  87. this.uiPanel1.Controls.Add(this.TitleText);
  88. this.uiPanel1.Controls.Add(this.uiPanel2);
  89. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.uiPanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  92. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  93. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  94. this.uiPanel1.Name = "uiPanel1";
  95. this.uiPanel1.Size = new System.Drawing.Size(743, 676);
  96. this.uiPanel1.TabIndex = 18;
  97. this.uiPanel1.Text = null;
  98. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  99. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  100. //
  101. // TitleText
  102. //
  103. this.TitleText.Controls.Add(this.uiLabel22);
  104. this.TitleText.Controls.Add(this.edt_AreaCode);
  105. this.TitleText.Controls.Add(this.edt_InHospitalNumber);
  106. this.TitleText.Controls.Add(this.uiLabel21);
  107. this.TitleText.Controls.Add(this.edt_PoorFlag);
  108. this.TitleText.Controls.Add(this.uiLabel20);
  109. this.TitleText.Controls.Add(this.edt_ServantFlag);
  110. this.TitleText.Controls.Add(this.uiLabel19);
  111. this.TitleText.Controls.Add(this.edt_ZHYE);
  112. this.TitleText.Controls.Add(this.uiLabel10);
  113. this.TitleText.Controls.Add(this.edt_YTRYBS);
  114. this.TitleText.Controls.Add(this.edt_MBBM);
  115. this.TitleText.Controls.Add(this.edt_BRDDYY);
  116. this.TitleText.Controls.Add(this.edt_ZZYYBM);
  117. this.TitleText.Controls.Add(this.edt_SFZH);
  118. this.TitleText.Controls.Add(this.edt_YBBH);
  119. this.TitleText.Controls.Add(this.edt_CSRQ);
  120. this.TitleText.Controls.Add(this.edt_XB);
  121. this.TitleText.Controls.Add(this.uiLabel11);
  122. this.TitleText.Controls.Add(this.uiLabel12);
  123. this.TitleText.Controls.Add(this.uiLabel13);
  124. this.TitleText.Controls.Add(this.uiLabel14);
  125. this.TitleText.Controls.Add(this.uiLabel15);
  126. this.TitleText.Controls.Add(this.uiLabel16);
  127. this.TitleText.Controls.Add(this.uiLabel17);
  128. this.TitleText.Controls.Add(this.uiLabel18);
  129. this.TitleText.Controls.Add(this.edt_MXBDDYY);
  130. this.TitleText.Controls.Add(this.uiLabel9);
  131. this.TitleText.Controls.Add(this.edt_JCDJ);
  132. this.TitleText.Controls.Add(this.edt_ZYBS);
  133. this.TitleText.Controls.Add(this.edt_XZLX);
  134. this.TitleText.Controls.Add(this.edt_SFHMD);
  135. this.TitleText.Controls.Add(this.edt_ZZSX);
  136. this.TitleText.Controls.Add(this.edt_RYLB);
  137. this.TitleText.Controls.Add(this.edt_KH);
  138. this.TitleText.Controls.Add(this.edt_XM);
  139. this.TitleText.Controls.Add(this.uiLabel8);
  140. this.TitleText.Controls.Add(this.uiLabel7);
  141. this.TitleText.Controls.Add(this.uiLabel6);
  142. this.TitleText.Controls.Add(this.uiLabel5);
  143. this.TitleText.Controls.Add(this.uiLabel4);
  144. this.TitleText.Controls.Add(this.uiLabel3);
  145. this.TitleText.Controls.Add(this.uiLabel2);
  146. this.TitleText.Controls.Add(this.uiLabel1);
  147. this.TitleText.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.TitleText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.TitleText.Location = new System.Drawing.Point(0, 0);
  150. this.TitleText.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  151. this.TitleText.MinimumSize = new System.Drawing.Size(1, 1);
  152. this.TitleText.Name = "TitleText";
  153. this.TitleText.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
  154. this.TitleText.ShowText = false;
  155. this.TitleText.Size = new System.Drawing.Size(743, 607);
  156. this.TitleText.TabIndex = 58;
  157. this.TitleText.Text = "医保中心返回参保人员信息";
  158. this.TitleText.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  159. this.TitleText.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  160. //
  161. // uiLabel22
  162. //
  163. this.uiLabel22.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.uiLabel22.Location = new System.Drawing.Point(26, 546);
  165. this.uiLabel22.Name = "uiLabel22";
  166. this.uiLabel22.Size = new System.Drawing.Size(154, 29);
  167. this.uiLabel22.TabIndex = 98;
  168. this.uiLabel22.Text = "参保地行政区划代码";
  169. this.uiLabel22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  170. this.uiLabel22.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  171. //
  172. // edt_AreaCode
  173. //
  174. this.edt_AreaCode.Cursor = System.Windows.Forms.Cursors.IBeam;
  175. this.edt_AreaCode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.edt_AreaCode.Location = new System.Drawing.Point(187, 546);
  177. this.edt_AreaCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  178. this.edt_AreaCode.MinimumSize = new System.Drawing.Size(1, 16);
  179. this.edt_AreaCode.Name = "edt_AreaCode";
  180. this.edt_AreaCode.Padding = new System.Windows.Forms.Padding(5);
  181. this.edt_AreaCode.ShowText = false;
  182. this.edt_AreaCode.Size = new System.Drawing.Size(168, 29);
  183. this.edt_AreaCode.TabIndex = 97;
  184. this.edt_AreaCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  185. this.edt_AreaCode.Watermark = "";
  186. this.edt_AreaCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  187. //
  188. // edt_InHospitalNumber
  189. //
  190. this.edt_InHospitalNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  191. this.edt_InHospitalNumber.Cursor = System.Windows.Forms.Cursors.IBeam;
  192. this.edt_InHospitalNumber.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.edt_InHospitalNumber.Location = new System.Drawing.Point(530, 546);
  194. this.edt_InHospitalNumber.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  195. this.edt_InHospitalNumber.MinimumSize = new System.Drawing.Size(1, 16);
  196. this.edt_InHospitalNumber.Name = "edt_InHospitalNumber";
  197. this.edt_InHospitalNumber.Padding = new System.Windows.Forms.Padding(5);
  198. this.edt_InHospitalNumber.ShowText = false;
  199. this.edt_InHospitalNumber.Size = new System.Drawing.Size(185, 29);
  200. this.edt_InHospitalNumber.TabIndex = 95;
  201. this.edt_InHospitalNumber.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  202. this.edt_InHospitalNumber.Watermark = "";
  203. this.edt_InHospitalNumber.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  204. //
  205. // uiLabel21
  206. //
  207. this.uiLabel21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  208. this.uiLabel21.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.uiLabel21.Location = new System.Drawing.Point(414, 546);
  210. this.uiLabel21.Name = "uiLabel21";
  211. this.uiLabel21.Size = new System.Drawing.Size(111, 29);
  212. this.uiLabel21.TabIndex = 94;
  213. this.uiLabel21.Text = "本年住院次数";
  214. this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  215. this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  216. //
  217. // edt_PoorFlag
  218. //
  219. this.edt_PoorFlag.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  220. this.edt_PoorFlag.Cursor = System.Windows.Forms.Cursors.IBeam;
  221. this.edt_PoorFlag.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.edt_PoorFlag.Location = new System.Drawing.Point(530, 497);
  223. this.edt_PoorFlag.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  224. this.edt_PoorFlag.MinimumSize = new System.Drawing.Size(1, 16);
  225. this.edt_PoorFlag.Name = "edt_PoorFlag";
  226. this.edt_PoorFlag.Padding = new System.Windows.Forms.Padding(5);
  227. this.edt_PoorFlag.ShowText = false;
  228. this.edt_PoorFlag.Size = new System.Drawing.Size(185, 29);
  229. this.edt_PoorFlag.TabIndex = 93;
  230. this.edt_PoorFlag.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  231. this.edt_PoorFlag.Watermark = "";
  232. this.edt_PoorFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  233. //
  234. // uiLabel20
  235. //
  236. this.uiLabel20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  237. this.uiLabel20.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.uiLabel20.Location = new System.Drawing.Point(414, 497);
  239. this.uiLabel20.Name = "uiLabel20";
  240. this.uiLabel20.Size = new System.Drawing.Size(111, 29);
  241. this.uiLabel20.TabIndex = 92;
  242. this.uiLabel20.Text = "低保对象标识";
  243. this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  244. this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  245. //
  246. // edt_ServantFlag
  247. //
  248. this.edt_ServantFlag.Cursor = System.Windows.Forms.Cursors.IBeam;
  249. this.edt_ServantFlag.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.edt_ServantFlag.Location = new System.Drawing.Point(221, 497);
  251. this.edt_ServantFlag.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  252. this.edt_ServantFlag.MinimumSize = new System.Drawing.Size(1, 16);
  253. this.edt_ServantFlag.Name = "edt_ServantFlag";
  254. this.edt_ServantFlag.Padding = new System.Windows.Forms.Padding(5);
  255. this.edt_ServantFlag.ShowText = false;
  256. this.edt_ServantFlag.Size = new System.Drawing.Size(135, 29);
  257. this.edt_ServantFlag.TabIndex = 91;
  258. this.edt_ServantFlag.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  259. this.edt_ServantFlag.Watermark = "";
  260. this.edt_ServantFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  261. //
  262. // uiLabel19
  263. //
  264. this.uiLabel19.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.uiLabel19.Location = new System.Drawing.Point(27, 497);
  266. this.uiLabel19.Name = "uiLabel19";
  267. this.uiLabel19.Size = new System.Drawing.Size(187, 29);
  268. this.uiLabel19.TabIndex = 90;
  269. this.uiLabel19.Text = "参加公务员医疗补助标识";
  270. this.uiLabel19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  271. this.uiLabel19.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  272. //
  273. // edt_ZHYE
  274. //
  275. this.edt_ZHYE.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  276. this.edt_ZHYE.BackColor = System.Drawing.SystemColors.Control;
  277. this.edt_ZHYE.Cursor = System.Windows.Forms.Cursors.IBeam;
  278. this.edt_ZHYE.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.edt_ZHYE.ForeColor = System.Drawing.Color.Red;
  280. this.edt_ZHYE.Location = new System.Drawing.Point(530, 56);
  281. this.edt_ZHYE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  282. this.edt_ZHYE.MinimumSize = new System.Drawing.Size(1, 16);
  283. this.edt_ZHYE.Name = "edt_ZHYE";
  284. this.edt_ZHYE.Padding = new System.Windows.Forms.Padding(5);
  285. this.edt_ZHYE.ShowText = false;
  286. this.edt_ZHYE.Size = new System.Drawing.Size(185, 29);
  287. this.edt_ZHYE.Style = Sunny.UI.UIStyle.Custom;
  288. this.edt_ZHYE.TabIndex = 89;
  289. this.edt_ZHYE.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  290. this.edt_ZHYE.Watermark = "";
  291. this.edt_ZHYE.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  292. //
  293. // uiLabel10
  294. //
  295. this.uiLabel10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  296. this.uiLabel10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.uiLabel10.ForeColor = System.Drawing.Color.Red;
  298. this.uiLabel10.Location = new System.Drawing.Point(414, 56);
  299. this.uiLabel10.Name = "uiLabel10";
  300. this.uiLabel10.Size = new System.Drawing.Size(111, 29);
  301. this.uiLabel10.Style = Sunny.UI.UIStyle.Custom;
  302. this.uiLabel10.TabIndex = 88;
  303. this.uiLabel10.Text = "账户余额";
  304. this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  305. this.uiLabel10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  306. //
  307. // edt_YTRYBS
  308. //
  309. this.edt_YTRYBS.Cursor = System.Windows.Forms.Cursors.IBeam;
  310. this.edt_YTRYBS.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.edt_YTRYBS.Location = new System.Drawing.Point(138, 399);
  312. this.edt_YTRYBS.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  313. this.edt_YTRYBS.MinimumSize = new System.Drawing.Size(1, 16);
  314. this.edt_YTRYBS.Name = "edt_YTRYBS";
  315. this.edt_YTRYBS.Padding = new System.Windows.Forms.Padding(5);
  316. this.edt_YTRYBS.ShowText = false;
  317. this.edt_YTRYBS.Size = new System.Drawing.Size(218, 29);
  318. this.edt_YTRYBS.TabIndex = 87;
  319. this.edt_YTRYBS.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  320. this.edt_YTRYBS.Watermark = "";
  321. this.edt_YTRYBS.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  322. //
  323. // edt_MBBM
  324. //
  325. this.edt_MBBM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  326. this.edt_MBBM.Cursor = System.Windows.Forms.Cursors.IBeam;
  327. this.edt_MBBM.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.edt_MBBM.Location = new System.Drawing.Point(530, 350);
  329. this.edt_MBBM.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  330. this.edt_MBBM.MinimumSize = new System.Drawing.Size(1, 16);
  331. this.edt_MBBM.Name = "edt_MBBM";
  332. this.edt_MBBM.Padding = new System.Windows.Forms.Padding(5);
  333. this.edt_MBBM.ShowText = false;
  334. this.edt_MBBM.Size = new System.Drawing.Size(185, 29);
  335. this.edt_MBBM.TabIndex = 86;
  336. this.edt_MBBM.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  337. this.edt_MBBM.Watermark = "";
  338. this.edt_MBBM.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  339. //
  340. // edt_BRDDYY
  341. //
  342. this.edt_BRDDYY.Cursor = System.Windows.Forms.Cursors.IBeam;
  343. this.edt_BRDDYY.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  344. this.edt_BRDDYY.Location = new System.Drawing.Point(138, 448);
  345. this.edt_BRDDYY.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  346. this.edt_BRDDYY.MinimumSize = new System.Drawing.Size(1, 16);
  347. this.edt_BRDDYY.Name = "edt_BRDDYY";
  348. this.edt_BRDDYY.Padding = new System.Windows.Forms.Padding(5);
  349. this.edt_BRDDYY.ShowText = false;
  350. this.edt_BRDDYY.Size = new System.Drawing.Size(218, 29);
  351. this.edt_BRDDYY.TabIndex = 85;
  352. this.edt_BRDDYY.Text = "本地红名单,默认为定点医院";
  353. this.edt_BRDDYY.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  354. this.edt_BRDDYY.Watermark = "";
  355. this.edt_BRDDYY.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  356. //
  357. // edt_ZZYYBM
  358. //
  359. this.edt_ZZYYBM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  360. this.edt_ZZYYBM.Cursor = System.Windows.Forms.Cursors.IBeam;
  361. this.edt_ZZYYBM.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.edt_ZZYYBM.Location = new System.Drawing.Point(530, 399);
  363. this.edt_ZZYYBM.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  364. this.edt_ZZYYBM.MinimumSize = new System.Drawing.Size(1, 16);
  365. this.edt_ZZYYBM.Name = "edt_ZZYYBM";
  366. this.edt_ZZYYBM.Padding = new System.Windows.Forms.Padding(5);
  367. this.edt_ZZYYBM.ShowText = false;
  368. this.edt_ZZYYBM.Size = new System.Drawing.Size(185, 29);
  369. this.edt_ZZYYBM.TabIndex = 84;
  370. this.edt_ZZYYBM.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  371. this.edt_ZZYYBM.Watermark = "";
  372. this.edt_ZZYYBM.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  373. //
  374. // edt_SFZH
  375. //
  376. this.edt_SFZH.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  377. this.edt_SFZH.Cursor = System.Windows.Forms.Cursors.IBeam;
  378. this.edt_SFZH.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.edt_SFZH.Location = new System.Drawing.Point(530, 252);
  380. this.edt_SFZH.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  381. this.edt_SFZH.MinimumSize = new System.Drawing.Size(1, 16);
  382. this.edt_SFZH.Name = "edt_SFZH";
  383. this.edt_SFZH.Padding = new System.Windows.Forms.Padding(5);
  384. this.edt_SFZH.ShowText = false;
  385. this.edt_SFZH.Size = new System.Drawing.Size(185, 29);
  386. this.edt_SFZH.TabIndex = 83;
  387. this.edt_SFZH.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  388. this.edt_SFZH.Watermark = "";
  389. this.edt_SFZH.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  390. //
  391. // edt_YBBH
  392. //
  393. this.edt_YBBH.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  394. this.edt_YBBH.Cursor = System.Windows.Forms.Cursors.IBeam;
  395. this.edt_YBBH.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.edt_YBBH.Location = new System.Drawing.Point(530, 203);
  397. this.edt_YBBH.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  398. this.edt_YBBH.MinimumSize = new System.Drawing.Size(1, 16);
  399. this.edt_YBBH.Name = "edt_YBBH";
  400. this.edt_YBBH.Padding = new System.Windows.Forms.Padding(5);
  401. this.edt_YBBH.ShowText = false;
  402. this.edt_YBBH.Size = new System.Drawing.Size(185, 29);
  403. this.edt_YBBH.TabIndex = 82;
  404. this.edt_YBBH.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  405. this.edt_YBBH.Watermark = "";
  406. this.edt_YBBH.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  407. //
  408. // edt_CSRQ
  409. //
  410. this.edt_CSRQ.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  411. this.edt_CSRQ.Cursor = System.Windows.Forms.Cursors.IBeam;
  412. this.edt_CSRQ.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  413. this.edt_CSRQ.Location = new System.Drawing.Point(530, 154);
  414. this.edt_CSRQ.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  415. this.edt_CSRQ.MinimumSize = new System.Drawing.Size(1, 16);
  416. this.edt_CSRQ.Name = "edt_CSRQ";
  417. this.edt_CSRQ.Padding = new System.Windows.Forms.Padding(5);
  418. this.edt_CSRQ.ShowText = false;
  419. this.edt_CSRQ.Size = new System.Drawing.Size(185, 29);
  420. this.edt_CSRQ.TabIndex = 81;
  421. this.edt_CSRQ.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  422. this.edt_CSRQ.Watermark = "";
  423. this.edt_CSRQ.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  424. //
  425. // edt_XB
  426. //
  427. this.edt_XB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  428. this.edt_XB.Cursor = System.Windows.Forms.Cursors.IBeam;
  429. this.edt_XB.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.edt_XB.Location = new System.Drawing.Point(530, 105);
  431. this.edt_XB.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  432. this.edt_XB.MinimumSize = new System.Drawing.Size(1, 16);
  433. this.edt_XB.Name = "edt_XB";
  434. this.edt_XB.Padding = new System.Windows.Forms.Padding(5);
  435. this.edt_XB.ShowText = false;
  436. this.edt_XB.Size = new System.Drawing.Size(185, 29);
  437. this.edt_XB.TabIndex = 80;
  438. this.edt_XB.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  439. this.edt_XB.Watermark = "";
  440. this.edt_XB.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  441. //
  442. // uiLabel11
  443. //
  444. this.uiLabel11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. this.uiLabel11.Location = new System.Drawing.Point(27, 399);
  446. this.uiLabel11.Name = "uiLabel11";
  447. this.uiLabel11.Size = new System.Drawing.Size(106, 29);
  448. this.uiLabel11.TabIndex = 79;
  449. this.uiLabel11.Text = "预提人员标识";
  450. this.uiLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  451. this.uiLabel11.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  452. //
  453. // uiLabel12
  454. //
  455. this.uiLabel12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  456. this.uiLabel12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. this.uiLabel12.Location = new System.Drawing.Point(414, 350);
  458. this.uiLabel12.Name = "uiLabel12";
  459. this.uiLabel12.Size = new System.Drawing.Size(111, 29);
  460. this.uiLabel12.TabIndex = 78;
  461. this.uiLabel12.Text = "慢病编码";
  462. this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  463. this.uiLabel12.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  464. //
  465. // uiLabel13
  466. //
  467. this.uiLabel13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  468. this.uiLabel13.Location = new System.Drawing.Point(27, 448);
  469. this.uiLabel13.Name = "uiLabel13";
  470. this.uiLabel13.Size = new System.Drawing.Size(106, 29);
  471. this.uiLabel13.TabIndex = 77;
  472. this.uiLabel13.Text = "本人定点医院";
  473. this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  474. this.uiLabel13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  475. //
  476. // uiLabel14
  477. //
  478. this.uiLabel14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  479. this.uiLabel14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  480. this.uiLabel14.Location = new System.Drawing.Point(414, 399);
  481. this.uiLabel14.Name = "uiLabel14";
  482. this.uiLabel14.Size = new System.Drawing.Size(111, 29);
  483. this.uiLabel14.TabIndex = 76;
  484. this.uiLabel14.Text = "转诊医院编码";
  485. this.uiLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  486. this.uiLabel14.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  487. //
  488. // uiLabel15
  489. //
  490. this.uiLabel15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  491. this.uiLabel15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  492. this.uiLabel15.Location = new System.Drawing.Point(414, 252);
  493. this.uiLabel15.Name = "uiLabel15";
  494. this.uiLabel15.Size = new System.Drawing.Size(111, 29);
  495. this.uiLabel15.TabIndex = 75;
  496. this.uiLabel15.Text = "身份证号";
  497. this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  498. this.uiLabel15.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  499. //
  500. // uiLabel16
  501. //
  502. this.uiLabel16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  503. this.uiLabel16.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  504. this.uiLabel16.Location = new System.Drawing.Point(414, 203);
  505. this.uiLabel16.Name = "uiLabel16";
  506. this.uiLabel16.Size = new System.Drawing.Size(111, 29);
  507. this.uiLabel16.TabIndex = 74;
  508. this.uiLabel16.Text = "医保编号";
  509. this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  510. this.uiLabel16.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  511. //
  512. // uiLabel17
  513. //
  514. this.uiLabel17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  515. this.uiLabel17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.uiLabel17.Location = new System.Drawing.Point(414, 154);
  517. this.uiLabel17.Name = "uiLabel17";
  518. this.uiLabel17.Size = new System.Drawing.Size(111, 29);
  519. this.uiLabel17.TabIndex = 73;
  520. this.uiLabel17.Text = "出生日期";
  521. this.uiLabel17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  522. this.uiLabel17.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  523. //
  524. // uiLabel18
  525. //
  526. this.uiLabel18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  527. this.uiLabel18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  528. this.uiLabel18.Location = new System.Drawing.Point(414, 105);
  529. this.uiLabel18.Name = "uiLabel18";
  530. this.uiLabel18.Size = new System.Drawing.Size(111, 29);
  531. this.uiLabel18.TabIndex = 72;
  532. this.uiLabel18.Text = "性 别";
  533. this.uiLabel18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  534. this.uiLabel18.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  535. //
  536. // edt_MXBDDYY
  537. //
  538. this.edt_MXBDDYY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  539. this.edt_MXBDDYY.Cursor = System.Windows.Forms.Cursors.IBeam;
  540. this.edt_MXBDDYY.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  541. this.edt_MXBDDYY.Location = new System.Drawing.Point(530, 448);
  542. this.edt_MXBDDYY.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  543. this.edt_MXBDDYY.MinimumSize = new System.Drawing.Size(1, 16);
  544. this.edt_MXBDDYY.Name = "edt_MXBDDYY";
  545. this.edt_MXBDDYY.Padding = new System.Windows.Forms.Padding(5);
  546. this.edt_MXBDDYY.ShowText = false;
  547. this.edt_MXBDDYY.Size = new System.Drawing.Size(185, 29);
  548. this.edt_MXBDDYY.TabIndex = 71;
  549. this.edt_MXBDDYY.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  550. this.edt_MXBDDYY.Watermark = "";
  551. this.edt_MXBDDYY.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  552. //
  553. // uiLabel9
  554. //
  555. this.uiLabel9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  556. this.uiLabel9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  557. this.uiLabel9.Location = new System.Drawing.Point(414, 448);
  558. this.uiLabel9.Name = "uiLabel9";
  559. this.uiLabel9.Size = new System.Drawing.Size(111, 29);
  560. this.uiLabel9.TabIndex = 70;
  561. this.uiLabel9.Text = "慢病定点医院";
  562. this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  563. this.uiLabel9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  564. //
  565. // edt_JCDJ
  566. //
  567. this.edt_JCDJ.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  568. this.edt_JCDJ.Cursor = System.Windows.Forms.Cursors.IBeam;
  569. this.edt_JCDJ.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  570. this.edt_JCDJ.Location = new System.Drawing.Point(530, 301);
  571. this.edt_JCDJ.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  572. this.edt_JCDJ.MinimumSize = new System.Drawing.Size(1, 16);
  573. this.edt_JCDJ.Name = "edt_JCDJ";
  574. this.edt_JCDJ.Padding = new System.Windows.Forms.Padding(5);
  575. this.edt_JCDJ.ShowText = false;
  576. this.edt_JCDJ.Size = new System.Drawing.Size(185, 29);
  577. this.edt_JCDJ.TabIndex = 69;
  578. this.edt_JCDJ.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  579. this.edt_JCDJ.Watermark = "";
  580. this.edt_JCDJ.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  581. //
  582. // edt_ZYBS
  583. //
  584. this.edt_ZYBS.Cursor = System.Windows.Forms.Cursors.IBeam;
  585. this.edt_ZYBS.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  586. this.edt_ZYBS.Location = new System.Drawing.Point(138, 350);
  587. this.edt_ZYBS.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  588. this.edt_ZYBS.MinimumSize = new System.Drawing.Size(1, 16);
  589. this.edt_ZYBS.Name = "edt_ZYBS";
  590. this.edt_ZYBS.Padding = new System.Windows.Forms.Padding(5);
  591. this.edt_ZYBS.ShowText = false;
  592. this.edt_ZYBS.Size = new System.Drawing.Size(218, 29);
  593. this.edt_ZYBS.TabIndex = 68;
  594. this.edt_ZYBS.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  595. this.edt_ZYBS.Watermark = "";
  596. this.edt_ZYBS.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  597. //
  598. // edt_XZLX
  599. //
  600. this.edt_XZLX.Cursor = System.Windows.Forms.Cursors.IBeam;
  601. this.edt_XZLX.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  602. this.edt_XZLX.Location = new System.Drawing.Point(138, 301);
  603. this.edt_XZLX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  604. this.edt_XZLX.MinimumSize = new System.Drawing.Size(1, 16);
  605. this.edt_XZLX.Name = "edt_XZLX";
  606. this.edt_XZLX.Padding = new System.Windows.Forms.Padding(5);
  607. this.edt_XZLX.ShowText = false;
  608. this.edt_XZLX.Size = new System.Drawing.Size(218, 29);
  609. this.edt_XZLX.TabIndex = 67;
  610. this.edt_XZLX.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  611. this.edt_XZLX.Watermark = "";
  612. this.edt_XZLX.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  613. //
  614. // edt_SFHMD
  615. //
  616. this.edt_SFHMD.Cursor = System.Windows.Forms.Cursors.IBeam;
  617. this.edt_SFHMD.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  618. this.edt_SFHMD.Location = new System.Drawing.Point(138, 252);
  619. this.edt_SFHMD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  620. this.edt_SFHMD.MinimumSize = new System.Drawing.Size(1, 16);
  621. this.edt_SFHMD.Name = "edt_SFHMD";
  622. this.edt_SFHMD.Padding = new System.Windows.Forms.Padding(5);
  623. this.edt_SFHMD.ShowText = false;
  624. this.edt_SFHMD.Size = new System.Drawing.Size(218, 29);
  625. this.edt_SFHMD.TabIndex = 66;
  626. this.edt_SFHMD.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  627. this.edt_SFHMD.Watermark = "";
  628. this.edt_SFHMD.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  629. //
  630. // edt_ZZSX
  631. //
  632. this.edt_ZZSX.Cursor = System.Windows.Forms.Cursors.IBeam;
  633. this.edt_ZZSX.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  634. this.edt_ZZSX.Location = new System.Drawing.Point(138, 203);
  635. this.edt_ZZSX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  636. this.edt_ZZSX.MinimumSize = new System.Drawing.Size(1, 16);
  637. this.edt_ZZSX.Name = "edt_ZZSX";
  638. this.edt_ZZSX.Padding = new System.Windows.Forms.Padding(5);
  639. this.edt_ZZSX.ShowText = false;
  640. this.edt_ZZSX.Size = new System.Drawing.Size(218, 29);
  641. this.edt_ZZSX.TabIndex = 65;
  642. this.edt_ZZSX.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  643. this.edt_ZZSX.Watermark = "";
  644. this.edt_ZZSX.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  645. //
  646. // edt_RYLB
  647. //
  648. this.edt_RYLB.Cursor = System.Windows.Forms.Cursors.IBeam;
  649. this.edt_RYLB.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  650. this.edt_RYLB.Location = new System.Drawing.Point(138, 154);
  651. this.edt_RYLB.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  652. this.edt_RYLB.MinimumSize = new System.Drawing.Size(1, 16);
  653. this.edt_RYLB.Name = "edt_RYLB";
  654. this.edt_RYLB.Padding = new System.Windows.Forms.Padding(5);
  655. this.edt_RYLB.ShowText = false;
  656. this.edt_RYLB.Size = new System.Drawing.Size(218, 29);
  657. this.edt_RYLB.TabIndex = 64;
  658. this.edt_RYLB.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  659. this.edt_RYLB.Watermark = "";
  660. this.edt_RYLB.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  661. //
  662. // edt_KH
  663. //
  664. this.edt_KH.Cursor = System.Windows.Forms.Cursors.IBeam;
  665. this.edt_KH.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  666. this.edt_KH.Location = new System.Drawing.Point(138, 105);
  667. this.edt_KH.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  668. this.edt_KH.MinimumSize = new System.Drawing.Size(1, 16);
  669. this.edt_KH.Name = "edt_KH";
  670. this.edt_KH.Padding = new System.Windows.Forms.Padding(5);
  671. this.edt_KH.ShowText = false;
  672. this.edt_KH.Size = new System.Drawing.Size(218, 29);
  673. this.edt_KH.TabIndex = 63;
  674. this.edt_KH.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  675. this.edt_KH.Watermark = "";
  676. this.edt_KH.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  677. //
  678. // edt_XM
  679. //
  680. this.edt_XM.Cursor = System.Windows.Forms.Cursors.IBeam;
  681. this.edt_XM.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  682. this.edt_XM.Location = new System.Drawing.Point(138, 56);
  683. this.edt_XM.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  684. this.edt_XM.MinimumSize = new System.Drawing.Size(1, 16);
  685. this.edt_XM.Name = "edt_XM";
  686. this.edt_XM.Padding = new System.Windows.Forms.Padding(5);
  687. this.edt_XM.ShowText = false;
  688. this.edt_XM.Size = new System.Drawing.Size(218, 29);
  689. this.edt_XM.TabIndex = 62;
  690. this.edt_XM.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  691. this.edt_XM.Watermark = "";
  692. this.edt_XM.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  693. //
  694. // uiLabel8
  695. //
  696. this.uiLabel8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  697. this.uiLabel8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  698. this.uiLabel8.Location = new System.Drawing.Point(414, 301);
  699. this.uiLabel8.Name = "uiLabel8";
  700. this.uiLabel8.Size = new System.Drawing.Size(111, 29);
  701. this.uiLabel8.TabIndex = 61;
  702. this.uiLabel8.Text = "军残等级";
  703. this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  704. this.uiLabel8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  705. //
  706. // uiLabel7
  707. //
  708. this.uiLabel7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  709. this.uiLabel7.Location = new System.Drawing.Point(27, 350);
  710. this.uiLabel7.Name = "uiLabel7";
  711. this.uiLabel7.Size = new System.Drawing.Size(106, 29);
  712. this.uiLabel7.TabIndex = 60;
  713. this.uiLabel7.Text = "在院标识";
  714. this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  715. this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  716. //
  717. // uiLabel6
  718. //
  719. this.uiLabel6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  720. this.uiLabel6.Location = new System.Drawing.Point(27, 301);
  721. this.uiLabel6.Name = "uiLabel6";
  722. this.uiLabel6.Size = new System.Drawing.Size(106, 29);
  723. this.uiLabel6.TabIndex = 59;
  724. this.uiLabel6.Text = "险种类型";
  725. this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  726. this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  727. //
  728. // uiLabel5
  729. //
  730. this.uiLabel5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  731. this.uiLabel5.Location = new System.Drawing.Point(27, 252);
  732. this.uiLabel5.Name = "uiLabel5";
  733. this.uiLabel5.Size = new System.Drawing.Size(106, 29);
  734. this.uiLabel5.TabIndex = 58;
  735. this.uiLabel5.Text = "是否红名单";
  736. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  737. this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  738. //
  739. // uiLabel4
  740. //
  741. this.uiLabel4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  742. this.uiLabel4.Location = new System.Drawing.Point(27, 203);
  743. this.uiLabel4.Name = "uiLabel4";
  744. this.uiLabel4.Size = new System.Drawing.Size(106, 29);
  745. this.uiLabel4.TabIndex = 57;
  746. this.uiLabel4.Text = "转诊时限";
  747. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  748. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  749. //
  750. // uiLabel3
  751. //
  752. this.uiLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  753. this.uiLabel3.Location = new System.Drawing.Point(27, 154);
  754. this.uiLabel3.Name = "uiLabel3";
  755. this.uiLabel3.Size = new System.Drawing.Size(106, 29);
  756. this.uiLabel3.TabIndex = 56;
  757. this.uiLabel3.Text = "人员类别";
  758. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  759. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  760. //
  761. // uiLabel2
  762. //
  763. this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  764. this.uiLabel2.Location = new System.Drawing.Point(27, 105);
  765. this.uiLabel2.Name = "uiLabel2";
  766. this.uiLabel2.Size = new System.Drawing.Size(106, 29);
  767. this.uiLabel2.TabIndex = 55;
  768. this.uiLabel2.Text = "社保卡号";
  769. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  770. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  771. //
  772. // uiLabel1
  773. //
  774. this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  775. this.uiLabel1.Location = new System.Drawing.Point(27, 56);
  776. this.uiLabel1.Name = "uiLabel1";
  777. this.uiLabel1.Size = new System.Drawing.Size(106, 29);
  778. this.uiLabel1.TabIndex = 54;
  779. this.uiLabel1.Text = "姓 名";
  780. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  781. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  782. //
  783. // uiPanel2
  784. //
  785. this.uiPanel2.Controls.Add(this.btnCancel);
  786. this.uiPanel2.Controls.Add(this.btnOK);
  787. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  788. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  789. this.uiPanel2.Location = new System.Drawing.Point(0, 607);
  790. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  791. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  792. this.uiPanel2.Name = "uiPanel2";
  793. this.uiPanel2.Size = new System.Drawing.Size(743, 69);
  794. this.uiPanel2.TabIndex = 57;
  795. this.uiPanel2.Text = null;
  796. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  797. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  798. //
  799. // btnCancel
  800. //
  801. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  802. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  803. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  804. this.btnCancel.Location = new System.Drawing.Point(608, 10);
  805. this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  806. this.btnCancel.Name = "btnCancel";
  807. this.btnCancel.Size = new System.Drawing.Size(108, 47);
  808. this.btnCancel.TabIndex = 57;
  809. this.btnCancel.Text = "放 弃";
  810. this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  811. this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  812. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  813. //
  814. // btnOK
  815. //
  816. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  817. this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
  818. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 13F);
  819. this.btnOK.Location = new System.Drawing.Point(494, 10);
  820. this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
  821. this.btnOK.Name = "btnOK";
  822. this.btnOK.Size = new System.Drawing.Size(108, 47);
  823. this.btnOK.TabIndex = 56;
  824. this.btnOK.Text = "确 定";
  825. this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  826. this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  827. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  828. //
  829. // eventLog1
  830. //
  831. this.eventLog1.SynchronizingObject = this;
  832. //
  833. // ReadCardInfo
  834. //
  835. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  836. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  837. this.ClientSize = new System.Drawing.Size(743, 676);
  838. this.Controls.Add(this.uiPanel1);
  839. this.Name = "ReadCardInfo";
  840. this.Text = "参保人员信息";
  841. this.uiPanel1.ResumeLayout(false);
  842. this.TitleText.ResumeLayout(false);
  843. this.uiPanel2.ResumeLayout(false);
  844. ((System.ComponentModel.ISupportInitialize)(this.eventLog1)).EndInit();
  845. this.ResumeLayout(false);
  846. }
  847. #endregion
  848. private Sunny.UI.UIPanel uiPanel1;
  849. private System.Diagnostics.EventLog eventLog1;
  850. private Sunny.UI.UIPanel uiPanel2;
  851. private Sunny.UI.UIButton btnCancel;
  852. private Sunny.UI.UIButton btnOK;
  853. private Sunny.UI.UITitlePanel TitleText;
  854. private Sunny.UI.UILabel uiLabel22;
  855. private Sunny.UI.UITextBox edt_AreaCode;
  856. private Sunny.UI.UITextBox edt_InHospitalNumber;
  857. private Sunny.UI.UILabel uiLabel21;
  858. private Sunny.UI.UITextBox edt_PoorFlag;
  859. private Sunny.UI.UILabel uiLabel20;
  860. private Sunny.UI.UITextBox edt_ServantFlag;
  861. private Sunny.UI.UILabel uiLabel19;
  862. private Sunny.UI.UITextBox edt_ZHYE;
  863. private Sunny.UI.UILabel uiLabel10;
  864. private Sunny.UI.UITextBox edt_YTRYBS;
  865. private Sunny.UI.UITextBox edt_MBBM;
  866. private Sunny.UI.UITextBox edt_BRDDYY;
  867. private Sunny.UI.UITextBox edt_ZZYYBM;
  868. private Sunny.UI.UITextBox edt_SFZH;
  869. private Sunny.UI.UITextBox edt_YBBH;
  870. private Sunny.UI.UITextBox edt_CSRQ;
  871. private Sunny.UI.UITextBox edt_XB;
  872. private Sunny.UI.UILabel uiLabel11;
  873. private Sunny.UI.UILabel uiLabel12;
  874. private Sunny.UI.UILabel uiLabel13;
  875. private Sunny.UI.UILabel uiLabel14;
  876. private Sunny.UI.UILabel uiLabel15;
  877. private Sunny.UI.UILabel uiLabel16;
  878. private Sunny.UI.UILabel uiLabel17;
  879. private Sunny.UI.UILabel uiLabel18;
  880. private Sunny.UI.UITextBox edt_MXBDDYY;
  881. private Sunny.UI.UILabel uiLabel9;
  882. private Sunny.UI.UITextBox edt_JCDJ;
  883. private Sunny.UI.UITextBox edt_ZYBS;
  884. private Sunny.UI.UITextBox edt_XZLX;
  885. private Sunny.UI.UITextBox edt_SFHMD;
  886. private Sunny.UI.UITextBox edt_ZZSX;
  887. private Sunny.UI.UITextBox edt_RYLB;
  888. private Sunny.UI.UITextBox edt_KH;
  889. private Sunny.UI.UITextBox edt_XM;
  890. private Sunny.UI.UILabel uiLabel8;
  891. private Sunny.UI.UILabel uiLabel7;
  892. private Sunny.UI.UILabel uiLabel6;
  893. private Sunny.UI.UILabel uiLabel5;
  894. private Sunny.UI.UILabel uiLabel4;
  895. private Sunny.UI.UILabel uiLabel3;
  896. private Sunny.UI.UILabel uiLabel2;
  897. private Sunny.UI.UILabel uiLabel1;
  898. }
  899. }