OutpatientRegistration.designer.cs 30 KB

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