OutpatientRegistration.designer.cs 54 KB

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