InpatientRegistration.designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class InpatientRegistration
  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.chkEmergency = new Sunny.UI.UICheckBox();
  32. this.cbxAccountPay = new Sunny.UI.UICheckBox();
  33. this.Chk_RelTtpFlag = new Sunny.UI.UICheckBox();
  34. this.Chk_TraumaFlag = new Sunny.UI.UICheckBox();
  35. this.dblkcbxExitway = new PTControl.DBLookupCombox();
  36. this.label8 = new System.Windows.Forms.Label();
  37. this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
  38. this.dblkcbxDisease = new PTControl.DBLookupCombox();
  39. this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
  40. this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.panel3 = new System.Windows.Forms.Panel();
  46. this.uiButton1 = new Sunny.UI.UIButton();
  47. this.button2 = new System.Windows.Forms.Button();
  48. this.button1 = new System.Windows.Forms.Button();
  49. this.dgvDiagnose = new System.Windows.Forms.DataGridView();
  50. this.diag_type_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.maindiag_flag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  52. this.diag_srt_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.diag_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.diag_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.diag_dept = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.adm_cond = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dise_dor_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.panel2 = new System.Windows.Forms.Panel();
  61. this.chkDanger = new Sunny.UI.UICheckBox();
  62. this.panel1.SuspendLayout();
  63. this.panel3.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
  65. this.panel2.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // panel1
  69. //
  70. this.panel1.BackColor = System.Drawing.SystemColors.Window;
  71. this.panel1.Controls.Add(this.chkEmergency);
  72. this.panel1.Controls.Add(this.cbxAccountPay);
  73. this.panel1.Controls.Add(this.Chk_RelTtpFlag);
  74. this.panel1.Controls.Add(this.chkDanger);
  75. this.panel1.Controls.Add(this.Chk_TraumaFlag);
  76. this.panel1.Controls.Add(this.dblkcbxExitway);
  77. this.panel1.Controls.Add(this.label8);
  78. this.panel1.Controls.Add(this.dblkcbxSettelmentWay);
  79. this.panel1.Controls.Add(this.dblkcbxDisease);
  80. this.panel1.Controls.Add(this.dblkcbxMedicalType);
  81. this.panel1.Controls.Add(this.dblkcbxInsuranceType);
  82. this.panel1.Controls.Add(this.label4);
  83. this.panel1.Controls.Add(this.label3);
  84. this.panel1.Controls.Add(this.label2);
  85. this.panel1.Controls.Add(this.label1);
  86. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  87. this.panel1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  88. this.panel1.Location = new System.Drawing.Point(0, 0);
  89. this.panel1.Name = "panel1";
  90. this.panel1.Size = new System.Drawing.Size(1267, 176);
  91. this.panel1.TabIndex = 12;
  92. //
  93. // chkEmergency
  94. //
  95. this.chkEmergency.Cursor = System.Windows.Forms.Cursors.Hand;
  96. this.chkEmergency.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.chkEmergency.Location = new System.Drawing.Point(944, 27);
  98. this.chkEmergency.MinimumSize = new System.Drawing.Size(1, 1);
  99. this.chkEmergency.Name = "chkEmergency";
  100. this.chkEmergency.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  101. this.chkEmergency.Size = new System.Drawing.Size(86, 29);
  102. this.chkEmergency.TabIndex = 50;
  103. this.chkEmergency.Text = "急诊";
  104. this.chkEmergency.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  105. //
  106. // cbxAccountPay
  107. //
  108. this.cbxAccountPay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  109. this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
  110. this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.cbxAccountPay.Location = new System.Drawing.Point(1100, 27);
  112. this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
  113. this.cbxAccountPay.Name = "cbxAccountPay";
  114. this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  115. this.cbxAccountPay.Size = new System.Drawing.Size(128, 29);
  116. this.cbxAccountPay.TabIndex = 48;
  117. this.cbxAccountPay.Text = "账户支付";
  118. this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  119. //
  120. // Chk_RelTtpFlag
  121. //
  122. this.Chk_RelTtpFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  123. this.Chk_RelTtpFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.Chk_RelTtpFlag.Location = new System.Drawing.Point(1100, 76);
  125. this.Chk_RelTtpFlag.MinimumSize = new System.Drawing.Size(1, 1);
  126. this.Chk_RelTtpFlag.Name = "Chk_RelTtpFlag";
  127. this.Chk_RelTtpFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  128. this.Chk_RelTtpFlag.Size = new System.Drawing.Size(128, 29);
  129. this.Chk_RelTtpFlag.TabIndex = 46;
  130. this.Chk_RelTtpFlag.Text = "涉及第三方";
  131. this.Chk_RelTtpFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  132. //
  133. // Chk_TraumaFlag
  134. //
  135. this.Chk_TraumaFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  136. this.Chk_TraumaFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.Chk_TraumaFlag.Location = new System.Drawing.Point(944, 76);
  138. this.Chk_TraumaFlag.MinimumSize = new System.Drawing.Size(1, 1);
  139. this.Chk_TraumaFlag.Name = "Chk_TraumaFlag";
  140. this.Chk_TraumaFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  141. this.Chk_TraumaFlag.Size = new System.Drawing.Size(102, 29);
  142. this.Chk_TraumaFlag.TabIndex = 45;
  143. this.Chk_TraumaFlag.Text = "外伤";
  144. this.Chk_TraumaFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  145. //
  146. // dblkcbxExitway
  147. //
  148. this.dblkcbxExitway.FormattingEnabled = true;
  149. this.dblkcbxExitway.Location = new System.Drawing.Point(602, 79);
  150. this.dblkcbxExitway.Name = "dblkcbxExitway";
  151. this.dblkcbxExitway.NullValue = "";
  152. this.dblkcbxExitway.PopupGridAutoSize = false;
  153. this.dblkcbxExitway.RowFilterVisible = false;
  154. this.dblkcbxExitway.sDisplayField = "";
  155. this.dblkcbxExitway.sDisplayMember = "";
  156. this.dblkcbxExitway.SeparatorChar = "|";
  157. this.dblkcbxExitway.Size = new System.Drawing.Size(257, 26);
  158. this.dblkcbxExitway.sKeyWords = "";
  159. this.dblkcbxExitway.sValueMember = "";
  160. this.dblkcbxExitway.TabIndex = 44;
  161. this.dblkcbxExitway.Value = "";
  162. this.dblkcbxExitway.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxHospType_AfterSelector);
  163. //
  164. // label8
  165. //
  166. this.label8.AutoSize = true;
  167. this.label8.ForeColor = System.Drawing.SystemColors.InfoText;
  168. this.label8.Location = new System.Drawing.Point(506, 82);
  169. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  170. this.label8.Name = "label8";
  171. this.label8.Size = new System.Drawing.Size(89, 19);
  172. this.label8.TabIndex = 43;
  173. this.label8.Text = "离院方式";
  174. //
  175. // dblkcbxSettelmentWay
  176. //
  177. this.dblkcbxSettelmentWay.FormattingEnabled = true;
  178. this.dblkcbxSettelmentWay.Location = new System.Drawing.Point(163, 125);
  179. this.dblkcbxSettelmentWay.Name = "dblkcbxSettelmentWay";
  180. this.dblkcbxSettelmentWay.NullValue = "";
  181. this.dblkcbxSettelmentWay.PopupGridAutoSize = false;
  182. this.dblkcbxSettelmentWay.RowFilterVisible = false;
  183. this.dblkcbxSettelmentWay.sDisplayField = "";
  184. this.dblkcbxSettelmentWay.sDisplayMember = "";
  185. this.dblkcbxSettelmentWay.SeparatorChar = "|";
  186. this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 26);
  187. this.dblkcbxSettelmentWay.sKeyWords = "";
  188. this.dblkcbxSettelmentWay.sValueMember = "";
  189. this.dblkcbxSettelmentWay.TabIndex = 22;
  190. this.dblkcbxSettelmentWay.Value = "";
  191. this.dblkcbxSettelmentWay.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxSettelmentWay_AfterSelector);
  192. //
  193. // dblkcbxDisease
  194. //
  195. this.dblkcbxDisease.FormattingEnabled = true;
  196. this.dblkcbxDisease.Location = new System.Drawing.Point(163, 76);
  197. this.dblkcbxDisease.Name = "dblkcbxDisease";
  198. this.dblkcbxDisease.NullValue = "";
  199. this.dblkcbxDisease.PopupGridAutoSize = false;
  200. this.dblkcbxDisease.RowFilterVisible = false;
  201. this.dblkcbxDisease.sDisplayField = "";
  202. this.dblkcbxDisease.sDisplayMember = "";
  203. this.dblkcbxDisease.SeparatorChar = "|";
  204. this.dblkcbxDisease.Size = new System.Drawing.Size(257, 26);
  205. this.dblkcbxDisease.sKeyWords = "";
  206. this.dblkcbxDisease.sValueMember = "";
  207. this.dblkcbxDisease.TabIndex = 20;
  208. this.dblkcbxDisease.Value = "";
  209. this.dblkcbxDisease.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDisease_AfterSelector);
  210. //
  211. // dblkcbxMedicalType
  212. //
  213. this.dblkcbxMedicalType.FormattingEnabled = true;
  214. this.dblkcbxMedicalType.Location = new System.Drawing.Point(602, 27);
  215. this.dblkcbxMedicalType.Name = "dblkcbxMedicalType";
  216. this.dblkcbxMedicalType.NullValue = "";
  217. this.dblkcbxMedicalType.PopupGridAutoSize = false;
  218. this.dblkcbxMedicalType.RowFilterVisible = false;
  219. this.dblkcbxMedicalType.sDisplayField = "";
  220. this.dblkcbxMedicalType.sDisplayMember = "";
  221. this.dblkcbxMedicalType.SeparatorChar = "|";
  222. this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 26);
  223. this.dblkcbxMedicalType.sKeyWords = "";
  224. this.dblkcbxMedicalType.sValueMember = "";
  225. this.dblkcbxMedicalType.TabIndex = 19;
  226. this.dblkcbxMedicalType.Value = "";
  227. this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector);
  228. //
  229. // dblkcbxInsuranceType
  230. //
  231. this.dblkcbxInsuranceType.FormattingEnabled = true;
  232. this.dblkcbxInsuranceType.Location = new System.Drawing.Point(163, 27);
  233. this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType";
  234. this.dblkcbxInsuranceType.NullValue = "";
  235. this.dblkcbxInsuranceType.PopupGridAutoSize = false;
  236. this.dblkcbxInsuranceType.RowFilterVisible = false;
  237. this.dblkcbxInsuranceType.sDisplayField = "";
  238. this.dblkcbxInsuranceType.sDisplayMember = "";
  239. this.dblkcbxInsuranceType.SeparatorChar = "|";
  240. this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 26);
  241. this.dblkcbxInsuranceType.sKeyWords = "";
  242. this.dblkcbxInsuranceType.sValueMember = "";
  243. this.dblkcbxInsuranceType.TabIndex = 18;
  244. this.dblkcbxInsuranceType.Value = "";
  245. this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
  246. //
  247. // label4
  248. //
  249. this.label4.AutoSize = true;
  250. this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
  251. this.label4.Location = new System.Drawing.Point(506, 30);
  252. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  253. this.label4.Name = "label4";
  254. this.label4.Size = new System.Drawing.Size(89, 19);
  255. this.label4.TabIndex = 15;
  256. this.label4.Text = "医疗类别";
  257. //
  258. // label3
  259. //
  260. this.label3.AutoSize = true;
  261. this.label3.ForeColor = System.Drawing.SystemColors.InfoText;
  262. this.label3.Location = new System.Drawing.Point(67, 128);
  263. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  264. this.label3.Name = "label3";
  265. this.label3.Size = new System.Drawing.Size(89, 19);
  266. this.label3.TabIndex = 14;
  267. this.label3.Text = "结算方式";
  268. //
  269. // label2
  270. //
  271. this.label2.AutoSize = true;
  272. this.label2.ForeColor = System.Drawing.SystemColors.InfoText;
  273. this.label2.Location = new System.Drawing.Point(67, 79);
  274. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  275. this.label2.Name = "label2";
  276. this.label2.Size = new System.Drawing.Size(89, 19);
  277. this.label2.TabIndex = 13;
  278. this.label2.Text = "病种名称\r\n";
  279. //
  280. // label1
  281. //
  282. this.label1.AutoSize = true;
  283. this.label1.ForeColor = System.Drawing.SystemColors.InfoText;
  284. this.label1.Location = new System.Drawing.Point(67, 30);
  285. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  286. this.label1.Name = "label1";
  287. this.label1.Size = new System.Drawing.Size(89, 19);
  288. this.label1.TabIndex = 12;
  289. this.label1.Text = "险种类型";
  290. //
  291. // panel3
  292. //
  293. this.panel3.BackColor = System.Drawing.SystemColors.Window;
  294. this.panel3.Controls.Add(this.uiButton1);
  295. this.panel3.Controls.Add(this.button2);
  296. this.panel3.Controls.Add(this.button1);
  297. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  298. this.panel3.Location = new System.Drawing.Point(0, 583);
  299. this.panel3.Name = "panel3";
  300. this.panel3.Size = new System.Drawing.Size(1267, 58);
  301. this.panel3.TabIndex = 14;
  302. //
  303. // uiButton1
  304. //
  305. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  306. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  307. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. this.uiButton1.Location = new System.Drawing.Point(12, 11);
  309. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  310. this.uiButton1.Name = "uiButton1";
  311. this.uiButton1.Size = new System.Drawing.Size(164, 35);
  312. this.uiButton1.TabIndex = 3;
  313. this.uiButton1.Text = "人员待遇享受检查";
  314. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  316. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  317. //
  318. // button2
  319. //
  320. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  321. this.button2.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.button2.Location = new System.Drawing.Point(1155, 10);
  323. this.button2.Name = "button2";
  324. this.button2.Size = new System.Drawing.Size(101, 39);
  325. this.button2.TabIndex = 1;
  326. this.button2.Text = "放 弃";
  327. this.button2.UseVisualStyleBackColor = true;
  328. this.button2.Click += new System.EventHandler(this.button2_Click);
  329. //
  330. // button1
  331. //
  332. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  333. this.button1.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.button1.Location = new System.Drawing.Point(1034, 10);
  335. this.button1.Name = "button1";
  336. this.button1.Size = new System.Drawing.Size(101, 39);
  337. this.button1.TabIndex = 0;
  338. this.button1.Text = "确 定";
  339. this.button1.UseVisualStyleBackColor = true;
  340. this.button1.Click += new System.EventHandler(this.button1_Click);
  341. //
  342. // dgvDiagnose
  343. //
  344. this.dgvDiagnose.AllowUserToAddRows = false;
  345. this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
  346. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ButtonShadow;
  347. dataGridViewCellStyle4.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  349. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  350. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.WindowText;
  351. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  352. this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  353. this.dgvDiagnose.ColumnHeadersHeight = 40;
  354. this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  355. this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  356. this.diag_type_name,
  357. this.maindiag_flag,
  358. this.diag_srt_no,
  359. this.diag_name,
  360. this.diag_code,
  361. this.diag_dept,
  362. this.adm_cond,
  363. this.dise_dor_no,
  364. this.dise_dor_name,
  365. this.diag_time});
  366. this.dgvDiagnose.Dock = System.Windows.Forms.DockStyle.Fill;
  367. this.dgvDiagnose.Location = new System.Drawing.Point(0, 0);
  368. this.dgvDiagnose.Name = "dgvDiagnose";
  369. this.dgvDiagnose.RowHeadersWidth = 51;
  370. this.dgvDiagnose.RowTemplate.Height = 30;
  371. this.dgvDiagnose.Size = new System.Drawing.Size(1267, 465);
  372. this.dgvDiagnose.TabIndex = 0;
  373. //
  374. // diag_type_name
  375. //
  376. this.diag_type_name.DataPropertyName = "diag_type_name";
  377. this.diag_type_name.FillWeight = 110F;
  378. this.diag_type_name.HeaderText = "诊断类别";
  379. this.diag_type_name.MinimumWidth = 110;
  380. this.diag_type_name.Name = "diag_type_name";
  381. this.diag_type_name.Width = 110;
  382. //
  383. // maindiag_flag
  384. //
  385. this.maindiag_flag.DataPropertyName = "maindiag_flag";
  386. this.maindiag_flag.FillWeight = 75F;
  387. this.maindiag_flag.HeaderText = "主诊断";
  388. this.maindiag_flag.MinimumWidth = 75;
  389. this.maindiag_flag.Name = "maindiag_flag";
  390. this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  391. this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  392. this.maindiag_flag.Width = 80;
  393. //
  394. // diag_srt_no
  395. //
  396. this.diag_srt_no.DataPropertyName = "diag_srt_no";
  397. this.diag_srt_no.FillWeight = 60F;
  398. this.diag_srt_no.HeaderText = "序号";
  399. this.diag_srt_no.MinimumWidth = 60;
  400. this.diag_srt_no.Name = "diag_srt_no";
  401. this.diag_srt_no.Width = 65;
  402. //
  403. // diag_name
  404. //
  405. this.diag_name.DataPropertyName = "diag_name";
  406. this.diag_name.FillWeight = 120F;
  407. this.diag_name.HeaderText = "诊断名称";
  408. this.diag_name.MinimumWidth = 120;
  409. this.diag_name.Name = "diag_name";
  410. this.diag_name.Width = 120;
  411. //
  412. // diag_code
  413. //
  414. this.diag_code.DataPropertyName = "diag_code";
  415. this.diag_code.FillWeight = 120F;
  416. this.diag_code.HeaderText = "诊断编码";
  417. this.diag_code.MinimumWidth = 120;
  418. this.diag_code.Name = "diag_code";
  419. this.diag_code.Width = 120;
  420. //
  421. // diag_dept
  422. //
  423. this.diag_dept.DataPropertyName = "diag_dept";
  424. this.diag_dept.FillWeight = 120F;
  425. this.diag_dept.HeaderText = "就诊科室";
  426. this.diag_dept.MinimumWidth = 120;
  427. this.diag_dept.Name = "diag_dept";
  428. this.diag_dept.Width = 120;
  429. //
  430. // adm_cond
  431. //
  432. this.adm_cond.DataPropertyName = "adm_cond";
  433. this.adm_cond.FillWeight = 120F;
  434. this.adm_cond.HeaderText = "入院病情";
  435. this.adm_cond.MinimumWidth = 120;
  436. this.adm_cond.Name = "adm_cond";
  437. this.adm_cond.Width = 120;
  438. //
  439. // dise_dor_no
  440. //
  441. this.dise_dor_no.DataPropertyName = "dise_dor_no";
  442. this.dise_dor_no.FillWeight = 140F;
  443. this.dise_dor_no.HeaderText = "医保医师编号";
  444. this.dise_dor_no.MinimumWidth = 140;
  445. this.dise_dor_no.Name = "dise_dor_no";
  446. this.dise_dor_no.Width = 140;
  447. //
  448. // dise_dor_name
  449. //
  450. this.dise_dor_name.DataPropertyName = "dise_dor_name";
  451. this.dise_dor_name.HeaderText = "医生姓名";
  452. this.dise_dor_name.MinimumWidth = 100;
  453. this.dise_dor_name.Name = "dise_dor_name";
  454. this.dise_dor_name.Width = 150;
  455. //
  456. // diag_time
  457. //
  458. this.diag_time.DataPropertyName = "diag_time";
  459. this.diag_time.FillWeight = 180F;
  460. this.diag_time.HeaderText = "诊断时间";
  461. this.diag_time.MinimumWidth = 180;
  462. this.diag_time.Name = "diag_time";
  463. this.diag_time.Width = 180;
  464. //
  465. // panel2
  466. //
  467. this.panel2.Controls.Add(this.dgvDiagnose);
  468. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  469. this.panel2.Location = new System.Drawing.Point(0, 176);
  470. this.panel2.Name = "panel2";
  471. this.panel2.Size = new System.Drawing.Size(1267, 465);
  472. this.panel2.TabIndex = 13;
  473. //
  474. // chkDanger
  475. //
  476. this.chkDanger.Cursor = System.Windows.Forms.Cursors.Hand;
  477. this.chkDanger.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  478. this.chkDanger.Location = new System.Drawing.Point(944, 125);
  479. this.chkDanger.MinimumSize = new System.Drawing.Size(1, 1);
  480. this.chkDanger.Name = "chkDanger";
  481. this.chkDanger.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  482. this.chkDanger.Size = new System.Drawing.Size(139, 29);
  483. this.chkDanger.TabIndex = 45;
  484. this.chkDanger.Text = "危重患者";
  485. this.chkDanger.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  486. //
  487. // InpatientRegistration
  488. //
  489. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  490. this.ClientSize = new System.Drawing.Size(1267, 641);
  491. this.Controls.Add(this.panel3);
  492. this.Controls.Add(this.panel2);
  493. this.Controls.Add(this.panel1);
  494. this.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  495. this.Margin = new System.Windows.Forms.Padding(4);
  496. this.Name = "InpatientRegistration";
  497. this.Text = "医保登记";
  498. this.Load += new System.EventHandler(this.InpatientRegistration_Load);
  499. this.panel1.ResumeLayout(false);
  500. this.panel1.PerformLayout();
  501. this.panel3.ResumeLayout(false);
  502. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
  503. this.panel2.ResumeLayout(false);
  504. this.ResumeLayout(false);
  505. }
  506. #endregion
  507. public string DiseaseTypeValue
  508. {
  509. get { return dtDisease.Columns[""].ToString(); }
  510. }
  511. private System.Windows.Forms.Panel panel1;
  512. public PTControl.DBLookupCombox dblkcbxSettelmentWay;
  513. public PTControl.DBLookupCombox dblkcbxMedicalType;
  514. public PTControl.DBLookupCombox dblkcbxInsuranceType;
  515. private System.Windows.Forms.Label label4;
  516. private System.Windows.Forms.Label label3;
  517. private System.Windows.Forms.Label label2;
  518. private System.Windows.Forms.Label label1;
  519. private System.Windows.Forms.Panel panel3;
  520. private System.Windows.Forms.Button button2;
  521. private System.Windows.Forms.Button button1;
  522. private Sunny.UI.UIButton uiButton1;
  523. public PTControl.DBLookupCombox dblkcbxDisease;
  524. public Sunny.UI.UICheckBox cbxAccountPay;
  525. public Sunny.UI.UICheckBox Chk_RelTtpFlag;
  526. public Sunny.UI.UICheckBox Chk_TraumaFlag;
  527. public PTControl.DBLookupCombox dblkcbxExitway;
  528. private System.Windows.Forms.Label label8;
  529. private System.Windows.Forms.DataGridView dgvDiagnose;
  530. private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name;
  531. private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag;
  532. private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no;
  533. private System.Windows.Forms.DataGridViewTextBoxColumn diag_name;
  534. private System.Windows.Forms.DataGridViewTextBoxColumn diag_code;
  535. private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept;
  536. private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond;
  537. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no;
  538. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
  539. private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
  540. private System.Windows.Forms.Panel panel2;
  541. public Sunny.UI.UICheckBox chkEmergency;
  542. public Sunny.UI.UICheckBox chkDanger;
  543. }
  544. }