OutpatientRegistration.designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  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. this.panel1 = new System.Windows.Forms.Panel();
  30. this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
  31. this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.panel2 = new System.Windows.Forms.Panel();
  35. this.dgvDiagnose = new System.Windows.Forms.DataGridView();
  36. this.diag_type_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.maindiag_flag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  38. this.diag_srt_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.diag_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.diag_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.diag_dept = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.adm_cond = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dise_dor_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.panel3 = new System.Windows.Forms.Panel();
  47. this.cbxQrCodePay = new Sunny.UI.UICheckBox();
  48. this.button2 = new System.Windows.Forms.Button();
  49. this.button1 = new System.Windows.Forms.Button();
  50. this.cbMutualAid = new Sunny.UI.UICheckBox();
  51. this.panel1.SuspendLayout();
  52. this.panel2.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
  54. this.panel3.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // panel1
  58. //
  59. this.panel1.Controls.Add(this.dblkcbxMedicalType);
  60. this.panel1.Controls.Add(this.dblkcbxInsuranceType);
  61. this.panel1.Controls.Add(this.label4);
  62. this.panel1.Controls.Add(this.label1);
  63. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  64. this.panel1.Location = new System.Drawing.Point(0, 0);
  65. this.panel1.Name = "panel1";
  66. this.panel1.Size = new System.Drawing.Size(1238, 82);
  67. this.panel1.TabIndex = 12;
  68. //
  69. // dblkcbxMedicalType
  70. //
  71. this.dblkcbxMedicalType.FormattingEnabled = true;
  72. this.dblkcbxMedicalType.Location = new System.Drawing.Point(561, 27);
  73. this.dblkcbxMedicalType.Name = "dblkcbxMedicalType";
  74. this.dblkcbxMedicalType.NullValue = "";
  75. this.dblkcbxMedicalType.PopupGridAutoSize = false;
  76. this.dblkcbxMedicalType.RowFilterVisible = false;
  77. this.dblkcbxMedicalType.sDisplayField = "";
  78. this.dblkcbxMedicalType.sDisplayMember = "";
  79. this.dblkcbxMedicalType.SeparatorChar = "|";
  80. this.dblkcbxMedicalType.Size = new System.Drawing.Size(185, 23);
  81. this.dblkcbxMedicalType.sKeyWords = "";
  82. this.dblkcbxMedicalType.sValueMember = "";
  83. this.dblkcbxMedicalType.TabIndex = 19;
  84. this.dblkcbxMedicalType.Value = "";
  85. this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector);
  86. //
  87. // dblkcbxInsuranceType
  88. //
  89. this.dblkcbxInsuranceType.Enabled = false;
  90. this.dblkcbxInsuranceType.FormattingEnabled = true;
  91. this.dblkcbxInsuranceType.Location = new System.Drawing.Point(188, 28);
  92. this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType";
  93. this.dblkcbxInsuranceType.NullValue = "";
  94. this.dblkcbxInsuranceType.PopupGridAutoSize = false;
  95. this.dblkcbxInsuranceType.RowFilterVisible = false;
  96. this.dblkcbxInsuranceType.sDisplayField = "";
  97. this.dblkcbxInsuranceType.sDisplayMember = "";
  98. this.dblkcbxInsuranceType.SeparatorChar = "|";
  99. this.dblkcbxInsuranceType.Size = new System.Drawing.Size(185, 23);
  100. this.dblkcbxInsuranceType.sKeyWords = "";
  101. this.dblkcbxInsuranceType.sValueMember = "";
  102. this.dblkcbxInsuranceType.TabIndex = 18;
  103. this.dblkcbxInsuranceType.Value = "";
  104. this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
  105. //
  106. // label4
  107. //
  108. this.label4.AutoSize = true;
  109. this.label4.Location = new System.Drawing.Point(463, 33);
  110. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  111. this.label4.Name = "label4";
  112. this.label4.Size = new System.Drawing.Size(71, 15);
  113. this.label4.TabIndex = 15;
  114. this.label4.Text = "医疗类别";
  115. //
  116. // label1
  117. //
  118. this.label1.AutoSize = true;
  119. this.label1.Location = new System.Drawing.Point(64, 31);
  120. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  121. this.label1.Name = "label1";
  122. this.label1.Size = new System.Drawing.Size(103, 15);
  123. this.label1.TabIndex = 12;
  124. this.label1.Text = "社会执行办法";
  125. //
  126. // panel2
  127. //
  128. this.panel2.Controls.Add(this.dgvDiagnose);
  129. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.panel2.Location = new System.Drawing.Point(0, 82);
  131. this.panel2.Name = "panel2";
  132. this.panel2.Size = new System.Drawing.Size(1238, 343);
  133. this.panel2.TabIndex = 13;
  134. //
  135. // dgvDiagnose
  136. //
  137. this.dgvDiagnose.AllowUserToAddRows = false;
  138. this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  139. this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  140. this.diag_type_name,
  141. this.maindiag_flag,
  142. this.diag_srt_no,
  143. this.diag_name,
  144. this.diag_code,
  145. this.diag_dept,
  146. this.adm_cond,
  147. this.dise_dor_no,
  148. this.dise_dor_name,
  149. this.diag_time});
  150. this.dgvDiagnose.Dock = System.Windows.Forms.DockStyle.Fill;
  151. this.dgvDiagnose.Location = new System.Drawing.Point(0, 0);
  152. this.dgvDiagnose.Name = "dgvDiagnose";
  153. this.dgvDiagnose.RowTemplate.Height = 30;
  154. this.dgvDiagnose.Size = new System.Drawing.Size(1238, 343);
  155. this.dgvDiagnose.TabIndex = 0;
  156. //
  157. // diag_type_name
  158. //
  159. this.diag_type_name.DataPropertyName = "diag_type_name";
  160. this.diag_type_name.HeaderText = "诊断类别";
  161. this.diag_type_name.Name = "diag_type_name";
  162. this.diag_type_name.Width = 120;
  163. //
  164. // maindiag_flag
  165. //
  166. this.maindiag_flag.DataPropertyName = "maindiag_flag";
  167. this.maindiag_flag.HeaderText = "主诊断标志";
  168. this.maindiag_flag.Name = "maindiag_flag";
  169. this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  170. this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  171. this.maindiag_flag.Width = 75;
  172. //
  173. // diag_srt_no
  174. //
  175. this.diag_srt_no.DataPropertyName = "diag_srt_no";
  176. this.diag_srt_no.HeaderText = "序号";
  177. this.diag_srt_no.Name = "diag_srt_no";
  178. this.diag_srt_no.Width = 76;
  179. //
  180. // diag_name
  181. //
  182. this.diag_name.DataPropertyName = "diag_name";
  183. this.diag_name.HeaderText = "诊断名称";
  184. this.diag_name.Name = "diag_name";
  185. this.diag_name.Width = 180;
  186. //
  187. // diag_code
  188. //
  189. this.diag_code.DataPropertyName = "diag_code";
  190. this.diag_code.HeaderText = "诊断编码";
  191. this.diag_code.Name = "diag_code";
  192. //
  193. // diag_dept
  194. //
  195. this.diag_dept.DataPropertyName = "diag_dept";
  196. this.diag_dept.HeaderText = "科室";
  197. this.diag_dept.Name = "diag_dept";
  198. //
  199. // adm_cond
  200. //
  201. this.adm_cond.DataPropertyName = "adm_cond";
  202. this.adm_cond.HeaderText = "入院病情";
  203. this.adm_cond.Name = "adm_cond";
  204. //
  205. // dise_dor_no
  206. //
  207. this.dise_dor_no.DataPropertyName = "dise_dor_no";
  208. this.dise_dor_no.HeaderText = "医生编号";
  209. this.dise_dor_no.Name = "dise_dor_no";
  210. this.dise_dor_no.Width = 150;
  211. //
  212. // dise_dor_name
  213. //
  214. this.dise_dor_name.DataPropertyName = "dise_dor_name";
  215. this.dise_dor_name.HeaderText = "医生姓名";
  216. this.dise_dor_name.Name = "dise_dor_name";
  217. //
  218. // diag_time
  219. //
  220. this.diag_time.DataPropertyName = "diag_time";
  221. this.diag_time.HeaderText = "诊断时间";
  222. this.diag_time.Name = "diag_time";
  223. this.diag_time.Width = 180;
  224. //
  225. // panel3
  226. //
  227. this.panel3.Controls.Add(this.cbMutualAid);
  228. this.panel3.Controls.Add(this.cbxQrCodePay);
  229. this.panel3.Controls.Add(this.button2);
  230. this.panel3.Controls.Add(this.button1);
  231. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  232. this.panel3.Location = new System.Drawing.Point(0, 361);
  233. this.panel3.Name = "panel3";
  234. this.panel3.Size = new System.Drawing.Size(1238, 64);
  235. this.panel3.TabIndex = 14;
  236. //
  237. // cbxQrCodePay
  238. //
  239. this.cbxQrCodePay.Cursor = System.Windows.Forms.Cursors.Hand;
  240. this.cbxQrCodePay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.cbxQrCodePay.Location = new System.Drawing.Point(26, 23);
  242. this.cbxQrCodePay.MinimumSize = new System.Drawing.Size(1, 1);
  243. this.cbxQrCodePay.Name = "cbxQrCodePay";
  244. this.cbxQrCodePay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  245. this.cbxQrCodePay.Size = new System.Drawing.Size(172, 29);
  246. this.cbxQrCodePay.TabIndex = 3;
  247. this.cbxQrCodePay.Text = "是否二维码支付";
  248. this.cbxQrCodePay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  249. //
  250. // button2
  251. //
  252. this.button2.Location = new System.Drawing.Point(1114, 20);
  253. this.button2.Name = "button2";
  254. this.button2.Size = new System.Drawing.Size(90, 28);
  255. this.button2.TabIndex = 1;
  256. this.button2.Text = "放弃";
  257. this.button2.UseVisualStyleBackColor = true;
  258. this.button2.Click += new System.EventHandler(this.button2_Click);
  259. //
  260. // button1
  261. //
  262. this.button1.Location = new System.Drawing.Point(995, 17);
  263. this.button1.Name = "button1";
  264. this.button1.Size = new System.Drawing.Size(97, 31);
  265. this.button1.TabIndex = 0;
  266. this.button1.Text = "确定";
  267. this.button1.UseVisualStyleBackColor = true;
  268. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  269. //
  270. // cbMutualAid
  271. //
  272. this.cbMutualAid.Cursor = System.Windows.Forms.Cursors.Hand;
  273. this.cbMutualAid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.cbMutualAid.Location = new System.Drawing.Point(204, 23);
  275. this.cbMutualAid.MinimumSize = new System.Drawing.Size(1, 1);
  276. this.cbMutualAid.Name = "cbMutualAid";
  277. this.cbMutualAid.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  278. this.cbMutualAid.Size = new System.Drawing.Size(150, 29);
  279. this.cbMutualAid.TabIndex = 4;
  280. this.cbMutualAid.Text = "启用共济支付";
  281. this.cbMutualAid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  282. //
  283. // OutpatientRegistration
  284. //
  285. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  286. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  287. this.ClientSize = new System.Drawing.Size(1238, 425);
  288. this.Controls.Add(this.panel3);
  289. this.Controls.Add(this.panel2);
  290. this.Controls.Add(this.panel1);
  291. this.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.Margin = new System.Windows.Forms.Padding(4);
  293. this.Name = "OutpatientRegistration";
  294. this.Text = "OutpatientRegistration";
  295. this.Load += new System.EventHandler(this.OutpatientRegistration_Load);
  296. this.panel1.ResumeLayout(false);
  297. this.panel1.PerformLayout();
  298. this.panel2.ResumeLayout(false);
  299. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
  300. this.panel3.ResumeLayout(false);
  301. this.ResumeLayout(false);
  302. }
  303. #endregion
  304. public string DiseaseTypeValue
  305. {
  306. get { return dtDisease.Columns[""].ToString(); }
  307. }
  308. private System.Windows.Forms.Panel panel1;
  309. public PTControl.DBLookupCombox dblkcbxMedicalType;
  310. public PTControl.DBLookupCombox dblkcbxInsuranceType;
  311. private System.Windows.Forms.Label label4;
  312. private System.Windows.Forms.Label label1;
  313. private System.Windows.Forms.Panel panel2;
  314. private System.Windows.Forms.Panel panel3;
  315. private System.Windows.Forms.Button button2;
  316. private System.Windows.Forms.Button button1;
  317. private System.Windows.Forms.DataGridView dgvDiagnose;
  318. private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name;
  319. private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag;
  320. private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no;
  321. private System.Windows.Forms.DataGridViewTextBoxColumn diag_name;
  322. private System.Windows.Forms.DataGridViewTextBoxColumn diag_code;
  323. private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept;
  324. private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond;
  325. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no;
  326. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
  327. private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
  328. private Sunny.UI.UICheckBox cbxQrCodePay;
  329. public Sunny.UI.UICheckBox cbMutualAid;
  330. }
  331. }