DischargeRegistration.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. 
  2. namespace PTMedicalInsurance.Business.Core.Forms.DischargeAudit
  3. {
  4. partial class DischargeRegistration
  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.lbHint = new System.Windows.Forms.Label();
  32. this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
  33. this.dblkcbxOperation = new PTControl.DBLookupCombox();
  34. this.dblkcbxDisease = new PTControl.DBLookupCombox();
  35. this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
  36. this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.panel3 = new System.Windows.Forms.Panel();
  43. this.cbHalfwaySettlement = new Sunny.UI.UICheckBox();
  44. this.btSave = new System.Windows.Forms.Button();
  45. this.cbxAccountPay = new Sunny.UI.UICheckBox();
  46. this.panel2 = new System.Windows.Forms.Panel();
  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.panel1.SuspendLayout();
  59. this.panel3.SuspendLayout();
  60. this.panel2.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // panel1
  65. //
  66. this.panel1.BackColor = System.Drawing.SystemColors.Window;
  67. this.panel1.Controls.Add(this.lbHint);
  68. this.panel1.Controls.Add(this.dblkcbxSettelmentWay);
  69. this.panel1.Controls.Add(this.dblkcbxOperation);
  70. this.panel1.Controls.Add(this.dblkcbxDisease);
  71. this.panel1.Controls.Add(this.dblkcbxMedicalType);
  72. this.panel1.Controls.Add(this.dblkcbxInsuranceType);
  73. this.panel1.Controls.Add(this.label5);
  74. this.panel1.Controls.Add(this.label4);
  75. this.panel1.Controls.Add(this.label3);
  76. this.panel1.Controls.Add(this.label2);
  77. this.panel1.Controls.Add(this.label1);
  78. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  79. this.panel1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  80. this.panel1.Location = new System.Drawing.Point(0, 0);
  81. this.panel1.Name = "panel1";
  82. this.panel1.Size = new System.Drawing.Size(1493, 190);
  83. this.panel1.TabIndex = 14;
  84. //
  85. // lbHint
  86. //
  87. this.lbHint.AutoSize = true;
  88. this.lbHint.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.lbHint.ForeColor = System.Drawing.Color.Red;
  90. this.lbHint.Location = new System.Drawing.Point(1075, 28);
  91. this.lbHint.Name = "lbHint";
  92. this.lbHint.Size = new System.Drawing.Size(391, 15);
  93. this.lbHint.TabIndex = 25;
  94. this.lbHint.Text = "未检测到出院登记信息,当前展示的是默认登记条件。";
  95. this.lbHint.Visible = false;
  96. //
  97. // dblkcbxSettelmentWay
  98. //
  99. this.dblkcbxSettelmentWay.FormattingEnabled = true;
  100. this.dblkcbxSettelmentWay.Location = new System.Drawing.Point(274, 138);
  101. this.dblkcbxSettelmentWay.Name = "dblkcbxSettelmentWay";
  102. this.dblkcbxSettelmentWay.NullValue = "";
  103. this.dblkcbxSettelmentWay.PopupGridAutoSize = false;
  104. this.dblkcbxSettelmentWay.RowFilterVisible = false;
  105. this.dblkcbxSettelmentWay.sDisplayField = "";
  106. this.dblkcbxSettelmentWay.sDisplayMember = "";
  107. this.dblkcbxSettelmentWay.SeparatorChar = "|";
  108. this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 20);
  109. this.dblkcbxSettelmentWay.sKeyWords = "";
  110. this.dblkcbxSettelmentWay.sValueMember = "";
  111. this.dblkcbxSettelmentWay.TabIndex = 22;
  112. this.dblkcbxSettelmentWay.Value = "";
  113. this.dblkcbxSettelmentWay.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxSettelmentWay_AfterSelector);
  114. //
  115. // dblkcbxOperation
  116. //
  117. this.dblkcbxOperation.FormattingEnabled = true;
  118. this.dblkcbxOperation.Location = new System.Drawing.Point(733, 83);
  119. this.dblkcbxOperation.Name = "dblkcbxOperation";
  120. this.dblkcbxOperation.NullValue = "";
  121. this.dblkcbxOperation.PopupGridAutoSize = false;
  122. this.dblkcbxOperation.RowFilterVisible = false;
  123. this.dblkcbxOperation.sDisplayField = "";
  124. this.dblkcbxOperation.sDisplayMember = "";
  125. this.dblkcbxOperation.SeparatorChar = "|";
  126. this.dblkcbxOperation.Size = new System.Drawing.Size(257, 20);
  127. this.dblkcbxOperation.sKeyWords = "";
  128. this.dblkcbxOperation.sValueMember = "";
  129. this.dblkcbxOperation.TabIndex = 21;
  130. this.dblkcbxOperation.Value = "";
  131. this.dblkcbxOperation.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxOperation_AfterSelector);
  132. //
  133. // dblkcbxDisease
  134. //
  135. this.dblkcbxDisease.FormattingEnabled = true;
  136. this.dblkcbxDisease.Location = new System.Drawing.Point(274, 83);
  137. this.dblkcbxDisease.Name = "dblkcbxDisease";
  138. this.dblkcbxDisease.NullValue = "";
  139. this.dblkcbxDisease.PopupGridAutoSize = false;
  140. this.dblkcbxDisease.RowFilterVisible = false;
  141. this.dblkcbxDisease.sDisplayField = "";
  142. this.dblkcbxDisease.sDisplayMember = "";
  143. this.dblkcbxDisease.SeparatorChar = "|";
  144. this.dblkcbxDisease.Size = new System.Drawing.Size(257, 20);
  145. this.dblkcbxDisease.sKeyWords = "";
  146. this.dblkcbxDisease.sValueMember = "";
  147. this.dblkcbxDisease.TabIndex = 20;
  148. this.dblkcbxDisease.Value = "";
  149. this.dblkcbxDisease.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDisease_AfterSelector);
  150. //
  151. // dblkcbxMedicalType
  152. //
  153. this.dblkcbxMedicalType.FormattingEnabled = true;
  154. this.dblkcbxMedicalType.Location = new System.Drawing.Point(733, 28);
  155. this.dblkcbxMedicalType.Name = "dblkcbxMedicalType";
  156. this.dblkcbxMedicalType.NullValue = "";
  157. this.dblkcbxMedicalType.PopupGridAutoSize = false;
  158. this.dblkcbxMedicalType.RowFilterVisible = false;
  159. this.dblkcbxMedicalType.sDisplayField = "";
  160. this.dblkcbxMedicalType.sDisplayMember = "";
  161. this.dblkcbxMedicalType.SeparatorChar = "|";
  162. this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 20);
  163. this.dblkcbxMedicalType.sKeyWords = "";
  164. this.dblkcbxMedicalType.sValueMember = "";
  165. this.dblkcbxMedicalType.TabIndex = 19;
  166. this.dblkcbxMedicalType.Value = "";
  167. this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector);
  168. //
  169. // dblkcbxInsuranceType
  170. //
  171. this.dblkcbxInsuranceType.FormattingEnabled = true;
  172. this.dblkcbxInsuranceType.Location = new System.Drawing.Point(274, 28);
  173. this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType";
  174. this.dblkcbxInsuranceType.NullValue = "";
  175. this.dblkcbxInsuranceType.PopupGridAutoSize = false;
  176. this.dblkcbxInsuranceType.RowFilterVisible = false;
  177. this.dblkcbxInsuranceType.sDisplayField = "";
  178. this.dblkcbxInsuranceType.sDisplayMember = "";
  179. this.dblkcbxInsuranceType.SeparatorChar = "|";
  180. this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 20);
  181. this.dblkcbxInsuranceType.sKeyWords = "";
  182. this.dblkcbxInsuranceType.sValueMember = "";
  183. this.dblkcbxInsuranceType.TabIndex = 18;
  184. this.dblkcbxInsuranceType.Value = "";
  185. this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
  186. //
  187. // label5
  188. //
  189. this.label5.AutoSize = true;
  190. this.label5.ForeColor = System.Drawing.SystemColors.InfoText;
  191. this.label5.Location = new System.Drawing.Point(637, 86);
  192. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  193. this.label5.Name = "label5";
  194. this.label5.Size = new System.Drawing.Size(53, 12);
  195. this.label5.TabIndex = 16;
  196. this.label5.Text = "手术操作";
  197. //
  198. // label4
  199. //
  200. this.label4.AutoSize = true;
  201. this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
  202. this.label4.Location = new System.Drawing.Point(637, 31);
  203. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  204. this.label4.Name = "label4";
  205. this.label4.Size = new System.Drawing.Size(53, 12);
  206. this.label4.TabIndex = 15;
  207. this.label4.Text = "医疗类别";
  208. //
  209. // label3
  210. //
  211. this.label3.AutoSize = true;
  212. this.label3.ForeColor = System.Drawing.SystemColors.InfoText;
  213. this.label3.Location = new System.Drawing.Point(178, 141);
  214. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  215. this.label3.Name = "label3";
  216. this.label3.Size = new System.Drawing.Size(53, 12);
  217. this.label3.TabIndex = 14;
  218. this.label3.Text = "结算方式";
  219. //
  220. // label2
  221. //
  222. this.label2.AutoSize = true;
  223. this.label2.ForeColor = System.Drawing.SystemColors.InfoText;
  224. this.label2.Location = new System.Drawing.Point(178, 86);
  225. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  226. this.label2.Name = "label2";
  227. this.label2.Size = new System.Drawing.Size(53, 12);
  228. this.label2.TabIndex = 13;
  229. this.label2.Text = "病种名称\r\n";
  230. //
  231. // label1
  232. //
  233. this.label1.AutoSize = true;
  234. this.label1.ForeColor = System.Drawing.SystemColors.InfoText;
  235. this.label1.Location = new System.Drawing.Point(178, 31);
  236. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  237. this.label1.Name = "label1";
  238. this.label1.Size = new System.Drawing.Size(53, 12);
  239. this.label1.TabIndex = 12;
  240. this.label1.Text = "险种类型";
  241. //
  242. // panel3
  243. //
  244. this.panel3.BackColor = System.Drawing.SystemColors.Window;
  245. this.panel3.Controls.Add(this.cbHalfwaySettlement);
  246. this.panel3.Controls.Add(this.btSave);
  247. this.panel3.Controls.Add(this.cbxAccountPay);
  248. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  249. this.panel3.Location = new System.Drawing.Point(0, 458);
  250. this.panel3.Name = "panel3";
  251. this.panel3.Size = new System.Drawing.Size(1493, 62);
  252. this.panel3.TabIndex = 16;
  253. //
  254. // cbHalfwaySettlement
  255. //
  256. this.cbHalfwaySettlement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  257. this.cbHalfwaySettlement.Cursor = System.Windows.Forms.Cursors.Hand;
  258. this.cbHalfwaySettlement.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.cbHalfwaySettlement.Location = new System.Drawing.Point(210, 21);
  260. this.cbHalfwaySettlement.MinimumSize = new System.Drawing.Size(1, 1);
  261. this.cbHalfwaySettlement.Name = "cbHalfwaySettlement";
  262. this.cbHalfwaySettlement.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  263. this.cbHalfwaySettlement.Size = new System.Drawing.Size(207, 29);
  264. this.cbHalfwaySettlement.TabIndex = 4;
  265. this.cbHalfwaySettlement.Text = "中途结算";
  266. this.cbHalfwaySettlement.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  267. //
  268. // btSave
  269. //
  270. this.btSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  271. this.btSave.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.btSave.Location = new System.Drawing.Point(1316, 11);
  273. this.btSave.Name = "btSave";
  274. this.btSave.Size = new System.Drawing.Size(101, 39);
  275. this.btSave.TabIndex = 3;
  276. this.btSave.Text = "保 存";
  277. this.btSave.UseVisualStyleBackColor = true;
  278. this.btSave.Click += new System.EventHandler(this.btSave_Click);
  279. //
  280. // cbxAccountPay
  281. //
  282. this.cbxAccountPay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  283. this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
  284. this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.cbxAccountPay.Location = new System.Drawing.Point(12, 21);
  286. this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
  287. this.cbxAccountPay.Name = "cbxAccountPay";
  288. this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  289. this.cbxAccountPay.Size = new System.Drawing.Size(207, 29);
  290. this.cbxAccountPay.TabIndex = 2;
  291. this.cbxAccountPay.Text = "使用医保账户支付";
  292. this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  293. //
  294. // panel2
  295. //
  296. this.panel2.Controls.Add(this.dgvDiagnose);
  297. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  298. this.panel2.Location = new System.Drawing.Point(0, 190);
  299. this.panel2.Name = "panel2";
  300. this.panel2.Size = new System.Drawing.Size(1493, 268);
  301. this.panel2.TabIndex = 17;
  302. //
  303. // dgvDiagnose
  304. //
  305. this.dgvDiagnose.AllowUserToAddRows = false;
  306. this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
  307. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ButtonShadow;
  308. dataGridViewCellStyle1.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  310. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  311. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText;
  312. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  313. this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  314. this.dgvDiagnose.ColumnHeadersHeight = 40;
  315. this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  316. this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  317. this.diag_type_name,
  318. this.maindiag_flag,
  319. this.diag_srt_no,
  320. this.diag_name,
  321. this.diag_code,
  322. this.diag_dept,
  323. this.adm_cond,
  324. this.dise_dor_no,
  325. this.dise_dor_name,
  326. this.diag_time});
  327. this.dgvDiagnose.Dock = System.Windows.Forms.DockStyle.Fill;
  328. this.dgvDiagnose.Location = new System.Drawing.Point(0, 0);
  329. this.dgvDiagnose.Name = "dgvDiagnose";
  330. this.dgvDiagnose.RowHeadersWidth = 51;
  331. this.dgvDiagnose.RowTemplate.Height = 30;
  332. this.dgvDiagnose.Size = new System.Drawing.Size(1493, 268);
  333. this.dgvDiagnose.TabIndex = 0;
  334. //
  335. // diag_type_name
  336. //
  337. this.diag_type_name.DataPropertyName = "diag_type_name";
  338. this.diag_type_name.FillWeight = 110F;
  339. this.diag_type_name.HeaderText = "诊断类别";
  340. this.diag_type_name.MinimumWidth = 110;
  341. this.diag_type_name.Name = "diag_type_name";
  342. this.diag_type_name.Width = 110;
  343. //
  344. // maindiag_flag
  345. //
  346. this.maindiag_flag.DataPropertyName = "maindiag_flag";
  347. this.maindiag_flag.FillWeight = 75F;
  348. this.maindiag_flag.HeaderText = "主诊断";
  349. this.maindiag_flag.MinimumWidth = 75;
  350. this.maindiag_flag.Name = "maindiag_flag";
  351. this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  352. this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  353. this.maindiag_flag.Width = 80;
  354. //
  355. // diag_srt_no
  356. //
  357. this.diag_srt_no.DataPropertyName = "diag_srt_no";
  358. this.diag_srt_no.FillWeight = 60F;
  359. this.diag_srt_no.HeaderText = "序号";
  360. this.diag_srt_no.MinimumWidth = 60;
  361. this.diag_srt_no.Name = "diag_srt_no";
  362. this.diag_srt_no.Width = 65;
  363. //
  364. // diag_name
  365. //
  366. this.diag_name.DataPropertyName = "diag_name";
  367. this.diag_name.FillWeight = 120F;
  368. this.diag_name.HeaderText = "诊断名称";
  369. this.diag_name.MinimumWidth = 120;
  370. this.diag_name.Name = "diag_name";
  371. this.diag_name.Width = 120;
  372. //
  373. // diag_code
  374. //
  375. this.diag_code.DataPropertyName = "diag_code";
  376. this.diag_code.FillWeight = 120F;
  377. this.diag_code.HeaderText = "诊断编码";
  378. this.diag_code.MinimumWidth = 120;
  379. this.diag_code.Name = "diag_code";
  380. this.diag_code.Width = 120;
  381. //
  382. // diag_dept
  383. //
  384. this.diag_dept.DataPropertyName = "diag_dept";
  385. this.diag_dept.FillWeight = 120F;
  386. this.diag_dept.HeaderText = "就诊科室";
  387. this.diag_dept.MinimumWidth = 120;
  388. this.diag_dept.Name = "diag_dept";
  389. this.diag_dept.Width = 120;
  390. //
  391. // adm_cond
  392. //
  393. this.adm_cond.DataPropertyName = "adm_cond";
  394. this.adm_cond.FillWeight = 120F;
  395. this.adm_cond.HeaderText = "入院病情";
  396. this.adm_cond.MinimumWidth = 120;
  397. this.adm_cond.Name = "adm_cond";
  398. this.adm_cond.Width = 120;
  399. //
  400. // dise_dor_no
  401. //
  402. this.dise_dor_no.DataPropertyName = "dise_dor_no";
  403. this.dise_dor_no.FillWeight = 140F;
  404. this.dise_dor_no.HeaderText = "医保医师编号";
  405. this.dise_dor_no.MinimumWidth = 140;
  406. this.dise_dor_no.Name = "dise_dor_no";
  407. this.dise_dor_no.Width = 140;
  408. //
  409. // dise_dor_name
  410. //
  411. this.dise_dor_name.DataPropertyName = "dise_dor_name";
  412. this.dise_dor_name.HeaderText = "医生姓名";
  413. this.dise_dor_name.MinimumWidth = 100;
  414. this.dise_dor_name.Name = "dise_dor_name";
  415. //
  416. // diag_time
  417. //
  418. this.diag_time.DataPropertyName = "diag_time";
  419. this.diag_time.FillWeight = 180F;
  420. this.diag_time.HeaderText = "诊断时间";
  421. this.diag_time.MinimumWidth = 180;
  422. this.diag_time.Name = "diag_time";
  423. this.diag_time.Width = 180;
  424. //
  425. // DischargeRegistration
  426. //
  427. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  428. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  429. this.ClientSize = new System.Drawing.Size(1493, 520);
  430. this.Controls.Add(this.panel2);
  431. this.Controls.Add(this.panel3);
  432. this.Controls.Add(this.panel1);
  433. this.Name = "DischargeRegistration";
  434. this.Text = "出院登记";
  435. this.panel1.ResumeLayout(false);
  436. this.panel1.PerformLayout();
  437. this.panel3.ResumeLayout(false);
  438. this.panel2.ResumeLayout(false);
  439. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
  440. this.ResumeLayout(false);
  441. }
  442. #endregion
  443. private System.Windows.Forms.Panel panel1;
  444. public PTControl.DBLookupCombox dblkcbxSettelmentWay;
  445. private PTControl.DBLookupCombox dblkcbxOperation;
  446. public PTControl.DBLookupCombox dblkcbxDisease;
  447. public PTControl.DBLookupCombox dblkcbxMedicalType;
  448. public PTControl.DBLookupCombox dblkcbxInsuranceType;
  449. private System.Windows.Forms.Label label5;
  450. private System.Windows.Forms.Label label4;
  451. private System.Windows.Forms.Label label3;
  452. private System.Windows.Forms.Label label2;
  453. private System.Windows.Forms.Label label1;
  454. private System.Windows.Forms.Panel panel3;
  455. private System.Windows.Forms.Button btSave;
  456. private Sunny.UI.UICheckBox cbxAccountPay;
  457. private System.Windows.Forms.Panel panel2;
  458. private System.Windows.Forms.DataGridView dgvDiagnose;
  459. private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name;
  460. private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag;
  461. private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no;
  462. private System.Windows.Forms.DataGridViewTextBoxColumn diag_name;
  463. private System.Windows.Forms.DataGridViewTextBoxColumn diag_code;
  464. private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept;
  465. private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond;
  466. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no;
  467. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
  468. private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
  469. private System.Windows.Forms.Label lbHint;
  470. private Sunny.UI.UICheckBox cbHalfwaySettlement;
  471. }
  472. }