OutpatientRegistration.designer.cs 54 KB

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