PerDesigRecord.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688
  1. 
  2. namespace PTMedicalInsurance
  3. {
  4. partial class PerDesigRecord
  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.panel1 = new System.Windows.Forms.Panel();
  30. this.btn_Cancel = new System.Windows.Forms.Button();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.cbx_AgencyType = new System.Windows.Forms.ComboBox();
  34. this.cbx_MedInst = new System.Windows.Forms.ComboBox();
  35. this.tbx_FixSrt = new System.Windows.Forms.TextBox();
  36. this.rtb_Remark = new System.Windows.Forms.RichTextBox();
  37. this.dpk_EndDate = new System.Windows.Forms.DateTimePicker();
  38. this.dpk_StaDate = new System.Windows.Forms.DateTimePicker();
  39. this.tbx_BizAppy = new System.Windows.Forms.TextBox();
  40. this.label7 = new System.Windows.Forms.Label();
  41. this.tbx_AgnterAddr = new System.Windows.Forms.TextBox();
  42. this.label13 = new System.Windows.Forms.Label();
  43. this.tbx_AgnterTel = new System.Windows.Forms.TextBox();
  44. this.tbx_AgnteRlts = new System.Windows.Forms.TextBox();
  45. this.tbx_AgnterNo = new System.Windows.Forms.TextBox();
  46. this.tbx_AgnterName = new System.Windows.Forms.TextBox();
  47. this.textBox11 = new System.Windows.Forms.TextBox();
  48. this.label2 = new System.Windows.Forms.Label();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.label9 = new System.Windows.Forms.Label();
  51. this.lab_EndDate = new System.Windows.Forms.Label();
  52. this.label10 = new System.Windows.Forms.Label();
  53. this.lab_StaDate = new System.Windows.Forms.Label();
  54. this.label6 = new System.Windows.Forms.Label();
  55. this.label3 = new System.Windows.Forms.Label();
  56. this.label8 = new System.Windows.Forms.Label();
  57. this.label11 = new System.Windows.Forms.Label();
  58. this.btn_OK = new System.Windows.Forms.Button();
  59. this.panel3 = new System.Windows.Forms.Panel();
  60. this.tbx_Phone = new System.Windows.Forms.TextBox();
  61. this.tbx_address = new System.Windows.Forms.TextBox();
  62. this.tbx_No = new System.Windows.Forms.TextBox();
  63. this.cbx_CardType = new System.Windows.Forms.ComboBox();
  64. this.tbx_IdCard = new System.Windows.Forms.TextBox();
  65. this.tbx_MedType = new System.Windows.Forms.TextBox();
  66. this.label14 = new System.Windows.Forms.Label();
  67. this.tbx_Name = new System.Windows.Forms.TextBox();
  68. this.lab_No = new System.Windows.Forms.Label();
  69. this.textBox1 = new System.Windows.Forms.TextBox();
  70. this.lab_address = new System.Windows.Forms.Label();
  71. this.lab_Phone = new System.Windows.Forms.Label();
  72. this.lab_Work = new System.Windows.Forms.Label();
  73. this.lab_Name = new System.Windows.Forms.Label();
  74. this.lab_IdCard = new System.Windows.Forms.Label();
  75. this.btn_GetMsg = new System.Windows.Forms.Button();
  76. this.panel1.SuspendLayout();
  77. this.panel2.SuspendLayout();
  78. this.panel3.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // panel1
  82. //
  83. this.panel1.Controls.Add(this.panel2);
  84. this.panel1.Controls.Add(this.btn_OK);
  85. this.panel1.Controls.Add(this.panel3);
  86. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.panel1.Location = new System.Drawing.Point(0, 0);
  88. this.panel1.Name = "panel1";
  89. this.panel1.Size = new System.Drawing.Size(1119, 500);
  90. this.panel1.TabIndex = 1;
  91. //
  92. // btn_Cancel
  93. //
  94. this.btn_Cancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  95. this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.btn_Cancel.Location = new System.Drawing.Point(577, 295);
  97. this.btn_Cancel.Name = "btn_Cancel";
  98. this.btn_Cancel.Size = new System.Drawing.Size(100, 41);
  99. this.btn_Cancel.TabIndex = 2093;
  100. this.btn_Cancel.Text = "取 消";
  101. this.btn_Cancel.UseVisualStyleBackColor = true;
  102. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  103. //
  104. // panel2
  105. //
  106. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  107. this.panel2.Controls.Add(this.btn_Cancel);
  108. this.panel2.Controls.Add(this.button1);
  109. this.panel2.Controls.Add(this.cbx_AgencyType);
  110. this.panel2.Controls.Add(this.cbx_MedInst);
  111. this.panel2.Controls.Add(this.tbx_FixSrt);
  112. this.panel2.Controls.Add(this.rtb_Remark);
  113. this.panel2.Controls.Add(this.dpk_EndDate);
  114. this.panel2.Controls.Add(this.dpk_StaDate);
  115. this.panel2.Controls.Add(this.tbx_BizAppy);
  116. this.panel2.Controls.Add(this.label7);
  117. this.panel2.Controls.Add(this.tbx_AgnterAddr);
  118. this.panel2.Controls.Add(this.label13);
  119. this.panel2.Controls.Add(this.tbx_AgnterTel);
  120. this.panel2.Controls.Add(this.tbx_AgnteRlts);
  121. this.panel2.Controls.Add(this.tbx_AgnterNo);
  122. this.panel2.Controls.Add(this.tbx_AgnterName);
  123. this.panel2.Controls.Add(this.textBox11);
  124. this.panel2.Controls.Add(this.label2);
  125. this.panel2.Controls.Add(this.label1);
  126. this.panel2.Controls.Add(this.label9);
  127. this.panel2.Controls.Add(this.lab_EndDate);
  128. this.panel2.Controls.Add(this.label10);
  129. this.panel2.Controls.Add(this.lab_StaDate);
  130. this.panel2.Controls.Add(this.label6);
  131. this.panel2.Controls.Add(this.label3);
  132. this.panel2.Controls.Add(this.label8);
  133. this.panel2.Controls.Add(this.label11);
  134. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  135. this.panel2.Location = new System.Drawing.Point(0, 148);
  136. this.panel2.Name = "panel2";
  137. this.panel2.Size = new System.Drawing.Size(1119, 352);
  138. this.panel2.TabIndex = 2091;
  139. this.panel2.TabStop = true;
  140. //
  141. // button1
  142. //
  143. this.button1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  144. this.button1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.button1.Location = new System.Drawing.Point(424, 295);
  146. this.button1.Margin = new System.Windows.Forms.Padding(4);
  147. this.button1.Name = "button1";
  148. this.button1.Size = new System.Drawing.Size(100, 41);
  149. this.button1.TabIndex = 2100;
  150. this.button1.Text = "确 定";
  151. this.button1.UseVisualStyleBackColor = true;
  152. this.button1.Click += new System.EventHandler(this.btn_OK_Click);
  153. //
  154. // cbx_AgencyType
  155. //
  156. this.cbx_AgencyType.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.cbx_AgencyType.FormattingEnabled = true;
  158. this.cbx_AgencyType.Items.AddRange(new object[] {
  159. "居民身份证"});
  160. this.cbx_AgencyType.Location = new System.Drawing.Point(471, 126);
  161. this.cbx_AgencyType.Name = "cbx_AgencyType";
  162. this.cbx_AgencyType.Size = new System.Drawing.Size(131, 31);
  163. this.cbx_AgencyType.TabIndex = 2099;
  164. this.cbx_AgencyType.TabStop = false;
  165. this.cbx_AgencyType.TextUpdate += new System.EventHandler(this.cbx_AgencyType_TextChanged);
  166. //
  167. // cbx_MedInst
  168. //
  169. this.cbx_MedInst.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.cbx_MedInst.FormattingEnabled = true;
  171. this.cbx_MedInst.Location = new System.Drawing.Point(518, 88);
  172. this.cbx_MedInst.Name = "cbx_MedInst";
  173. this.cbx_MedInst.Size = new System.Drawing.Size(554, 31);
  174. this.cbx_MedInst.TabIndex = 2099;
  175. this.cbx_MedInst.TabStop = false;
  176. this.cbx_MedInst.TextUpdate += new System.EventHandler(this.cbx_MedInst_TextUpdate);
  177. //
  178. // tbx_FixSrt
  179. //
  180. this.tbx_FixSrt.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.tbx_FixSrt.Location = new System.Drawing.Point(135, 89);
  182. this.tbx_FixSrt.Name = "tbx_FixSrt";
  183. this.tbx_FixSrt.Size = new System.Drawing.Size(189, 27);
  184. this.tbx_FixSrt.TabIndex = 2097;
  185. //
  186. // rtb_Remark
  187. //
  188. this.rtb_Remark.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.rtb_Remark.Location = new System.Drawing.Point(133, 209);
  190. this.rtb_Remark.Name = "rtb_Remark";
  191. this.rtb_Remark.Size = new System.Drawing.Size(939, 55);
  192. this.rtb_Remark.TabIndex = 2098;
  193. this.rtb_Remark.Text = "";
  194. //
  195. // dpk_EndDate
  196. //
  197. this.dpk_EndDate.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
  198. this.dpk_EndDate.CustomFormat = "yyyy-MM-dd";
  199. this.dpk_EndDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.dpk_EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  201. this.dpk_EndDate.Location = new System.Drawing.Point(753, 47);
  202. this.dpk_EndDate.Name = "dpk_EndDate";
  203. this.dpk_EndDate.Size = new System.Drawing.Size(319, 31);
  204. this.dpk_EndDate.TabIndex = 2081;
  205. //
  206. // dpk_StaDate
  207. //
  208. this.dpk_StaDate.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
  209. this.dpk_StaDate.CustomFormat = "yyyy-MM-dd";
  210. this.dpk_StaDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.dpk_StaDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  212. this.dpk_StaDate.Location = new System.Drawing.Point(423, 47);
  213. this.dpk_StaDate.Name = "dpk_StaDate";
  214. this.dpk_StaDate.Size = new System.Drawing.Size(222, 31);
  215. this.dpk_StaDate.TabIndex = 2081;
  216. //
  217. // tbx_BizAppy
  218. //
  219. this.tbx_BizAppy.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.tbx_BizAppy.Location = new System.Drawing.Point(135, 47);
  221. this.tbx_BizAppy.Name = "tbx_BizAppy";
  222. this.tbx_BizAppy.Size = new System.Drawing.Size(189, 27);
  223. this.tbx_BizAppy.TabIndex = 2097;
  224. //
  225. // label7
  226. //
  227. this.label7.AutoSize = true;
  228. this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.label7.ForeColor = System.Drawing.Color.Red;
  230. this.label7.Location = new System.Drawing.Point(10, 92);
  231. this.label7.Name = "label7";
  232. this.label7.Size = new System.Drawing.Size(116, 18);
  233. this.label7.TabIndex = 2070;
  234. this.label7.Text = "定点排序号:";
  235. //
  236. // tbx_AgnterAddr
  237. //
  238. this.tbx_AgnterAddr.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.tbx_AgnterAddr.Location = new System.Drawing.Point(753, 169);
  240. this.tbx_AgnterAddr.Name = "tbx_AgnterAddr";
  241. this.tbx_AgnterAddr.Size = new System.Drawing.Size(319, 27);
  242. this.tbx_AgnterAddr.TabIndex = 2093;
  243. //
  244. // label13
  245. //
  246. this.label13.AutoSize = true;
  247. this.label13.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.label13.ForeColor = System.Drawing.Color.Red;
  249. this.label13.Location = new System.Drawing.Point(331, 92);
  250. this.label13.Name = "label13";
  251. this.label13.Size = new System.Drawing.Size(170, 18);
  252. this.label13.TabIndex = 2069;
  253. this.label13.Text = "定点医药机构名称:";
  254. //
  255. // tbx_AgnterTel
  256. //
  257. this.tbx_AgnterTel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.tbx_AgnterTel.Location = new System.Drawing.Point(470, 169);
  259. this.tbx_AgnterTel.Name = "tbx_AgnterTel";
  260. this.tbx_AgnterTel.Size = new System.Drawing.Size(131, 27);
  261. this.tbx_AgnterTel.TabIndex = 2092;
  262. //
  263. // tbx_AgnteRlts
  264. //
  265. this.tbx_AgnteRlts.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.tbx_AgnteRlts.Location = new System.Drawing.Point(135, 169);
  267. this.tbx_AgnteRlts.Name = "tbx_AgnteRlts";
  268. this.tbx_AgnteRlts.Size = new System.Drawing.Size(189, 27);
  269. this.tbx_AgnteRlts.TabIndex = 2091;
  270. //
  271. // tbx_AgnterNo
  272. //
  273. this.tbx_AgnterNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.tbx_AgnterNo.Location = new System.Drawing.Point(753, 131);
  275. this.tbx_AgnterNo.Name = "tbx_AgnterNo";
  276. this.tbx_AgnterNo.Size = new System.Drawing.Size(319, 27);
  277. this.tbx_AgnterNo.TabIndex = 2090;
  278. //
  279. // tbx_AgnterName
  280. //
  281. this.tbx_AgnterName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.tbx_AgnterName.Location = new System.Drawing.Point(135, 131);
  283. this.tbx_AgnterName.Name = "tbx_AgnterName";
  284. this.tbx_AgnterName.Size = new System.Drawing.Size(189, 27);
  285. this.tbx_AgnterName.TabIndex = 2088;
  286. //
  287. // textBox11
  288. //
  289. this.textBox11.BackColor = System.Drawing.Color.Turquoise;
  290. this.textBox11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  291. this.textBox11.Dock = System.Windows.Forms.DockStyle.Top;
  292. this.textBox11.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.textBox11.Location = new System.Drawing.Point(0, 0);
  294. this.textBox11.Multiline = true;
  295. this.textBox11.Name = "textBox11";
  296. this.textBox11.ReadOnly = true;
  297. this.textBox11.Size = new System.Drawing.Size(1115, 37);
  298. this.textBox11.TabIndex = 1300;
  299. this.textBox11.TabStop = false;
  300. this.textBox11.Text = "定点备案信息";
  301. this.textBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  302. //
  303. // label2
  304. //
  305. this.label2.AutoSize = true;
  306. this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
  308. this.label2.Location = new System.Drawing.Point(10, 221);
  309. this.label2.Name = "label2";
  310. this.label2.Size = new System.Drawing.Size(62, 18);
  311. this.label2.TabIndex = 2059;
  312. this.label2.Text = "备注:";
  313. //
  314. // label1
  315. //
  316. this.label1.AutoSize = true;
  317. this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.label1.ForeColor = System.Drawing.Color.Red;
  319. this.label1.Location = new System.Drawing.Point(10, 52);
  320. this.label1.Name = "label1";
  321. this.label1.Size = new System.Drawing.Size(125, 18);
  322. this.label1.TabIndex = 2062;
  323. this.label1.Text = "业务申请类型:";
  324. //
  325. // label9
  326. //
  327. this.label9.AutoSize = true;
  328. this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.label9.ForeColor = System.Drawing.SystemColors.ControlText;
  330. this.label9.Location = new System.Drawing.Point(608, 173);
  331. this.label9.Name = "label9";
  332. this.label9.Size = new System.Drawing.Size(143, 18);
  333. this.label9.TabIndex = 2072;
  334. this.label9.Text = "代办人联系地址:";
  335. //
  336. // lab_EndDate
  337. //
  338. this.lab_EndDate.AutoSize = true;
  339. this.lab_EndDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.lab_EndDate.ForeColor = System.Drawing.Color.Red;
  341. this.lab_EndDate.Location = new System.Drawing.Point(651, 52);
  342. this.lab_EndDate.Name = "lab_EndDate";
  343. this.lab_EndDate.Size = new System.Drawing.Size(98, 18);
  344. this.lab_EndDate.TabIndex = 2055;
  345. this.lab_EndDate.Text = "结束日期:";
  346. //
  347. // label10
  348. //
  349. this.label10.AutoSize = true;
  350. this.label10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
  352. this.label10.Location = new System.Drawing.Point(331, 173);
  353. this.label10.Name = "label10";
  354. this.label10.Size = new System.Drawing.Size(143, 18);
  355. this.label10.TabIndex = 2073;
  356. this.label10.Text = "代办人联系方式:";
  357. //
  358. // lab_StaDate
  359. //
  360. this.lab_StaDate.AutoSize = true;
  361. this.lab_StaDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.lab_StaDate.ForeColor = System.Drawing.Color.Red;
  363. this.lab_StaDate.Location = new System.Drawing.Point(331, 52);
  364. this.lab_StaDate.Name = "lab_StaDate";
  365. this.lab_StaDate.Size = new System.Drawing.Size(98, 18);
  366. this.lab_StaDate.TabIndex = 2054;
  367. this.lab_StaDate.Text = "开始日期:";
  368. //
  369. // label6
  370. //
  371. this.label6.AutoSize = true;
  372. this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
  374. this.label6.Location = new System.Drawing.Point(10, 134);
  375. this.label6.Name = "label6";
  376. this.label6.Size = new System.Drawing.Size(116, 18);
  377. this.label6.TabIndex = 2063;
  378. this.label6.Text = "代办人姓名:";
  379. //
  380. // label3
  381. //
  382. this.label3.AutoSize = true;
  383. this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  384. this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
  385. this.label3.Location = new System.Drawing.Point(331, 134);
  386. this.label3.Name = "label3";
  387. this.label3.Size = new System.Drawing.Size(152, 18);
  388. this.label3.TabIndex = 2066;
  389. this.label3.Text = "代办人证件类型:";
  390. //
  391. // label8
  392. //
  393. this.label8.AutoSize = true;
  394. this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  395. this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
  396. this.label8.Location = new System.Drawing.Point(10, 173);
  397. this.label8.Name = "label8";
  398. this.label8.Size = new System.Drawing.Size(107, 18);
  399. this.label8.TabIndex = 2071;
  400. this.label8.Text = "代办人关系:";
  401. //
  402. // label11
  403. //
  404. this.label11.AutoSize = true;
  405. this.label11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  406. this.label11.ForeColor = System.Drawing.SystemColors.ControlText;
  407. this.label11.Location = new System.Drawing.Point(608, 134);
  408. this.label11.Name = "label11";
  409. this.label11.Size = new System.Drawing.Size(143, 18);
  410. this.label11.TabIndex = 2074;
  411. this.label11.Text = "代办人证件号码:";
  412. //
  413. // btn_OK
  414. //
  415. this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.btn_OK.Location = new System.Drawing.Point(456, 416);
  417. this.btn_OK.Name = "btn_OK";
  418. this.btn_OK.Size = new System.Drawing.Size(86, 35);
  419. this.btn_OK.TabIndex = 2092;
  420. this.btn_OK.Text = "确 定";
  421. this.btn_OK.UseVisualStyleBackColor = true;
  422. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  423. //
  424. // panel3
  425. //
  426. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  427. this.panel3.Controls.Add(this.tbx_Phone);
  428. this.panel3.Controls.Add(this.tbx_address);
  429. this.panel3.Controls.Add(this.tbx_No);
  430. this.panel3.Controls.Add(this.cbx_CardType);
  431. this.panel3.Controls.Add(this.tbx_IdCard);
  432. this.panel3.Controls.Add(this.tbx_MedType);
  433. this.panel3.Controls.Add(this.label14);
  434. this.panel3.Controls.Add(this.tbx_Name);
  435. this.panel3.Controls.Add(this.lab_No);
  436. this.panel3.Controls.Add(this.textBox1);
  437. this.panel3.Controls.Add(this.lab_address);
  438. this.panel3.Controls.Add(this.lab_Phone);
  439. this.panel3.Controls.Add(this.lab_Work);
  440. this.panel3.Controls.Add(this.lab_Name);
  441. this.panel3.Controls.Add(this.lab_IdCard);
  442. this.panel3.Controls.Add(this.btn_GetMsg);
  443. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  444. this.panel3.Location = new System.Drawing.Point(0, 0);
  445. this.panel3.Name = "panel3";
  446. this.panel3.Size = new System.Drawing.Size(1119, 148);
  447. this.panel3.TabIndex = 2090;
  448. this.panel3.TabStop = true;
  449. //
  450. // tbx_Phone
  451. //
  452. this.tbx_Phone.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  453. this.tbx_Phone.Location = new System.Drawing.Point(410, 77);
  454. this.tbx_Phone.Name = "tbx_Phone";
  455. this.tbx_Phone.Size = new System.Drawing.Size(179, 27);
  456. this.tbx_Phone.TabIndex = 2098;
  457. //
  458. // tbx_address
  459. //
  460. this.tbx_address.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  461. this.tbx_address.Location = new System.Drawing.Point(679, 77);
  462. this.tbx_address.Name = "tbx_address";
  463. this.tbx_address.Size = new System.Drawing.Size(363, 27);
  464. this.tbx_address.TabIndex = 2097;
  465. //
  466. // tbx_No
  467. //
  468. this.tbx_No.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  469. this.tbx_No.Location = new System.Drawing.Point(97, 77);
  470. this.tbx_No.Name = "tbx_No";
  471. this.tbx_No.Size = new System.Drawing.Size(227, 27);
  472. this.tbx_No.TabIndex = 2096;
  473. //
  474. // cbx_CardType
  475. //
  476. this.cbx_CardType.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. this.cbx_CardType.FormattingEnabled = true;
  478. this.cbx_CardType.Items.AddRange(new object[] {
  479. "居民身份证"});
  480. this.cbx_CardType.Location = new System.Drawing.Point(410, 40);
  481. this.cbx_CardType.Name = "cbx_CardType";
  482. this.cbx_CardType.Size = new System.Drawing.Size(179, 31);
  483. this.cbx_CardType.TabIndex = 2095;
  484. this.cbx_CardType.TabStop = false;
  485. this.cbx_CardType.TextUpdate += new System.EventHandler(this.cbx_CardType_TextUpdate);
  486. //
  487. // tbx_IdCard
  488. //
  489. this.tbx_IdCard.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  490. this.tbx_IdCard.Location = new System.Drawing.Point(679, 43);
  491. this.tbx_IdCard.Name = "tbx_IdCard";
  492. this.tbx_IdCard.Size = new System.Drawing.Size(227, 27);
  493. this.tbx_IdCard.TabIndex = 2094;
  494. //
  495. // tbx_MedType
  496. //
  497. this.tbx_MedType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.tbx_MedType.Location = new System.Drawing.Point(97, 108);
  499. this.tbx_MedType.Name = "tbx_MedType";
  500. this.tbx_MedType.Size = new System.Drawing.Size(227, 27);
  501. this.tbx_MedType.TabIndex = 2087;
  502. this.tbx_MedType.Text = "110";
  503. //
  504. // label14
  505. //
  506. this.label14.AutoSize = true;
  507. this.label14.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  508. this.label14.ForeColor = System.Drawing.Color.Red;
  509. this.label14.Location = new System.Drawing.Point(16, 111);
  510. this.label14.Name = "label14";
  511. this.label14.Size = new System.Drawing.Size(89, 18);
  512. this.label14.TabIndex = 2061;
  513. this.label14.Text = "待遇类型:";
  514. //
  515. // tbx_Name
  516. //
  517. this.tbx_Name.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  518. this.tbx_Name.Location = new System.Drawing.Point(97, 44);
  519. this.tbx_Name.Name = "tbx_Name";
  520. this.tbx_Name.Size = new System.Drawing.Size(227, 27);
  521. this.tbx_Name.TabIndex = 2081;
  522. //
  523. // lab_No
  524. //
  525. this.lab_No.AutoSize = true;
  526. this.lab_No.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  527. this.lab_No.ForeColor = System.Drawing.Color.Red;
  528. this.lab_No.Location = new System.Drawing.Point(16, 80);
  529. this.lab_No.Name = "lab_No";
  530. this.lab_No.Size = new System.Drawing.Size(98, 18);
  531. this.lab_No.TabIndex = 2055;
  532. this.lab_No.Text = "人员编号:";
  533. //
  534. // textBox1
  535. //
  536. this.textBox1.BackColor = System.Drawing.Color.Turquoise;
  537. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  538. this.textBox1.Dock = System.Windows.Forms.DockStyle.Top;
  539. this.textBox1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  540. this.textBox1.Location = new System.Drawing.Point(0, 0);
  541. this.textBox1.Multiline = true;
  542. this.textBox1.Name = "textBox1";
  543. this.textBox1.ReadOnly = true;
  544. this.textBox1.Size = new System.Drawing.Size(1115, 35);
  545. this.textBox1.TabIndex = 1300;
  546. this.textBox1.TabStop = false;
  547. this.textBox1.Text = "基本信息";
  548. this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  549. //
  550. // lab_address
  551. //
  552. this.lab_address.AutoSize = true;
  553. this.lab_address.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  554. this.lab_address.ForeColor = System.Drawing.SystemColors.ControlText;
  555. this.lab_address.Location = new System.Drawing.Point(598, 80);
  556. this.lab_address.Name = "lab_address";
  557. this.lab_address.Size = new System.Drawing.Size(98, 18);
  558. this.lab_address.TabIndex = 111;
  559. this.lab_address.Text = "联系地址:";
  560. //
  561. // lab_Phone
  562. //
  563. this.lab_Phone.AutoSize = true;
  564. this.lab_Phone.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. this.lab_Phone.ForeColor = System.Drawing.SystemColors.ControlText;
  566. this.lab_Phone.Location = new System.Drawing.Point(331, 80);
  567. this.lab_Phone.Name = "lab_Phone";
  568. this.lab_Phone.Size = new System.Drawing.Size(98, 18);
  569. this.lab_Phone.TabIndex = 932;
  570. this.lab_Phone.Text = "联系电话:";
  571. //
  572. // lab_Work
  573. //
  574. this.lab_Work.AutoSize = true;
  575. this.lab_Work.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  576. this.lab_Work.ForeColor = System.Drawing.Color.Red;
  577. this.lab_Work.Location = new System.Drawing.Point(598, 46);
  578. this.lab_Work.Name = "lab_Work";
  579. this.lab_Work.Size = new System.Drawing.Size(98, 18);
  580. this.lab_Work.TabIndex = 731;
  581. this.lab_Work.Text = "证件号码:";
  582. //
  583. // lab_Name
  584. //
  585. this.lab_Name.AutoSize = true;
  586. this.lab_Name.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  587. this.lab_Name.ForeColor = System.Drawing.Color.Red;
  588. this.lab_Name.Location = new System.Drawing.Point(331, 46);
  589. this.lab_Name.Name = "lab_Name";
  590. this.lab_Name.Size = new System.Drawing.Size(98, 18);
  591. this.lab_Name.TabIndex = 311;
  592. this.lab_Name.Text = "证件类型:";
  593. //
  594. // lab_IdCard
  595. //
  596. this.lab_IdCard.AutoSize = true;
  597. this.lab_IdCard.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  598. this.lab_IdCard.ForeColor = System.Drawing.Color.Red;
  599. this.lab_IdCard.Location = new System.Drawing.Point(16, 46);
  600. this.lab_IdCard.Name = "lab_IdCard";
  601. this.lab_IdCard.Size = new System.Drawing.Size(98, 18);
  602. this.lab_IdCard.TabIndex = 133;
  603. this.lab_IdCard.Text = "人员姓名:";
  604. //
  605. // btn_GetMsg
  606. //
  607. this.btn_GetMsg.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  608. this.btn_GetMsg.Location = new System.Drawing.Point(913, 43);
  609. this.btn_GetMsg.Name = "btn_GetMsg";
  610. this.btn_GetMsg.Size = new System.Drawing.Size(129, 27);
  611. this.btn_GetMsg.TabIndex = 6;
  612. this.btn_GetMsg.TabStop = false;
  613. this.btn_GetMsg.Text = "获取用户信息";
  614. this.btn_GetMsg.UseVisualStyleBackColor = true;
  615. this.btn_GetMsg.Click += new System.EventHandler(this.btn_GetMsg_Click);
  616. //
  617. // PerDesigRecord
  618. //
  619. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  620. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  621. this.ClientSize = new System.Drawing.Size(1119, 500);
  622. this.Controls.Add(this.panel1);
  623. this.Name = "PerDesigRecord";
  624. this.Text = "人员定点备案";
  625. this.Load += new System.EventHandler(this.PerDesigRecord_Load);
  626. this.panel1.ResumeLayout(false);
  627. this.panel2.ResumeLayout(false);
  628. this.panel2.PerformLayout();
  629. this.panel3.ResumeLayout(false);
  630. this.panel3.PerformLayout();
  631. this.ResumeLayout(false);
  632. }
  633. #endregion
  634. private System.Windows.Forms.Panel panel1;
  635. private System.Windows.Forms.Button btn_Cancel;
  636. private System.Windows.Forms.Panel panel2;
  637. private System.Windows.Forms.TextBox tbx_FixSrt;
  638. private System.Windows.Forms.RichTextBox rtb_Remark;
  639. private System.Windows.Forms.DateTimePicker dpk_EndDate;
  640. private System.Windows.Forms.DateTimePicker dpk_StaDate;
  641. private System.Windows.Forms.TextBox tbx_BizAppy;
  642. private System.Windows.Forms.Label label7;
  643. private System.Windows.Forms.TextBox tbx_AgnterAddr;
  644. private System.Windows.Forms.Label label13;
  645. private System.Windows.Forms.TextBox tbx_AgnterTel;
  646. private System.Windows.Forms.TextBox tbx_AgnteRlts;
  647. private System.Windows.Forms.TextBox tbx_AgnterNo;
  648. private System.Windows.Forms.TextBox tbx_AgnterName;
  649. private System.Windows.Forms.TextBox textBox11;
  650. private System.Windows.Forms.Label label2;
  651. private System.Windows.Forms.Label label1;
  652. private System.Windows.Forms.Label label9;
  653. private System.Windows.Forms.Label lab_EndDate;
  654. private System.Windows.Forms.Label label10;
  655. private System.Windows.Forms.Label lab_StaDate;
  656. private System.Windows.Forms.Label label6;
  657. private System.Windows.Forms.Label label3;
  658. private System.Windows.Forms.Label label8;
  659. private System.Windows.Forms.Label label11;
  660. private System.Windows.Forms.Button btn_OK;
  661. private System.Windows.Forms.Panel panel3;
  662. private System.Windows.Forms.TextBox tbx_MedType;
  663. private System.Windows.Forms.Label label14;
  664. private System.Windows.Forms.TextBox tbx_Name;
  665. private System.Windows.Forms.Label lab_No;
  666. private System.Windows.Forms.TextBox textBox1;
  667. private System.Windows.Forms.Label lab_address;
  668. private System.Windows.Forms.Label lab_Phone;
  669. private System.Windows.Forms.Label lab_Work;
  670. private System.Windows.Forms.Label lab_Name;
  671. private System.Windows.Forms.Label lab_IdCard;
  672. private System.Windows.Forms.Button btn_GetMsg;
  673. private System.Windows.Forms.TextBox tbx_IdCard;
  674. private System.Windows.Forms.TextBox tbx_No;
  675. private System.Windows.Forms.TextBox tbx_address;
  676. private System.Windows.Forms.TextBox tbx_Phone;
  677. private System.Windows.Forms.ComboBox cbx_MedInst;
  678. private System.Windows.Forms.ComboBox cbx_AgencyType;
  679. private System.Windows.Forms.ComboBox cbx_CardType;
  680. private System.Windows.Forms.Button button1;
  681. }
  682. }