OutpatRegistration.Designer.cs 24 KB

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