OutpatientRegistration.designer.cs 32 KB

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