FixedPointRecord.Designer.cs 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034
  1. 
  2. namespace PTMedicalInsurance.Forms.ToPutOnRecord
  3. {
  4. partial class FixedPointRecord
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.panel2 = new System.Windows.Forms.Panel();
  35. this.panel3 = new System.Windows.Forms.Panel();
  36. this.label14 = new System.Windows.Forms.Label();
  37. this.label6 = new System.Windows.Forms.Label();
  38. this.rbLocal = new System.Windows.Forms.RadioButton();
  39. this.rbOtherPlace = new System.Windows.Forms.RadioButton();
  40. this.tbSortNO = new System.Windows.Forms.TextBox();
  41. this.tbMemo = new System.Windows.Forms.TextBox();
  42. this.label12 = new System.Windows.Forms.Label();
  43. this.tbAgentAddr = new System.Windows.Forms.TextBox();
  44. this.tbAgentTel = new System.Windows.Forms.TextBox();
  45. this.label9 = new System.Windows.Forms.Label();
  46. this.label11 = new System.Windows.Forms.Label();
  47. this.cbAgentRelation = new System.Windows.Forms.ComboBox();
  48. this.label7 = new System.Windows.Forms.Label();
  49. this.tbAgentCertNO = new System.Windows.Forms.TextBox();
  50. this.label4 = new System.Windows.Forms.Label();
  51. this.tbAgentName = new System.Windows.Forms.TextBox();
  52. this.label2 = new System.Windows.Forms.Label();
  53. this.label1 = new System.Windows.Forms.Label();
  54. this.tbFixedHosp = new Sunny.UI.UITextBox();
  55. this.label3 = new System.Windows.Forms.Label();
  56. this.dpEnd = new System.Windows.Forms.DateTimePicker();
  57. this.dpStart = new System.Windows.Forms.DateTimePicker();
  58. this.btApply_1 = new System.Windows.Forms.Button();
  59. this.label8 = new System.Windows.Forms.Label();
  60. this.label5 = new System.Windows.Forms.Label();
  61. this.textBox3 = new System.Windows.Forms.TextBox();
  62. this.lab_EndDate = new System.Windows.Forms.Label();
  63. this.lab_StaDate = new System.Windows.Forms.Label();
  64. this.panel4 = new System.Windows.Forms.Panel();
  65. this.tbAddress_1 = new System.Windows.Forms.TextBox();
  66. this.tbTel_1 = new System.Windows.Forms.TextBox();
  67. this.tbPsnNO_1 = new System.Windows.Forms.TextBox();
  68. this.tbName_1 = new System.Windows.Forms.TextBox();
  69. this.dblkcbxInsuranceType_1 = new PTControl.DBLookupCombox();
  70. this.btReadCard_1 = new System.Windows.Forms.Button();
  71. this.label10 = new System.Windows.Forms.Label();
  72. this.label13 = new System.Windows.Forms.Label();
  73. this.textBox6 = new System.Windows.Forms.TextBox();
  74. this.label15 = new System.Windows.Forms.Label();
  75. this.label19 = new System.Windows.Forms.Label();
  76. this.label26 = new System.Windows.Forms.Label();
  77. this.panel1 = new System.Windows.Forms.Panel();
  78. this.panel5 = new System.Windows.Forms.Panel();
  79. this.groupBox1 = new System.Windows.Forms.GroupBox();
  80. this.rtbCancleReason_1 = new System.Windows.Forms.RichTextBox();
  81. this.rbDeclareNo_1 = new System.Windows.Forms.RadioButton();
  82. this.rbPsnNo_1 = new System.Windows.Forms.RadioButton();
  83. this.rbName_1 = new System.Windows.Forms.RadioButton();
  84. this.btCancleByHis_1 = new System.Windows.Forms.Button();
  85. this.btQueryCenterRecord_1 = new System.Windows.Forms.Button();
  86. this.tbPsnNo2_1 = new System.Windows.Forms.TextBox();
  87. this.btCancleByCenter_1 = new System.Windows.Forms.Button();
  88. this.btClose_1 = new System.Windows.Forms.Button();
  89. this.btQueryHisRecord_1 = new System.Windows.Forms.Button();
  90. this.dgvApplyResult = new Sunny.UI.UIDataGridView();
  91. this.textBox4 = new System.Windows.Forms.TextBox();
  92. this.btAlter = new System.Windows.Forms.Button();
  93. this.label16 = new System.Windows.Forms.Label();
  94. this.cbApplyType = new System.Windows.Forms.ComboBox();
  95. this.cbAgentCertType = new System.Windows.Forms.ComboBox();
  96. this.cbFixMainFlag = new System.Windows.Forms.ComboBox();
  97. this.cbFixLocalType = new System.Windows.Forms.ComboBox();
  98. this.cbFixEvtType = new System.Windows.Forms.ComboBox();
  99. this.panel2.SuspendLayout();
  100. this.panel3.SuspendLayout();
  101. this.panel4.SuspendLayout();
  102. this.panel1.SuspendLayout();
  103. this.panel5.SuspendLayout();
  104. this.groupBox1.SuspendLayout();
  105. ((System.ComponentModel.ISupportInitialize)(this.dgvApplyResult)).BeginInit();
  106. this.SuspendLayout();
  107. //
  108. // panel2
  109. //
  110. this.panel2.Controls.Add(this.panel3);
  111. this.panel2.Controls.Add(this.panel4);
  112. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  113. this.panel2.Location = new System.Drawing.Point(0, 0);
  114. this.panel2.Name = "panel2";
  115. this.panel2.Size = new System.Drawing.Size(1626, 345);
  116. this.panel2.TabIndex = 2049;
  117. //
  118. // panel3
  119. //
  120. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  121. this.panel3.Controls.Add(this.cbFixEvtType);
  122. this.panel3.Controls.Add(this.cbFixMainFlag);
  123. this.panel3.Controls.Add(this.cbFixLocalType);
  124. this.panel3.Controls.Add(this.cbAgentCertType);
  125. this.panel3.Controls.Add(this.cbApplyType);
  126. this.panel3.Controls.Add(this.label16);
  127. this.panel3.Controls.Add(this.btAlter);
  128. this.panel3.Controls.Add(this.label14);
  129. this.panel3.Controls.Add(this.label6);
  130. this.panel3.Controls.Add(this.rbLocal);
  131. this.panel3.Controls.Add(this.rbOtherPlace);
  132. this.panel3.Controls.Add(this.tbSortNO);
  133. this.panel3.Controls.Add(this.tbMemo);
  134. this.panel3.Controls.Add(this.label12);
  135. this.panel3.Controls.Add(this.tbAgentAddr);
  136. this.panel3.Controls.Add(this.tbAgentTel);
  137. this.panel3.Controls.Add(this.label9);
  138. this.panel3.Controls.Add(this.label11);
  139. this.panel3.Controls.Add(this.cbAgentRelation);
  140. this.panel3.Controls.Add(this.label7);
  141. this.panel3.Controls.Add(this.tbAgentCertNO);
  142. this.panel3.Controls.Add(this.label4);
  143. this.panel3.Controls.Add(this.tbAgentName);
  144. this.panel3.Controls.Add(this.label2);
  145. this.panel3.Controls.Add(this.label1);
  146. this.panel3.Controls.Add(this.tbFixedHosp);
  147. this.panel3.Controls.Add(this.label3);
  148. this.panel3.Controls.Add(this.dpEnd);
  149. this.panel3.Controls.Add(this.dpStart);
  150. this.panel3.Controls.Add(this.btApply_1);
  151. this.panel3.Controls.Add(this.label8);
  152. this.panel3.Controls.Add(this.label5);
  153. this.panel3.Controls.Add(this.textBox3);
  154. this.panel3.Controls.Add(this.lab_EndDate);
  155. this.panel3.Controls.Add(this.lab_StaDate);
  156. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.panel3.Location = new System.Drawing.Point(0, 110);
  158. this.panel3.Name = "panel3";
  159. this.panel3.Size = new System.Drawing.Size(1626, 235);
  160. this.panel3.TabIndex = 2048;
  161. //
  162. // label14
  163. //
  164. this.label14.AutoSize = true;
  165. this.label14.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.label14.ForeColor = System.Drawing.Color.Red;
  167. this.label14.Location = new System.Drawing.Point(1036, 110);
  168. this.label14.Name = "label14";
  169. this.label14.Size = new System.Drawing.Size(77, 14);
  170. this.label14.TabIndex = 2143;
  171. this.label14.Text = "主辅标志:";
  172. //
  173. // label6
  174. //
  175. this.label6.AutoSize = true;
  176. this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.label6.ForeColor = System.Drawing.Color.Red;
  178. this.label6.Location = new System.Drawing.Point(1036, 73);
  179. this.label6.Name = "label6";
  180. this.label6.Size = new System.Drawing.Size(105, 14);
  181. this.label6.TabIndex = 2141;
  182. this.label6.Text = "就医定点类型:";
  183. //
  184. // rbLocal
  185. //
  186. this.rbLocal.AutoSize = true;
  187. this.rbLocal.Location = new System.Drawing.Point(1058, 44);
  188. this.rbLocal.Name = "rbLocal";
  189. this.rbLocal.Size = new System.Drawing.Size(47, 16);
  190. this.rbLocal.TabIndex = 2140;
  191. this.rbLocal.TabStop = true;
  192. this.rbLocal.Text = "本地";
  193. this.rbLocal.UseVisualStyleBackColor = true;
  194. //
  195. // rbOtherPlace
  196. //
  197. this.rbOtherPlace.AutoSize = true;
  198. this.rbOtherPlace.Location = new System.Drawing.Point(1123, 45);
  199. this.rbOtherPlace.Name = "rbOtherPlace";
  200. this.rbOtherPlace.Size = new System.Drawing.Size(47, 16);
  201. this.rbOtherPlace.TabIndex = 2139;
  202. this.rbOtherPlace.TabStop = true;
  203. this.rbOtherPlace.Text = "异地";
  204. this.rbOtherPlace.UseVisualStyleBackColor = true;
  205. //
  206. // tbSortNO
  207. //
  208. this.tbSortNO.Location = new System.Drawing.Point(834, 108);
  209. this.tbSortNO.Name = "tbSortNO";
  210. this.tbSortNO.Size = new System.Drawing.Size(192, 21);
  211. this.tbSortNO.TabIndex = 2138;
  212. this.tbSortNO.Text = "1";
  213. //
  214. // tbMemo
  215. //
  216. this.tbMemo.Location = new System.Drawing.Point(363, 141);
  217. this.tbMemo.Name = "tbMemo";
  218. this.tbMemo.Size = new System.Drawing.Size(663, 21);
  219. this.tbMemo.TabIndex = 2137;
  220. //
  221. // label12
  222. //
  223. this.label12.AutoSize = true;
  224. this.label12.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.label12.ForeColor = System.Drawing.Color.Red;
  226. this.label12.Location = new System.Drawing.Point(319, 146);
  227. this.label12.Name = "label12";
  228. this.label12.Size = new System.Drawing.Size(49, 14);
  229. this.label12.TabIndex = 2136;
  230. this.label12.Text = "备注:";
  231. //
  232. // tbAgentAddr
  233. //
  234. this.tbAgentAddr.Location = new System.Drawing.Point(125, 174);
  235. this.tbAgentAddr.Name = "tbAgentAddr";
  236. this.tbAgentAddr.Size = new System.Drawing.Size(901, 21);
  237. this.tbAgentAddr.TabIndex = 2135;
  238. //
  239. // tbAgentTel
  240. //
  241. this.tbAgentTel.Location = new System.Drawing.Point(94, 108);
  242. this.tbAgentTel.Name = "tbAgentTel";
  243. this.tbAgentTel.Size = new System.Drawing.Size(185, 21);
  244. this.tbAgentTel.TabIndex = 2134;
  245. //
  246. // label9
  247. //
  248. this.label9.AutoSize = true;
  249. this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.label9.ForeColor = System.Drawing.Color.Red;
  251. this.label9.Location = new System.Drawing.Point(7, 179);
  252. this.label9.Name = "label9";
  253. this.label9.Size = new System.Drawing.Size(119, 14);
  254. this.label9.TabIndex = 2132;
  255. this.label9.Text = "代办人联系地址:";
  256. //
  257. // label11
  258. //
  259. this.label11.AutoSize = true;
  260. this.label11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.label11.ForeColor = System.Drawing.Color.Red;
  262. this.label11.Location = new System.Drawing.Point(7, 113);
  263. this.label11.Name = "label11";
  264. this.label11.Size = new System.Drawing.Size(91, 14);
  265. this.label11.TabIndex = 2133;
  266. this.label11.Text = "代办人电话:";
  267. //
  268. // cbAgentRelation
  269. //
  270. this.cbAgentRelation.FormattingEnabled = true;
  271. this.cbAgentRelation.Items.AddRange(new object[] {
  272. "0.否",
  273. "1.是"});
  274. this.cbAgentRelation.Location = new System.Drawing.Point(94, 142);
  275. this.cbAgentRelation.Name = "cbAgentRelation";
  276. this.cbAgentRelation.Size = new System.Drawing.Size(186, 20);
  277. this.cbAgentRelation.TabIndex = 2131;
  278. //
  279. // label7
  280. //
  281. this.label7.AutoSize = true;
  282. this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  283. this.label7.ForeColor = System.Drawing.Color.Red;
  284. this.label7.Location = new System.Drawing.Point(7, 146);
  285. this.label7.Name = "label7";
  286. this.label7.Size = new System.Drawing.Size(91, 14);
  287. this.label7.TabIndex = 2130;
  288. this.label7.Text = "代办人关系:";
  289. //
  290. // tbAgentCertNO
  291. //
  292. this.tbAgentCertNO.Location = new System.Drawing.Point(434, 76);
  293. this.tbAgentCertNO.Name = "tbAgentCertNO";
  294. this.tbAgentCertNO.Size = new System.Drawing.Size(303, 21);
  295. this.tbAgentCertNO.TabIndex = 2129;
  296. //
  297. // label4
  298. //
  299. this.label4.AutoSize = true;
  300. this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.label4.ForeColor = System.Drawing.Color.Red;
  302. this.label4.Location = new System.Drawing.Point(319, 80);
  303. this.label4.Name = "label4";
  304. this.label4.Size = new System.Drawing.Size(119, 14);
  305. this.label4.TabIndex = 2128;
  306. this.label4.Text = "代办人证件号码:";
  307. //
  308. // tbAgentName
  309. //
  310. this.tbAgentName.Location = new System.Drawing.Point(94, 74);
  311. this.tbAgentName.Name = "tbAgentName";
  312. this.tbAgentName.Size = new System.Drawing.Size(185, 21);
  313. this.tbAgentName.TabIndex = 2127;
  314. //
  315. // label2
  316. //
  317. this.label2.AutoSize = true;
  318. this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. this.label2.ForeColor = System.Drawing.Color.Red;
  320. this.label2.Location = new System.Drawing.Point(7, 80);
  321. this.label2.Name = "label2";
  322. this.label2.Size = new System.Drawing.Size(91, 14);
  323. this.label2.TabIndex = 2126;
  324. this.label2.Text = "代办人姓名:";
  325. //
  326. // label1
  327. //
  328. this.label1.AutoSize = true;
  329. this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.label1.ForeColor = System.Drawing.Color.Red;
  331. this.label1.Location = new System.Drawing.Point(319, 115);
  332. this.label1.Name = "label1";
  333. this.label1.Size = new System.Drawing.Size(119, 14);
  334. this.label1.TabIndex = 2124;
  335. this.label1.Text = "代办人证件类型:";
  336. //
  337. // tbFixedHosp
  338. //
  339. this.tbFixedHosp.Cursor = System.Windows.Forms.Cursors.IBeam;
  340. this.tbFixedHosp.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.tbFixedHosp.Location = new System.Drawing.Point(434, 41);
  342. this.tbFixedHosp.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  343. this.tbFixedHosp.MinimumSize = new System.Drawing.Size(1, 16);
  344. this.tbFixedHosp.Name = "tbFixedHosp";
  345. this.tbFixedHosp.ShowText = false;
  346. this.tbFixedHosp.Size = new System.Drawing.Size(303, 21);
  347. this.tbFixedHosp.TabIndex = 2122;
  348. this.tbFixedHosp.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  349. this.tbFixedHosp.Watermark = "请输入名称按下Enter键进行模糊查找";
  350. this.tbFixedHosp.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  351. //
  352. // label3
  353. //
  354. this.label3.AutoSize = true;
  355. this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.label3.ForeColor = System.Drawing.Color.Red;
  357. this.label3.Location = new System.Drawing.Point(747, 114);
  358. this.label3.Name = "label3";
  359. this.label3.Size = new System.Drawing.Size(91, 14);
  360. this.label3.TabIndex = 2118;
  361. this.label3.Text = "定点排序号:";
  362. //
  363. // dpEnd
  364. //
  365. this.dpEnd.Location = new System.Drawing.Point(834, 75);
  366. this.dpEnd.Name = "dpEnd";
  367. this.dpEnd.Size = new System.Drawing.Size(192, 21);
  368. this.dpEnd.TabIndex = 2113;
  369. //
  370. // dpStart
  371. //
  372. this.dpStart.Location = new System.Drawing.Point(834, 40);
  373. this.dpStart.Name = "dpStart";
  374. this.dpStart.Size = new System.Drawing.Size(192, 21);
  375. this.dpStart.TabIndex = 2112;
  376. //
  377. // btApply_1
  378. //
  379. this.btApply_1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  380. this.btApply_1.BackColor = System.Drawing.Color.Transparent;
  381. this.btApply_1.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
  382. this.btApply_1.FlatAppearance.BorderSize = 2;
  383. this.btApply_1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  384. this.btApply_1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  385. this.btApply_1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  386. this.btApply_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.btApply_1.Location = new System.Drawing.Point(1357, 74);
  388. this.btApply_1.Name = "btApply_1";
  389. this.btApply_1.Size = new System.Drawing.Size(111, 41);
  390. this.btApply_1.TabIndex = 2107;
  391. this.btApply_1.TabStop = false;
  392. this.btApply_1.Text = "申请";
  393. this.btApply_1.UseVisualStyleBackColor = false;
  394. this.btApply_1.Click += new System.EventHandler(this.btApply_1_Click);
  395. //
  396. // label8
  397. //
  398. this.label8.AutoSize = true;
  399. this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.label8.ForeColor = System.Drawing.Color.Red;
  401. this.label8.Location = new System.Drawing.Point(333, 47);
  402. this.label8.Name = "label8";
  403. this.label8.Size = new System.Drawing.Size(105, 14);
  404. this.label8.TabIndex = 2061;
  405. this.label8.Text = "定点医药机构:";
  406. //
  407. // label5
  408. //
  409. this.label5.AutoSize = true;
  410. this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.label5.ForeColor = System.Drawing.Color.Red;
  412. this.label5.Location = new System.Drawing.Point(7, 47);
  413. this.label5.Name = "label5";
  414. this.label5.Size = new System.Drawing.Size(77, 14);
  415. this.label5.TabIndex = 2056;
  416. this.label5.Text = "业务类型:";
  417. //
  418. // textBox3
  419. //
  420. this.textBox3.BackColor = System.Drawing.SystemColors.Control;
  421. this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  422. this.textBox3.Dock = System.Windows.Forms.DockStyle.Top;
  423. this.textBox3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. this.textBox3.Location = new System.Drawing.Point(0, 0);
  425. this.textBox3.Multiline = true;
  426. this.textBox3.Name = "textBox3";
  427. this.textBox3.ReadOnly = true;
  428. this.textBox3.Size = new System.Drawing.Size(1622, 33);
  429. this.textBox3.TabIndex = 2055;
  430. this.textBox3.TabStop = false;
  431. this.textBox3.Text = "定点信息";
  432. this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  433. //
  434. // lab_EndDate
  435. //
  436. this.lab_EndDate.AutoSize = true;
  437. this.lab_EndDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  438. this.lab_EndDate.ForeColor = System.Drawing.Color.Red;
  439. this.lab_EndDate.Location = new System.Drawing.Point(762, 80);
  440. this.lab_EndDate.Name = "lab_EndDate";
  441. this.lab_EndDate.Size = new System.Drawing.Size(77, 14);
  442. this.lab_EndDate.TabIndex = 2053;
  443. this.lab_EndDate.Text = "结束日期:";
  444. //
  445. // lab_StaDate
  446. //
  447. this.lab_StaDate.AutoSize = true;
  448. this.lab_StaDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  449. this.lab_StaDate.ForeColor = System.Drawing.Color.Red;
  450. this.lab_StaDate.Location = new System.Drawing.Point(762, 47);
  451. this.lab_StaDate.Name = "lab_StaDate";
  452. this.lab_StaDate.Size = new System.Drawing.Size(77, 14);
  453. this.lab_StaDate.TabIndex = 2052;
  454. this.lab_StaDate.Text = "开始日期:";
  455. //
  456. // panel4
  457. //
  458. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  459. this.panel4.Controls.Add(this.tbAddress_1);
  460. this.panel4.Controls.Add(this.tbTel_1);
  461. this.panel4.Controls.Add(this.tbPsnNO_1);
  462. this.panel4.Controls.Add(this.tbName_1);
  463. this.panel4.Controls.Add(this.dblkcbxInsuranceType_1);
  464. this.panel4.Controls.Add(this.btReadCard_1);
  465. this.panel4.Controls.Add(this.label10);
  466. this.panel4.Controls.Add(this.label13);
  467. this.panel4.Controls.Add(this.textBox6);
  468. this.panel4.Controls.Add(this.label15);
  469. this.panel4.Controls.Add(this.label19);
  470. this.panel4.Controls.Add(this.label26);
  471. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  472. this.panel4.Location = new System.Drawing.Point(0, 0);
  473. this.panel4.Name = "panel4";
  474. this.panel4.Size = new System.Drawing.Size(1626, 110);
  475. this.panel4.TabIndex = 2047;
  476. this.panel4.TabStop = true;
  477. //
  478. // tbAddress_1
  479. //
  480. this.tbAddress_1.Location = new System.Drawing.Point(357, 76);
  481. this.tbAddress_1.Name = "tbAddress_1";
  482. this.tbAddress_1.Size = new System.Drawing.Size(674, 21);
  483. this.tbAddress_1.TabIndex = 2099;
  484. //
  485. // tbTel_1
  486. //
  487. this.tbTel_1.Location = new System.Drawing.Point(83, 78);
  488. this.tbTel_1.Name = "tbTel_1";
  489. this.tbTel_1.Size = new System.Drawing.Size(197, 21);
  490. this.tbTel_1.TabIndex = 2098;
  491. //
  492. // tbPsnNO_1
  493. //
  494. this.tbPsnNO_1.Location = new System.Drawing.Point(722, 39);
  495. this.tbPsnNO_1.Name = "tbPsnNO_1";
  496. this.tbPsnNO_1.Size = new System.Drawing.Size(309, 21);
  497. this.tbPsnNO_1.TabIndex = 2097;
  498. //
  499. // tbName_1
  500. //
  501. this.tbName_1.Location = new System.Drawing.Point(83, 39);
  502. this.tbName_1.Name = "tbName_1";
  503. this.tbName_1.Size = new System.Drawing.Size(197, 21);
  504. this.tbName_1.TabIndex = 2096;
  505. //
  506. // dblkcbxInsuranceType_1
  507. //
  508. this.dblkcbxInsuranceType_1.FormattingEnabled = true;
  509. this.dblkcbxInsuranceType_1.Location = new System.Drawing.Point(357, 39);
  510. this.dblkcbxInsuranceType_1.Name = "dblkcbxInsuranceType_1";
  511. this.dblkcbxInsuranceType_1.NullValue = "";
  512. this.dblkcbxInsuranceType_1.PopupGridAutoSize = false;
  513. this.dblkcbxInsuranceType_1.RowFilterVisible = false;
  514. this.dblkcbxInsuranceType_1.sDisplayField = "";
  515. this.dblkcbxInsuranceType_1.sDisplayMember = "";
  516. this.dblkcbxInsuranceType_1.SeparatorChar = "|";
  517. this.dblkcbxInsuranceType_1.Size = new System.Drawing.Size(257, 20);
  518. this.dblkcbxInsuranceType_1.sKeyWords = "";
  519. this.dblkcbxInsuranceType_1.sValueMember = "";
  520. this.dblkcbxInsuranceType_1.TabIndex = 2095;
  521. this.dblkcbxInsuranceType_1.Value = "";
  522. //
  523. // btReadCard_1
  524. //
  525. this.btReadCard_1.BackColor = System.Drawing.Color.Transparent;
  526. this.btReadCard_1.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
  527. this.btReadCard_1.FlatAppearance.BorderSize = 2;
  528. this.btReadCard_1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  529. this.btReadCard_1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  530. this.btReadCard_1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  531. this.btReadCard_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  532. this.btReadCard_1.Location = new System.Drawing.Point(1357, 43);
  533. this.btReadCard_1.Name = "btReadCard_1";
  534. this.btReadCard_1.Size = new System.Drawing.Size(111, 45);
  535. this.btReadCard_1.TabIndex = 2094;
  536. this.btReadCard_1.TabStop = false;
  537. this.btReadCard_1.Text = "读 卡";
  538. this.btReadCard_1.UseVisualStyleBackColor = false;
  539. this.btReadCard_1.Click += new System.EventHandler(this.btReadCard_1_Click);
  540. //
  541. // label10
  542. //
  543. this.label10.AutoSize = true;
  544. this.label10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  545. this.label10.ForeColor = System.Drawing.Color.Red;
  546. this.label10.Location = new System.Drawing.Point(286, 43);
  547. this.label10.Name = "label10";
  548. this.label10.Size = new System.Drawing.Size(77, 14);
  549. this.label10.TabIndex = 2057;
  550. this.label10.Text = "险种类型:";
  551. //
  552. // label13
  553. //
  554. this.label13.AutoSize = true;
  555. this.label13.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  556. this.label13.ForeColor = System.Drawing.Color.Red;
  557. this.label13.Location = new System.Drawing.Point(648, 43);
  558. this.label13.Name = "label13";
  559. this.label13.Size = new System.Drawing.Size(77, 14);
  560. this.label13.TabIndex = 2055;
  561. this.label13.Text = "人员编号:";
  562. //
  563. // textBox6
  564. //
  565. this.textBox6.BackColor = System.Drawing.SystemColors.Control;
  566. this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  567. this.textBox6.Dock = System.Windows.Forms.DockStyle.Top;
  568. this.textBox6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  569. this.textBox6.Location = new System.Drawing.Point(0, 0);
  570. this.textBox6.Multiline = true;
  571. this.textBox6.Name = "textBox6";
  572. this.textBox6.ReadOnly = true;
  573. this.textBox6.Size = new System.Drawing.Size(1622, 33);
  574. this.textBox6.TabIndex = 1300;
  575. this.textBox6.TabStop = false;
  576. this.textBox6.Text = "基本信息";
  577. this.textBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  578. //
  579. // label15
  580. //
  581. this.label15.AutoSize = true;
  582. this.label15.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  583. this.label15.ForeColor = System.Drawing.Color.Red;
  584. this.label15.Location = new System.Drawing.Point(286, 81);
  585. this.label15.Name = "label15";
  586. this.label15.Size = new System.Drawing.Size(77, 14);
  587. this.label15.TabIndex = 111;
  588. this.label15.Text = "联系地址:";
  589. //
  590. // label19
  591. //
  592. this.label19.AutoSize = true;
  593. this.label19.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  594. this.label19.ForeColor = System.Drawing.Color.Red;
  595. this.label19.Location = new System.Drawing.Point(11, 81);
  596. this.label19.Name = "label19";
  597. this.label19.Size = new System.Drawing.Size(77, 14);
  598. this.label19.TabIndex = 932;
  599. this.label19.Text = "联系电话:";
  600. //
  601. // label26
  602. //
  603. this.label26.AutoSize = true;
  604. this.label26.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  605. this.label26.ForeColor = System.Drawing.Color.Red;
  606. this.label26.Location = new System.Drawing.Point(10, 43);
  607. this.label26.Name = "label26";
  608. this.label26.Size = new System.Drawing.Size(77, 14);
  609. this.label26.TabIndex = 133;
  610. this.label26.Text = "人员姓名:";
  611. //
  612. // panel1
  613. //
  614. this.panel1.Controls.Add(this.panel5);
  615. this.panel1.Controls.Add(this.dgvApplyResult);
  616. this.panel1.Controls.Add(this.textBox4);
  617. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  618. this.panel1.Location = new System.Drawing.Point(0, 345);
  619. this.panel1.Name = "panel1";
  620. this.panel1.Size = new System.Drawing.Size(1626, 599);
  621. this.panel1.TabIndex = 2050;
  622. //
  623. // panel5
  624. //
  625. this.panel5.Controls.Add(this.groupBox1);
  626. this.panel5.Controls.Add(this.rbDeclareNo_1);
  627. this.panel5.Controls.Add(this.rbPsnNo_1);
  628. this.panel5.Controls.Add(this.rbName_1);
  629. this.panel5.Controls.Add(this.btCancleByHis_1);
  630. this.panel5.Controls.Add(this.btQueryCenterRecord_1);
  631. this.panel5.Controls.Add(this.tbPsnNo2_1);
  632. this.panel5.Controls.Add(this.btCancleByCenter_1);
  633. this.panel5.Controls.Add(this.btClose_1);
  634. this.panel5.Controls.Add(this.btQueryHisRecord_1);
  635. this.panel5.Dock = System.Windows.Forms.DockStyle.Right;
  636. this.panel5.Location = new System.Drawing.Point(1238, 31);
  637. this.panel5.Name = "panel5";
  638. this.panel5.Size = new System.Drawing.Size(388, 568);
  639. this.panel5.TabIndex = 2061;
  640. //
  641. // groupBox1
  642. //
  643. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  644. | System.Windows.Forms.AnchorStyles.Right)));
  645. this.groupBox1.Controls.Add(this.rtbCancleReason_1);
  646. this.groupBox1.Location = new System.Drawing.Point(48, 154);
  647. this.groupBox1.Name = "groupBox1";
  648. this.groupBox1.Size = new System.Drawing.Size(319, 208);
  649. this.groupBox1.TabIndex = 2095;
  650. this.groupBox1.TabStop = false;
  651. this.groupBox1.Text = "如果撤销,请填写撤销原因";
  652. //
  653. // rtbCancleReason_1
  654. //
  655. this.rtbCancleReason_1.Dock = System.Windows.Forms.DockStyle.Fill;
  656. this.rtbCancleReason_1.Location = new System.Drawing.Point(3, 17);
  657. this.rtbCancleReason_1.Name = "rtbCancleReason_1";
  658. this.rtbCancleReason_1.Size = new System.Drawing.Size(313, 188);
  659. this.rtbCancleReason_1.TabIndex = 0;
  660. this.rtbCancleReason_1.Text = "病人要求";
  661. //
  662. // rbDeclareNo_1
  663. //
  664. this.rbDeclareNo_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  665. | System.Windows.Forms.AnchorStyles.Right)));
  666. this.rbDeclareNo_1.AutoSize = true;
  667. this.rbDeclareNo_1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  668. this.rbDeclareNo_1.Location = new System.Drawing.Point(48, 83);
  669. this.rbDeclareNo_1.Name = "rbDeclareNo_1";
  670. this.rbDeclareNo_1.Size = new System.Drawing.Size(170, 20);
  671. this.rbDeclareNo_1.TabIndex = 2094;
  672. this.rbDeclareNo_1.TabStop = true;
  673. this.rbDeclareNo_1.Text = "通过待遇流水号查询";
  674. this.rbDeclareNo_1.UseVisualStyleBackColor = true;
  675. //
  676. // rbPsnNo_1
  677. //
  678. this.rbPsnNo_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  679. | System.Windows.Forms.AnchorStyles.Right)));
  680. this.rbPsnNo_1.AutoSize = true;
  681. this.rbPsnNo_1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  682. this.rbPsnNo_1.Location = new System.Drawing.Point(48, 51);
  683. this.rbPsnNo_1.Name = "rbPsnNo_1";
  684. this.rbPsnNo_1.Size = new System.Drawing.Size(154, 20);
  685. this.rbPsnNo_1.TabIndex = 2093;
  686. this.rbPsnNo_1.TabStop = true;
  687. this.rbPsnNo_1.Text = "通过个人编号查询";
  688. this.rbPsnNo_1.UseVisualStyleBackColor = true;
  689. //
  690. // rbName_1
  691. //
  692. this.rbName_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  693. | System.Windows.Forms.AnchorStyles.Right)));
  694. this.rbName_1.AutoSize = true;
  695. this.rbName_1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  696. this.rbName_1.Location = new System.Drawing.Point(48, 17);
  697. this.rbName_1.Name = "rbName_1";
  698. this.rbName_1.Size = new System.Drawing.Size(122, 20);
  699. this.rbName_1.TabIndex = 2092;
  700. this.rbName_1.TabStop = true;
  701. this.rbName_1.Text = "通过姓名查询";
  702. this.rbName_1.UseVisualStyleBackColor = true;
  703. //
  704. // btCancleByHis_1
  705. //
  706. this.btCancleByHis_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  707. | System.Windows.Forms.AnchorStyles.Right)));
  708. this.btCancleByHis_1.Location = new System.Drawing.Point(202, 384);
  709. this.btCancleByHis_1.Name = "btCancleByHis_1";
  710. this.btCancleByHis_1.Size = new System.Drawing.Size(143, 36);
  711. this.btCancleByHis_1.TabIndex = 2091;
  712. this.btCancleByHis_1.Text = "通过HIS记录撤销";
  713. this.btCancleByHis_1.UseVisualStyleBackColor = true;
  714. //
  715. // btQueryCenterRecord_1
  716. //
  717. this.btQueryCenterRecord_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  718. | System.Windows.Forms.AnchorStyles.Right)));
  719. this.btQueryCenterRecord_1.Location = new System.Drawing.Point(48, 469);
  720. this.btQueryCenterRecord_1.Name = "btQueryCenterRecord_1";
  721. this.btQueryCenterRecord_1.Size = new System.Drawing.Size(143, 36);
  722. this.btQueryCenterRecord_1.TabIndex = 2090;
  723. this.btQueryCenterRecord_1.Text = "查询中心记录";
  724. this.btQueryCenterRecord_1.UseVisualStyleBackColor = true;
  725. this.btQueryCenterRecord_1.Click += new System.EventHandler(this.btQueryCenterRecord_1_Click);
  726. //
  727. // tbPsnNo2_1
  728. //
  729. this.tbPsnNo2_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  730. | System.Windows.Forms.AnchorStyles.Right)));
  731. this.tbPsnNo2_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  732. this.tbPsnNo2_1.Location = new System.Drawing.Point(48, 117);
  733. this.tbPsnNo2_1.Name = "tbPsnNo2_1";
  734. this.tbPsnNo2_1.Size = new System.Drawing.Size(335, 23);
  735. this.tbPsnNo2_1.TabIndex = 2087;
  736. this.tbPsnNo2_1.Text = "44190000133083619983";
  737. //
  738. // btCancleByCenter_1
  739. //
  740. this.btCancleByCenter_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  741. | System.Windows.Forms.AnchorStyles.Right)));
  742. this.btCancleByCenter_1.Location = new System.Drawing.Point(202, 469);
  743. this.btCancleByCenter_1.Name = "btCancleByCenter_1";
  744. this.btCancleByCenter_1.Size = new System.Drawing.Size(143, 36);
  745. this.btCancleByCenter_1.TabIndex = 2;
  746. this.btCancleByCenter_1.Text = "通过中心记录撤销";
  747. this.btCancleByCenter_1.UseVisualStyleBackColor = true;
  748. //
  749. // btClose_1
  750. //
  751. this.btClose_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  752. | System.Windows.Forms.AnchorStyles.Right)));
  753. this.btClose_1.Location = new System.Drawing.Point(48, 517);
  754. this.btClose_1.Name = "btClose_1";
  755. this.btClose_1.Size = new System.Drawing.Size(297, 36);
  756. this.btClose_1.TabIndex = 1;
  757. this.btClose_1.Text = "退出";
  758. this.btClose_1.UseVisualStyleBackColor = true;
  759. this.btClose_1.Click += new System.EventHandler(this.btClose_1_Click);
  760. //
  761. // btQueryHisRecord_1
  762. //
  763. this.btQueryHisRecord_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  764. | System.Windows.Forms.AnchorStyles.Right)));
  765. this.btQueryHisRecord_1.Location = new System.Drawing.Point(48, 384);
  766. this.btQueryHisRecord_1.Name = "btQueryHisRecord_1";
  767. this.btQueryHisRecord_1.Size = new System.Drawing.Size(143, 36);
  768. this.btQueryHisRecord_1.TabIndex = 0;
  769. this.btQueryHisRecord_1.Text = "查询HIS记录";
  770. this.btQueryHisRecord_1.UseVisualStyleBackColor = true;
  771. //
  772. // dgvApplyResult
  773. //
  774. this.dgvApplyResult.AllowUserToAddRows = false;
  775. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  776. this.dgvApplyResult.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  777. this.dgvApplyResult.BackgroundColor = System.Drawing.Color.White;
  778. this.dgvApplyResult.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  779. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  780. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  781. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  782. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  783. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  784. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  785. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  786. this.dgvApplyResult.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  787. this.dgvApplyResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  788. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  789. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  790. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  791. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  792. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  793. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  794. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  795. this.dgvApplyResult.DefaultCellStyle = dataGridViewCellStyle8;
  796. this.dgvApplyResult.Dock = System.Windows.Forms.DockStyle.Fill;
  797. this.dgvApplyResult.EnableHeadersVisualStyles = false;
  798. this.dgvApplyResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  799. this.dgvApplyResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  800. this.dgvApplyResult.Location = new System.Drawing.Point(0, 31);
  801. this.dgvApplyResult.Name = "dgvApplyResult";
  802. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  803. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  804. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  805. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  806. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  807. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  808. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  809. this.dgvApplyResult.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  810. this.dgvApplyResult.RowHeadersWidth = 51;
  811. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  812. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  813. this.dgvApplyResult.RowsDefaultCellStyle = dataGridViewCellStyle10;
  814. this.dgvApplyResult.RowTemplate.Height = 23;
  815. this.dgvApplyResult.SelectedIndex = -1;
  816. this.dgvApplyResult.Size = new System.Drawing.Size(1626, 568);
  817. this.dgvApplyResult.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  818. this.dgvApplyResult.TabIndex = 2060;
  819. this.dgvApplyResult.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  820. //
  821. // textBox4
  822. //
  823. this.textBox4.BackColor = System.Drawing.SystemColors.Control;
  824. this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  825. this.textBox4.Dock = System.Windows.Forms.DockStyle.Top;
  826. this.textBox4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  827. this.textBox4.Location = new System.Drawing.Point(0, 0);
  828. this.textBox4.Name = "textBox4";
  829. this.textBox4.ReadOnly = true;
  830. this.textBox4.Size = new System.Drawing.Size(1626, 31);
  831. this.textBox4.TabIndex = 2059;
  832. this.textBox4.TabStop = false;
  833. this.textBox4.Text = "申请结果";
  834. this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  835. //
  836. // btAlter
  837. //
  838. this.btAlter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  839. this.btAlter.BackColor = System.Drawing.Color.Transparent;
  840. this.btAlter.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
  841. this.btAlter.FlatAppearance.BorderSize = 2;
  842. this.btAlter.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  843. this.btAlter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  844. this.btAlter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  845. this.btAlter.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  846. this.btAlter.Location = new System.Drawing.Point(1357, 146);
  847. this.btAlter.Name = "btAlter";
  848. this.btAlter.Size = new System.Drawing.Size(111, 41);
  849. this.btAlter.TabIndex = 2145;
  850. this.btAlter.TabStop = false;
  851. this.btAlter.Text = "变更";
  852. this.btAlter.UseVisualStyleBackColor = false;
  853. this.btAlter.Click += new System.EventHandler(this.btAlter_Click);
  854. //
  855. // label16
  856. //
  857. this.label16.AutoSize = true;
  858. this.label16.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  859. this.label16.ForeColor = System.Drawing.Color.Red;
  860. this.label16.Location = new System.Drawing.Point(1037, 146);
  861. this.label16.Name = "label16";
  862. this.label16.Size = new System.Drawing.Size(105, 14);
  863. this.label16.TabIndex = 2146;
  864. this.label16.Text = "定点事件类型:";
  865. //
  866. // cbApplyType
  867. //
  868. this.cbApplyType.FormattingEnabled = true;
  869. this.cbApplyType.Items.AddRange(new object[] {
  870. "01.门诊慢特病登记",
  871. "03.就医定点医疗机构登记",
  872. "08.异地安置登记"});
  873. this.cbApplyType.Location = new System.Drawing.Point(94, 42);
  874. this.cbApplyType.Name = "cbApplyType";
  875. this.cbApplyType.Size = new System.Drawing.Size(186, 20);
  876. this.cbApplyType.TabIndex = 2148;
  877. //
  878. // cbAgentCertType
  879. //
  880. this.cbAgentCertType.FormattingEnabled = true;
  881. this.cbAgentCertType.Items.AddRange(new object[] {
  882. "",
  883. "01.居民身份证(户口簿)",
  884. "02.中国人民解放军军官证",
  885. "03.中国人民武装警察警官证",
  886. "04.香港特区护照/港澳居民来往内地通行证",
  887. "05.澳门特区护照/港澳居民来往内地通行证",
  888. "06.台湾居民来往大陆通行证",
  889. "07.外国人永久居留证",
  890. "08.外国人护照",
  891. "09.残疾人证",
  892. "10.军烈属证明",
  893. "11.外国人就业证",
  894. "12.外国专家证",
  895. "13.外国人常驻记者证",
  896. "14.台港澳人员就业证",
  897. "15.回国(来华)定居专家证",
  898. "90.社会保障卡",
  899. "99.其他身份证件",
  900. "990201.医学出生证明"});
  901. this.cbAgentCertType.Location = new System.Drawing.Point(434, 111);
  902. this.cbAgentCertType.Name = "cbAgentCertType";
  903. this.cbAgentCertType.Size = new System.Drawing.Size(303, 20);
  904. this.cbAgentCertType.TabIndex = 2149;
  905. //
  906. // cbFixMainFlag
  907. //
  908. this.cbFixMainFlag.FormattingEnabled = true;
  909. this.cbFixMainFlag.Items.AddRange(new object[] {
  910. "1.主就医点",
  911. "2.辅就医点"});
  912. this.cbFixMainFlag.Location = new System.Drawing.Point(1135, 104);
  913. this.cbFixMainFlag.Name = "cbFixMainFlag";
  914. this.cbFixMainFlag.Size = new System.Drawing.Size(147, 20);
  915. this.cbFixMainFlag.TabIndex = 2151;
  916. //
  917. // cbFixLocalType
  918. //
  919. this.cbFixLocalType.FormattingEnabled = true;
  920. this.cbFixLocalType.Items.AddRange(new object[] {
  921. "1.工作地",
  922. "2..居住地"});
  923. this.cbFixLocalType.Location = new System.Drawing.Point(1134, 67);
  924. this.cbFixLocalType.Name = "cbFixLocalType";
  925. this.cbFixLocalType.Size = new System.Drawing.Size(147, 20);
  926. this.cbFixLocalType.TabIndex = 2150;
  927. //
  928. // cbFixEvtType
  929. //
  930. this.cbFixEvtType.FormattingEnabled = true;
  931. this.cbFixEvtType.Items.AddRange(new object[] {
  932. "2.变更",
  933. "3.暂停"});
  934. this.cbFixEvtType.Location = new System.Drawing.Point(1134, 142);
  935. this.cbFixEvtType.Name = "cbFixEvtType";
  936. this.cbFixEvtType.Size = new System.Drawing.Size(147, 20);
  937. this.cbFixEvtType.TabIndex = 2152;
  938. //
  939. // FixedPointRecord
  940. //
  941. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  942. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  943. this.ClientSize = new System.Drawing.Size(1626, 944);
  944. this.Controls.Add(this.panel1);
  945. this.Controls.Add(this.panel2);
  946. this.Name = "FixedPointRecord";
  947. this.Text = "FixedPointRecord";
  948. this.panel2.ResumeLayout(false);
  949. this.panel3.ResumeLayout(false);
  950. this.panel3.PerformLayout();
  951. this.panel4.ResumeLayout(false);
  952. this.panel4.PerformLayout();
  953. this.panel1.ResumeLayout(false);
  954. this.panel1.PerformLayout();
  955. this.panel5.ResumeLayout(false);
  956. this.panel5.PerformLayout();
  957. this.groupBox1.ResumeLayout(false);
  958. ((System.ComponentModel.ISupportInitialize)(this.dgvApplyResult)).EndInit();
  959. this.ResumeLayout(false);
  960. }
  961. #endregion
  962. private System.Windows.Forms.Panel panel2;
  963. private System.Windows.Forms.Panel panel3;
  964. private System.Windows.Forms.Label label1;
  965. private Sunny.UI.UITextBox tbFixedHosp;
  966. private System.Windows.Forms.Label label3;
  967. private System.Windows.Forms.DateTimePicker dpEnd;
  968. private System.Windows.Forms.DateTimePicker dpStart;
  969. private System.Windows.Forms.Button btApply_1;
  970. private System.Windows.Forms.Label label8;
  971. private System.Windows.Forms.Label label5;
  972. private System.Windows.Forms.TextBox textBox3;
  973. private System.Windows.Forms.Label lab_EndDate;
  974. private System.Windows.Forms.Label lab_StaDate;
  975. private System.Windows.Forms.Panel panel4;
  976. private System.Windows.Forms.TextBox tbAddress_1;
  977. private System.Windows.Forms.TextBox tbTel_1;
  978. private System.Windows.Forms.TextBox tbPsnNO_1;
  979. private System.Windows.Forms.TextBox tbName_1;
  980. public PTControl.DBLookupCombox dblkcbxInsuranceType_1;
  981. private System.Windows.Forms.Button btReadCard_1;
  982. private System.Windows.Forms.Label label10;
  983. private System.Windows.Forms.Label label13;
  984. private System.Windows.Forms.TextBox textBox6;
  985. private System.Windows.Forms.Label label15;
  986. private System.Windows.Forms.Label label19;
  987. private System.Windows.Forms.Label label26;
  988. private System.Windows.Forms.TextBox tbAgentAddr;
  989. private System.Windows.Forms.TextBox tbAgentTel;
  990. private System.Windows.Forms.Label label9;
  991. private System.Windows.Forms.Label label11;
  992. private System.Windows.Forms.ComboBox cbAgentRelation;
  993. private System.Windows.Forms.Label label7;
  994. private System.Windows.Forms.TextBox tbAgentCertNO;
  995. private System.Windows.Forms.Label label4;
  996. private System.Windows.Forms.TextBox tbAgentName;
  997. private System.Windows.Forms.Label label2;
  998. private System.Windows.Forms.Panel panel1;
  999. private System.Windows.Forms.Panel panel5;
  1000. private System.Windows.Forms.GroupBox groupBox1;
  1001. private System.Windows.Forms.RichTextBox rtbCancleReason_1;
  1002. private System.Windows.Forms.RadioButton rbDeclareNo_1;
  1003. private System.Windows.Forms.RadioButton rbPsnNo_1;
  1004. private System.Windows.Forms.RadioButton rbName_1;
  1005. private System.Windows.Forms.Button btCancleByHis_1;
  1006. private System.Windows.Forms.Button btQueryCenterRecord_1;
  1007. private System.Windows.Forms.TextBox tbPsnNo2_1;
  1008. private System.Windows.Forms.Button btCancleByCenter_1;
  1009. private System.Windows.Forms.Button btClose_1;
  1010. private System.Windows.Forms.Button btQueryHisRecord_1;
  1011. private Sunny.UI.UIDataGridView dgvApplyResult;
  1012. private System.Windows.Forms.TextBox textBox4;
  1013. private System.Windows.Forms.TextBox tbMemo;
  1014. private System.Windows.Forms.Label label12;
  1015. private System.Windows.Forms.TextBox tbSortNO;
  1016. private System.Windows.Forms.RadioButton rbLocal;
  1017. private System.Windows.Forms.RadioButton rbOtherPlace;
  1018. private System.Windows.Forms.Label label14;
  1019. private System.Windows.Forms.Label label6;
  1020. private System.Windows.Forms.Button btAlter;
  1021. private System.Windows.Forms.Label label16;
  1022. private System.Windows.Forms.ComboBox cbApplyType;
  1023. private System.Windows.Forms.ComboBox cbAgentCertType;
  1024. private System.Windows.Forms.ComboBox cbFixEvtType;
  1025. private System.Windows.Forms.ComboBox cbFixMainFlag;
  1026. private System.Windows.Forms.ComboBox cbFixLocalType;
  1027. }
  1028. }