| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510 |
- /******************************************************************************
- * 文件名称: InvokeHelper.cs
- * 文件说明: 调用助手,调用方法的封装
- * 当前版本: V1.0
- * 创建日期: 2022-04-12
- *
- * 2020-04-12: 增加 businessDLLInvoke 方法
- * 2020-04-12: 增加 writeLog 方法
- * 2020-04-14: 增加 businessDLLInvoke(重载) 方法
- * 2020-04-14: 增加 irisServiceInvoke 方法
- ******************************************************************************/
- namespace PTMedicalInsurance.Forms
- {
- partial class SettlementInfo
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
- this.pnlBottom = new Sunny.UI.UIPanel();
- this.uiButton2 = new Sunny.UI.UIButton();
- this.uiButton1 = new Sunny.UI.UIButton();
- this.pnlClient = new Sunny.UI.UIPanel();
- this.gbSetlinfo = new Sunny.UI.UIGroupBox();
- this.pnlPayInfo = new Sunny.UI.UIPanel();
- this.tbCreditDate = new Sunny.UI.UITextBox();
- this.uiLabel36 = new Sunny.UI.UILabel();
- this.tbTransStatus = new Sunny.UI.UITextBox();
- this.uiLabel35 = new Sunny.UI.UILabel();
- this.tbCreditAgreeNO = new Sunny.UI.UITextBox();
- this.uiLabel33 = new Sunny.UI.UILabel();
- this.tbCreditPayFee = new Sunny.UI.UITextBox();
- this.uiLabel34 = new Sunny.UI.UILabel();
- this.tbBankOrderNO = new Sunny.UI.UITextBox();
- this.uiLabel32 = new Sunny.UI.UILabel();
- this.tbBankCode = new Sunny.UI.UITextBox();
- this.uiLabel31 = new Sunny.UI.UILabel();
- this.tbAccountMutualAidAmount = new Sunny.UI.UITextBox();
- this.uiLabel22 = new Sunny.UI.UILabel();
- this.tbBalc = new Sunny.UI.UITextBox();
- this.tbHospitalPartAmount = new Sunny.UI.UITextBox();
- this.uiLabel23 = new Sunny.UI.UILabel();
- this.uiLabel24 = new Sunny.UI.UILabel();
- this.tbPsnCashPay = new Sunny.UI.UITextBox();
- this.uiLabel13 = new Sunny.UI.UILabel();
- this.tbPsnAccountPaySummat = new Sunny.UI.UITextBox();
- this.tbPsnSummat = new Sunny.UI.UITextBox();
- this.uiLabel14 = new Sunny.UI.UILabel();
- this.uiLabel15 = new Sunny.UI.UILabel();
- this.tbFundPaySummat = new Sunny.UI.UITextBox();
- this.uiLabel16 = new Sunny.UI.UILabel();
- this.tbOtherPay = new Sunny.UI.UITextBox();
- this.tbAssian = new Sunny.UI.UITextBox();
- this.uiLabel17 = new Sunny.UI.UILabel();
- this.uiLabel18 = new Sunny.UI.UILabel();
- this.tbWorkerLargeMedical = new Sunny.UI.UITextBox();
- this.uiLabel7 = new Sunny.UI.UILabel();
- this.tbHifmi_pay = new Sunny.UI.UITextBox();
- this.tbHifes_pay = new Sunny.UI.UITextBox();
- this.uiLabel8 = new Sunny.UI.UILabel();
- this.uiLabel9 = new Sunny.UI.UILabel();
- this.tbCvlserv_pay = new Sunny.UI.UITextBox();
- this.uiLabel10 = new Sunny.UI.UILabel();
- this.tbInsuFundPayRito = new Sunny.UI.UITextBox();
- this.tbInsuFundPay = new Sunny.UI.UITextBox();
- this.uiLabel11 = new Sunny.UI.UILabel();
- this.uiLabel12 = new Sunny.UI.UILabel();
- this.tbActualPayDeduLine = new Sunny.UI.UITextBox();
- this.uiLabel4 = new Sunny.UI.UILabel();
- this.tbInScopyAmount = new Sunny.UI.UITextBox();
- this.tbPreSelfPay = new Sunny.UI.UITextBox();
- this.uiLabel5 = new Sunny.UI.UILabel();
- this.uiLabel6 = new Sunny.UI.UILabel();
- this.tbOverLimitOwnPay = new Sunny.UI.UITextBox();
- this.uiLabel3 = new Sunny.UI.UILabel();
- this.tbFullOwnPay = new Sunny.UI.UITextBox();
- this.tbSumamt = new Sunny.UI.UITextBox();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.pnlSetlBaseInfo = new Sunny.UI.UIPanel();
- this.tbClearingType = new Sunny.UI.UITextBox();
- this.tbClearingWay = new Sunny.UI.UITextBox();
- this.uiLabel29 = new Sunny.UI.UILabel();
- this.uiLabel19 = new Sunny.UI.UILabel();
- this.tbPersonType = new Sunny.UI.UITextBox();
- this.tbInsuType = new Sunny.UI.UITextBox();
- this.uiLabel27 = new Sunny.UI.UILabel();
- this.uiLabel28 = new Sunny.UI.UILabel();
- this.tbPsnCertNO = new Sunny.UI.UITextBox();
- this.tbPsnCertType = new Sunny.UI.UITextBox();
- this.uiLabel25 = new Sunny.UI.UILabel();
- this.uiLabel26 = new Sunny.UI.UILabel();
- this.tbMedType = new Sunny.UI.UITextBox();
- this.tbAdmCertType = new Sunny.UI.UITextBox();
- this.uiLabel20 = new Sunny.UI.UILabel();
- this.uiLabel21 = new Sunny.UI.UILabel();
- this.uiLabel30 = new Sunny.UI.UILabel();
- this.gbSetldetail = new Sunny.UI.UIGroupBox();
- this.dgvSetlDetail = new Sunny.UI.UIDataGridView();
- this.grbCreditInfo = new System.Windows.Forms.GroupBox();
- this.dgvCreditInfo = new System.Windows.Forms.DataGridView();
- this.bank_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pay_fee = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.bank_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.quota = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.amount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btCreditPreSettlement = new Sunny.UI.UIButton();
- this.Chk_Credit = new Sunny.UI.UICheckBox();
- this.pnlBottom.SuspendLayout();
- this.pnlClient.SuspendLayout();
- this.gbSetlinfo.SuspendLayout();
- this.pnlPayInfo.SuspendLayout();
- this.pnlSetlBaseInfo.SuspendLayout();
- this.gbSetldetail.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSetlDetail)).BeginInit();
- this.grbCreditInfo.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvCreditInfo)).BeginInit();
- this.SuspendLayout();
- //
- // pnlBottom
- //
- this.pnlBottom.Controls.Add(this.btCreditPreSettlement);
- this.pnlBottom.Controls.Add(this.Chk_Credit);
- this.pnlBottom.Controls.Add(this.uiButton2);
- this.pnlBottom.Controls.Add(this.uiButton1);
- this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pnlBottom.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnlBottom.Location = new System.Drawing.Point(0, 737);
- this.pnlBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.pnlBottom.MinimumSize = new System.Drawing.Size(1, 1);
- this.pnlBottom.Name = "pnlBottom";
- this.pnlBottom.Size = new System.Drawing.Size(1165, 65);
- this.pnlBottom.TabIndex = 0;
- this.pnlBottom.Text = null;
- this.pnlBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.pnlBottom.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiButton2
- //
- this.uiButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton2.Location = new System.Drawing.Point(1055, 16);
- this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton2.Name = "uiButton2";
- this.uiButton2.Size = new System.Drawing.Size(100, 38);
- this.uiButton2.TabIndex = 1;
- this.uiButton2.Text = "放弃";
- this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
- //
- // uiButton1
- //
- this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton1.Location = new System.Drawing.Point(919, 16);
- this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton1.Name = "uiButton1";
- this.uiButton1.Size = new System.Drawing.Size(100, 38);
- this.uiButton1.TabIndex = 0;
- this.uiButton1.Text = "结算";
- this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
- //
- // pnlClient
- //
- this.pnlClient.Controls.Add(this.gbSetldetail);
- this.pnlClient.Controls.Add(this.gbSetlinfo);
- this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlClient.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnlClient.Location = new System.Drawing.Point(0, 0);
- this.pnlClient.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.pnlClient.MinimumSize = new System.Drawing.Size(1, 1);
- this.pnlClient.Name = "pnlClient";
- this.pnlClient.Size = new System.Drawing.Size(1165, 737);
- this.pnlClient.TabIndex = 1;
- this.pnlClient.Text = null;
- this.pnlClient.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.pnlClient.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // gbSetlinfo
- //
- this.gbSetlinfo.Controls.Add(this.pnlPayInfo);
- this.gbSetlinfo.Controls.Add(this.pnlSetlBaseInfo);
- this.gbSetlinfo.Controls.Add(this.uiLabel30);
- this.gbSetlinfo.Controls.Add(this.grbCreditInfo);
- this.gbSetlinfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gbSetlinfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbSetlinfo.Location = new System.Drawing.Point(0, 0);
- this.gbSetlinfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.gbSetlinfo.MinimumSize = new System.Drawing.Size(1, 1);
- this.gbSetlinfo.Name = "gbSetlinfo";
- this.gbSetlinfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.gbSetlinfo.Size = new System.Drawing.Size(1165, 737);
- this.gbSetlinfo.TabIndex = 2;
- this.gbSetlinfo.Text = "结算信息";
- this.gbSetlinfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.gbSetlinfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // pnlPayInfo
- //
- this.pnlPayInfo.Controls.Add(this.tbCreditDate);
- this.pnlPayInfo.Controls.Add(this.uiLabel36);
- this.pnlPayInfo.Controls.Add(this.tbTransStatus);
- this.pnlPayInfo.Controls.Add(this.uiLabel35);
- this.pnlPayInfo.Controls.Add(this.tbCreditAgreeNO);
- this.pnlPayInfo.Controls.Add(this.uiLabel33);
- this.pnlPayInfo.Controls.Add(this.tbCreditPayFee);
- this.pnlPayInfo.Controls.Add(this.uiLabel34);
- this.pnlPayInfo.Controls.Add(this.tbBankOrderNO);
- this.pnlPayInfo.Controls.Add(this.uiLabel32);
- this.pnlPayInfo.Controls.Add(this.tbBankCode);
- this.pnlPayInfo.Controls.Add(this.uiLabel31);
- this.pnlPayInfo.Controls.Add(this.tbAccountMutualAidAmount);
- this.pnlPayInfo.Controls.Add(this.uiLabel22);
- this.pnlPayInfo.Controls.Add(this.tbBalc);
- this.pnlPayInfo.Controls.Add(this.tbHospitalPartAmount);
- this.pnlPayInfo.Controls.Add(this.uiLabel23);
- this.pnlPayInfo.Controls.Add(this.uiLabel24);
- this.pnlPayInfo.Controls.Add(this.tbPsnCashPay);
- this.pnlPayInfo.Controls.Add(this.uiLabel13);
- this.pnlPayInfo.Controls.Add(this.tbPsnAccountPaySummat);
- this.pnlPayInfo.Controls.Add(this.tbPsnSummat);
- this.pnlPayInfo.Controls.Add(this.uiLabel14);
- this.pnlPayInfo.Controls.Add(this.uiLabel15);
- this.pnlPayInfo.Controls.Add(this.tbFundPaySummat);
- this.pnlPayInfo.Controls.Add(this.uiLabel16);
- this.pnlPayInfo.Controls.Add(this.tbOtherPay);
- this.pnlPayInfo.Controls.Add(this.tbAssian);
- this.pnlPayInfo.Controls.Add(this.uiLabel17);
- this.pnlPayInfo.Controls.Add(this.uiLabel18);
- this.pnlPayInfo.Controls.Add(this.tbWorkerLargeMedical);
- this.pnlPayInfo.Controls.Add(this.uiLabel7);
- this.pnlPayInfo.Controls.Add(this.tbHifmi_pay);
- this.pnlPayInfo.Controls.Add(this.tbHifes_pay);
- this.pnlPayInfo.Controls.Add(this.uiLabel8);
- this.pnlPayInfo.Controls.Add(this.uiLabel9);
- this.pnlPayInfo.Controls.Add(this.tbCvlserv_pay);
- this.pnlPayInfo.Controls.Add(this.uiLabel10);
- this.pnlPayInfo.Controls.Add(this.tbInsuFundPayRito);
- this.pnlPayInfo.Controls.Add(this.tbInsuFundPay);
- this.pnlPayInfo.Controls.Add(this.uiLabel11);
- this.pnlPayInfo.Controls.Add(this.uiLabel12);
- this.pnlPayInfo.Controls.Add(this.tbActualPayDeduLine);
- this.pnlPayInfo.Controls.Add(this.uiLabel4);
- this.pnlPayInfo.Controls.Add(this.tbInScopyAmount);
- this.pnlPayInfo.Controls.Add(this.tbPreSelfPay);
- this.pnlPayInfo.Controls.Add(this.uiLabel5);
- this.pnlPayInfo.Controls.Add(this.uiLabel6);
- this.pnlPayInfo.Controls.Add(this.tbOverLimitOwnPay);
- this.pnlPayInfo.Controls.Add(this.uiLabel3);
- this.pnlPayInfo.Controls.Add(this.tbFullOwnPay);
- this.pnlPayInfo.Controls.Add(this.tbSumamt);
- this.pnlPayInfo.Controls.Add(this.uiLabel2);
- this.pnlPayInfo.Controls.Add(this.uiLabel1);
- this.pnlPayInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlPayInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnlPayInfo.Location = new System.Drawing.Point(0, 121);
- this.pnlPayInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.pnlPayInfo.MinimumSize = new System.Drawing.Size(1, 1);
- this.pnlPayInfo.Name = "pnlPayInfo";
- this.pnlPayInfo.Size = new System.Drawing.Size(1165, 330);
- this.pnlPayInfo.TabIndex = 1;
- this.pnlPayInfo.Text = null;
- this.pnlPayInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.pnlPayInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.pnlPayInfo.Click += new System.EventHandler(this.pnlPayInfo_Click);
- //
- // tbCreditDate
- //
- this.tbCreditDate.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbCreditDate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbCreditDate.Location = new System.Drawing.Point(613, 271);
- this.tbCreditDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbCreditDate.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbCreditDate.Name = "tbCreditDate";
- this.tbCreditDate.ShowText = false;
- this.tbCreditDate.Size = new System.Drawing.Size(96, 28);
- this.tbCreditDate.TabIndex = 53;
- this.tbCreditDate.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbCreditDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel36
- //
- this.uiLabel36.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel36.Location = new System.Drawing.Point(503, 273);
- this.uiLabel36.Name = "uiLabel36";
- this.uiLabel36.Size = new System.Drawing.Size(100, 23);
- this.uiLabel36.TabIndex = 52;
- this.uiLabel36.Text = "信用支付时间";
- this.uiLabel36.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel36.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbTransStatus
- //
- this.tbTransStatus.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbTransStatus.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbTransStatus.Location = new System.Drawing.Point(877, 227);
- this.tbTransStatus.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbTransStatus.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbTransStatus.Name = "tbTransStatus";
- this.tbTransStatus.ShowText = false;
- this.tbTransStatus.Size = new System.Drawing.Size(100, 29);
- this.tbTransStatus.TabIndex = 51;
- this.tbTransStatus.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbTransStatus.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel35
- //
- this.uiLabel35.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel35.Location = new System.Drawing.Point(732, 231);
- this.uiLabel35.Name = "uiLabel35";
- this.uiLabel35.Size = new System.Drawing.Size(100, 23);
- this.uiLabel35.TabIndex = 50;
- this.uiLabel35.Text = "交易状态";
- this.uiLabel35.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel35.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbCreditAgreeNO
- //
- this.tbCreditAgreeNO.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbCreditAgreeNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbCreditAgreeNO.Location = new System.Drawing.Point(363, 265);
- this.tbCreditAgreeNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbCreditAgreeNO.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbCreditAgreeNO.Name = "tbCreditAgreeNO";
- this.tbCreditAgreeNO.ShowText = false;
- this.tbCreditAgreeNO.Size = new System.Drawing.Size(96, 28);
- this.tbCreditAgreeNO.TabIndex = 49;
- this.tbCreditAgreeNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbCreditAgreeNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel33
- //
- this.uiLabel33.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel33.Location = new System.Drawing.Point(253, 267);
- this.uiLabel33.Name = "uiLabel33";
- this.uiLabel33.Size = new System.Drawing.Size(100, 23);
- this.uiLabel33.TabIndex = 48;
- this.uiLabel33.Text = "订单号";
- this.uiLabel33.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel33.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbCreditPayFee
- //
- this.tbCreditPayFee.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbCreditPayFee.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbCreditPayFee.Location = new System.Drawing.Point(128, 267);
- this.tbCreditPayFee.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbCreditPayFee.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbCreditPayFee.Name = "tbCreditPayFee";
- this.tbCreditPayFee.ShowText = false;
- this.tbCreditPayFee.Size = new System.Drawing.Size(100, 29);
- this.tbCreditPayFee.TabIndex = 47;
- this.tbCreditPayFee.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbCreditPayFee.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel34
- //
- this.uiLabel34.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel34.Location = new System.Drawing.Point(20, 270);
- this.uiLabel34.Name = "uiLabel34";
- this.uiLabel34.Size = new System.Drawing.Size(100, 23);
- this.uiLabel34.TabIndex = 46;
- this.uiLabel34.Text = "信用支付金额";
- this.uiLabel34.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel34.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbBankOrderNO
- //
- this.tbBankOrderNO.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbBankOrderNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbBankOrderNO.Location = new System.Drawing.Point(609, 225);
- this.tbBankOrderNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbBankOrderNO.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbBankOrderNO.Name = "tbBankOrderNO";
- this.tbBankOrderNO.ShowText = false;
- this.tbBankOrderNO.Size = new System.Drawing.Size(100, 29);
- this.tbBankOrderNO.TabIndex = 45;
- this.tbBankOrderNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbBankOrderNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel32
- //
- this.uiLabel32.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel32.Location = new System.Drawing.Point(503, 227);
- this.uiLabel32.Name = "uiLabel32";
- this.uiLabel32.Size = new System.Drawing.Size(100, 23);
- this.uiLabel32.TabIndex = 44;
- this.uiLabel32.Text = "银行订单号";
- this.uiLabel32.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel32.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbBankCode
- //
- this.tbBankCode.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbBankCode.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbBankCode.Location = new System.Drawing.Point(361, 225);
- this.tbBankCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbBankCode.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbBankCode.Name = "tbBankCode";
- this.tbBankCode.ShowText = false;
- this.tbBankCode.Size = new System.Drawing.Size(100, 29);
- this.tbBankCode.TabIndex = 43;
- this.tbBankCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbBankCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel31
- //
- this.uiLabel31.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel31.Location = new System.Drawing.Point(253, 226);
- this.uiLabel31.Name = "uiLabel31";
- this.uiLabel31.Size = new System.Drawing.Size(100, 23);
- this.uiLabel31.TabIndex = 42;
- this.uiLabel31.Text = "银行编码";
- this.uiLabel31.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel31.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbAccountMutualAidAmount
- //
- this.tbAccountMutualAidAmount.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbAccountMutualAidAmount.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbAccountMutualAidAmount.Location = new System.Drawing.Point(877, 105);
- this.tbAccountMutualAidAmount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbAccountMutualAidAmount.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbAccountMutualAidAmount.Name = "tbAccountMutualAidAmount";
- this.tbAccountMutualAidAmount.ShowText = false;
- this.tbAccountMutualAidAmount.Size = new System.Drawing.Size(100, 27);
- this.tbAccountMutualAidAmount.TabIndex = 41;
- this.tbAccountMutualAidAmount.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbAccountMutualAidAmount.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel22
- //
- this.uiLabel22.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel22.Location = new System.Drawing.Point(730, 107);
- this.uiLabel22.Name = "uiLabel22";
- this.uiLabel22.Size = new System.Drawing.Size(112, 23);
- this.uiLabel22.TabIndex = 40;
- this.uiLabel22.Text = "个人账户共济";
- this.uiLabel22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel22.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbBalc
- //
- this.tbBalc.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbBalc.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbBalc.Location = new System.Drawing.Point(877, 62);
- this.tbBalc.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbBalc.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbBalc.Name = "tbBalc";
- this.tbBalc.ShowText = false;
- this.tbBalc.Size = new System.Drawing.Size(100, 27);
- this.tbBalc.TabIndex = 39;
- this.tbBalc.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbBalc.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbHospitalPartAmount
- //
- this.tbHospitalPartAmount.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbHospitalPartAmount.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbHospitalPartAmount.Location = new System.Drawing.Point(877, 19);
- this.tbHospitalPartAmount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbHospitalPartAmount.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbHospitalPartAmount.Name = "tbHospitalPartAmount";
- this.tbHospitalPartAmount.ShowText = false;
- this.tbHospitalPartAmount.Size = new System.Drawing.Size(100, 27);
- this.tbHospitalPartAmount.TabIndex = 38;
- this.tbHospitalPartAmount.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbHospitalPartAmount.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel23
- //
- this.uiLabel23.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel23.Location = new System.Drawing.Point(730, 65);
- this.uiLabel23.Name = "uiLabel23";
- this.uiLabel23.Size = new System.Drawing.Size(112, 23);
- this.uiLabel23.TabIndex = 37;
- this.uiLabel23.Text = "医保账户余额";
- this.uiLabel23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel23.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel24
- //
- this.uiLabel24.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel24.Location = new System.Drawing.Point(730, 23);
- this.uiLabel24.Name = "uiLabel24";
- this.uiLabel24.Size = new System.Drawing.Size(112, 23);
- this.uiLabel24.TabIndex = 36;
- this.uiLabel24.Text = "医院负担金额";
- this.uiLabel24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel24.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbPsnCashPay
- //
- this.tbPsnCashPay.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbPsnCashPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPsnCashPay.Location = new System.Drawing.Point(609, 185);
- this.tbPsnCashPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbPsnCashPay.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbPsnCashPay.Name = "tbPsnCashPay";
- this.tbPsnCashPay.ShowText = false;
- this.tbPsnCashPay.Size = new System.Drawing.Size(100, 29);
- this.tbPsnCashPay.TabIndex = 35;
- this.tbPsnCashPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbPsnCashPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel13
- //
- this.uiLabel13.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel13.Location = new System.Drawing.Point(502, 181);
- this.uiLabel13.Name = "uiLabel13";
- this.uiLabel13.Size = new System.Drawing.Size(100, 23);
- this.uiLabel13.TabIndex = 34;
- this.uiLabel13.Text = "个人现金支付";
- this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbPsnAccountPaySummat
- //
- this.tbPsnAccountPaySummat.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbPsnAccountPaySummat.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPsnAccountPaySummat.Location = new System.Drawing.Point(609, 144);
- this.tbPsnAccountPaySummat.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbPsnAccountPaySummat.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbPsnAccountPaySummat.Name = "tbPsnAccountPaySummat";
- this.tbPsnAccountPaySummat.ShowText = false;
- this.tbPsnAccountPaySummat.Size = new System.Drawing.Size(100, 29);
- this.tbPsnAccountPaySummat.TabIndex = 33;
- this.tbPsnAccountPaySummat.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbPsnAccountPaySummat.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbPsnSummat
- //
- this.tbPsnSummat.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbPsnSummat.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPsnSummat.Location = new System.Drawing.Point(609, 103);
- this.tbPsnSummat.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbPsnSummat.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbPsnSummat.Name = "tbPsnSummat";
- this.tbPsnSummat.ShowText = false;
- this.tbPsnSummat.Size = new System.Drawing.Size(100, 29);
- this.tbPsnSummat.TabIndex = 32;
- this.tbPsnSummat.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbPsnSummat.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel14
- //
- this.uiLabel14.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel14.Location = new System.Drawing.Point(502, 142);
- this.uiLabel14.Name = "uiLabel14";
- this.uiLabel14.Size = new System.Drawing.Size(100, 23);
- this.uiLabel14.TabIndex = 31;
- this.uiLabel14.Text = "个人账户支付";
- this.uiLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel14.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel15
- //
- this.uiLabel15.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel15.Location = new System.Drawing.Point(502, 103);
- this.uiLabel15.Name = "uiLabel15";
- this.uiLabel15.Size = new System.Drawing.Size(100, 23);
- this.uiLabel15.TabIndex = 30;
- this.uiLabel15.Text = "个人负担总金额";
- this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel15.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbFundPaySummat
- //
- this.tbFundPaySummat.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbFundPaySummat.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbFundPaySummat.Location = new System.Drawing.Point(609, 62);
- this.tbFundPaySummat.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbFundPaySummat.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbFundPaySummat.Name = "tbFundPaySummat";
- this.tbFundPaySummat.ShowText = false;
- this.tbFundPaySummat.Size = new System.Drawing.Size(100, 29);
- this.tbFundPaySummat.TabIndex = 29;
- this.tbFundPaySummat.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbFundPaySummat.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel16
- //
- this.uiLabel16.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel16.Location = new System.Drawing.Point(502, 64);
- this.uiLabel16.Name = "uiLabel16";
- this.uiLabel16.Size = new System.Drawing.Size(100, 23);
- this.uiLabel16.TabIndex = 28;
- this.uiLabel16.Text = "基金支付总额";
- this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel16.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbOtherPay
- //
- this.tbOtherPay.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbOtherPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbOtherPay.Location = new System.Drawing.Point(128, 183);
- this.tbOtherPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbOtherPay.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbOtherPay.Name = "tbOtherPay";
- this.tbOtherPay.ShowText = false;
- this.tbOtherPay.Size = new System.Drawing.Size(100, 29);
- this.tbOtherPay.TabIndex = 27;
- this.tbOtherPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbOtherPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbAssian
- //
- this.tbAssian.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbAssian.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbAssian.Location = new System.Drawing.Point(609, 19);
- this.tbAssian.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbAssian.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbAssian.Name = "tbAssian";
- this.tbAssian.ShowText = false;
- this.tbAssian.Size = new System.Drawing.Size(100, 29);
- this.tbAssian.TabIndex = 26;
- this.tbAssian.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbAssian.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel17
- //
- this.uiLabel17.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel17.Location = new System.Drawing.Point(21, 187);
- this.uiLabel17.Name = "uiLabel17";
- this.uiLabel17.Size = new System.Drawing.Size(100, 23);
- this.uiLabel17.TabIndex = 25;
- this.uiLabel17.Text = "其他支出";
- this.uiLabel17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel17.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel18
- //
- this.uiLabel18.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel18.Location = new System.Drawing.Point(502, 25);
- this.uiLabel18.Name = "uiLabel18";
- this.uiLabel18.Size = new System.Drawing.Size(100, 23);
- this.uiLabel18.TabIndex = 24;
- this.uiLabel18.Text = "医疗救助";
- this.uiLabel18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel18.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbWorkerLargeMedical
- //
- this.tbWorkerLargeMedical.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbWorkerLargeMedical.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbWorkerLargeMedical.Location = new System.Drawing.Point(361, 185);
- this.tbWorkerLargeMedical.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbWorkerLargeMedical.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbWorkerLargeMedical.Name = "tbWorkerLargeMedical";
- this.tbWorkerLargeMedical.ShowText = false;
- this.tbWorkerLargeMedical.Size = new System.Drawing.Size(100, 29);
- this.tbWorkerLargeMedical.TabIndex = 23;
- this.tbWorkerLargeMedical.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbWorkerLargeMedical.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel7
- //
- this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel7.Location = new System.Drawing.Point(253, 181);
- this.uiLabel7.Name = "uiLabel7";
- this.uiLabel7.Size = new System.Drawing.Size(100, 23);
- this.uiLabel7.TabIndex = 22;
- this.uiLabel7.Text = "职工大额医疗";
- this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbHifmi_pay
- //
- this.tbHifmi_pay.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbHifmi_pay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbHifmi_pay.Location = new System.Drawing.Point(361, 144);
- this.tbHifmi_pay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbHifmi_pay.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbHifmi_pay.Name = "tbHifmi_pay";
- this.tbHifmi_pay.ShowText = false;
- this.tbHifmi_pay.Size = new System.Drawing.Size(100, 29);
- this.tbHifmi_pay.TabIndex = 21;
- this.tbHifmi_pay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbHifmi_pay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbHifes_pay
- //
- this.tbHifes_pay.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbHifes_pay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbHifes_pay.Location = new System.Drawing.Point(361, 103);
- this.tbHifes_pay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbHifes_pay.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbHifes_pay.Name = "tbHifes_pay";
- this.tbHifes_pay.ShowText = false;
- this.tbHifes_pay.Size = new System.Drawing.Size(100, 29);
- this.tbHifes_pay.TabIndex = 20;
- this.tbHifes_pay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbHifes_pay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel8
- //
- this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel8.Location = new System.Drawing.Point(253, 142);
- this.uiLabel8.Name = "uiLabel8";
- this.uiLabel8.Size = new System.Drawing.Size(100, 23);
- this.uiLabel8.TabIndex = 19;
- this.uiLabel8.Text = "居民大病保险";
- this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel9
- //
- this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel9.Location = new System.Drawing.Point(253, 103);
- this.uiLabel9.Name = "uiLabel9";
- this.uiLabel9.Size = new System.Drawing.Size(100, 23);
- this.uiLabel9.TabIndex = 18;
- this.uiLabel9.Text = "企业补充医疗";
- this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbCvlserv_pay
- //
- this.tbCvlserv_pay.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbCvlserv_pay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbCvlserv_pay.Location = new System.Drawing.Point(361, 62);
- this.tbCvlserv_pay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbCvlserv_pay.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbCvlserv_pay.Name = "tbCvlserv_pay";
- this.tbCvlserv_pay.ShowText = false;
- this.tbCvlserv_pay.Size = new System.Drawing.Size(100, 29);
- this.tbCvlserv_pay.TabIndex = 17;
- this.tbCvlserv_pay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbCvlserv_pay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel10
- //
- this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel10.Location = new System.Drawing.Point(253, 64);
- this.uiLabel10.Name = "uiLabel10";
- this.uiLabel10.Size = new System.Drawing.Size(100, 23);
- this.uiLabel10.TabIndex = 16;
- this.uiLabel10.Text = "公务员医疗补助";
- this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbInsuFundPayRito
- //
- this.tbInsuFundPayRito.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbInsuFundPayRito.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbInsuFundPayRito.Location = new System.Drawing.Point(877, 148);
- this.tbInsuFundPayRito.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbInsuFundPayRito.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbInsuFundPayRito.Name = "tbInsuFundPayRito";
- this.tbInsuFundPayRito.ShowText = false;
- this.tbInsuFundPayRito.Size = new System.Drawing.Size(100, 27);
- this.tbInsuFundPayRito.TabIndex = 15;
- this.tbInsuFundPayRito.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbInsuFundPayRito.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbInsuFundPay
- //
- this.tbInsuFundPay.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbInsuFundPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbInsuFundPay.Location = new System.Drawing.Point(361, 19);
- this.tbInsuFundPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbInsuFundPay.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbInsuFundPay.Name = "tbInsuFundPay";
- this.tbInsuFundPay.ShowText = false;
- this.tbInsuFundPay.Size = new System.Drawing.Size(100, 29);
- this.tbInsuFundPay.TabIndex = 14;
- this.tbInsuFundPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbInsuFundPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel11
- //
- this.uiLabel11.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel11.Location = new System.Drawing.Point(730, 149);
- this.uiLabel11.Name = "uiLabel11";
- this.uiLabel11.Size = new System.Drawing.Size(146, 23);
- this.uiLabel11.TabIndex = 13;
- this.uiLabel11.Text = "统筹基金支付比例";
- this.uiLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel11.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel12
- //
- this.uiLabel12.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel12.Location = new System.Drawing.Point(253, 25);
- this.uiLabel12.Name = "uiLabel12";
- this.uiLabel12.Size = new System.Drawing.Size(100, 23);
- this.uiLabel12.TabIndex = 12;
- this.uiLabel12.Text = "统筹基金支出";
- this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel12.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbActualPayDeduLine
- //
- this.tbActualPayDeduLine.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbActualPayDeduLine.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbActualPayDeduLine.Location = new System.Drawing.Point(128, 224);
- this.tbActualPayDeduLine.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbActualPayDeduLine.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbActualPayDeduLine.Name = "tbActualPayDeduLine";
- this.tbActualPayDeduLine.ShowText = false;
- this.tbActualPayDeduLine.Size = new System.Drawing.Size(100, 29);
- this.tbActualPayDeduLine.TabIndex = 11;
- this.tbActualPayDeduLine.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbActualPayDeduLine.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel4
- //
- this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel4.Location = new System.Drawing.Point(21, 223);
- this.uiLabel4.Name = "uiLabel4";
- this.uiLabel4.Size = new System.Drawing.Size(100, 23);
- this.uiLabel4.TabIndex = 10;
- this.uiLabel4.Text = "实际支付起付线";
- this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbInScopyAmount
- //
- this.tbInScopyAmount.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbInScopyAmount.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbInScopyAmount.Location = new System.Drawing.Point(877, 191);
- this.tbInScopyAmount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbInScopyAmount.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbInScopyAmount.Name = "tbInScopyAmount";
- this.tbInScopyAmount.ShowText = false;
- this.tbInScopyAmount.Size = new System.Drawing.Size(100, 27);
- this.tbInScopyAmount.TabIndex = 9;
- this.tbInScopyAmount.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbInScopyAmount.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbPreSelfPay
- //
- this.tbPreSelfPay.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbPreSelfPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPreSelfPay.Location = new System.Drawing.Point(128, 142);
- this.tbPreSelfPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbPreSelfPay.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbPreSelfPay.Name = "tbPreSelfPay";
- this.tbPreSelfPay.ShowText = false;
- this.tbPreSelfPay.Size = new System.Drawing.Size(100, 29);
- this.tbPreSelfPay.TabIndex = 8;
- this.tbPreSelfPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbPreSelfPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel5
- //
- this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel5.Location = new System.Drawing.Point(730, 191);
- this.uiLabel5.Name = "uiLabel5";
- this.uiLabel5.Size = new System.Drawing.Size(146, 23);
- this.uiLabel5.TabIndex = 7;
- this.uiLabel5.Text = "符合政策范围金额";
- this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel6
- //
- this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel6.Location = new System.Drawing.Point(21, 143);
- this.uiLabel6.Name = "uiLabel6";
- this.uiLabel6.Size = new System.Drawing.Size(100, 23);
- this.uiLabel6.TabIndex = 6;
- this.uiLabel6.Text = "先行自付金额";
- this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbOverLimitOwnPay
- //
- this.tbOverLimitOwnPay.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbOverLimitOwnPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbOverLimitOwnPay.Location = new System.Drawing.Point(128, 101);
- this.tbOverLimitOwnPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbOverLimitOwnPay.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbOverLimitOwnPay.Name = "tbOverLimitOwnPay";
- this.tbOverLimitOwnPay.ShowText = false;
- this.tbOverLimitOwnPay.Size = new System.Drawing.Size(100, 29);
- this.tbOverLimitOwnPay.TabIndex = 5;
- this.tbOverLimitOwnPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbOverLimitOwnPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel3
- //
- this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel3.Location = new System.Drawing.Point(21, 103);
- this.uiLabel3.Name = "uiLabel3";
- this.uiLabel3.Size = new System.Drawing.Size(100, 23);
- this.uiLabel3.TabIndex = 4;
- this.uiLabel3.Text = "超限价自费费用";
- this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbFullOwnPay
- //
- this.tbFullOwnPay.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbFullOwnPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbFullOwnPay.Location = new System.Drawing.Point(128, 60);
- this.tbFullOwnPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbFullOwnPay.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbFullOwnPay.Name = "tbFullOwnPay";
- this.tbFullOwnPay.ShowText = false;
- this.tbFullOwnPay.Size = new System.Drawing.Size(100, 29);
- this.tbFullOwnPay.TabIndex = 3;
- this.tbFullOwnPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbFullOwnPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbSumamt
- //
- this.tbSumamt.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbSumamt.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbSumamt.Location = new System.Drawing.Point(128, 19);
- this.tbSumamt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbSumamt.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbSumamt.Name = "tbSumamt";
- this.tbSumamt.ShowText = false;
- this.tbSumamt.Size = new System.Drawing.Size(100, 29);
- this.tbSumamt.TabIndex = 2;
- this.tbSumamt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbSumamt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel2
- //
- this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel2.Location = new System.Drawing.Point(21, 63);
- this.uiLabel2.Name = "uiLabel2";
- this.uiLabel2.Size = new System.Drawing.Size(100, 23);
- this.uiLabel2.TabIndex = 1;
- this.uiLabel2.Text = "全自费金额";
- this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel1
- //
- this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel1.Location = new System.Drawing.Point(21, 23);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(100, 23);
- this.uiLabel1.TabIndex = 0;
- this.uiLabel1.Text = "医疗费总额";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // pnlSetlBaseInfo
- //
- this.pnlSetlBaseInfo.Controls.Add(this.tbClearingType);
- this.pnlSetlBaseInfo.Controls.Add(this.tbClearingWay);
- this.pnlSetlBaseInfo.Controls.Add(this.uiLabel29);
- this.pnlSetlBaseInfo.Controls.Add(this.uiLabel19);
- this.pnlSetlBaseInfo.Controls.Add(this.tbPersonType);
- this.pnlSetlBaseInfo.Controls.Add(this.tbInsuType);
- this.pnlSetlBaseInfo.Controls.Add(this.uiLabel27);
- this.pnlSetlBaseInfo.Controls.Add(this.uiLabel28);
- this.pnlSetlBaseInfo.Controls.Add(this.tbPsnCertNO);
- this.pnlSetlBaseInfo.Controls.Add(this.tbPsnCertType);
- this.pnlSetlBaseInfo.Controls.Add(this.uiLabel25);
- this.pnlSetlBaseInfo.Controls.Add(this.uiLabel26);
- this.pnlSetlBaseInfo.Controls.Add(this.tbMedType);
- this.pnlSetlBaseInfo.Controls.Add(this.tbAdmCertType);
- this.pnlSetlBaseInfo.Controls.Add(this.uiLabel20);
- this.pnlSetlBaseInfo.Controls.Add(this.uiLabel21);
- this.pnlSetlBaseInfo.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnlSetlBaseInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnlSetlBaseInfo.Location = new System.Drawing.Point(0, 32);
- this.pnlSetlBaseInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.pnlSetlBaseInfo.MinimumSize = new System.Drawing.Size(1, 1);
- this.pnlSetlBaseInfo.Name = "pnlSetlBaseInfo";
- this.pnlSetlBaseInfo.Size = new System.Drawing.Size(1165, 89);
- this.pnlSetlBaseInfo.TabIndex = 0;
- this.pnlSetlBaseInfo.Text = null;
- this.pnlSetlBaseInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.pnlSetlBaseInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbClearingType
- //
- this.tbClearingType.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbClearingType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbClearingType.Location = new System.Drawing.Point(877, 50);
- this.tbClearingType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbClearingType.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbClearingType.Name = "tbClearingType";
- this.tbClearingType.ShowText = false;
- this.tbClearingType.Size = new System.Drawing.Size(100, 27);
- this.tbClearingType.TabIndex = 61;
- this.tbClearingType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbClearingType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbClearingWay
- //
- this.tbClearingWay.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbClearingWay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbClearingWay.Location = new System.Drawing.Point(877, 13);
- this.tbClearingWay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbClearingWay.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbClearingWay.Name = "tbClearingWay";
- this.tbClearingWay.ShowText = false;
- this.tbClearingWay.Size = new System.Drawing.Size(100, 27);
- this.tbClearingWay.TabIndex = 60;
- this.tbClearingWay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbClearingWay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel29
- //
- this.uiLabel29.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel29.Location = new System.Drawing.Point(785, 49);
- this.uiLabel29.Name = "uiLabel29";
- this.uiLabel29.Size = new System.Drawing.Size(81, 23);
- this.uiLabel29.TabIndex = 62;
- this.uiLabel29.Text = "清算类别";
- this.uiLabel29.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel29.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel19
- //
- this.uiLabel19.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel19.Location = new System.Drawing.Point(785, 14);
- this.uiLabel19.Name = "uiLabel19";
- this.uiLabel19.Size = new System.Drawing.Size(81, 23);
- this.uiLabel19.TabIndex = 60;
- this.uiLabel19.Text = "清算方式";
- this.uiLabel19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel19.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbPersonType
- //
- this.tbPersonType.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbPersonType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPersonType.Location = new System.Drawing.Point(650, 50);
- this.tbPersonType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbPersonType.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbPersonType.Name = "tbPersonType";
- this.tbPersonType.ShowText = false;
- this.tbPersonType.Size = new System.Drawing.Size(100, 25);
- this.tbPersonType.TabIndex = 57;
- this.tbPersonType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbPersonType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbInsuType
- //
- this.tbInsuType.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbInsuType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbInsuType.Location = new System.Drawing.Point(650, 12);
- this.tbInsuType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbInsuType.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbInsuType.Name = "tbInsuType";
- this.tbInsuType.ShowText = false;
- this.tbInsuType.Size = new System.Drawing.Size(100, 25);
- this.tbInsuType.TabIndex = 56;
- this.tbInsuType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbInsuType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel27
- //
- this.uiLabel27.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel27.Location = new System.Drawing.Point(562, 49);
- this.uiLabel27.Name = "uiLabel27";
- this.uiLabel27.Size = new System.Drawing.Size(81, 23);
- this.uiLabel27.TabIndex = 55;
- this.uiLabel27.Text = "人员类别";
- this.uiLabel27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel27.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel28
- //
- this.uiLabel28.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel28.Location = new System.Drawing.Point(562, 14);
- this.uiLabel28.Name = "uiLabel28";
- this.uiLabel28.Size = new System.Drawing.Size(81, 23);
- this.uiLabel28.TabIndex = 54;
- this.uiLabel28.Text = "险种类型";
- this.uiLabel28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel28.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbPsnCertNO
- //
- this.tbPsnCertNO.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbPsnCertNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPsnCertNO.Location = new System.Drawing.Point(330, 50);
- this.tbPsnCertNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbPsnCertNO.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbPsnCertNO.Name = "tbPsnCertNO";
- this.tbPsnCertNO.ShowText = false;
- this.tbPsnCertNO.Size = new System.Drawing.Size(192, 25);
- this.tbPsnCertNO.TabIndex = 53;
- this.tbPsnCertNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbPsnCertNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbPsnCertType
- //
- this.tbPsnCertType.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbPsnCertType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPsnCertType.Location = new System.Drawing.Point(331, 12);
- this.tbPsnCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbPsnCertType.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbPsnCertType.Name = "tbPsnCertType";
- this.tbPsnCertType.ShowText = false;
- this.tbPsnCertType.Size = new System.Drawing.Size(191, 27);
- this.tbPsnCertType.TabIndex = 52;
- this.tbPsnCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbPsnCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel25
- //
- this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel25.Location = new System.Drawing.Point(244, 49);
- this.uiLabel25.Name = "uiLabel25";
- this.uiLabel25.Size = new System.Drawing.Size(81, 23);
- this.uiLabel25.TabIndex = 51;
- this.uiLabel25.Text = "证件号码";
- this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel25.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel26
- //
- this.uiLabel26.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel26.Location = new System.Drawing.Point(244, 14);
- this.uiLabel26.Name = "uiLabel26";
- this.uiLabel26.Size = new System.Drawing.Size(81, 23);
- this.uiLabel26.TabIndex = 50;
- this.uiLabel26.Text = "证件类型";
- this.uiLabel26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel26.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbMedType
- //
- this.tbMedType.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbMedType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbMedType.Location = new System.Drawing.Point(112, 50);
- this.tbMedType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbMedType.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbMedType.Name = "tbMedType";
- this.tbMedType.ShowText = false;
- this.tbMedType.Size = new System.Drawing.Size(100, 25);
- this.tbMedType.TabIndex = 49;
- this.tbMedType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbMedType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbAdmCertType
- //
- this.tbAdmCertType.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbAdmCertType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbAdmCertType.Location = new System.Drawing.Point(113, 12);
- this.tbAdmCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbAdmCertType.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbAdmCertType.Name = "tbAdmCertType";
- this.tbAdmCertType.ShowText = false;
- this.tbAdmCertType.Size = new System.Drawing.Size(100, 27);
- this.tbAdmCertType.TabIndex = 48;
- this.tbAdmCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbAdmCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel20
- //
- this.uiLabel20.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel20.Location = new System.Drawing.Point(22, 49);
- this.uiLabel20.Name = "uiLabel20";
- this.uiLabel20.Size = new System.Drawing.Size(81, 23);
- this.uiLabel20.TabIndex = 47;
- this.uiLabel20.Text = "医疗类别";
- this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel21
- //
- this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel21.Location = new System.Drawing.Point(22, 14);
- this.uiLabel21.Name = "uiLabel21";
- this.uiLabel21.Size = new System.Drawing.Size(81, 23);
- this.uiLabel21.TabIndex = 46;
- this.uiLabel21.Text = "凭证类型";
- this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel30
- //
- this.uiLabel30.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel30.Location = new System.Drawing.Point(716, 34);
- this.uiLabel30.Name = "uiLabel30";
- this.uiLabel30.Size = new System.Drawing.Size(100, 23);
- this.uiLabel30.TabIndex = 58;
- this.uiLabel30.Text = "医疗费总额";
- this.uiLabel30.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel30.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // gbSetldetail
- //
- this.gbSetldetail.Controls.Add(this.dgvSetlDetail);
- this.gbSetldetail.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.gbSetldetail.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbSetldetail.Location = new System.Drawing.Point(0, 615);
- this.gbSetldetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.gbSetldetail.MinimumSize = new System.Drawing.Size(1, 1);
- this.gbSetldetail.Name = "gbSetldetail";
- this.gbSetldetail.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.gbSetldetail.Size = new System.Drawing.Size(1165, 122);
- this.gbSetldetail.TabIndex = 1;
- this.gbSetldetail.Text = "结算基金分项信息";
- this.gbSetldetail.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.gbSetldetail.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dgvSetlDetail
- //
- this.dgvSetlDetail.AllowUserToAddRows = false;
- dataGridViewCellStyle31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvSetlDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle31;
- this.dgvSetlDetail.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvSetlDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle32.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle32.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle32.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvSetlDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle32;
- this.dgvSetlDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle33.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle33.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle33.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle33.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle33.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle33.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvSetlDetail.DefaultCellStyle = dataGridViewCellStyle33;
- this.dgvSetlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvSetlDetail.EnableHeadersVisualStyles = false;
- this.dgvSetlDetail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvSetlDetail.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvSetlDetail.Location = new System.Drawing.Point(0, 32);
- this.dgvSetlDetail.Name = "dgvSetlDetail";
- dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle34.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle34.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle34.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvSetlDetail.RowHeadersDefaultCellStyle = dataGridViewCellStyle34;
- this.dgvSetlDetail.RowHeadersWidth = 51;
- dataGridViewCellStyle35.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle35.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle35.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle35.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle35.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvSetlDetail.RowsDefaultCellStyle = dataGridViewCellStyle35;
- this.dgvSetlDetail.RowTemplate.Height = 23;
- this.dgvSetlDetail.SelectedIndex = -1;
- this.dgvSetlDetail.Size = new System.Drawing.Size(1165, 90);
- this.dgvSetlDetail.TabIndex = 1;
- this.dgvSetlDetail.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // grbCreditInfo
- //
- this.grbCreditInfo.Controls.Add(this.dgvCreditInfo);
- this.grbCreditInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.grbCreditInfo.Location = new System.Drawing.Point(0, 451);
- this.grbCreditInfo.Name = "grbCreditInfo";
- this.grbCreditInfo.Size = new System.Drawing.Size(1165, 286);
- this.grbCreditInfo.TabIndex = 59;
- this.grbCreditInfo.TabStop = false;
- this.grbCreditInfo.Text = "信用支付银行信息";
- //
- // dgvCreditInfo
- //
- this.dgvCreditInfo.AllowUserToAddRows = false;
- this.dgvCreditInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
- dataGridViewCellStyle36.BackColor = System.Drawing.SystemColors.ButtonShadow;
- dataGridViewCellStyle36.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle36.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle36.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle36.SelectionForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle36.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvCreditInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle36;
- this.dgvCreditInfo.ColumnHeadersHeight = 40;
- this.dgvCreditInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvCreditInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.bank_code,
- this.pay_fee,
- this.bank_name,
- this.quota,
- this.amount});
- this.dgvCreditInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvCreditInfo.Location = new System.Drawing.Point(3, 21);
- this.dgvCreditInfo.Name = "dgvCreditInfo";
- this.dgvCreditInfo.RowHeadersWidth = 51;
- this.dgvCreditInfo.RowTemplate.Height = 30;
- this.dgvCreditInfo.Size = new System.Drawing.Size(1159, 262);
- this.dgvCreditInfo.TabIndex = 4;
- //
- // bank_code
- //
- this.bank_code.DataPropertyName = "bank_code";
- this.bank_code.FillWeight = 110F;
- this.bank_code.HeaderText = "银行编码";
- this.bank_code.MinimumWidth = 110;
- this.bank_code.Name = "bank_code";
- this.bank_code.Width = 110;
- //
- // pay_fee
- //
- this.pay_fee.DataPropertyName = "pay_fee";
- this.pay_fee.HeaderText = "支付金额";
- this.pay_fee.Name = "pay_fee";
- //
- // bank_name
- //
- this.bank_name.DataPropertyName = "bank_code";
- this.bank_name.FillWeight = 75F;
- this.bank_name.HeaderText = "银行名称";
- this.bank_name.MinimumWidth = 75;
- this.bank_name.Name = "bank_name";
- this.bank_name.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.bank_name.Width = 200;
- //
- // quota
- //
- this.quota.DataPropertyName = "quota";
- this.quota.FillWeight = 60F;
- this.quota.HeaderText = "剩余额度";
- this.quota.MinimumWidth = 60;
- this.quota.Name = "quota";
- this.quota.Width = 120;
- //
- // amount
- //
- this.amount.DataPropertyName = "amount";
- this.amount.HeaderText = "授信金额";
- this.amount.Name = "amount";
- //
- // btCreditPreSettlement
- //
- this.btCreditPreSettlement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btCreditPreSettlement.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btCreditPreSettlement.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btCreditPreSettlement.Location = new System.Drawing.Point(699, 16);
- this.btCreditPreSettlement.MinimumSize = new System.Drawing.Size(1, 1);
- this.btCreditPreSettlement.Name = "btCreditPreSettlement";
- this.btCreditPreSettlement.Size = new System.Drawing.Size(193, 38);
- this.btCreditPreSettlement.TabIndex = 28;
- this.btCreditPreSettlement.Text = "信用授权预结算";
- this.btCreditPreSettlement.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btCreditPreSettlement.Visible = false;
- this.btCreditPreSettlement.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btCreditPreSettlement.Click += new System.EventHandler(this.btCreditPreSettlement_Click);
- //
- // Chk_Credit
- //
- this.Chk_Credit.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Chk_Credit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Chk_Credit.Location = new System.Drawing.Point(12, 16);
- this.Chk_Credit.MinimumSize = new System.Drawing.Size(1, 1);
- this.Chk_Credit.Name = "Chk_Credit";
- this.Chk_Credit.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.Chk_Credit.Size = new System.Drawing.Size(150, 29);
- this.Chk_Credit.TabIndex = 27;
- this.Chk_Credit.Text = "启用信用授权";
- this.Chk_Credit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // SettlementInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1165, 802);
- this.Controls.Add(this.pnlClient);
- this.Controls.Add(this.pnlBottom);
- this.Name = "SettlementInfo";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "患者结算信息一览表";
- this.Load += new System.EventHandler(this.SettlementInfo_Load);
- this.pnlBottom.ResumeLayout(false);
- this.pnlClient.ResumeLayout(false);
- this.gbSetlinfo.ResumeLayout(false);
- this.pnlPayInfo.ResumeLayout(false);
- this.pnlSetlBaseInfo.ResumeLayout(false);
- this.gbSetldetail.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvSetlDetail)).EndInit();
- this.grbCreditInfo.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvCreditInfo)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIPanel pnlBottom;
- private Sunny.UI.UIPanel pnlClient;
- private Sunny.UI.UIGroupBox gbSetlinfo;
- private Sunny.UI.UIGroupBox gbSetldetail;
- private Sunny.UI.UIDataGridView dgvSetlDetail;
- private Sunny.UI.UIPanel pnlPayInfo;
- private Sunny.UI.UITextBox tbOverLimitOwnPay;
- private Sunny.UI.UILabel uiLabel3;
- private Sunny.UI.UITextBox tbFullOwnPay;
- private Sunny.UI.UITextBox tbSumamt;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UIPanel pnlSetlBaseInfo;
- private Sunny.UI.UITextBox tbAccountMutualAidAmount;
- private Sunny.UI.UILabel uiLabel22;
- private Sunny.UI.UITextBox tbBalc;
- private Sunny.UI.UITextBox tbHospitalPartAmount;
- private Sunny.UI.UILabel uiLabel23;
- private Sunny.UI.UILabel uiLabel24;
- private Sunny.UI.UITextBox tbPsnCashPay;
- private Sunny.UI.UILabel uiLabel13;
- private Sunny.UI.UITextBox tbPsnAccountPaySummat;
- private Sunny.UI.UITextBox tbPsnSummat;
- private Sunny.UI.UILabel uiLabel14;
- private Sunny.UI.UILabel uiLabel15;
- private Sunny.UI.UITextBox tbFundPaySummat;
- private Sunny.UI.UILabel uiLabel16;
- private Sunny.UI.UITextBox tbOtherPay;
- private Sunny.UI.UITextBox tbAssian;
- private Sunny.UI.UILabel uiLabel17;
- private Sunny.UI.UILabel uiLabel18;
- private Sunny.UI.UITextBox tbWorkerLargeMedical;
- private Sunny.UI.UILabel uiLabel7;
- private Sunny.UI.UITextBox tbHifmi_pay;
- private Sunny.UI.UITextBox tbHifes_pay;
- private Sunny.UI.UILabel uiLabel8;
- private Sunny.UI.UILabel uiLabel9;
- private Sunny.UI.UITextBox tbCvlserv_pay;
- private Sunny.UI.UILabel uiLabel10;
- private Sunny.UI.UITextBox tbInsuFundPayRito;
- private Sunny.UI.UITextBox tbInsuFundPay;
- private Sunny.UI.UILabel uiLabel11;
- private Sunny.UI.UILabel uiLabel12;
- private Sunny.UI.UITextBox tbActualPayDeduLine;
- private Sunny.UI.UILabel uiLabel4;
- private Sunny.UI.UITextBox tbInScopyAmount;
- private Sunny.UI.UITextBox tbPreSelfPay;
- private Sunny.UI.UILabel uiLabel5;
- private Sunny.UI.UILabel uiLabel6;
- private Sunny.UI.UITextBox tbClearingWay;
- private Sunny.UI.UILabel uiLabel19;
- private Sunny.UI.UITextBox tbPersonType;
- private Sunny.UI.UITextBox tbInsuType;
- private Sunny.UI.UILabel uiLabel27;
- private Sunny.UI.UILabel uiLabel28;
- private Sunny.UI.UITextBox tbPsnCertNO;
- private Sunny.UI.UITextBox tbPsnCertType;
- private Sunny.UI.UILabel uiLabel25;
- private Sunny.UI.UILabel uiLabel26;
- private Sunny.UI.UITextBox tbMedType;
- private Sunny.UI.UITextBox tbAdmCertType;
- private Sunny.UI.UILabel uiLabel20;
- private Sunny.UI.UILabel uiLabel21;
- private Sunny.UI.UILabel uiLabel30;
- private Sunny.UI.UIButton uiButton1;
- private Sunny.UI.UITextBox tbClearingType;
- private Sunny.UI.UILabel uiLabel29;
- private Sunny.UI.UIButton uiButton2;
- private Sunny.UI.UITextBox tbTransStatus;
- private Sunny.UI.UILabel uiLabel35;
- private Sunny.UI.UITextBox tbCreditAgreeNO;
- private Sunny.UI.UILabel uiLabel33;
- private Sunny.UI.UITextBox tbCreditPayFee;
- private Sunny.UI.UILabel uiLabel34;
- private Sunny.UI.UITextBox tbBankOrderNO;
- private Sunny.UI.UILabel uiLabel32;
- private Sunny.UI.UITextBox tbBankCode;
- private Sunny.UI.UILabel uiLabel31;
- private Sunny.UI.UITextBox tbCreditDate;
- private Sunny.UI.UILabel uiLabel36;
- private System.Windows.Forms.GroupBox grbCreditInfo;
- private System.Windows.Forms.DataGridView dgvCreditInfo;
- private System.Windows.Forms.DataGridViewTextBoxColumn bank_code;
- private System.Windows.Forms.DataGridViewTextBoxColumn pay_fee;
- private System.Windows.Forms.DataGridViewTextBoxColumn bank_name;
- private System.Windows.Forms.DataGridViewTextBoxColumn quota;
- private System.Windows.Forms.DataGridViewTextBoxColumn amount;
- private Sunny.UI.UIButton btCreditPreSettlement;
- private Sunny.UI.UICheckBox Chk_Credit;
- }
- }
|