OutpatientRegistration.designer.cs 52 KB

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