OutpatientRegistration.Designer_old.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. 
  2. namespace ChengDuMedInsu2
  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.dblkcbxDiseaseType = new PTControl.DBLookupCombox();
  31. this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
  32. this.dblkcbxOperation = new PTControl.DBLookupCombox();
  33. this.dblkcbxDisease = new PTControl.DBLookupCombox();
  34. this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
  35. this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.panel2 = new System.Windows.Forms.Panel();
  43. this.dgvDiagnose = new System.Windows.Forms.DataGridView();
  44. this.DiagnoseType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.MainDiagnoseFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  46. this.SortNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.DiagnoseName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.DiagnoseCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Department = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.AdmissionCondition = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.DoctorNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.DoctorName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.DiagnoseDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.panel3 = new System.Windows.Forms.Panel();
  55. this.button2 = new System.Windows.Forms.Button();
  56. this.button1 = new System.Windows.Forms.Button();
  57. this.panel1.SuspendLayout();
  58. this.panel2.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
  60. this.panel3.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // panel1
  64. //
  65. this.panel1.Controls.Add(this.dblkcbxDiseaseType);
  66. this.panel1.Controls.Add(this.dblkcbxSettelmentWay);
  67. this.panel1.Controls.Add(this.dblkcbxOperation);
  68. this.panel1.Controls.Add(this.dblkcbxDisease);
  69. this.panel1.Controls.Add(this.dblkcbxMedicalType);
  70. this.panel1.Controls.Add(this.dblkcbxInsuranceType);
  71. this.panel1.Controls.Add(this.label6);
  72. this.panel1.Controls.Add(this.label5);
  73. this.panel1.Controls.Add(this.label4);
  74. this.panel1.Controls.Add(this.label3);
  75. this.panel1.Controls.Add(this.label2);
  76. this.panel1.Controls.Add(this.label1);
  77. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  78. this.panel1.Location = new System.Drawing.Point(0, 0);
  79. this.panel1.Name = "panel1";
  80. this.panel1.Size = new System.Drawing.Size(1162, 190);
  81. this.panel1.TabIndex = 12;
  82. //
  83. // dblkcbxDiseaseType
  84. //
  85. this.dblkcbxDiseaseType.FormattingEnabled = true;
  86. this.dblkcbxDiseaseType.Location = new System.Drawing.Point(578, 144);
  87. this.dblkcbxDiseaseType.Name = "dblkcbxDiseaseType";
  88. this.dblkcbxDiseaseType.NullValue = "";
  89. this.dblkcbxDiseaseType.PopupGridAutoSize = false;
  90. this.dblkcbxDiseaseType.RowFilterVisible = false;
  91. this.dblkcbxDiseaseType.sDisplayField = "";
  92. this.dblkcbxDiseaseType.sDisplayMember = "";
  93. this.dblkcbxDiseaseType.SeparatorChar = "|";
  94. this.dblkcbxDiseaseType.Size = new System.Drawing.Size(185, 23);
  95. this.dblkcbxDiseaseType.sKeyWords = "";
  96. this.dblkcbxDiseaseType.sValueMember = "";
  97. this.dblkcbxDiseaseType.TabIndex = 23;
  98. this.dblkcbxDiseaseType.Value = "";
  99. this.dblkcbxDiseaseType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDiseaseType_AfterSelector);
  100. //
  101. // dblkcbxSettelmentWay
  102. //
  103. this.dblkcbxSettelmentWay.FormattingEnabled = true;
  104. this.dblkcbxSettelmentWay.Location = new System.Drawing.Point(213, 144);
  105. this.dblkcbxSettelmentWay.Name = "dblkcbxSettelmentWay";
  106. this.dblkcbxSettelmentWay.NullValue = "";
  107. this.dblkcbxSettelmentWay.PopupGridAutoSize = false;
  108. this.dblkcbxSettelmentWay.RowFilterVisible = false;
  109. this.dblkcbxSettelmentWay.sDisplayField = "";
  110. this.dblkcbxSettelmentWay.sDisplayMember = "";
  111. this.dblkcbxSettelmentWay.SeparatorChar = "|";
  112. this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(185, 23);
  113. this.dblkcbxSettelmentWay.sKeyWords = "";
  114. this.dblkcbxSettelmentWay.sValueMember = "";
  115. this.dblkcbxSettelmentWay.TabIndex = 22;
  116. this.dblkcbxSettelmentWay.Value = "";
  117. this.dblkcbxSettelmentWay.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxSettelmentWay_AfterSelector);
  118. //
  119. // dblkcbxOperation
  120. //
  121. this.dblkcbxOperation.FormattingEnabled = true;
  122. this.dblkcbxOperation.Location = new System.Drawing.Point(578, 87);
  123. this.dblkcbxOperation.Name = "dblkcbxOperation";
  124. this.dblkcbxOperation.NullValue = "";
  125. this.dblkcbxOperation.PopupGridAutoSize = false;
  126. this.dblkcbxOperation.RowFilterVisible = false;
  127. this.dblkcbxOperation.sDisplayField = "";
  128. this.dblkcbxOperation.sDisplayMember = "";
  129. this.dblkcbxOperation.SeparatorChar = "|";
  130. this.dblkcbxOperation.Size = new System.Drawing.Size(185, 23);
  131. this.dblkcbxOperation.sKeyWords = "";
  132. this.dblkcbxOperation.sValueMember = "";
  133. this.dblkcbxOperation.TabIndex = 21;
  134. this.dblkcbxOperation.Value = "";
  135. this.dblkcbxOperation.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxOperation_AfterSelector);
  136. //
  137. // dblkcbxDisease
  138. //
  139. this.dblkcbxDisease.FormattingEnabled = true;
  140. this.dblkcbxDisease.Location = new System.Drawing.Point(213, 84);
  141. this.dblkcbxDisease.Name = "dblkcbxDisease";
  142. this.dblkcbxDisease.NullValue = "";
  143. this.dblkcbxDisease.PopupGridAutoSize = false;
  144. this.dblkcbxDisease.RowFilterVisible = false;
  145. this.dblkcbxDisease.sDisplayField = "";
  146. this.dblkcbxDisease.sDisplayMember = "";
  147. this.dblkcbxDisease.SeparatorChar = "|";
  148. this.dblkcbxDisease.Size = new System.Drawing.Size(185, 23);
  149. this.dblkcbxDisease.sKeyWords = "";
  150. this.dblkcbxDisease.sValueMember = "";
  151. this.dblkcbxDisease.TabIndex = 20;
  152. this.dblkcbxDisease.Value = "";
  153. this.dblkcbxDisease.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDisease_AfterSelector);
  154. //
  155. // dblkcbxMedicalType
  156. //
  157. this.dblkcbxMedicalType.FormattingEnabled = true;
  158. this.dblkcbxMedicalType.Location = new System.Drawing.Point(578, 25);
  159. this.dblkcbxMedicalType.Name = "dblkcbxMedicalType";
  160. this.dblkcbxMedicalType.NullValue = "";
  161. this.dblkcbxMedicalType.PopupGridAutoSize = false;
  162. this.dblkcbxMedicalType.RowFilterVisible = false;
  163. this.dblkcbxMedicalType.sDisplayField = "";
  164. this.dblkcbxMedicalType.sDisplayMember = "";
  165. this.dblkcbxMedicalType.SeparatorChar = "|";
  166. this.dblkcbxMedicalType.Size = new System.Drawing.Size(185, 23);
  167. this.dblkcbxMedicalType.sKeyWords = "";
  168. this.dblkcbxMedicalType.sValueMember = "";
  169. this.dblkcbxMedicalType.TabIndex = 19;
  170. this.dblkcbxMedicalType.Value = "";
  171. this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector);
  172. //
  173. // dblkcbxInsuranceType
  174. //
  175. this.dblkcbxInsuranceType.FormattingEnabled = true;
  176. this.dblkcbxInsuranceType.Location = new System.Drawing.Point(213, 30);
  177. this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType";
  178. this.dblkcbxInsuranceType.NullValue = "";
  179. this.dblkcbxInsuranceType.PopupGridAutoSize = false;
  180. this.dblkcbxInsuranceType.RowFilterVisible = false;
  181. this.dblkcbxInsuranceType.sDisplayField = "";
  182. this.dblkcbxInsuranceType.sDisplayMember = "";
  183. this.dblkcbxInsuranceType.SeparatorChar = "|";
  184. this.dblkcbxInsuranceType.Size = new System.Drawing.Size(185, 23);
  185. this.dblkcbxInsuranceType.sKeyWords = "";
  186. this.dblkcbxInsuranceType.sValueMember = "";
  187. this.dblkcbxInsuranceType.TabIndex = 18;
  188. this.dblkcbxInsuranceType.Value = "";
  189. this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
  190. //
  191. // label6
  192. //
  193. this.label6.AutoSize = true;
  194. this.label6.Location = new System.Drawing.Point(463, 152);
  195. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  196. this.label6.Name = "label6";
  197. this.label6.Size = new System.Drawing.Size(71, 15);
  198. this.label6.TabIndex = 17;
  199. this.label6.Text = "病种类型";
  200. //
  201. // label5
  202. //
  203. this.label5.AutoSize = true;
  204. this.label5.Location = new System.Drawing.Point(463, 87);
  205. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  206. this.label5.Name = "label5";
  207. this.label5.Size = new System.Drawing.Size(71, 15);
  208. this.label5.TabIndex = 16;
  209. this.label5.Text = "手术操作";
  210. //
  211. // label4
  212. //
  213. this.label4.AutoSize = true;
  214. this.label4.Location = new System.Drawing.Point(463, 33);
  215. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  216. this.label4.Name = "label4";
  217. this.label4.Size = new System.Drawing.Size(71, 15);
  218. this.label4.TabIndex = 15;
  219. this.label4.Text = "医疗类别";
  220. //
  221. // label3
  222. //
  223. this.label3.AutoSize = true;
  224. this.label3.Location = new System.Drawing.Point(87, 152);
  225. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  226. this.label3.Name = "label3";
  227. this.label3.Size = new System.Drawing.Size(71, 15);
  228. this.label3.TabIndex = 14;
  229. this.label3.Text = "结算方式";
  230. //
  231. // label2
  232. //
  233. this.label2.AutoSize = true;
  234. this.label2.Location = new System.Drawing.Point(87, 87);
  235. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  236. this.label2.Name = "label2";
  237. this.label2.Size = new System.Drawing.Size(71, 15);
  238. this.label2.TabIndex = 13;
  239. this.label2.Text = "病种名称\r\n";
  240. //
  241. // label1
  242. //
  243. this.label1.AutoSize = true;
  244. this.label1.Location = new System.Drawing.Point(87, 33);
  245. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  246. this.label1.Name = "label1";
  247. this.label1.Size = new System.Drawing.Size(71, 15);
  248. this.label1.TabIndex = 12;
  249. this.label1.Text = "险种类型";
  250. //
  251. // panel2
  252. //
  253. this.panel2.Controls.Add(this.dgvDiagnose);
  254. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  255. this.panel2.Location = new System.Drawing.Point(0, 190);
  256. this.panel2.Name = "panel2";
  257. this.panel2.Size = new System.Drawing.Size(1162, 360);
  258. this.panel2.TabIndex = 13;
  259. //
  260. // dgvDiagnose
  261. //
  262. this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  263. this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  264. this.DiagnoseType,
  265. this.MainDiagnoseFlag,
  266. this.SortNO,
  267. this.DiagnoseName,
  268. this.DiagnoseCode,
  269. this.Department,
  270. this.AdmissionCondition,
  271. this.DoctorNO,
  272. this.DoctorName,
  273. this.DiagnoseDate});
  274. this.dgvDiagnose.Dock = System.Windows.Forms.DockStyle.Fill;
  275. this.dgvDiagnose.Location = new System.Drawing.Point(0, 0);
  276. this.dgvDiagnose.Name = "dgvDiagnose";
  277. this.dgvDiagnose.RowTemplate.Height = 30;
  278. this.dgvDiagnose.Size = new System.Drawing.Size(1162, 360);
  279. this.dgvDiagnose.TabIndex = 0;
  280. this.dgvDiagnose.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  281. //
  282. // DiagnoseType
  283. //
  284. this.DiagnoseType.HeaderText = "诊断类别";
  285. this.DiagnoseType.Name = "DiagnoseType";
  286. this.DiagnoseType.Width = 120;
  287. //
  288. // MainDiagnoseFlag
  289. //
  290. this.MainDiagnoseFlag.HeaderText = "主诊断标志";
  291. this.MainDiagnoseFlag.Name = "MainDiagnoseFlag";
  292. this.MainDiagnoseFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  293. this.MainDiagnoseFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  294. //
  295. // SortNO
  296. //
  297. this.SortNO.HeaderText = "序号";
  298. this.SortNO.Name = "SortNO";
  299. //
  300. // DiagnoseName
  301. //
  302. this.DiagnoseName.HeaderText = "诊断名称";
  303. this.DiagnoseName.Name = "DiagnoseName";
  304. //
  305. // DiagnoseCode
  306. //
  307. this.DiagnoseCode.HeaderText = "诊断编码";
  308. this.DiagnoseCode.Name = "DiagnoseCode";
  309. //
  310. // Department
  311. //
  312. this.Department.HeaderText = "科室";
  313. this.Department.Name = "Department";
  314. //
  315. // AdmissionCondition
  316. //
  317. this.AdmissionCondition.HeaderText = "入院病情";
  318. this.AdmissionCondition.Name = "AdmissionCondition";
  319. //
  320. // DoctorNO
  321. //
  322. this.DoctorNO.HeaderText = "医生编号";
  323. this.DoctorNO.Name = "DoctorNO";
  324. //
  325. // DoctorName
  326. //
  327. this.DoctorName.HeaderText = "医生姓名";
  328. this.DoctorName.Name = "DoctorName";
  329. //
  330. // DiagnoseDate
  331. //
  332. this.DiagnoseDate.HeaderText = "诊断时间";
  333. this.DiagnoseDate.Name = "DiagnoseDate";
  334. //
  335. // panel3
  336. //
  337. this.panel3.Controls.Add(this.button2);
  338. this.panel3.Controls.Add(this.button1);
  339. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  340. this.panel3.Location = new System.Drawing.Point(0, 486);
  341. this.panel3.Name = "panel3";
  342. this.panel3.Size = new System.Drawing.Size(1162, 64);
  343. this.panel3.TabIndex = 14;
  344. //
  345. // button2
  346. //
  347. this.button2.Location = new System.Drawing.Point(1021, 18);
  348. this.button2.Name = "button2";
  349. this.button2.Size = new System.Drawing.Size(90, 34);
  350. this.button2.TabIndex = 1;
  351. this.button2.Text = "放弃";
  352. this.button2.UseVisualStyleBackColor = true;
  353. this.button2.Click += new System.EventHandler(this.button2_Click);
  354. //
  355. // button1
  356. //
  357. this.button1.Location = new System.Drawing.Point(901, 21);
  358. this.button1.Name = "button1";
  359. this.button1.Size = new System.Drawing.Size(97, 31);
  360. this.button1.TabIndex = 0;
  361. this.button1.Text = "确定";
  362. this.button1.UseVisualStyleBackColor = true;
  363. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  364. //
  365. // OutpatientRegistration
  366. //
  367. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  368. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  369. this.ClientSize = new System.Drawing.Size(1162, 550);
  370. this.Controls.Add(this.panel3);
  371. this.Controls.Add(this.panel2);
  372. this.Controls.Add(this.panel1);
  373. this.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. this.Margin = new System.Windows.Forms.Padding(4);
  375. this.Name = "OutpatientRegistration";
  376. this.Text = "就诊登记";
  377. this.Load += new System.EventHandler(this.OutpatientRegistration_Load);
  378. this.panel1.ResumeLayout(false);
  379. this.panel1.PerformLayout();
  380. this.panel2.ResumeLayout(false);
  381. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
  382. this.panel3.ResumeLayout(false);
  383. this.ResumeLayout(false);
  384. }
  385. #endregion
  386. public string DiseaseTypeValue
  387. {
  388. get { return dtDisease.Columns[""].ToString(); }
  389. }
  390. private System.Windows.Forms.Panel panel1;
  391. private PTControl.DBLookupCombox dblkcbxDiseaseType;
  392. private PTControl.DBLookupCombox dblkcbxSettelmentWay;
  393. private PTControl.DBLookupCombox dblkcbxOperation;
  394. private PTControl.DBLookupCombox dblkcbxDisease;
  395. private PTControl.DBLookupCombox dblkcbxMedicalType;
  396. private PTControl.DBLookupCombox dblkcbxInsuranceType;
  397. private System.Windows.Forms.Label label6;
  398. private System.Windows.Forms.Label label5;
  399. private System.Windows.Forms.Label label4;
  400. private System.Windows.Forms.Label label3;
  401. private System.Windows.Forms.Label label2;
  402. private System.Windows.Forms.Label label1;
  403. private System.Windows.Forms.Panel panel2;
  404. private System.Windows.Forms.DataGridView dgvDiagnose;
  405. private System.Windows.Forms.DataGridViewTextBoxColumn DiagnoseType;
  406. private System.Windows.Forms.DataGridViewCheckBoxColumn MainDiagnoseFlag;
  407. private System.Windows.Forms.DataGridViewTextBoxColumn SortNO;
  408. private System.Windows.Forms.DataGridViewTextBoxColumn DiagnoseName;
  409. private System.Windows.Forms.DataGridViewTextBoxColumn DiagnoseCode;
  410. private System.Windows.Forms.DataGridViewTextBoxColumn Department;
  411. private System.Windows.Forms.DataGridViewTextBoxColumn AdmissionCondition;
  412. private System.Windows.Forms.DataGridViewTextBoxColumn DoctorNO;
  413. private System.Windows.Forms.DataGridViewTextBoxColumn DoctorName;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn DiagnoseDate;
  415. private System.Windows.Forms.Panel panel3;
  416. private System.Windows.Forms.Button button2;
  417. private System.Windows.Forms.Button button1;
  418. }
  419. }