OutpatientRegistration.designer.cs 54 KB

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