OutpatientRegistration.designer.cs 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class OutpatientRegistration
  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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.cbxAccountPay = new Sunny.UI.UICheckBox();
  32. this.Chk_RelTtpFlag = new Sunny.UI.UICheckBox();
  33. this.Chk_TraumaFlag = new Sunny.UI.UICheckBox();
  34. this.dblkcbxTreatway = new PTControl.DBLookupCombox();
  35. this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
  36. this.dblkcbxVisitType = new PTControl.DBLookupCombox();
  37. this.dblkcbxDisease = new PTControl.DBLookupCombox();
  38. this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
  39. this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
  40. this.label6 = new System.Windows.Forms.Label();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.label2 = new System.Windows.Forms.Label();
  45. this.label1 = new System.Windows.Forms.Label();
  46. this.panel3 = new System.Windows.Forms.Panel();
  47. this.uiButton1 = new Sunny.UI.UIButton();
  48. this.button2 = new System.Windows.Forms.Button();
  49. this.button1 = new System.Windows.Forms.Button();
  50. this.dgvDiagnose = new System.Windows.Forms.DataGridView();
  51. this.diag_type_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.maindiag_flag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  53. this.diag_srt_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.diag_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.diag_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.diag_dept = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.adm_cond = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dise_dor_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.panel2 = new System.Windows.Forms.Panel();
  62. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  63. this.txtBirthDay = new Sunny.UI.UITextBox();
  64. this.txtInsuType = new Sunny.UI.UITextBox();
  65. this.txtAge = new Sunny.UI.UITextBox();
  66. this.uiLabel4 = new Sunny.UI.UILabel();
  67. this.lbAge = new Sunny.UI.UILabel();
  68. this.lb1 = new Sunny.UI.UILabel();
  69. this.txtPsnNO = new Sunny.UI.UITextBox();
  70. this.txtCorp = new Sunny.UI.UITextBox();
  71. this.uiLabel27 = new Sunny.UI.UILabel();
  72. this.uiLabel28 = new Sunny.UI.UILabel();
  73. this.txtPsnType = new Sunny.UI.UITextBox();
  74. this.txtCertNO = new Sunny.UI.UITextBox();
  75. this.txtAdmvs = new Sunny.UI.UITextBox();
  76. this.txtCertType = new Sunny.UI.UITextBox();
  77. this.uiLabel3 = new Sunny.UI.UILabel();
  78. this.uiLabel25 = new Sunny.UI.UILabel();
  79. this.uiLabel2 = new Sunny.UI.UILabel();
  80. this.uiLabel26 = new Sunny.UI.UILabel();
  81. this.txtBalc = new Sunny.UI.UITextBox();
  82. this.txtGend = new Sunny.UI.UITextBox();
  83. this.txtName = new Sunny.UI.UITextBox();
  84. this.uiLabel1 = new Sunny.UI.UILabel();
  85. this.uiLabel20 = new Sunny.UI.UILabel();
  86. this.uiLabel21 = new Sunny.UI.UILabel();
  87. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  88. this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
  89. this.panel1.SuspendLayout();
  90. this.panel3.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
  92. this.uiGroupBox1.SuspendLayout();
  93. this.uiGroupBox2.SuspendLayout();
  94. this.uiGroupBox3.SuspendLayout();
  95. this.SuspendLayout();
  96. //
  97. // panel1
  98. //
  99. this.panel1.BackColor = System.Drawing.SystemColors.Window;
  100. this.panel1.Controls.Add(this.cbxAccountPay);
  101. this.panel1.Controls.Add(this.Chk_RelTtpFlag);
  102. this.panel1.Controls.Add(this.Chk_TraumaFlag);
  103. this.panel1.Controls.Add(this.dblkcbxTreatway);
  104. this.panel1.Controls.Add(this.dblkcbxSettelmentWay);
  105. this.panel1.Controls.Add(this.dblkcbxVisitType);
  106. this.panel1.Controls.Add(this.dblkcbxDisease);
  107. this.panel1.Controls.Add(this.dblkcbxMedicalType);
  108. this.panel1.Controls.Add(this.dblkcbxInsuranceType);
  109. this.panel1.Controls.Add(this.label6);
  110. this.panel1.Controls.Add(this.label5);
  111. this.panel1.Controls.Add(this.label4);
  112. this.panel1.Controls.Add(this.label3);
  113. this.panel1.Controls.Add(this.label2);
  114. this.panel1.Controls.Add(this.label1);
  115. this.panel1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  116. this.panel1.Location = new System.Drawing.Point(5, 28);
  117. this.panel1.Name = "panel1";
  118. this.panel1.Size = new System.Drawing.Size(1188, 182);
  119. this.panel1.TabIndex = 12;
  120. //
  121. // cbxAccountPay
  122. //
  123. this.cbxAccountPay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  124. this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
  125. this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.cbxAccountPay.Location = new System.Drawing.Point(917, 21);
  127. this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
  128. this.cbxAccountPay.Name = "cbxAccountPay";
  129. this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  130. this.cbxAccountPay.Size = new System.Drawing.Size(258, 29);
  131. this.cbxAccountPay.TabIndex = 48;
  132. this.cbxAccountPay.Text = "使用医保账户支付";
  133. this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  134. //
  135. // Chk_RelTtpFlag
  136. //
  137. this.Chk_RelTtpFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  138. this.Chk_RelTtpFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.Chk_RelTtpFlag.Location = new System.Drawing.Point(917, 124);
  140. this.Chk_RelTtpFlag.MinimumSize = new System.Drawing.Size(1, 1);
  141. this.Chk_RelTtpFlag.Name = "Chk_RelTtpFlag";
  142. this.Chk_RelTtpFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  143. this.Chk_RelTtpFlag.Size = new System.Drawing.Size(222, 29);
  144. this.Chk_RelTtpFlag.TabIndex = 46;
  145. this.Chk_RelTtpFlag.Text = "是否涉及第三方";
  146. this.Chk_RelTtpFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  147. //
  148. // Chk_TraumaFlag
  149. //
  150. this.Chk_TraumaFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  151. this.Chk_TraumaFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.Chk_TraumaFlag.Location = new System.Drawing.Point(917, 75);
  153. this.Chk_TraumaFlag.MinimumSize = new System.Drawing.Size(1, 1);
  154. this.Chk_TraumaFlag.Name = "Chk_TraumaFlag";
  155. this.Chk_TraumaFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  156. this.Chk_TraumaFlag.Size = new System.Drawing.Size(168, 29);
  157. this.Chk_TraumaFlag.TabIndex = 45;
  158. this.Chk_TraumaFlag.Text = "是否外伤";
  159. this.Chk_TraumaFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  160. //
  161. // dblkcbxTreatway
  162. //
  163. this.dblkcbxTreatway.FormattingEnabled = true;
  164. this.dblkcbxTreatway.Location = new System.Drawing.Point(575, 124);
  165. this.dblkcbxTreatway.Name = "dblkcbxTreatway";
  166. this.dblkcbxTreatway.NullValue = "";
  167. this.dblkcbxTreatway.PopupGridAutoSize = false;
  168. this.dblkcbxTreatway.RowFilterVisible = false;
  169. this.dblkcbxTreatway.sDisplayField = "";
  170. this.dblkcbxTreatway.sDisplayMember = "";
  171. this.dblkcbxTreatway.SeparatorChar = "|";
  172. this.dblkcbxTreatway.Size = new System.Drawing.Size(257, 29);
  173. this.dblkcbxTreatway.sKeyWords = "";
  174. this.dblkcbxTreatway.sValueMember = "";
  175. this.dblkcbxTreatway.TabIndex = 23;
  176. this.dblkcbxTreatway.Value = "";
  177. this.dblkcbxTreatway.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDiseaseType_AfterSelector);
  178. //
  179. // dblkcbxSettelmentWay
  180. //
  181. this.dblkcbxSettelmentWay.FormattingEnabled = true;
  182. this.dblkcbxSettelmentWay.Location = new System.Drawing.Point(136, 124);
  183. this.dblkcbxSettelmentWay.Name = "dblkcbxSettelmentWay";
  184. this.dblkcbxSettelmentWay.NullValue = "";
  185. this.dblkcbxSettelmentWay.PopupGridAutoSize = false;
  186. this.dblkcbxSettelmentWay.RowFilterVisible = false;
  187. this.dblkcbxSettelmentWay.sDisplayField = "";
  188. this.dblkcbxSettelmentWay.sDisplayMember = "";
  189. this.dblkcbxSettelmentWay.SeparatorChar = "|";
  190. this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 29);
  191. this.dblkcbxSettelmentWay.sKeyWords = "";
  192. this.dblkcbxSettelmentWay.sValueMember = "";
  193. this.dblkcbxSettelmentWay.TabIndex = 22;
  194. this.dblkcbxSettelmentWay.Value = "";
  195. this.dblkcbxSettelmentWay.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxSettelmentWay_AfterSelector);
  196. //
  197. // dblkcbxVisitType
  198. //
  199. this.dblkcbxVisitType.FormattingEnabled = true;
  200. this.dblkcbxVisitType.Location = new System.Drawing.Point(575, 75);
  201. this.dblkcbxVisitType.Name = "dblkcbxVisitType";
  202. this.dblkcbxVisitType.NullValue = "";
  203. this.dblkcbxVisitType.PopupGridAutoSize = false;
  204. this.dblkcbxVisitType.RowFilterVisible = false;
  205. this.dblkcbxVisitType.sDisplayField = "";
  206. this.dblkcbxVisitType.sDisplayMember = "";
  207. this.dblkcbxVisitType.SeparatorChar = "|";
  208. this.dblkcbxVisitType.Size = new System.Drawing.Size(257, 29);
  209. this.dblkcbxVisitType.sKeyWords = "";
  210. this.dblkcbxVisitType.sValueMember = "";
  211. this.dblkcbxVisitType.TabIndex = 21;
  212. this.dblkcbxVisitType.Value = "";
  213. this.dblkcbxVisitType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxOperation_AfterSelector);
  214. //
  215. // dblkcbxDisease
  216. //
  217. this.dblkcbxDisease.FormattingEnabled = true;
  218. this.dblkcbxDisease.Location = new System.Drawing.Point(136, 75);
  219. this.dblkcbxDisease.Name = "dblkcbxDisease";
  220. this.dblkcbxDisease.NullValue = "";
  221. this.dblkcbxDisease.PopupGridAutoSize = false;
  222. this.dblkcbxDisease.RowFilterVisible = false;
  223. this.dblkcbxDisease.sDisplayField = "";
  224. this.dblkcbxDisease.sDisplayMember = "";
  225. this.dblkcbxDisease.SeparatorChar = "|";
  226. this.dblkcbxDisease.Size = new System.Drawing.Size(257, 29);
  227. this.dblkcbxDisease.sKeyWords = "";
  228. this.dblkcbxDisease.sValueMember = "";
  229. this.dblkcbxDisease.TabIndex = 20;
  230. this.dblkcbxDisease.Value = "";
  231. this.dblkcbxDisease.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDisease_AfterSelector);
  232. //
  233. // dblkcbxMedicalType
  234. //
  235. this.dblkcbxMedicalType.FormattingEnabled = true;
  236. this.dblkcbxMedicalType.Location = new System.Drawing.Point(575, 26);
  237. this.dblkcbxMedicalType.Name = "dblkcbxMedicalType";
  238. this.dblkcbxMedicalType.NullValue = "";
  239. this.dblkcbxMedicalType.PopupGridAutoSize = false;
  240. this.dblkcbxMedicalType.RowFilterVisible = false;
  241. this.dblkcbxMedicalType.sDisplayField = "";
  242. this.dblkcbxMedicalType.sDisplayMember = "";
  243. this.dblkcbxMedicalType.SeparatorChar = "|";
  244. this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 29);
  245. this.dblkcbxMedicalType.sKeyWords = "";
  246. this.dblkcbxMedicalType.sValueMember = "";
  247. this.dblkcbxMedicalType.TabIndex = 19;
  248. this.dblkcbxMedicalType.Value = "";
  249. this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector);
  250. //
  251. // dblkcbxInsuranceType
  252. //
  253. this.dblkcbxInsuranceType.FormattingEnabled = true;
  254. this.dblkcbxInsuranceType.Location = new System.Drawing.Point(136, 26);
  255. this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType";
  256. this.dblkcbxInsuranceType.NullValue = "";
  257. this.dblkcbxInsuranceType.PopupGridAutoSize = false;
  258. this.dblkcbxInsuranceType.RowFilterVisible = false;
  259. this.dblkcbxInsuranceType.sDisplayField = "";
  260. this.dblkcbxInsuranceType.sDisplayMember = "";
  261. this.dblkcbxInsuranceType.SeparatorChar = "|";
  262. this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 29);
  263. this.dblkcbxInsuranceType.sKeyWords = "";
  264. this.dblkcbxInsuranceType.sValueMember = "";
  265. this.dblkcbxInsuranceType.TabIndex = 18;
  266. this.dblkcbxInsuranceType.Value = "";
  267. this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
  268. //
  269. // label6
  270. //
  271. this.label6.AutoSize = true;
  272. this.label6.ForeColor = System.Drawing.SystemColors.InfoText;
  273. this.label6.Location = new System.Drawing.Point(479, 127);
  274. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  275. this.label6.Name = "label6";
  276. this.label6.Size = new System.Drawing.Size(94, 21);
  277. this.label6.TabIndex = 17;
  278. this.label6.Text = "治疗方式";
  279. //
  280. // label5
  281. //
  282. this.label5.AutoSize = true;
  283. this.label5.ForeColor = System.Drawing.SystemColors.InfoText;
  284. this.label5.Location = new System.Drawing.Point(479, 78);
  285. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  286. this.label5.Name = "label5";
  287. this.label5.Size = new System.Drawing.Size(94, 21);
  288. this.label5.TabIndex = 16;
  289. this.label5.Text = "就医类别";
  290. //
  291. // label4
  292. //
  293. this.label4.AutoSize = true;
  294. this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
  295. this.label4.Location = new System.Drawing.Point(479, 29);
  296. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  297. this.label4.Name = "label4";
  298. this.label4.Size = new System.Drawing.Size(94, 21);
  299. this.label4.TabIndex = 15;
  300. this.label4.Text = "医疗类别";
  301. //
  302. // label3
  303. //
  304. this.label3.AutoSize = true;
  305. this.label3.ForeColor = System.Drawing.SystemColors.InfoText;
  306. this.label3.Location = new System.Drawing.Point(40, 127);
  307. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  308. this.label3.Name = "label3";
  309. this.label3.Size = new System.Drawing.Size(94, 21);
  310. this.label3.TabIndex = 14;
  311. this.label3.Text = "认证方式";
  312. //
  313. // label2
  314. //
  315. this.label2.AutoSize = true;
  316. this.label2.ForeColor = System.Drawing.SystemColors.InfoText;
  317. this.label2.Location = new System.Drawing.Point(40, 78);
  318. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  319. this.label2.Name = "label2";
  320. this.label2.Size = new System.Drawing.Size(94, 21);
  321. this.label2.TabIndex = 13;
  322. this.label2.Text = "病种名称\r\n";
  323. //
  324. // label1
  325. //
  326. this.label1.AutoSize = true;
  327. this.label1.ForeColor = System.Drawing.SystemColors.InfoText;
  328. this.label1.Location = new System.Drawing.Point(40, 29);
  329. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  330. this.label1.Name = "label1";
  331. this.label1.Size = new System.Drawing.Size(94, 21);
  332. this.label1.TabIndex = 12;
  333. this.label1.Text = "险种类型";
  334. //
  335. // panel3
  336. //
  337. this.panel3.BackColor = System.Drawing.SystemColors.Window;
  338. this.panel3.Controls.Add(this.uiButton1);
  339. this.panel3.Controls.Add(this.button2);
  340. this.panel3.Controls.Add(this.button1);
  341. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  342. this.panel3.Location = new System.Drawing.Point(0, 530);
  343. this.panel3.Name = "panel3";
  344. this.panel3.Size = new System.Drawing.Size(1193, 64);
  345. this.panel3.TabIndex = 14;
  346. //
  347. // uiButton1
  348. //
  349. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  350. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  351. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.uiButton1.Location = new System.Drawing.Point(12, 17);
  353. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  354. this.uiButton1.Name = "uiButton1";
  355. this.uiButton1.Size = new System.Drawing.Size(212, 35);
  356. this.uiButton1.TabIndex = 3;
  357. this.uiButton1.Text = "人员待遇享受检查";
  358. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  360. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  361. //
  362. // button2
  363. //
  364. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  365. this.button2.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.button2.Location = new System.Drawing.Point(1081, 16);
  367. this.button2.Name = "button2";
  368. this.button2.Size = new System.Drawing.Size(101, 39);
  369. this.button2.TabIndex = 1;
  370. this.button2.Text = "放 弃";
  371. this.button2.UseVisualStyleBackColor = true;
  372. this.button2.Click += new System.EventHandler(this.button2_Click);
  373. //
  374. // button1
  375. //
  376. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  377. this.button1.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  378. this.button1.Location = new System.Drawing.Point(960, 16);
  379. this.button1.Name = "button1";
  380. this.button1.Size = new System.Drawing.Size(101, 39);
  381. this.button1.TabIndex = 0;
  382. this.button1.Text = "确 定";
  383. this.button1.UseVisualStyleBackColor = true;
  384. this.button1.Click += new System.EventHandler(this.button1_Click);
  385. //
  386. // dgvDiagnose
  387. //
  388. this.dgvDiagnose.AllowUserToAddRows = false;
  389. this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
  390. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ButtonShadow;
  391. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  393. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  394. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText;
  395. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  396. this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  397. this.dgvDiagnose.ColumnHeadersHeight = 40;
  398. this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  399. this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  400. this.diag_type_name,
  401. this.maindiag_flag,
  402. this.diag_srt_no,
  403. this.diag_name,
  404. this.diag_code,
  405. this.diag_dept,
  406. this.adm_cond,
  407. this.dise_dor_no,
  408. this.dise_dor_name,
  409. this.diag_time});
  410. this.dgvDiagnose.Location = new System.Drawing.Point(4, 27);
  411. this.dgvDiagnose.Name = "dgvDiagnose";
  412. this.dgvDiagnose.RowHeadersWidth = 51;
  413. this.dgvDiagnose.RowTemplate.Height = 30;
  414. this.dgvDiagnose.Size = new System.Drawing.Size(1184, 128);
  415. this.dgvDiagnose.TabIndex = 0;
  416. //
  417. // diag_type_name
  418. //
  419. this.diag_type_name.DataPropertyName = "diag_type_name";
  420. this.diag_type_name.FillWeight = 110F;
  421. this.diag_type_name.HeaderText = "诊断类别";
  422. this.diag_type_name.MinimumWidth = 110;
  423. this.diag_type_name.Name = "diag_type_name";
  424. this.diag_type_name.Width = 110;
  425. //
  426. // maindiag_flag
  427. //
  428. this.maindiag_flag.DataPropertyName = "maindiag_flag";
  429. this.maindiag_flag.FillWeight = 75F;
  430. this.maindiag_flag.HeaderText = "主诊断";
  431. this.maindiag_flag.MinimumWidth = 75;
  432. this.maindiag_flag.Name = "maindiag_flag";
  433. this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  434. this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  435. this.maindiag_flag.Width = 80;
  436. //
  437. // diag_srt_no
  438. //
  439. this.diag_srt_no.DataPropertyName = "diag_srt_no";
  440. this.diag_srt_no.FillWeight = 60F;
  441. this.diag_srt_no.HeaderText = "序号";
  442. this.diag_srt_no.MinimumWidth = 60;
  443. this.diag_srt_no.Name = "diag_srt_no";
  444. this.diag_srt_no.Width = 65;
  445. //
  446. // diag_name
  447. //
  448. this.diag_name.DataPropertyName = "diag_name";
  449. this.diag_name.FillWeight = 120F;
  450. this.diag_name.HeaderText = "诊断名称";
  451. this.diag_name.MinimumWidth = 120;
  452. this.diag_name.Name = "diag_name";
  453. this.diag_name.Width = 120;
  454. //
  455. // diag_code
  456. //
  457. this.diag_code.DataPropertyName = "diag_code";
  458. this.diag_code.FillWeight = 120F;
  459. this.diag_code.HeaderText = "诊断编码";
  460. this.diag_code.MinimumWidth = 120;
  461. this.diag_code.Name = "diag_code";
  462. this.diag_code.Width = 120;
  463. //
  464. // diag_dept
  465. //
  466. this.diag_dept.DataPropertyName = "diag_dept";
  467. this.diag_dept.FillWeight = 120F;
  468. this.diag_dept.HeaderText = "就诊科室";
  469. this.diag_dept.MinimumWidth = 120;
  470. this.diag_dept.Name = "diag_dept";
  471. this.diag_dept.Width = 120;
  472. //
  473. // adm_cond
  474. //
  475. this.adm_cond.DataPropertyName = "adm_cond";
  476. this.adm_cond.FillWeight = 120F;
  477. this.adm_cond.HeaderText = "入院病情";
  478. this.adm_cond.MinimumWidth = 120;
  479. this.adm_cond.Name = "adm_cond";
  480. this.adm_cond.Width = 120;
  481. //
  482. // dise_dor_no
  483. //
  484. this.dise_dor_no.DataPropertyName = "dise_dor_no";
  485. this.dise_dor_no.FillWeight = 140F;
  486. this.dise_dor_no.HeaderText = "医保医师编号";
  487. this.dise_dor_no.MinimumWidth = 140;
  488. this.dise_dor_no.Name = "dise_dor_no";
  489. this.dise_dor_no.Width = 140;
  490. //
  491. // dise_dor_name
  492. //
  493. this.dise_dor_name.DataPropertyName = "dise_dor_name";
  494. this.dise_dor_name.HeaderText = "医生姓名";
  495. this.dise_dor_name.MinimumWidth = 100;
  496. this.dise_dor_name.Name = "dise_dor_name";
  497. this.dise_dor_name.Width = 150;
  498. //
  499. // diag_time
  500. //
  501. this.diag_time.DataPropertyName = "diag_time";
  502. this.diag_time.FillWeight = 180F;
  503. this.diag_time.HeaderText = "诊断时间";
  504. this.diag_time.MinimumWidth = 180;
  505. this.diag_time.Name = "diag_time";
  506. this.diag_time.Width = 180;
  507. //
  508. // panel2
  509. //
  510. this.panel2.Location = new System.Drawing.Point(994, 435);
  511. this.panel2.Name = "panel2";
  512. this.panel2.Size = new System.Drawing.Size(1259, 257);
  513. this.panel2.TabIndex = 13;
  514. //
  515. // uiGroupBox1
  516. //
  517. this.uiGroupBox1.Controls.Add(this.txtBirthDay);
  518. this.uiGroupBox1.Controls.Add(this.txtInsuType);
  519. this.uiGroupBox1.Controls.Add(this.txtAge);
  520. this.uiGroupBox1.Controls.Add(this.uiLabel4);
  521. this.uiGroupBox1.Controls.Add(this.lbAge);
  522. this.uiGroupBox1.Controls.Add(this.lb1);
  523. this.uiGroupBox1.Controls.Add(this.txtPsnNO);
  524. this.uiGroupBox1.Controls.Add(this.txtCorp);
  525. this.uiGroupBox1.Controls.Add(this.uiLabel27);
  526. this.uiGroupBox1.Controls.Add(this.uiLabel28);
  527. this.uiGroupBox1.Controls.Add(this.txtPsnType);
  528. this.uiGroupBox1.Controls.Add(this.txtCertNO);
  529. this.uiGroupBox1.Controls.Add(this.txtAdmvs);
  530. this.uiGroupBox1.Controls.Add(this.txtCertType);
  531. this.uiGroupBox1.Controls.Add(this.uiLabel3);
  532. this.uiGroupBox1.Controls.Add(this.uiLabel25);
  533. this.uiGroupBox1.Controls.Add(this.uiLabel2);
  534. this.uiGroupBox1.Controls.Add(this.uiLabel26);
  535. this.uiGroupBox1.Controls.Add(this.txtBalc);
  536. this.uiGroupBox1.Controls.Add(this.txtGend);
  537. this.uiGroupBox1.Controls.Add(this.txtName);
  538. this.uiGroupBox1.Controls.Add(this.uiLabel1);
  539. this.uiGroupBox1.Controls.Add(this.uiLabel20);
  540. this.uiGroupBox1.Controls.Add(this.uiLabel21);
  541. this.uiGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  542. this.uiGroupBox1.Location = new System.Drawing.Point(0, 14);
  543. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  544. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  545. this.uiGroupBox1.Name = "uiGroupBox1";
  546. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  547. this.uiGroupBox1.Size = new System.Drawing.Size(1193, 134);
  548. this.uiGroupBox1.TabIndex = 15;
  549. this.uiGroupBox1.Text = "基本信息";
  550. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  551. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  552. //
  553. // txtBirthDay
  554. //
  555. this.txtBirthDay.Cursor = System.Windows.Forms.Cursors.IBeam;
  556. this.txtBirthDay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  557. this.txtBirthDay.Location = new System.Drawing.Point(952, 30);
  558. this.txtBirthDay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  559. this.txtBirthDay.MinimumSize = new System.Drawing.Size(1, 16);
  560. this.txtBirthDay.Name = "txtBirthDay";
  561. this.txtBirthDay.ShowText = false;
  562. this.txtBirthDay.Size = new System.Drawing.Size(126, 25);
  563. this.txtBirthDay.TabIndex = 91;
  564. this.txtBirthDay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  565. this.txtBirthDay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  566. //
  567. // txtInsuType
  568. //
  569. this.txtInsuType.Cursor = System.Windows.Forms.Cursors.IBeam;
  570. this.txtInsuType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  571. this.txtInsuType.Location = new System.Drawing.Point(954, 99);
  572. this.txtInsuType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  573. this.txtInsuType.MinimumSize = new System.Drawing.Size(1, 16);
  574. this.txtInsuType.Name = "txtInsuType";
  575. this.txtInsuType.ShowText = false;
  576. this.txtInsuType.Size = new System.Drawing.Size(126, 25);
  577. this.txtInsuType.TabIndex = 93;
  578. this.txtInsuType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  579. this.txtInsuType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  580. //
  581. // txtAge
  582. //
  583. this.txtAge.Cursor = System.Windows.Forms.Cursors.IBeam;
  584. this.txtAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  585. this.txtAge.Location = new System.Drawing.Point(952, 65);
  586. this.txtAge.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  587. this.txtAge.MinimumSize = new System.Drawing.Size(1, 16);
  588. this.txtAge.Name = "txtAge";
  589. this.txtAge.ShowText = false;
  590. this.txtAge.Size = new System.Drawing.Size(126, 25);
  591. this.txtAge.TabIndex = 93;
  592. this.txtAge.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  593. this.txtAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  594. //
  595. // uiLabel4
  596. //
  597. this.uiLabel4.BackColor = System.Drawing.Color.Transparent;
  598. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  599. this.uiLabel4.Location = new System.Drawing.Point(852, 101);
  600. this.uiLabel4.Name = "uiLabel4";
  601. this.uiLabel4.Size = new System.Drawing.Size(103, 23);
  602. this.uiLabel4.TabIndex = 94;
  603. this.uiLabel4.Text = "险种类型";
  604. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  605. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  606. //
  607. // lbAge
  608. //
  609. this.lbAge.BackColor = System.Drawing.Color.Transparent;
  610. this.lbAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  611. this.lbAge.Location = new System.Drawing.Point(873, 67);
  612. this.lbAge.Name = "lbAge";
  613. this.lbAge.Size = new System.Drawing.Size(68, 23);
  614. this.lbAge.TabIndex = 94;
  615. this.lbAge.Text = "年龄";
  616. this.lbAge.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  617. this.lbAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  618. //
  619. // lb1
  620. //
  621. this.lb1.BackColor = System.Drawing.Color.Transparent;
  622. this.lb1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. this.lb1.Location = new System.Drawing.Point(852, 32);
  624. this.lb1.Name = "lb1";
  625. this.lb1.Size = new System.Drawing.Size(93, 23);
  626. this.lb1.TabIndex = 92;
  627. this.lb1.Text = "出生日期";
  628. this.lb1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  629. this.lb1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  630. //
  631. // txtPsnNO
  632. //
  633. this.txtPsnNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  634. this.txtPsnNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  635. this.txtPsnNO.Location = new System.Drawing.Point(646, 30);
  636. this.txtPsnNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  637. this.txtPsnNO.MinimumSize = new System.Drawing.Size(1, 16);
  638. this.txtPsnNO.Name = "txtPsnNO";
  639. this.txtPsnNO.ShowText = false;
  640. this.txtPsnNO.Size = new System.Drawing.Size(199, 25);
  641. this.txtPsnNO.TabIndex = 90;
  642. this.txtPsnNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  643. this.txtPsnNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  644. //
  645. // txtCorp
  646. //
  647. this.txtCorp.Cursor = System.Windows.Forms.Cursors.IBeam;
  648. this.txtCorp.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  649. this.txtCorp.Location = new System.Drawing.Point(334, 30);
  650. this.txtCorp.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  651. this.txtCorp.MinimumSize = new System.Drawing.Size(1, 16);
  652. this.txtCorp.Name = "txtCorp";
  653. this.txtCorp.ShowText = false;
  654. this.txtCorp.Size = new System.Drawing.Size(163, 25);
  655. this.txtCorp.TabIndex = 89;
  656. this.txtCorp.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  657. this.txtCorp.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  658. //
  659. // uiLabel27
  660. //
  661. this.uiLabel27.BackColor = System.Drawing.Color.Transparent;
  662. this.uiLabel27.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  663. this.uiLabel27.Location = new System.Drawing.Point(530, 32);
  664. this.uiLabel27.Name = "uiLabel27";
  665. this.uiLabel27.Size = new System.Drawing.Size(100, 23);
  666. this.uiLabel27.TabIndex = 88;
  667. this.uiLabel27.Text = "人员编号";
  668. this.uiLabel27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  669. this.uiLabel27.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  670. //
  671. // uiLabel28
  672. //
  673. this.uiLabel28.BackColor = System.Drawing.Color.Transparent;
  674. this.uiLabel28.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  675. this.uiLabel28.Location = new System.Drawing.Point(236, 32);
  676. this.uiLabel28.Name = "uiLabel28";
  677. this.uiLabel28.Size = new System.Drawing.Size(92, 23);
  678. this.uiLabel28.TabIndex = 87;
  679. this.uiLabel28.Text = "单位名称";
  680. this.uiLabel28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  681. this.uiLabel28.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  682. //
  683. // txtPsnType
  684. //
  685. this.txtPsnType.Cursor = System.Windows.Forms.Cursors.IBeam;
  686. this.txtPsnType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  687. this.txtPsnType.Location = new System.Drawing.Point(646, 99);
  688. this.txtPsnType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  689. this.txtPsnType.MinimumSize = new System.Drawing.Size(1, 16);
  690. this.txtPsnType.Name = "txtPsnType";
  691. this.txtPsnType.ShowText = false;
  692. this.txtPsnType.Size = new System.Drawing.Size(199, 25);
  693. this.txtPsnType.TabIndex = 86;
  694. this.txtPsnType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  695. this.txtPsnType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  696. //
  697. // txtCertNO
  698. //
  699. this.txtCertNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  700. this.txtCertNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  701. this.txtCertNO.Location = new System.Drawing.Point(646, 65);
  702. this.txtCertNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  703. this.txtCertNO.MinimumSize = new System.Drawing.Size(1, 16);
  704. this.txtCertNO.Name = "txtCertNO";
  705. this.txtCertNO.ShowText = false;
  706. this.txtCertNO.Size = new System.Drawing.Size(199, 25);
  707. this.txtCertNO.TabIndex = 86;
  708. this.txtCertNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  709. this.txtCertNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  710. //
  711. // txtAdmvs
  712. //
  713. this.txtAdmvs.Cursor = System.Windows.Forms.Cursors.IBeam;
  714. this.txtAdmvs.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  715. this.txtAdmvs.Location = new System.Drawing.Point(334, 101);
  716. this.txtAdmvs.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  717. this.txtAdmvs.MinimumSize = new System.Drawing.Size(1, 16);
  718. this.txtAdmvs.Name = "txtAdmvs";
  719. this.txtAdmvs.ShowText = false;
  720. this.txtAdmvs.Size = new System.Drawing.Size(163, 25);
  721. this.txtAdmvs.TabIndex = 85;
  722. this.txtAdmvs.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  723. this.txtAdmvs.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  724. //
  725. // txtCertType
  726. //
  727. this.txtCertType.Cursor = System.Windows.Forms.Cursors.IBeam;
  728. this.txtCertType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  729. this.txtCertType.Location = new System.Drawing.Point(334, 65);
  730. this.txtCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  731. this.txtCertType.MinimumSize = new System.Drawing.Size(1, 16);
  732. this.txtCertType.Name = "txtCertType";
  733. this.txtCertType.ShowText = false;
  734. this.txtCertType.Size = new System.Drawing.Size(163, 25);
  735. this.txtCertType.TabIndex = 85;
  736. this.txtCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  737. this.txtCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  738. //
  739. // uiLabel3
  740. //
  741. this.uiLabel3.BackColor = System.Drawing.Color.Transparent;
  742. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  743. this.uiLabel3.Location = new System.Drawing.Point(530, 101);
  744. this.uiLabel3.Name = "uiLabel3";
  745. this.uiLabel3.Size = new System.Drawing.Size(100, 25);
  746. this.uiLabel3.TabIndex = 84;
  747. this.uiLabel3.Text = "人员类别";
  748. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  749. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  750. //
  751. // uiLabel25
  752. //
  753. this.uiLabel25.BackColor = System.Drawing.Color.Transparent;
  754. this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  755. this.uiLabel25.Location = new System.Drawing.Point(530, 67);
  756. this.uiLabel25.Name = "uiLabel25";
  757. this.uiLabel25.Size = new System.Drawing.Size(100, 23);
  758. this.uiLabel25.TabIndex = 84;
  759. this.uiLabel25.Text = "证件号码";
  760. this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  761. this.uiLabel25.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  762. //
  763. // uiLabel2
  764. //
  765. this.uiLabel2.BackColor = System.Drawing.Color.Transparent;
  766. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  767. this.uiLabel2.Location = new System.Drawing.Point(236, 103);
  768. this.uiLabel2.Name = "uiLabel2";
  769. this.uiLabel2.Size = new System.Drawing.Size(92, 23);
  770. this.uiLabel2.TabIndex = 83;
  771. this.uiLabel2.Text = "参保地区";
  772. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  773. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  774. //
  775. // uiLabel26
  776. //
  777. this.uiLabel26.BackColor = System.Drawing.Color.Transparent;
  778. this.uiLabel26.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  779. this.uiLabel26.Location = new System.Drawing.Point(231, 67);
  780. this.uiLabel26.Name = "uiLabel26";
  781. this.uiLabel26.Size = new System.Drawing.Size(97, 23);
  782. this.uiLabel26.TabIndex = 83;
  783. this.uiLabel26.Text = "证件类型";
  784. this.uiLabel26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  785. this.uiLabel26.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  786. //
  787. // txtBalc
  788. //
  789. this.txtBalc.Cursor = System.Windows.Forms.Cursors.IBeam;
  790. this.txtBalc.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  791. this.txtBalc.Location = new System.Drawing.Point(124, 103);
  792. this.txtBalc.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  793. this.txtBalc.MinimumSize = new System.Drawing.Size(1, 16);
  794. this.txtBalc.Name = "txtBalc";
  795. this.txtBalc.ShowText = false;
  796. this.txtBalc.Size = new System.Drawing.Size(100, 25);
  797. this.txtBalc.TabIndex = 82;
  798. this.txtBalc.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  799. this.txtBalc.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  800. //
  801. // txtGend
  802. //
  803. this.txtGend.Cursor = System.Windows.Forms.Cursors.IBeam;
  804. this.txtGend.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  805. this.txtGend.Location = new System.Drawing.Point(124, 65);
  806. this.txtGend.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  807. this.txtGend.MinimumSize = new System.Drawing.Size(1, 16);
  808. this.txtGend.Name = "txtGend";
  809. this.txtGend.ShowText = false;
  810. this.txtGend.Size = new System.Drawing.Size(100, 25);
  811. this.txtGend.TabIndex = 82;
  812. this.txtGend.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  813. this.txtGend.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  814. //
  815. // txtName
  816. //
  817. this.txtName.Cursor = System.Windows.Forms.Cursors.IBeam;
  818. this.txtName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  819. this.txtName.Location = new System.Drawing.Point(124, 30);
  820. this.txtName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  821. this.txtName.MinimumSize = new System.Drawing.Size(1, 16);
  822. this.txtName.Name = "txtName";
  823. this.txtName.ShowText = false;
  824. this.txtName.Size = new System.Drawing.Size(100, 25);
  825. this.txtName.TabIndex = 81;
  826. this.txtName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  827. this.txtName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  828. //
  829. // uiLabel1
  830. //
  831. this.uiLabel1.BackColor = System.Drawing.Color.Transparent;
  832. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  833. this.uiLabel1.Location = new System.Drawing.Point(62, 105);
  834. this.uiLabel1.Name = "uiLabel1";
  835. this.uiLabel1.Size = new System.Drawing.Size(61, 23);
  836. this.uiLabel1.TabIndex = 80;
  837. this.uiLabel1.Text = "余额";
  838. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  839. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  840. //
  841. // uiLabel20
  842. //
  843. this.uiLabel20.BackColor = System.Drawing.Color.Transparent;
  844. this.uiLabel20.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  845. this.uiLabel20.Location = new System.Drawing.Point(62, 67);
  846. this.uiLabel20.Name = "uiLabel20";
  847. this.uiLabel20.Size = new System.Drawing.Size(61, 23);
  848. this.uiLabel20.TabIndex = 80;
  849. this.uiLabel20.Text = "性别";
  850. this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  851. this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  852. //
  853. // uiLabel21
  854. //
  855. this.uiLabel21.BackColor = System.Drawing.Color.Transparent;
  856. this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  857. this.uiLabel21.Location = new System.Drawing.Point(62, 32);
  858. this.uiLabel21.Name = "uiLabel21";
  859. this.uiLabel21.Size = new System.Drawing.Size(61, 23);
  860. this.uiLabel21.TabIndex = 79;
  861. this.uiLabel21.Text = "姓名";
  862. this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  863. this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  864. //
  865. // uiGroupBox2
  866. //
  867. this.uiGroupBox2.Controls.Add(this.panel1);
  868. this.uiGroupBox2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  869. this.uiGroupBox2.Location = new System.Drawing.Point(0, 147);
  870. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  871. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  872. this.uiGroupBox2.Name = "uiGroupBox2";
  873. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  874. this.uiGroupBox2.Size = new System.Drawing.Size(1193, 220);
  875. this.uiGroupBox2.TabIndex = 15;
  876. this.uiGroupBox2.Text = "险种信息";
  877. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  878. this.uiGroupBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  879. //
  880. // uiGroupBox3
  881. //
  882. this.uiGroupBox3.Controls.Add(this.dgvDiagnose);
  883. this.uiGroupBox3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  884. this.uiGroupBox3.Location = new System.Drawing.Point(0, 365);
  885. this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  886. this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
  887. this.uiGroupBox3.Name = "uiGroupBox3";
  888. this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  889. this.uiGroupBox3.Size = new System.Drawing.Size(1193, 164);
  890. this.uiGroupBox3.TabIndex = 15;
  891. this.uiGroupBox3.Text = "诊断信息";
  892. this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  893. this.uiGroupBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  894. //
  895. // OutpatientRegistration
  896. //
  897. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
  898. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  899. this.ClientSize = new System.Drawing.Size(1193, 594);
  900. this.Controls.Add(this.uiGroupBox2);
  901. this.Controls.Add(this.uiGroupBox3);
  902. this.Controls.Add(this.uiGroupBox1);
  903. this.Controls.Add(this.panel3);
  904. this.Controls.Add(this.panel2);
  905. this.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  906. this.Margin = new System.Windows.Forms.Padding(4);
  907. this.Name = "OutpatientRegistration";
  908. this.Text = "医保登记";
  909. this.Load += new System.EventHandler(this.OutpatientRegistration_Load);
  910. this.panel1.ResumeLayout(false);
  911. this.panel1.PerformLayout();
  912. this.panel3.ResumeLayout(false);
  913. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
  914. this.uiGroupBox1.ResumeLayout(false);
  915. this.uiGroupBox2.ResumeLayout(false);
  916. this.uiGroupBox3.ResumeLayout(false);
  917. this.ResumeLayout(false);
  918. }
  919. #endregion
  920. public string DiseaseTypeValue
  921. {
  922. get { return dtDisease.Columns[""].ToString(); }
  923. }
  924. private System.Windows.Forms.Panel panel1;
  925. private PTControl.DBLookupCombox dblkcbxTreatway;
  926. public PTControl.DBLookupCombox dblkcbxSettelmentWay;
  927. private PTControl.DBLookupCombox dblkcbxVisitType;
  928. public PTControl.DBLookupCombox dblkcbxMedicalType;
  929. public PTControl.DBLookupCombox dblkcbxInsuranceType;
  930. private System.Windows.Forms.Label label6;
  931. private System.Windows.Forms.Label label5;
  932. private System.Windows.Forms.Label label4;
  933. private System.Windows.Forms.Label label3;
  934. private System.Windows.Forms.Label label2;
  935. private System.Windows.Forms.Label label1;
  936. private System.Windows.Forms.Panel panel3;
  937. private System.Windows.Forms.Button button2;
  938. private System.Windows.Forms.Button button1;
  939. private Sunny.UI.UIButton uiButton1;
  940. public PTControl.DBLookupCombox dblkcbxDisease;
  941. public Sunny.UI.UICheckBox cbxAccountPay;
  942. public Sunny.UI.UICheckBox Chk_RelTtpFlag;
  943. public Sunny.UI.UICheckBox Chk_TraumaFlag;
  944. private System.Windows.Forms.DataGridView dgvDiagnose;
  945. private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name;
  946. private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag;
  947. private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no;
  948. private System.Windows.Forms.DataGridViewTextBoxColumn diag_name;
  949. private System.Windows.Forms.DataGridViewTextBoxColumn diag_code;
  950. private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept;
  951. private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond;
  952. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no;
  953. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
  954. private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
  955. private System.Windows.Forms.Panel panel2;
  956. private Sunny.UI.UIGroupBox uiGroupBox1;
  957. private Sunny.UI.UITextBox txtBirthDay;
  958. private Sunny.UI.UITextBox txtAge;
  959. private Sunny.UI.UILabel lbAge;
  960. private Sunny.UI.UILabel lb1;
  961. private Sunny.UI.UITextBox txtPsnNO;
  962. private Sunny.UI.UITextBox txtCorp;
  963. private Sunny.UI.UILabel uiLabel27;
  964. private Sunny.UI.UILabel uiLabel28;
  965. private Sunny.UI.UITextBox txtCertNO;
  966. private Sunny.UI.UITextBox txtCertType;
  967. private Sunny.UI.UILabel uiLabel25;
  968. private Sunny.UI.UILabel uiLabel26;
  969. private Sunny.UI.UITextBox txtGend;
  970. private Sunny.UI.UITextBox txtName;
  971. private Sunny.UI.UILabel uiLabel20;
  972. private Sunny.UI.UILabel uiLabel21;
  973. private Sunny.UI.UIGroupBox uiGroupBox2;
  974. private Sunny.UI.UIGroupBox uiGroupBox3;
  975. private Sunny.UI.UITextBox txtInsuType;
  976. private Sunny.UI.UILabel uiLabel4;
  977. private Sunny.UI.UITextBox txtPsnType;
  978. private Sunny.UI.UITextBox txtAdmvs;
  979. private Sunny.UI.UILabel uiLabel3;
  980. private Sunny.UI.UILabel uiLabel2;
  981. private Sunny.UI.UITextBox txtBalc;
  982. private Sunny.UI.UILabel uiLabel1;
  983. }
  984. }