OutpatientRegistration.designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.dgvDiagnose = new System.Windows.Forms.DataGridView();
  32. this.diag_srt_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.maindiag_flag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  34. this.diag_type_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.diag_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.diag_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.dise_dor_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.diag_dept = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.adm_cond = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.uiPanel2 = new Sunny.UI.UIPanel();
  43. this.btnCancel = new Sunny.UI.UIButton();
  44. this.btnOK = new Sunny.UI.UIButton();
  45. this.uiPanel1 = new Sunny.UI.UIPanel();
  46. this.uiLabel3 = new Sunny.UI.UILabel();
  47. this.uiLabel1 = new Sunny.UI.UILabel();
  48. this.cbb_JZRQLX = new Sunny.UI.UIComboBox();
  49. this.uiLabel10 = new Sunny.UI.UILabel();
  50. this.chk_WSBZ = new Sunny.UI.UICheckBox();
  51. this.chk_SJDSFBZ = new Sunny.UI.UICheckBox();
  52. this.cbxAccountPay = new Sunny.UI.UICheckBox();
  53. this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
  54. this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
  55. this.panel2.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
  57. this.uiPanel2.SuspendLayout();
  58. this.uiPanel1.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // panel2
  62. //
  63. this.panel2.Controls.Add(this.dgvDiagnose);
  64. this.panel2.Controls.Add(this.uiPanel2);
  65. this.panel2.Controls.Add(this.uiPanel1);
  66. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  67. this.panel2.Location = new System.Drawing.Point(0, 0);
  68. this.panel2.Name = "panel2";
  69. this.panel2.Size = new System.Drawing.Size(1053, 425);
  70. this.panel2.TabIndex = 13;
  71. //
  72. // dgvDiagnose
  73. //
  74. this.dgvDiagnose.AllowUserToAddRows = false;
  75. this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
  76. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.ButtonShadow;
  77. dataGridViewCellStyle3.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  79. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  80. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.WindowText;
  81. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  82. this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  83. this.dgvDiagnose.ColumnHeadersHeight = 40;
  84. this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  85. this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  86. this.diag_srt_no,
  87. this.maindiag_flag,
  88. this.diag_type_name,
  89. this.diag_code,
  90. this.diag_name,
  91. this.dise_dor_no,
  92. this.dise_dor_name,
  93. this.diag_time,
  94. this.diag_dept,
  95. this.adm_cond});
  96. this.dgvDiagnose.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.dgvDiagnose.Location = new System.Drawing.Point(0, 127);
  98. this.dgvDiagnose.Name = "dgvDiagnose";
  99. this.dgvDiagnose.RowHeadersWidth = 51;
  100. this.dgvDiagnose.RowTemplate.Height = 30;
  101. this.dgvDiagnose.Size = new System.Drawing.Size(1053, 235);
  102. this.dgvDiagnose.TabIndex = 24;
  103. //
  104. // diag_srt_no
  105. //
  106. this.diag_srt_no.DataPropertyName = "diag_srt_no";
  107. this.diag_srt_no.FillWeight = 60F;
  108. this.diag_srt_no.HeaderText = "序号";
  109. this.diag_srt_no.MinimumWidth = 60;
  110. this.diag_srt_no.Name = "diag_srt_no";
  111. this.diag_srt_no.Width = 65;
  112. //
  113. // maindiag_flag
  114. //
  115. this.maindiag_flag.DataPropertyName = "maindiag_flag";
  116. this.maindiag_flag.FillWeight = 75F;
  117. this.maindiag_flag.HeaderText = "主诊断";
  118. this.maindiag_flag.MinimumWidth = 75;
  119. this.maindiag_flag.Name = "maindiag_flag";
  120. this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  121. this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  122. this.maindiag_flag.Width = 80;
  123. //
  124. // diag_type_name
  125. //
  126. this.diag_type_name.DataPropertyName = "diag_type_name";
  127. this.diag_type_name.FillWeight = 110F;
  128. this.diag_type_name.HeaderText = "诊断类别";
  129. this.diag_type_name.MinimumWidth = 110;
  130. this.diag_type_name.Name = "diag_type_name";
  131. this.diag_type_name.Width = 110;
  132. //
  133. // diag_code
  134. //
  135. this.diag_code.DataPropertyName = "diag_code";
  136. this.diag_code.FillWeight = 120F;
  137. this.diag_code.HeaderText = "诊断编码";
  138. this.diag_code.MinimumWidth = 120;
  139. this.diag_code.Name = "diag_code";
  140. this.diag_code.Width = 120;
  141. //
  142. // diag_name
  143. //
  144. this.diag_name.DataPropertyName = "diag_name";
  145. this.diag_name.FillWeight = 120F;
  146. this.diag_name.HeaderText = "诊断名称";
  147. this.diag_name.MinimumWidth = 120;
  148. this.diag_name.Name = "diag_name";
  149. this.diag_name.Width = 120;
  150. //
  151. // dise_dor_no
  152. //
  153. this.dise_dor_no.DataPropertyName = "dise_dor_no";
  154. this.dise_dor_no.FillWeight = 140F;
  155. this.dise_dor_no.HeaderText = "医保医师编号";
  156. this.dise_dor_no.MinimumWidth = 140;
  157. this.dise_dor_no.Name = "dise_dor_no";
  158. this.dise_dor_no.Width = 140;
  159. //
  160. // dise_dor_name
  161. //
  162. this.dise_dor_name.DataPropertyName = "dise_dor_name";
  163. this.dise_dor_name.HeaderText = "医生姓名";
  164. this.dise_dor_name.MinimumWidth = 100;
  165. this.dise_dor_name.Name = "dise_dor_name";
  166. //
  167. // diag_time
  168. //
  169. this.diag_time.DataPropertyName = "diag_time";
  170. this.diag_time.FillWeight = 180F;
  171. this.diag_time.HeaderText = "诊断时间";
  172. this.diag_time.MinimumWidth = 180;
  173. this.diag_time.Name = "diag_time";
  174. this.diag_time.Width = 180;
  175. //
  176. // diag_dept
  177. //
  178. this.diag_dept.DataPropertyName = "diag_dept";
  179. this.diag_dept.FillWeight = 120F;
  180. this.diag_dept.HeaderText = "就诊科室";
  181. this.diag_dept.MinimumWidth = 120;
  182. this.diag_dept.Name = "diag_dept";
  183. this.diag_dept.Width = 120;
  184. //
  185. // adm_cond
  186. //
  187. this.adm_cond.DataPropertyName = "adm_cond";
  188. this.adm_cond.FillWeight = 120F;
  189. this.adm_cond.HeaderText = "入院病情";
  190. this.adm_cond.MinimumWidth = 120;
  191. this.adm_cond.Name = "adm_cond";
  192. this.adm_cond.Width = 120;
  193. //
  194. // uiPanel2
  195. //
  196. this.uiPanel2.Controls.Add(this.btnCancel);
  197. this.uiPanel2.Controls.Add(this.btnOK);
  198. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  199. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.uiPanel2.Location = new System.Drawing.Point(0, 362);
  201. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  202. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  203. this.uiPanel2.Name = "uiPanel2";
  204. this.uiPanel2.Size = new System.Drawing.Size(1053, 63);
  205. this.uiPanel2.TabIndex = 23;
  206. this.uiPanel2.Text = null;
  207. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  208. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  209. //
  210. // btnCancel
  211. //
  212. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  213. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  214. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.btnCancel.Location = new System.Drawing.Point(892, 11);
  216. this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  217. this.btnCancel.Name = "btnCancel";
  218. this.btnCancel.Size = new System.Drawing.Size(100, 41);
  219. this.btnCancel.TabIndex = 5;
  220. this.btnCancel.Text = "放 弃";
  221. this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  223. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  224. //
  225. // btnOK
  226. //
  227. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  228. this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
  229. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.btnOK.Location = new System.Drawing.Point(774, 11);
  231. this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
  232. this.btnOK.Name = "btnOK";
  233. this.btnOK.Size = new System.Drawing.Size(100, 41);
  234. this.btnOK.TabIndex = 4;
  235. this.btnOK.Text = "确 定";
  236. this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  238. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  239. //
  240. // uiPanel1
  241. //
  242. this.uiPanel1.Controls.Add(this.uiLabel3);
  243. this.uiPanel1.Controls.Add(this.uiLabel1);
  244. this.uiPanel1.Controls.Add(this.cbb_JZRQLX);
  245. this.uiPanel1.Controls.Add(this.uiLabel10);
  246. this.uiPanel1.Controls.Add(this.chk_WSBZ);
  247. this.uiPanel1.Controls.Add(this.chk_SJDSFBZ);
  248. this.uiPanel1.Controls.Add(this.cbxAccountPay);
  249. this.uiPanel1.Controls.Add(this.dblkcbxMedicalType);
  250. this.uiPanel1.Controls.Add(this.dblkcbxInsuranceType);
  251. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  252. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  254. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  255. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  256. this.uiPanel1.Name = "uiPanel1";
  257. this.uiPanel1.Size = new System.Drawing.Size(1053, 127);
  258. this.uiPanel1.TabIndex = 22;
  259. this.uiPanel1.Text = null;
  260. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  261. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  262. //
  263. // uiLabel3
  264. //
  265. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.uiLabel3.Location = new System.Drawing.Point(103, 74);
  267. this.uiLabel3.Name = "uiLabel3";
  268. this.uiLabel3.Size = new System.Drawing.Size(79, 29);
  269. this.uiLabel3.TabIndex = 39;
  270. this.uiLabel3.Text = "医疗类别";
  271. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  272. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  273. //
  274. // uiLabel1
  275. //
  276. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.uiLabel1.Location = new System.Drawing.Point(103, 24);
  278. this.uiLabel1.Name = "uiLabel1";
  279. this.uiLabel1.Size = new System.Drawing.Size(79, 29);
  280. this.uiLabel1.TabIndex = 38;
  281. this.uiLabel1.Text = "险种类型";
  282. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  283. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  284. //
  285. // cbb_JZRQLX
  286. //
  287. this.cbb_JZRQLX.DataSource = null;
  288. this.cbb_JZRQLX.FillColor = System.Drawing.Color.White;
  289. this.cbb_JZRQLX.FilterMaxCount = 50;
  290. this.cbb_JZRQLX.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.cbb_JZRQLX.Items.AddRange(new object[] {
  292. "1.新冠肺炎患者",
  293. "2.其他国家突发公共事件",
  294. "3.新冠肺炎疑似患者",
  295. "4.无症状感染者"});
  296. this.cbb_JZRQLX.Location = new System.Drawing.Point(691, 24);
  297. this.cbb_JZRQLX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  298. this.cbb_JZRQLX.MinimumSize = new System.Drawing.Size(63, 0);
  299. this.cbb_JZRQLX.Name = "cbb_JZRQLX";
  300. this.cbb_JZRQLX.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  301. this.cbb_JZRQLX.Size = new System.Drawing.Size(300, 29);
  302. this.cbb_JZRQLX.TabIndex = 34;
  303. this.cbb_JZRQLX.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  304. this.cbb_JZRQLX.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  305. //
  306. // uiLabel10
  307. //
  308. this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.uiLabel10.Location = new System.Drawing.Point(548, 23);
  310. this.uiLabel10.Name = "uiLabel10";
  311. this.uiLabel10.Size = new System.Drawing.Size(107, 29);
  312. this.uiLabel10.TabIndex = 33;
  313. this.uiLabel10.Text = "就诊人群类型";
  314. this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  315. this.uiLabel10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  316. //
  317. // chk_WSBZ
  318. //
  319. this.chk_WSBZ.Cursor = System.Windows.Forms.Cursors.Hand;
  320. this.chk_WSBZ.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.chk_WSBZ.Location = new System.Drawing.Point(717, 74);
  322. this.chk_WSBZ.MinimumSize = new System.Drawing.Size(1, 1);
  323. this.chk_WSBZ.Name = "chk_WSBZ";
  324. this.chk_WSBZ.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  325. this.chk_WSBZ.Size = new System.Drawing.Size(97, 29);
  326. this.chk_WSBZ.TabIndex = 32;
  327. this.chk_WSBZ.Text = "外伤标志";
  328. this.chk_WSBZ.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  329. //
  330. // chk_SJDSFBZ
  331. //
  332. this.chk_SJDSFBZ.Cursor = System.Windows.Forms.Cursors.Hand;
  333. this.chk_SJDSFBZ.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.chk_SJDSFBZ.Location = new System.Drawing.Point(552, 74);
  335. this.chk_SJDSFBZ.MinimumSize = new System.Drawing.Size(1, 1);
  336. this.chk_SJDSFBZ.Name = "chk_SJDSFBZ";
  337. this.chk_SJDSFBZ.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  338. this.chk_SJDSFBZ.Size = new System.Drawing.Size(139, 29);
  339. this.chk_SJDSFBZ.TabIndex = 31;
  340. this.chk_SJDSFBZ.Text = "涉及第三方标志";
  341. this.chk_SJDSFBZ.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  342. //
  343. // cbxAccountPay
  344. //
  345. this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
  346. this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.cbxAccountPay.Location = new System.Drawing.Point(834, 74);
  348. this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
  349. this.cbxAccountPay.Name = "cbxAccountPay";
  350. this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  351. this.cbxAccountPay.Size = new System.Drawing.Size(155, 29);
  352. this.cbxAccountPay.TabIndex = 25;
  353. this.cbxAccountPay.Text = "使用医保账户支付";
  354. this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  355. //
  356. // dblkcbxMedicalType
  357. //
  358. this.dblkcbxMedicalType.FormattingEnabled = true;
  359. this.dblkcbxMedicalType.Location = new System.Drawing.Point(188, 74);
  360. this.dblkcbxMedicalType.Name = "dblkcbxMedicalType";
  361. this.dblkcbxMedicalType.NullValue = "";
  362. this.dblkcbxMedicalType.PopupGridAutoSize = false;
  363. this.dblkcbxMedicalType.RowFilterVisible = false;
  364. this.dblkcbxMedicalType.sDisplayField = "";
  365. this.dblkcbxMedicalType.sDisplayMember = "";
  366. this.dblkcbxMedicalType.SeparatorChar = "|";
  367. this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 29);
  368. this.dblkcbxMedicalType.sKeyWords = "";
  369. this.dblkcbxMedicalType.sValueMember = "";
  370. this.dblkcbxMedicalType.TabIndex = 24;
  371. this.dblkcbxMedicalType.Value = "";
  372. this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector);
  373. //
  374. // dblkcbxInsuranceType
  375. //
  376. this.dblkcbxInsuranceType.FormattingEnabled = true;
  377. this.dblkcbxInsuranceType.Location = new System.Drawing.Point(188, 24);
  378. this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType";
  379. this.dblkcbxInsuranceType.NullValue = "";
  380. this.dblkcbxInsuranceType.PopupGridAutoSize = false;
  381. this.dblkcbxInsuranceType.RowFilterVisible = false;
  382. this.dblkcbxInsuranceType.sDisplayField = "";
  383. this.dblkcbxInsuranceType.sDisplayMember = "";
  384. this.dblkcbxInsuranceType.SeparatorChar = "|";
  385. this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 29);
  386. this.dblkcbxInsuranceType.sKeyWords = "";
  387. this.dblkcbxInsuranceType.sValueMember = "";
  388. this.dblkcbxInsuranceType.TabIndex = 23;
  389. this.dblkcbxInsuranceType.Value = "";
  390. this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
  391. //
  392. // OutpatientRegistration
  393. //
  394. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  395. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  396. this.ClientSize = new System.Drawing.Size(1053, 425);
  397. this.Controls.Add(this.panel2);
  398. this.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  399. this.Margin = new System.Windows.Forms.Padding(4);
  400. this.Name = "OutpatientRegistration";
  401. this.Text = "医保登记";
  402. this.Load += new System.EventHandler(this.OutpatientRegistration_Load);
  403. this.panel2.ResumeLayout(false);
  404. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
  405. this.uiPanel2.ResumeLayout(false);
  406. this.uiPanel1.ResumeLayout(false);
  407. this.ResumeLayout(false);
  408. }
  409. #endregion
  410. public string DiseaseTypeValue
  411. {
  412. get { return dtDisease.Columns[""].ToString(); }
  413. }
  414. private System.Windows.Forms.Panel panel2;
  415. private System.Windows.Forms.DataGridView dgvDiagnose;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no;
  417. private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag;
  418. private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name;
  419. private System.Windows.Forms.DataGridViewTextBoxColumn diag_code;
  420. private System.Windows.Forms.DataGridViewTextBoxColumn diag_name;
  421. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no;
  422. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
  423. private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
  424. private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept;
  425. private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond;
  426. private Sunny.UI.UIPanel uiPanel2;
  427. private Sunny.UI.UIButton btnCancel;
  428. private Sunny.UI.UIButton btnOK;
  429. private Sunny.UI.UIPanel uiPanel1;
  430. private Sunny.UI.UILabel uiLabel3;
  431. private Sunny.UI.UILabel uiLabel1;
  432. public Sunny.UI.UIComboBox cbb_JZRQLX;
  433. private Sunny.UI.UILabel uiLabel10;
  434. private Sunny.UI.UICheckBox chk_WSBZ;
  435. private Sunny.UI.UICheckBox chk_SJDSFBZ;
  436. private Sunny.UI.UICheckBox cbxAccountPay;
  437. public PTControl.DBLookupCombox dblkcbxMedicalType;
  438. public PTControl.DBLookupCombox dblkcbxInsuranceType;
  439. }
  440. }