OutpatientRegistration.designer.cs 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947
  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_RelTtpFlag = new Sunny.UI.UICheckBox();
  33. this.chkEmergency = new Sunny.UI.UICheckBox();
  34. this.Chk_TraumaFlag = new Sunny.UI.UICheckBox();
  35. this.dblkcbxDisease = new PTControl.DBLookupCombox();
  36. this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
  37. this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.panel3 = new System.Windows.Forms.Panel();
  42. this.uiButton1 = new Sunny.UI.UIButton();
  43. this.button2 = new System.Windows.Forms.Button();
  44. this.button1 = new System.Windows.Forms.Button();
  45. this.dgvDiagnose = new System.Windows.Forms.DataGridView();
  46. this.diag_type_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.maindiag_flag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  48. this.diag_srt_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.diag_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.diag_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.diag_dept = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.adm_cond = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dise_dor_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.panel2 = new System.Windows.Forms.Panel();
  57. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  58. this.txtBirthDay = new Sunny.UI.UITextBox();
  59. this.txtInsuType = new Sunny.UI.UITextBox();
  60. this.txtAge = new Sunny.UI.UITextBox();
  61. this.uiLabel4 = new Sunny.UI.UILabel();
  62. this.lbAge = new Sunny.UI.UILabel();
  63. this.lb1 = new Sunny.UI.UILabel();
  64. this.txtPsnNO = new Sunny.UI.UITextBox();
  65. this.txtCorp = new Sunny.UI.UITextBox();
  66. this.uiLabel27 = new Sunny.UI.UILabel();
  67. this.uiLabel28 = new Sunny.UI.UILabel();
  68. this.txtPsnType = new Sunny.UI.UITextBox();
  69. this.txtCertNO = new Sunny.UI.UITextBox();
  70. this.txtAdmvs = new Sunny.UI.UITextBox();
  71. this.txtCertType = new Sunny.UI.UITextBox();
  72. this.uiLabel3 = new Sunny.UI.UILabel();
  73. this.uiLabel25 = new Sunny.UI.UILabel();
  74. this.uiLabel2 = new Sunny.UI.UILabel();
  75. this.uiLabel26 = new Sunny.UI.UILabel();
  76. this.txtBalc = new Sunny.UI.UITextBox();
  77. this.txtGend = new Sunny.UI.UITextBox();
  78. this.txtName = new Sunny.UI.UITextBox();
  79. this.uiLabel1 = new Sunny.UI.UILabel();
  80. this.uiLabel20 = new Sunny.UI.UILabel();
  81. this.uiLabel21 = new Sunny.UI.UILabel();
  82. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  83. this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
  84. this.label3 = new System.Windows.Forms.Label();
  85. this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
  86. this.panel1.SuspendLayout();
  87. this.panel3.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
  89. this.uiGroupBox1.SuspendLayout();
  90. this.uiGroupBox2.SuspendLayout();
  91. this.uiGroupBox3.SuspendLayout();
  92. this.SuspendLayout();
  93. //
  94. // panel1
  95. //
  96. this.panel1.BackColor = System.Drawing.SystemColors.Window;
  97. this.panel1.Controls.Add(this.cbxAccountPay);
  98. this.panel1.Controls.Add(this.Chk_RelTtpFlag);
  99. this.panel1.Controls.Add(this.chkEmergency);
  100. this.panel1.Controls.Add(this.Chk_TraumaFlag);
  101. this.panel1.Controls.Add(this.dblkcbxSettelmentWay);
  102. this.panel1.Controls.Add(this.dblkcbxDisease);
  103. this.panel1.Controls.Add(this.dblkcbxMedicalType);
  104. this.panel1.Controls.Add(this.dblkcbxInsuranceType);
  105. this.panel1.Controls.Add(this.label4);
  106. this.panel1.Controls.Add(this.label3);
  107. this.panel1.Controls.Add(this.label2);
  108. this.panel1.Controls.Add(this.label1);
  109. this.panel1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  110. this.panel1.Location = new System.Drawing.Point(5, 28);
  111. this.panel1.Name = "panel1";
  112. this.panel1.Size = new System.Drawing.Size(1188, 125);
  113. this.panel1.TabIndex = 12;
  114. //
  115. // cbxAccountPay
  116. //
  117. this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
  118. this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.cbxAccountPay.Location = new System.Drawing.Point(1044, 26);
  120. this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
  121. this.cbxAccountPay.Name = "cbxAccountPay";
  122. this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  123. this.cbxAccountPay.Size = new System.Drawing.Size(125, 29);
  124. this.cbxAccountPay.TabIndex = 48;
  125. this.cbxAccountPay.Text = "账户支付";
  126. this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  127. //
  128. // Chk_RelTtpFlag
  129. //
  130. this.Chk_RelTtpFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  131. this.Chk_RelTtpFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.Chk_RelTtpFlag.Location = new System.Drawing.Point(1044, 71);
  133. this.Chk_RelTtpFlag.MinimumSize = new System.Drawing.Size(1, 1);
  134. this.Chk_RelTtpFlag.Name = "Chk_RelTtpFlag";
  135. this.Chk_RelTtpFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  136. this.Chk_RelTtpFlag.Size = new System.Drawing.Size(139, 29);
  137. this.Chk_RelTtpFlag.TabIndex = 46;
  138. this.Chk_RelTtpFlag.Text = "涉及第三方";
  139. this.Chk_RelTtpFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  140. //
  141. // chkEmergency
  142. //
  143. this.chkEmergency.Cursor = System.Windows.Forms.Cursors.Hand;
  144. this.chkEmergency.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.chkEmergency.Location = new System.Drawing.Point(917, 26);
  146. this.chkEmergency.MinimumSize = new System.Drawing.Size(1, 1);
  147. this.chkEmergency.Name = "chkEmergency";
  148. this.chkEmergency.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  149. this.chkEmergency.Size = new System.Drawing.Size(86, 29);
  150. this.chkEmergency.TabIndex = 45;
  151. this.chkEmergency.Text = "急诊";
  152. this.chkEmergency.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  153. //
  154. // Chk_TraumaFlag
  155. //
  156. this.Chk_TraumaFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  157. this.Chk_TraumaFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.Chk_TraumaFlag.Location = new System.Drawing.Point(917, 71);
  159. this.Chk_TraumaFlag.MinimumSize = new System.Drawing.Size(1, 1);
  160. this.Chk_TraumaFlag.Name = "Chk_TraumaFlag";
  161. this.Chk_TraumaFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  162. this.Chk_TraumaFlag.Size = new System.Drawing.Size(100, 29);
  163. this.Chk_TraumaFlag.TabIndex = 45;
  164. this.Chk_TraumaFlag.Text = "外伤";
  165. this.Chk_TraumaFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  166. //
  167. // dblkcbxDisease
  168. //
  169. this.dblkcbxDisease.FormattingEnabled = true;
  170. this.dblkcbxDisease.Location = new System.Drawing.Point(136, 75);
  171. this.dblkcbxDisease.Name = "dblkcbxDisease";
  172. this.dblkcbxDisease.NullValue = "";
  173. this.dblkcbxDisease.PopupGridAutoSize = false;
  174. this.dblkcbxDisease.RowFilterVisible = false;
  175. this.dblkcbxDisease.sDisplayField = "";
  176. this.dblkcbxDisease.sDisplayMember = "";
  177. this.dblkcbxDisease.SeparatorChar = "|";
  178. this.dblkcbxDisease.Size = new System.Drawing.Size(257, 25);
  179. this.dblkcbxDisease.sKeyWords = "";
  180. this.dblkcbxDisease.sValueMember = "";
  181. this.dblkcbxDisease.TabIndex = 20;
  182. this.dblkcbxDisease.Value = "";
  183. this.dblkcbxDisease.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDisease_AfterSelector);
  184. //
  185. // dblkcbxMedicalType
  186. //
  187. this.dblkcbxMedicalType.FormattingEnabled = true;
  188. this.dblkcbxMedicalType.Location = new System.Drawing.Point(575, 26);
  189. this.dblkcbxMedicalType.Name = "dblkcbxMedicalType";
  190. this.dblkcbxMedicalType.NullValue = "";
  191. this.dblkcbxMedicalType.PopupGridAutoSize = false;
  192. this.dblkcbxMedicalType.RowFilterVisible = false;
  193. this.dblkcbxMedicalType.sDisplayField = "";
  194. this.dblkcbxMedicalType.sDisplayMember = "";
  195. this.dblkcbxMedicalType.SeparatorChar = "|";
  196. this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 25);
  197. this.dblkcbxMedicalType.sKeyWords = "";
  198. this.dblkcbxMedicalType.sValueMember = "";
  199. this.dblkcbxMedicalType.TabIndex = 19;
  200. this.dblkcbxMedicalType.Value = "";
  201. this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector);
  202. //
  203. // dblkcbxInsuranceType
  204. //
  205. this.dblkcbxInsuranceType.FormattingEnabled = true;
  206. this.dblkcbxInsuranceType.Location = new System.Drawing.Point(136, 26);
  207. this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType";
  208. this.dblkcbxInsuranceType.NullValue = "";
  209. this.dblkcbxInsuranceType.PopupGridAutoSize = false;
  210. this.dblkcbxInsuranceType.RowFilterVisible = false;
  211. this.dblkcbxInsuranceType.sDisplayField = "";
  212. this.dblkcbxInsuranceType.sDisplayMember = "";
  213. this.dblkcbxInsuranceType.SeparatorChar = "|";
  214. this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 25);
  215. this.dblkcbxInsuranceType.sKeyWords = "";
  216. this.dblkcbxInsuranceType.sValueMember = "";
  217. this.dblkcbxInsuranceType.TabIndex = 18;
  218. this.dblkcbxInsuranceType.Value = "";
  219. this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
  220. //
  221. // label4
  222. //
  223. this.label4.AutoSize = true;
  224. this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
  225. this.label4.Location = new System.Drawing.Point(479, 29);
  226. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  227. this.label4.Name = "label4";
  228. this.label4.Size = new System.Drawing.Size(80, 18);
  229. this.label4.TabIndex = 15;
  230. this.label4.Text = "医疗类别";
  231. //
  232. // label2
  233. //
  234. this.label2.AutoSize = true;
  235. this.label2.ForeColor = System.Drawing.SystemColors.InfoText;
  236. this.label2.Location = new System.Drawing.Point(40, 78);
  237. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  238. this.label2.Name = "label2";
  239. this.label2.Size = new System.Drawing.Size(80, 18);
  240. this.label2.TabIndex = 13;
  241. this.label2.Text = "病种名称\r\n";
  242. //
  243. // label1
  244. //
  245. this.label1.AutoSize = true;
  246. this.label1.ForeColor = System.Drawing.SystemColors.InfoText;
  247. this.label1.Location = new System.Drawing.Point(40, 29);
  248. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  249. this.label1.Name = "label1";
  250. this.label1.Size = new System.Drawing.Size(80, 18);
  251. this.label1.TabIndex = 12;
  252. this.label1.Text = "险种类型";
  253. //
  254. // panel3
  255. //
  256. this.panel3.BackColor = System.Drawing.SystemColors.Window;
  257. this.panel3.Controls.Add(this.uiButton1);
  258. this.panel3.Controls.Add(this.button2);
  259. this.panel3.Controls.Add(this.button1);
  260. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  261. this.panel3.Location = new System.Drawing.Point(0, 530);
  262. this.panel3.Name = "panel3";
  263. this.panel3.Size = new System.Drawing.Size(1193, 64);
  264. this.panel3.TabIndex = 14;
  265. //
  266. // uiButton1
  267. //
  268. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  269. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  270. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.uiButton1.Location = new System.Drawing.Point(12, 17);
  272. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  273. this.uiButton1.Name = "uiButton1";
  274. this.uiButton1.Size = new System.Drawing.Size(212, 35);
  275. this.uiButton1.TabIndex = 3;
  276. this.uiButton1.Text = "人员待遇享受检查";
  277. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  279. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  280. //
  281. // button2
  282. //
  283. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  284. this.button2.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.button2.Location = new System.Drawing.Point(1081, 16);
  286. this.button2.Name = "button2";
  287. this.button2.Size = new System.Drawing.Size(101, 39);
  288. this.button2.TabIndex = 1;
  289. this.button2.Text = "放 弃";
  290. this.button2.UseVisualStyleBackColor = true;
  291. this.button2.Click += new System.EventHandler(this.button2_Click);
  292. //
  293. // button1
  294. //
  295. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  296. this.button1.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.button1.Location = new System.Drawing.Point(960, 16);
  298. this.button1.Name = "button1";
  299. this.button1.Size = new System.Drawing.Size(101, 39);
  300. this.button1.TabIndex = 0;
  301. this.button1.Text = "确 定";
  302. this.button1.UseVisualStyleBackColor = true;
  303. this.button1.Click += new System.EventHandler(this.button1_Click);
  304. //
  305. // dgvDiagnose
  306. //
  307. this.dgvDiagnose.AllowUserToAddRows = false;
  308. this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
  309. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ButtonShadow;
  310. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  312. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  313. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText;
  314. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  315. this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  316. this.dgvDiagnose.ColumnHeadersHeight = 40;
  317. this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  318. this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  319. this.diag_type_name,
  320. this.maindiag_flag,
  321. this.diag_srt_no,
  322. this.diag_name,
  323. this.diag_code,
  324. this.diag_dept,
  325. this.adm_cond,
  326. this.dise_dor_no,
  327. this.dise_dor_name,
  328. this.diag_time});
  329. this.dgvDiagnose.Location = new System.Drawing.Point(4, 27);
  330. this.dgvDiagnose.Name = "dgvDiagnose";
  331. this.dgvDiagnose.RowHeadersWidth = 51;
  332. this.dgvDiagnose.RowTemplate.Height = 30;
  333. this.dgvDiagnose.Size = new System.Drawing.Size(1184, 191);
  334. this.dgvDiagnose.TabIndex = 0;
  335. //
  336. // diag_type_name
  337. //
  338. this.diag_type_name.DataPropertyName = "diag_type_name";
  339. this.diag_type_name.FillWeight = 110F;
  340. this.diag_type_name.HeaderText = "诊断类别";
  341. this.diag_type_name.MinimumWidth = 110;
  342. this.diag_type_name.Name = "diag_type_name";
  343. this.diag_type_name.Width = 110;
  344. //
  345. // maindiag_flag
  346. //
  347. this.maindiag_flag.DataPropertyName = "maindiag_flag";
  348. this.maindiag_flag.FillWeight = 75F;
  349. this.maindiag_flag.HeaderText = "主诊断";
  350. this.maindiag_flag.MinimumWidth = 75;
  351. this.maindiag_flag.Name = "maindiag_flag";
  352. this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  353. this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  354. this.maindiag_flag.Width = 80;
  355. //
  356. // diag_srt_no
  357. //
  358. this.diag_srt_no.DataPropertyName = "diag_srt_no";
  359. this.diag_srt_no.FillWeight = 60F;
  360. this.diag_srt_no.HeaderText = "序号";
  361. this.diag_srt_no.MinimumWidth = 60;
  362. this.diag_srt_no.Name = "diag_srt_no";
  363. this.diag_srt_no.Width = 65;
  364. //
  365. // diag_name
  366. //
  367. this.diag_name.DataPropertyName = "diag_name";
  368. this.diag_name.FillWeight = 120F;
  369. this.diag_name.HeaderText = "诊断名称";
  370. this.diag_name.MinimumWidth = 120;
  371. this.diag_name.Name = "diag_name";
  372. this.diag_name.Width = 120;
  373. //
  374. // diag_code
  375. //
  376. this.diag_code.DataPropertyName = "diag_code";
  377. this.diag_code.FillWeight = 120F;
  378. this.diag_code.HeaderText = "诊断编码";
  379. this.diag_code.MinimumWidth = 120;
  380. this.diag_code.Name = "diag_code";
  381. this.diag_code.Width = 120;
  382. //
  383. // diag_dept
  384. //
  385. this.diag_dept.DataPropertyName = "diag_dept";
  386. this.diag_dept.FillWeight = 120F;
  387. this.diag_dept.HeaderText = "就诊科室";
  388. this.diag_dept.MinimumWidth = 120;
  389. this.diag_dept.Name = "diag_dept";
  390. this.diag_dept.Width = 120;
  391. //
  392. // adm_cond
  393. //
  394. this.adm_cond.DataPropertyName = "adm_cond";
  395. this.adm_cond.FillWeight = 120F;
  396. this.adm_cond.HeaderText = "入院病情";
  397. this.adm_cond.MinimumWidth = 120;
  398. this.adm_cond.Name = "adm_cond";
  399. this.adm_cond.Width = 120;
  400. //
  401. // dise_dor_no
  402. //
  403. this.dise_dor_no.DataPropertyName = "dise_dor_no";
  404. this.dise_dor_no.FillWeight = 140F;
  405. this.dise_dor_no.HeaderText = "医保医师编号";
  406. this.dise_dor_no.MinimumWidth = 140;
  407. this.dise_dor_no.Name = "dise_dor_no";
  408. this.dise_dor_no.Width = 140;
  409. //
  410. // dise_dor_name
  411. //
  412. this.dise_dor_name.DataPropertyName = "dise_dor_name";
  413. this.dise_dor_name.HeaderText = "医生姓名";
  414. this.dise_dor_name.MinimumWidth = 100;
  415. this.dise_dor_name.Name = "dise_dor_name";
  416. this.dise_dor_name.Width = 150;
  417. //
  418. // diag_time
  419. //
  420. this.diag_time.DataPropertyName = "diag_time";
  421. this.diag_time.FillWeight = 180F;
  422. this.diag_time.HeaderText = "诊断时间";
  423. this.diag_time.MinimumWidth = 180;
  424. this.diag_time.Name = "diag_time";
  425. this.diag_time.Width = 180;
  426. //
  427. // panel2
  428. //
  429. this.panel2.Location = new System.Drawing.Point(994, 435);
  430. this.panel2.Name = "panel2";
  431. this.panel2.Size = new System.Drawing.Size(1259, 257);
  432. this.panel2.TabIndex = 13;
  433. //
  434. // uiGroupBox1
  435. //
  436. this.uiGroupBox1.Controls.Add(this.txtBirthDay);
  437. this.uiGroupBox1.Controls.Add(this.txtInsuType);
  438. this.uiGroupBox1.Controls.Add(this.txtAge);
  439. this.uiGroupBox1.Controls.Add(this.uiLabel4);
  440. this.uiGroupBox1.Controls.Add(this.lbAge);
  441. this.uiGroupBox1.Controls.Add(this.lb1);
  442. this.uiGroupBox1.Controls.Add(this.txtPsnNO);
  443. this.uiGroupBox1.Controls.Add(this.txtCorp);
  444. this.uiGroupBox1.Controls.Add(this.uiLabel27);
  445. this.uiGroupBox1.Controls.Add(this.uiLabel28);
  446. this.uiGroupBox1.Controls.Add(this.txtPsnType);
  447. this.uiGroupBox1.Controls.Add(this.txtCertNO);
  448. this.uiGroupBox1.Controls.Add(this.txtAdmvs);
  449. this.uiGroupBox1.Controls.Add(this.txtCertType);
  450. this.uiGroupBox1.Controls.Add(this.uiLabel3);
  451. this.uiGroupBox1.Controls.Add(this.uiLabel25);
  452. this.uiGroupBox1.Controls.Add(this.uiLabel2);
  453. this.uiGroupBox1.Controls.Add(this.uiLabel26);
  454. this.uiGroupBox1.Controls.Add(this.txtBalc);
  455. this.uiGroupBox1.Controls.Add(this.txtGend);
  456. this.uiGroupBox1.Controls.Add(this.txtName);
  457. this.uiGroupBox1.Controls.Add(this.uiLabel1);
  458. this.uiGroupBox1.Controls.Add(this.uiLabel20);
  459. this.uiGroupBox1.Controls.Add(this.uiLabel21);
  460. this.uiGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  461. this.uiGroupBox1.Location = new System.Drawing.Point(0, 14);
  462. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  463. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  464. this.uiGroupBox1.Name = "uiGroupBox1";
  465. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  466. this.uiGroupBox1.Size = new System.Drawing.Size(1193, 134);
  467. this.uiGroupBox1.TabIndex = 15;
  468. this.uiGroupBox1.Text = "基本信息";
  469. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  470. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  471. //
  472. // txtBirthDay
  473. //
  474. this.txtBirthDay.Cursor = System.Windows.Forms.Cursors.IBeam;
  475. this.txtBirthDay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. this.txtBirthDay.Location = new System.Drawing.Point(952, 30);
  477. this.txtBirthDay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  478. this.txtBirthDay.MinimumSize = new System.Drawing.Size(1, 16);
  479. this.txtBirthDay.Name = "txtBirthDay";
  480. this.txtBirthDay.ShowText = false;
  481. this.txtBirthDay.Size = new System.Drawing.Size(126, 25);
  482. this.txtBirthDay.TabIndex = 91;
  483. this.txtBirthDay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  484. this.txtBirthDay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  485. //
  486. // txtInsuType
  487. //
  488. this.txtInsuType.Cursor = System.Windows.Forms.Cursors.IBeam;
  489. this.txtInsuType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  490. this.txtInsuType.Location = new System.Drawing.Point(954, 99);
  491. this.txtInsuType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  492. this.txtInsuType.MinimumSize = new System.Drawing.Size(1, 16);
  493. this.txtInsuType.Name = "txtInsuType";
  494. this.txtInsuType.ShowText = false;
  495. this.txtInsuType.Size = new System.Drawing.Size(126, 25);
  496. this.txtInsuType.TabIndex = 93;
  497. this.txtInsuType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  498. this.txtInsuType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  499. //
  500. // txtAge
  501. //
  502. this.txtAge.Cursor = System.Windows.Forms.Cursors.IBeam;
  503. this.txtAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  504. this.txtAge.Location = new System.Drawing.Point(952, 65);
  505. this.txtAge.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  506. this.txtAge.MinimumSize = new System.Drawing.Size(1, 16);
  507. this.txtAge.Name = "txtAge";
  508. this.txtAge.ShowText = false;
  509. this.txtAge.Size = new System.Drawing.Size(126, 25);
  510. this.txtAge.TabIndex = 93;
  511. this.txtAge.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  512. this.txtAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  513. //
  514. // uiLabel4
  515. //
  516. this.uiLabel4.BackColor = System.Drawing.Color.Transparent;
  517. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  518. this.uiLabel4.Location = new System.Drawing.Point(852, 101);
  519. this.uiLabel4.Name = "uiLabel4";
  520. this.uiLabel4.Size = new System.Drawing.Size(103, 23);
  521. this.uiLabel4.TabIndex = 94;
  522. this.uiLabel4.Text = "险种类型";
  523. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  524. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  525. //
  526. // lbAge
  527. //
  528. this.lbAge.BackColor = System.Drawing.Color.Transparent;
  529. this.lbAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  530. this.lbAge.Location = new System.Drawing.Point(873, 67);
  531. this.lbAge.Name = "lbAge";
  532. this.lbAge.Size = new System.Drawing.Size(68, 23);
  533. this.lbAge.TabIndex = 94;
  534. this.lbAge.Text = "年龄";
  535. this.lbAge.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  536. this.lbAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  537. //
  538. // lb1
  539. //
  540. this.lb1.BackColor = System.Drawing.Color.Transparent;
  541. this.lb1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  542. this.lb1.Location = new System.Drawing.Point(852, 32);
  543. this.lb1.Name = "lb1";
  544. this.lb1.Size = new System.Drawing.Size(93, 23);
  545. this.lb1.TabIndex = 92;
  546. this.lb1.Text = "出生日期";
  547. this.lb1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  548. this.lb1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  549. //
  550. // txtPsnNO
  551. //
  552. this.txtPsnNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  553. this.txtPsnNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  554. this.txtPsnNO.Location = new System.Drawing.Point(646, 30);
  555. this.txtPsnNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  556. this.txtPsnNO.MinimumSize = new System.Drawing.Size(1, 16);
  557. this.txtPsnNO.Name = "txtPsnNO";
  558. this.txtPsnNO.ShowText = false;
  559. this.txtPsnNO.Size = new System.Drawing.Size(199, 25);
  560. this.txtPsnNO.TabIndex = 90;
  561. this.txtPsnNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  562. this.txtPsnNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  563. //
  564. // txtCorp
  565. //
  566. this.txtCorp.Cursor = System.Windows.Forms.Cursors.IBeam;
  567. this.txtCorp.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  568. this.txtCorp.Location = new System.Drawing.Point(334, 30);
  569. this.txtCorp.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  570. this.txtCorp.MinimumSize = new System.Drawing.Size(1, 16);
  571. this.txtCorp.Name = "txtCorp";
  572. this.txtCorp.ShowText = false;
  573. this.txtCorp.Size = new System.Drawing.Size(163, 25);
  574. this.txtCorp.TabIndex = 89;
  575. this.txtCorp.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  576. this.txtCorp.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  577. //
  578. // uiLabel27
  579. //
  580. this.uiLabel27.BackColor = System.Drawing.Color.Transparent;
  581. this.uiLabel27.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  582. this.uiLabel27.Location = new System.Drawing.Point(530, 32);
  583. this.uiLabel27.Name = "uiLabel27";
  584. this.uiLabel27.Size = new System.Drawing.Size(100, 23);
  585. this.uiLabel27.TabIndex = 88;
  586. this.uiLabel27.Text = "人员编号";
  587. this.uiLabel27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  588. this.uiLabel27.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  589. //
  590. // uiLabel28
  591. //
  592. this.uiLabel28.BackColor = System.Drawing.Color.Transparent;
  593. this.uiLabel28.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  594. this.uiLabel28.Location = new System.Drawing.Point(236, 32);
  595. this.uiLabel28.Name = "uiLabel28";
  596. this.uiLabel28.Size = new System.Drawing.Size(92, 23);
  597. this.uiLabel28.TabIndex = 87;
  598. this.uiLabel28.Text = "单位名称";
  599. this.uiLabel28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  600. this.uiLabel28.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  601. //
  602. // txtPsnType
  603. //
  604. this.txtPsnType.Cursor = System.Windows.Forms.Cursors.IBeam;
  605. this.txtPsnType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  606. this.txtPsnType.Location = new System.Drawing.Point(646, 99);
  607. this.txtPsnType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  608. this.txtPsnType.MinimumSize = new System.Drawing.Size(1, 16);
  609. this.txtPsnType.Name = "txtPsnType";
  610. this.txtPsnType.ShowText = false;
  611. this.txtPsnType.Size = new System.Drawing.Size(199, 25);
  612. this.txtPsnType.TabIndex = 86;
  613. this.txtPsnType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  614. this.txtPsnType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  615. //
  616. // txtCertNO
  617. //
  618. this.txtCertNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  619. this.txtCertNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  620. this.txtCertNO.Location = new System.Drawing.Point(646, 65);
  621. this.txtCertNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  622. this.txtCertNO.MinimumSize = new System.Drawing.Size(1, 16);
  623. this.txtCertNO.Name = "txtCertNO";
  624. this.txtCertNO.ShowText = false;
  625. this.txtCertNO.Size = new System.Drawing.Size(199, 25);
  626. this.txtCertNO.TabIndex = 86;
  627. this.txtCertNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  628. this.txtCertNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  629. //
  630. // txtAdmvs
  631. //
  632. this.txtAdmvs.Cursor = System.Windows.Forms.Cursors.IBeam;
  633. this.txtAdmvs.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  634. this.txtAdmvs.Location = new System.Drawing.Point(334, 101);
  635. this.txtAdmvs.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  636. this.txtAdmvs.MinimumSize = new System.Drawing.Size(1, 16);
  637. this.txtAdmvs.Name = "txtAdmvs";
  638. this.txtAdmvs.ShowText = false;
  639. this.txtAdmvs.Size = new System.Drawing.Size(163, 25);
  640. this.txtAdmvs.TabIndex = 85;
  641. this.txtAdmvs.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  642. this.txtAdmvs.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  643. //
  644. // txtCertType
  645. //
  646. this.txtCertType.Cursor = System.Windows.Forms.Cursors.IBeam;
  647. this.txtCertType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  648. this.txtCertType.Location = new System.Drawing.Point(334, 65);
  649. this.txtCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  650. this.txtCertType.MinimumSize = new System.Drawing.Size(1, 16);
  651. this.txtCertType.Name = "txtCertType";
  652. this.txtCertType.ShowText = false;
  653. this.txtCertType.Size = new System.Drawing.Size(163, 25);
  654. this.txtCertType.TabIndex = 85;
  655. this.txtCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  656. this.txtCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  657. //
  658. // uiLabel3
  659. //
  660. this.uiLabel3.BackColor = System.Drawing.Color.Transparent;
  661. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  662. this.uiLabel3.Location = new System.Drawing.Point(530, 101);
  663. this.uiLabel3.Name = "uiLabel3";
  664. this.uiLabel3.Size = new System.Drawing.Size(100, 25);
  665. this.uiLabel3.TabIndex = 84;
  666. this.uiLabel3.Text = "人员类别";
  667. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  668. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  669. //
  670. // uiLabel25
  671. //
  672. this.uiLabel25.BackColor = System.Drawing.Color.Transparent;
  673. this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  674. this.uiLabel25.Location = new System.Drawing.Point(530, 67);
  675. this.uiLabel25.Name = "uiLabel25";
  676. this.uiLabel25.Size = new System.Drawing.Size(100, 23);
  677. this.uiLabel25.TabIndex = 84;
  678. this.uiLabel25.Text = "证件号码";
  679. this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  680. this.uiLabel25.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  681. //
  682. // uiLabel2
  683. //
  684. this.uiLabel2.BackColor = System.Drawing.Color.Transparent;
  685. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  686. this.uiLabel2.Location = new System.Drawing.Point(236, 103);
  687. this.uiLabel2.Name = "uiLabel2";
  688. this.uiLabel2.Size = new System.Drawing.Size(92, 23);
  689. this.uiLabel2.TabIndex = 83;
  690. this.uiLabel2.Text = "参保地区";
  691. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  692. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  693. //
  694. // uiLabel26
  695. //
  696. this.uiLabel26.BackColor = System.Drawing.Color.Transparent;
  697. this.uiLabel26.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  698. this.uiLabel26.Location = new System.Drawing.Point(231, 67);
  699. this.uiLabel26.Name = "uiLabel26";
  700. this.uiLabel26.Size = new System.Drawing.Size(97, 23);
  701. this.uiLabel26.TabIndex = 83;
  702. this.uiLabel26.Text = "证件类型";
  703. this.uiLabel26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  704. this.uiLabel26.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  705. //
  706. // txtBalc
  707. //
  708. this.txtBalc.Cursor = System.Windows.Forms.Cursors.IBeam;
  709. this.txtBalc.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  710. this.txtBalc.Location = new System.Drawing.Point(124, 103);
  711. this.txtBalc.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  712. this.txtBalc.MinimumSize = new System.Drawing.Size(1, 16);
  713. this.txtBalc.Name = "txtBalc";
  714. this.txtBalc.ShowText = false;
  715. this.txtBalc.Size = new System.Drawing.Size(100, 25);
  716. this.txtBalc.TabIndex = 82;
  717. this.txtBalc.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  718. this.txtBalc.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  719. //
  720. // txtGend
  721. //
  722. this.txtGend.Cursor = System.Windows.Forms.Cursors.IBeam;
  723. this.txtGend.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  724. this.txtGend.Location = new System.Drawing.Point(124, 65);
  725. this.txtGend.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  726. this.txtGend.MinimumSize = new System.Drawing.Size(1, 16);
  727. this.txtGend.Name = "txtGend";
  728. this.txtGend.ShowText = false;
  729. this.txtGend.Size = new System.Drawing.Size(100, 25);
  730. this.txtGend.TabIndex = 82;
  731. this.txtGend.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  732. this.txtGend.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  733. //
  734. // txtName
  735. //
  736. this.txtName.Cursor = System.Windows.Forms.Cursors.IBeam;
  737. this.txtName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  738. this.txtName.Location = new System.Drawing.Point(124, 30);
  739. this.txtName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  740. this.txtName.MinimumSize = new System.Drawing.Size(1, 16);
  741. this.txtName.Name = "txtName";
  742. this.txtName.ShowText = false;
  743. this.txtName.Size = new System.Drawing.Size(100, 25);
  744. this.txtName.TabIndex = 81;
  745. this.txtName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  746. this.txtName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  747. //
  748. // uiLabel1
  749. //
  750. this.uiLabel1.BackColor = System.Drawing.Color.Transparent;
  751. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  752. this.uiLabel1.Location = new System.Drawing.Point(62, 105);
  753. this.uiLabel1.Name = "uiLabel1";
  754. this.uiLabel1.Size = new System.Drawing.Size(61, 23);
  755. this.uiLabel1.TabIndex = 80;
  756. this.uiLabel1.Text = "余额";
  757. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  758. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  759. //
  760. // uiLabel20
  761. //
  762. this.uiLabel20.BackColor = System.Drawing.Color.Transparent;
  763. this.uiLabel20.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  764. this.uiLabel20.Location = new System.Drawing.Point(62, 67);
  765. this.uiLabel20.Name = "uiLabel20";
  766. this.uiLabel20.Size = new System.Drawing.Size(61, 23);
  767. this.uiLabel20.TabIndex = 80;
  768. this.uiLabel20.Text = "性别";
  769. this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  770. this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  771. //
  772. // uiLabel21
  773. //
  774. this.uiLabel21.BackColor = System.Drawing.Color.Transparent;
  775. this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  776. this.uiLabel21.Location = new System.Drawing.Point(62, 32);
  777. this.uiLabel21.Name = "uiLabel21";
  778. this.uiLabel21.Size = new System.Drawing.Size(61, 23);
  779. this.uiLabel21.TabIndex = 79;
  780. this.uiLabel21.Text = "姓名";
  781. this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  782. this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  783. //
  784. // uiGroupBox2
  785. //
  786. this.uiGroupBox2.Controls.Add(this.panel1);
  787. this.uiGroupBox2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  788. this.uiGroupBox2.Location = new System.Drawing.Point(0, 147);
  789. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  790. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  791. this.uiGroupBox2.Name = "uiGroupBox2";
  792. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  793. this.uiGroupBox2.Size = new System.Drawing.Size(1193, 164);
  794. this.uiGroupBox2.TabIndex = 15;
  795. this.uiGroupBox2.Text = "险种信息";
  796. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  797. this.uiGroupBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  798. //
  799. // uiGroupBox3
  800. //
  801. this.uiGroupBox3.Controls.Add(this.dgvDiagnose);
  802. this.uiGroupBox3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  803. this.uiGroupBox3.Location = new System.Drawing.Point(0, 308);
  804. this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  805. this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
  806. this.uiGroupBox3.Name = "uiGroupBox3";
  807. this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  808. this.uiGroupBox3.Size = new System.Drawing.Size(1193, 221);
  809. this.uiGroupBox3.TabIndex = 15;
  810. this.uiGroupBox3.Text = "诊断信息";
  811. this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  812. this.uiGroupBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  813. //
  814. // label3
  815. //
  816. this.label3.AutoSize = true;
  817. this.label3.ForeColor = System.Drawing.SystemColors.InfoText;
  818. this.label3.Location = new System.Drawing.Point(479, 78);
  819. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  820. this.label3.Name = "label3";
  821. this.label3.Size = new System.Drawing.Size(80, 18);
  822. this.label3.TabIndex = 14;
  823. this.label3.Text = "结算方式";
  824. //
  825. // dblkcbxSettelmentWay
  826. //
  827. this.dblkcbxSettelmentWay.FormattingEnabled = true;
  828. this.dblkcbxSettelmentWay.Location = new System.Drawing.Point(575, 75);
  829. this.dblkcbxSettelmentWay.Name = "dblkcbxSettelmentWay";
  830. this.dblkcbxSettelmentWay.NullValue = "";
  831. this.dblkcbxSettelmentWay.PopupGridAutoSize = false;
  832. this.dblkcbxSettelmentWay.RowFilterVisible = false;
  833. this.dblkcbxSettelmentWay.sDisplayField = "";
  834. this.dblkcbxSettelmentWay.sDisplayMember = "";
  835. this.dblkcbxSettelmentWay.SeparatorChar = "|";
  836. this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 25);
  837. this.dblkcbxSettelmentWay.sKeyWords = "";
  838. this.dblkcbxSettelmentWay.sValueMember = "";
  839. this.dblkcbxSettelmentWay.TabIndex = 22;
  840. this.dblkcbxSettelmentWay.Value = "";
  841. this.dblkcbxSettelmentWay.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxSettelmentWay_AfterSelector);
  842. //
  843. // OutpatientRegistration
  844. //
  845. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  846. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  847. this.ClientSize = new System.Drawing.Size(1193, 594);
  848. this.Controls.Add(this.uiGroupBox2);
  849. this.Controls.Add(this.uiGroupBox3);
  850. this.Controls.Add(this.uiGroupBox1);
  851. this.Controls.Add(this.panel3);
  852. this.Controls.Add(this.panel2);
  853. this.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  854. this.Margin = new System.Windows.Forms.Padding(4);
  855. this.Name = "OutpatientRegistration";
  856. this.Text = "医保登记";
  857. this.Load += new System.EventHandler(this.OutpatientRegistration_Load);
  858. this.panel1.ResumeLayout(false);
  859. this.panel1.PerformLayout();
  860. this.panel3.ResumeLayout(false);
  861. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
  862. this.uiGroupBox1.ResumeLayout(false);
  863. this.uiGroupBox2.ResumeLayout(false);
  864. this.uiGroupBox3.ResumeLayout(false);
  865. this.ResumeLayout(false);
  866. }
  867. #endregion
  868. public string DiseaseTypeValue
  869. {
  870. get { return dtDisease.Columns[""].ToString(); }
  871. }
  872. private System.Windows.Forms.Panel panel1;
  873. public PTControl.DBLookupCombox dblkcbxMedicalType;
  874. public PTControl.DBLookupCombox dblkcbxInsuranceType;
  875. private System.Windows.Forms.Label label4;
  876. private System.Windows.Forms.Label label2;
  877. private System.Windows.Forms.Label label1;
  878. private System.Windows.Forms.Panel panel3;
  879. private System.Windows.Forms.Button button2;
  880. private System.Windows.Forms.Button button1;
  881. private Sunny.UI.UIButton uiButton1;
  882. public PTControl.DBLookupCombox dblkcbxDisease;
  883. public Sunny.UI.UICheckBox cbxAccountPay;
  884. public Sunny.UI.UICheckBox Chk_RelTtpFlag;
  885. public Sunny.UI.UICheckBox Chk_TraumaFlag;
  886. private System.Windows.Forms.DataGridView dgvDiagnose;
  887. private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name;
  888. private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag;
  889. private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no;
  890. private System.Windows.Forms.DataGridViewTextBoxColumn diag_name;
  891. private System.Windows.Forms.DataGridViewTextBoxColumn diag_code;
  892. private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept;
  893. private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond;
  894. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no;
  895. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
  896. private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
  897. private System.Windows.Forms.Panel panel2;
  898. private Sunny.UI.UIGroupBox uiGroupBox1;
  899. private Sunny.UI.UITextBox txtBirthDay;
  900. private Sunny.UI.UITextBox txtAge;
  901. private Sunny.UI.UILabel lbAge;
  902. private Sunny.UI.UILabel lb1;
  903. private Sunny.UI.UITextBox txtPsnNO;
  904. private Sunny.UI.UITextBox txtCorp;
  905. private Sunny.UI.UILabel uiLabel27;
  906. private Sunny.UI.UILabel uiLabel28;
  907. private Sunny.UI.UITextBox txtCertNO;
  908. private Sunny.UI.UITextBox txtCertType;
  909. private Sunny.UI.UILabel uiLabel25;
  910. private Sunny.UI.UILabel uiLabel26;
  911. private Sunny.UI.UITextBox txtGend;
  912. private Sunny.UI.UITextBox txtName;
  913. private Sunny.UI.UILabel uiLabel20;
  914. private Sunny.UI.UILabel uiLabel21;
  915. private Sunny.UI.UIGroupBox uiGroupBox2;
  916. private Sunny.UI.UIGroupBox uiGroupBox3;
  917. private Sunny.UI.UITextBox txtInsuType;
  918. private Sunny.UI.UILabel uiLabel4;
  919. private Sunny.UI.UITextBox txtPsnType;
  920. private Sunny.UI.UITextBox txtAdmvs;
  921. private Sunny.UI.UILabel uiLabel3;
  922. private Sunny.UI.UILabel uiLabel2;
  923. private Sunny.UI.UITextBox txtBalc;
  924. private Sunny.UI.UILabel uiLabel1;
  925. public Sunny.UI.UICheckBox chkEmergency;
  926. public PTControl.DBLookupCombox dblkcbxSettelmentWay;
  927. private System.Windows.Forms.Label label3;
  928. }
  929. }