| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007 |
-
- namespace PTMedicalInsurance.Forms
- {
- partial class OutpatientRegistration
- {
- /// <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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panel3 = new System.Windows.Forms.Panel();
- this.btn_Cancel = new Sunny.UI.UIButton();
- this.btn_OK = new Sunny.UI.UIButton();
- this.btn_BenefitCheck = new Sunny.UI.UIButton();
- this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
- this.txtBirthDay = new Sunny.UI.UITextBox();
- this.txtInsuType = new Sunny.UI.UITextBox();
- this.txtAge = new Sunny.UI.UITextBox();
- this.uiLabel4 = new Sunny.UI.UILabel();
- this.lbAge = new Sunny.UI.UILabel();
- this.lb1 = new Sunny.UI.UILabel();
- this.txtPsnNO = new Sunny.UI.UITextBox();
- this.txtCorp = new Sunny.UI.UITextBox();
- this.uiLabel27 = new Sunny.UI.UILabel();
- this.uiLabel28 = new Sunny.UI.UILabel();
- this.txtPsnType = new Sunny.UI.UITextBox();
- this.txtCertNO = new Sunny.UI.UITextBox();
- this.txtAdmvs = new Sunny.UI.UITextBox();
- this.txtCertType = new Sunny.UI.UITextBox();
- this.uiLabel3 = new Sunny.UI.UILabel();
- this.uiLabel25 = new Sunny.UI.UILabel();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.uiLabel26 = new Sunny.UI.UILabel();
- this.txtBalc = new Sunny.UI.UITextBox();
- this.txtGend = new Sunny.UI.UITextBox();
- this.txtName = new Sunny.UI.UITextBox();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.uiLabel20 = new Sunny.UI.UILabel();
- this.uiLabel21 = new Sunny.UI.UILabel();
- this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.cbxMdtrtGrpType = new System.Windows.Forms.ComboBox();
- this.label9 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.chk_otpErReflFlag = new System.Windows.Forms.ComboBox();
- this.cbxAccountPay = new Sunny.UI.UICheckBox();
- this.Chk_RelTtpFlag = new Sunny.UI.UICheckBox();
- this.chkEmergency = new Sunny.UI.UICheckBox();
- this.Chk_TraumaFlag = new Sunny.UI.UICheckBox();
- this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
- this.dblkcbxDisease = new PTControl.DBLookupCombox();
- this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
- this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
- this.dgvDiagnose = new System.Windows.Forms.DataGridView();
- this.diag_type_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.maindiag_flag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.diag_srt_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.diag_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.diag_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.diag_dept = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.adm_cond = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dise_dor_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel3.SuspendLayout();
- this.uiGroupBox1.SuspendLayout();
- this.uiGroupBox2.SuspendLayout();
- this.panel1.SuspendLayout();
- this.uiGroupBox3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
- this.SuspendLayout();
- //
- // panel3
- //
- this.panel3.BackColor = System.Drawing.SystemColors.Window;
- this.panel3.Controls.Add(this.btn_Cancel);
- this.panel3.Controls.Add(this.btn_OK);
- this.panel3.Controls.Add(this.btn_BenefitCheck);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel3.Location = new System.Drawing.Point(0, 526);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(1193, 65);
- this.panel3.TabIndex = 14;
- //
- // btn_Cancel
- //
- this.btn_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btn_Cancel.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_Cancel.Location = new System.Drawing.Point(1067, 8);
- this.btn_Cancel.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn_Cancel.Name = "btn_Cancel";
- this.btn_Cancel.Size = new System.Drawing.Size(118, 50);
- this.btn_Cancel.TabIndex = 5;
- this.btn_Cancel.Text = "放 弃";
- this.btn_Cancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_Cancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
- //
- // btn_OK
- //
- this.btn_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btn_OK.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_OK.Location = new System.Drawing.Point(943, 8);
- this.btn_OK.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn_OK.Name = "btn_OK";
- this.btn_OK.Size = new System.Drawing.Size(118, 50);
- this.btn_OK.TabIndex = 4;
- this.btn_OK.Text = "确 定";
- this.btn_OK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_OK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
- //
- // btn_BenefitCheck
- //
- this.btn_BenefitCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.btn_BenefitCheck.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn_BenefitCheck.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_BenefitCheck.Location = new System.Drawing.Point(12, 8);
- this.btn_BenefitCheck.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn_BenefitCheck.Name = "btn_BenefitCheck";
- this.btn_BenefitCheck.Size = new System.Drawing.Size(184, 50);
- this.btn_BenefitCheck.TabIndex = 3;
- this.btn_BenefitCheck.Text = "人员待遇享受检查";
- this.btn_BenefitCheck.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_BenefitCheck.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btn_BenefitCheck.Click += new System.EventHandler(this.btn_BenefitCheck_Click);
- //
- // uiGroupBox1
- //
- this.uiGroupBox1.Controls.Add(this.txtBirthDay);
- this.uiGroupBox1.Controls.Add(this.txtInsuType);
- this.uiGroupBox1.Controls.Add(this.txtAge);
- this.uiGroupBox1.Controls.Add(this.uiLabel4);
- this.uiGroupBox1.Controls.Add(this.lbAge);
- this.uiGroupBox1.Controls.Add(this.lb1);
- this.uiGroupBox1.Controls.Add(this.txtPsnNO);
- this.uiGroupBox1.Controls.Add(this.txtCorp);
- this.uiGroupBox1.Controls.Add(this.uiLabel27);
- this.uiGroupBox1.Controls.Add(this.uiLabel28);
- this.uiGroupBox1.Controls.Add(this.txtPsnType);
- this.uiGroupBox1.Controls.Add(this.txtCertNO);
- this.uiGroupBox1.Controls.Add(this.txtAdmvs);
- this.uiGroupBox1.Controls.Add(this.txtCertType);
- this.uiGroupBox1.Controls.Add(this.uiLabel3);
- this.uiGroupBox1.Controls.Add(this.uiLabel25);
- this.uiGroupBox1.Controls.Add(this.uiLabel2);
- this.uiGroupBox1.Controls.Add(this.uiLabel26);
- this.uiGroupBox1.Controls.Add(this.txtBalc);
- this.uiGroupBox1.Controls.Add(this.txtGend);
- this.uiGroupBox1.Controls.Add(this.txtName);
- this.uiGroupBox1.Controls.Add(this.uiLabel1);
- this.uiGroupBox1.Controls.Add(this.uiLabel20);
- this.uiGroupBox1.Controls.Add(this.uiLabel21);
- this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiGroupBox1.Name = "uiGroupBox1";
- this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox1.Size = new System.Drawing.Size(1193, 142);
- this.uiGroupBox1.TabIndex = 15;
- this.uiGroupBox1.Text = "基本信息";
- this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // txtBirthDay
- //
- this.txtBirthDay.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtBirthDay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtBirthDay.Location = new System.Drawing.Point(999, 30);
- this.txtBirthDay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtBirthDay.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtBirthDay.Name = "txtBirthDay";
- this.txtBirthDay.ShowText = false;
- this.txtBirthDay.Size = new System.Drawing.Size(126, 25);
- this.txtBirthDay.TabIndex = 91;
- this.txtBirthDay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.txtBirthDay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // txtInsuType
- //
- this.txtInsuType.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtInsuType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtInsuType.Location = new System.Drawing.Point(999, 99);
- this.txtInsuType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtInsuType.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtInsuType.Name = "txtInsuType";
- this.txtInsuType.ShowText = false;
- this.txtInsuType.Size = new System.Drawing.Size(126, 25);
- this.txtInsuType.TabIndex = 93;
- this.txtInsuType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.txtInsuType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // txtAge
- //
- this.txtAge.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtAge.Location = new System.Drawing.Point(999, 65);
- this.txtAge.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtAge.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtAge.Name = "txtAge";
- this.txtAge.ShowText = false;
- this.txtAge.Size = new System.Drawing.Size(126, 25);
- this.txtAge.TabIndex = 93;
- this.txtAge.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.txtAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel4
- //
- this.uiLabel4.BackColor = System.Drawing.Color.Transparent;
- 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(928, 101);
- this.uiLabel4.Name = "uiLabel4";
- this.uiLabel4.Size = new System.Drawing.Size(67, 23);
- this.uiLabel4.TabIndex = 94;
- this.uiLabel4.Text = "险种类型";
- this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // lbAge
- //
- this.lbAge.BackColor = System.Drawing.Color.Transparent;
- this.lbAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbAge.Location = new System.Drawing.Point(928, 67);
- this.lbAge.Name = "lbAge";
- this.lbAge.Size = new System.Drawing.Size(67, 23);
- this.lbAge.TabIndex = 94;
- this.lbAge.Text = "年龄";
- this.lbAge.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.lbAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // lb1
- //
- this.lb1.BackColor = System.Drawing.Color.Transparent;
- this.lb1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lb1.Location = new System.Drawing.Point(928, 32);
- this.lb1.Name = "lb1";
- this.lb1.Size = new System.Drawing.Size(67, 23);
- this.lb1.TabIndex = 92;
- this.lb1.Text = "出生日期";
- this.lb1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.lb1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // txtPsnNO
- //
- this.txtPsnNO.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtPsnNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtPsnNO.Location = new System.Drawing.Point(670, 30);
- this.txtPsnNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtPsnNO.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtPsnNO.Name = "txtPsnNO";
- this.txtPsnNO.ShowText = false;
- this.txtPsnNO.Size = new System.Drawing.Size(199, 25);
- this.txtPsnNO.TabIndex = 90;
- this.txtPsnNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.txtPsnNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // txtCorp
- //
- this.txtCorp.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtCorp.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCorp.Location = new System.Drawing.Point(373, 30);
- this.txtCorp.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtCorp.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtCorp.Name = "txtCorp";
- this.txtCorp.ShowText = false;
- this.txtCorp.Size = new System.Drawing.Size(163, 25);
- this.txtCorp.TabIndex = 89;
- this.txtCorp.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.txtCorp.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel27
- //
- this.uiLabel27.BackColor = System.Drawing.Color.Transparent;
- 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(595, 32);
- this.uiLabel27.Name = "uiLabel27";
- this.uiLabel27.Size = new System.Drawing.Size(71, 23);
- this.uiLabel27.TabIndex = 88;
- this.uiLabel27.Text = "人员编号";
- this.uiLabel27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel27.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel28
- //
- this.uiLabel28.BackColor = System.Drawing.Color.Transparent;
- 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(304, 32);
- this.uiLabel28.Name = "uiLabel28";
- this.uiLabel28.Size = new System.Drawing.Size(65, 23);
- this.uiLabel28.TabIndex = 87;
- this.uiLabel28.Text = "单位名称";
- this.uiLabel28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel28.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // txtPsnType
- //
- this.txtPsnType.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtPsnType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtPsnType.Location = new System.Drawing.Point(670, 99);
- this.txtPsnType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtPsnType.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtPsnType.Name = "txtPsnType";
- this.txtPsnType.ShowText = false;
- this.txtPsnType.Size = new System.Drawing.Size(199, 25);
- this.txtPsnType.TabIndex = 86;
- this.txtPsnType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.txtPsnType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // txtCertNO
- //
- this.txtCertNO.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtCertNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCertNO.Location = new System.Drawing.Point(670, 65);
- this.txtCertNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtCertNO.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtCertNO.Name = "txtCertNO";
- this.txtCertNO.ShowText = false;
- this.txtCertNO.Size = new System.Drawing.Size(199, 25);
- this.txtCertNO.TabIndex = 86;
- this.txtCertNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.txtCertNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // txtAdmvs
- //
- this.txtAdmvs.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtAdmvs.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtAdmvs.Location = new System.Drawing.Point(373, 101);
- this.txtAdmvs.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtAdmvs.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtAdmvs.Name = "txtAdmvs";
- this.txtAdmvs.ShowText = false;
- this.txtAdmvs.Size = new System.Drawing.Size(163, 25);
- this.txtAdmvs.TabIndex = 85;
- this.txtAdmvs.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.txtAdmvs.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // txtCertType
- //
- this.txtCertType.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtCertType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCertType.Location = new System.Drawing.Point(373, 65);
- this.txtCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtCertType.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtCertType.Name = "txtCertType";
- this.txtCertType.ShowText = false;
- this.txtCertType.Size = new System.Drawing.Size(163, 25);
- this.txtCertType.TabIndex = 85;
- this.txtCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.txtCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel3
- //
- this.uiLabel3.BackColor = System.Drawing.Color.Transparent;
- 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(595, 101);
- this.uiLabel3.Name = "uiLabel3";
- this.uiLabel3.Size = new System.Drawing.Size(71, 23);
- this.uiLabel3.TabIndex = 84;
- this.uiLabel3.Text = "人员类别";
- this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel25
- //
- this.uiLabel25.BackColor = System.Drawing.Color.Transparent;
- 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(595, 67);
- this.uiLabel25.Name = "uiLabel25";
- this.uiLabel25.Size = new System.Drawing.Size(71, 23);
- this.uiLabel25.TabIndex = 84;
- this.uiLabel25.Text = "证件号码";
- this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel25.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel2
- //
- this.uiLabel2.BackColor = System.Drawing.Color.Transparent;
- 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(304, 103);
- this.uiLabel2.Name = "uiLabel2";
- this.uiLabel2.Size = new System.Drawing.Size(65, 23);
- this.uiLabel2.TabIndex = 83;
- this.uiLabel2.Text = "参保地区";
- this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel26
- //
- this.uiLabel26.BackColor = System.Drawing.Color.Transparent;
- 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(304, 67);
- this.uiLabel26.Name = "uiLabel26";
- this.uiLabel26.Size = new System.Drawing.Size(65, 23);
- this.uiLabel26.TabIndex = 83;
- this.uiLabel26.Text = "证件类型";
- this.uiLabel26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel26.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // txtBalc
- //
- this.txtBalc.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtBalc.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtBalc.Location = new System.Drawing.Point(124, 103);
- this.txtBalc.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtBalc.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtBalc.Name = "txtBalc";
- this.txtBalc.ShowText = false;
- this.txtBalc.Size = new System.Drawing.Size(100, 25);
- this.txtBalc.TabIndex = 82;
- this.txtBalc.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.txtBalc.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // txtGend
- //
- this.txtGend.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtGend.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGend.Location = new System.Drawing.Point(124, 65);
- this.txtGend.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtGend.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtGend.Name = "txtGend";
- this.txtGend.ShowText = false;
- this.txtGend.Size = new System.Drawing.Size(100, 25);
- this.txtGend.TabIndex = 82;
- this.txtGend.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.txtGend.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // txtName
- //
- this.txtName.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtName.Location = new System.Drawing.Point(124, 30);
- this.txtName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtName.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtName.Name = "txtName";
- this.txtName.ShowText = false;
- this.txtName.Size = new System.Drawing.Size(100, 25);
- this.txtName.TabIndex = 81;
- this.txtName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.txtName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel1
- //
- this.uiLabel1.BackColor = System.Drawing.Color.Transparent;
- 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(69, 104);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(52, 23);
- this.uiLabel1.TabIndex = 80;
- this.uiLabel1.Text = "余额";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel20
- //
- this.uiLabel20.BackColor = System.Drawing.Color.Transparent;
- 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(69, 68);
- this.uiLabel20.Name = "uiLabel20";
- this.uiLabel20.Size = new System.Drawing.Size(52, 23);
- this.uiLabel20.TabIndex = 80;
- this.uiLabel20.Text = "性别";
- this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel21
- //
- this.uiLabel21.BackColor = System.Drawing.Color.Transparent;
- 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(69, 32);
- this.uiLabel21.Name = "uiLabel21";
- this.uiLabel21.Size = new System.Drawing.Size(52, 23);
- this.uiLabel21.TabIndex = 79;
- this.uiLabel21.Text = "姓名";
- this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiGroupBox2
- //
- this.uiGroupBox2.Controls.Add(this.panel1);
- this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiGroupBox2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiGroupBox2.Location = new System.Drawing.Point(0, 142);
- this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiGroupBox2.Name = "uiGroupBox2";
- this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox2.Size = new System.Drawing.Size(1193, 384);
- this.uiGroupBox2.TabIndex = 15;
- this.uiGroupBox2.Text = "险种信息";
- this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiGroupBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.SystemColors.Window;
- this.panel1.Controls.Add(this.cbxMdtrtGrpType);
- this.panel1.Controls.Add(this.label9);
- this.panel1.Controls.Add(this.label7);
- this.panel1.Controls.Add(this.chk_otpErReflFlag);
- this.panel1.Controls.Add(this.cbxAccountPay);
- this.panel1.Controls.Add(this.Chk_RelTtpFlag);
- this.panel1.Controls.Add(this.chkEmergency);
- this.panel1.Controls.Add(this.Chk_TraumaFlag);
- this.panel1.Controls.Add(this.dblkcbxSettelmentWay);
- this.panel1.Controls.Add(this.dblkcbxDisease);
- this.panel1.Controls.Add(this.dblkcbxMedicalType);
- this.panel1.Controls.Add(this.dblkcbxInsuranceType);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.panel1.Location = new System.Drawing.Point(0, 32);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1193, 352);
- this.panel1.TabIndex = 12;
- //
- // cbxMdtrtGrpType
- //
- this.cbxMdtrtGrpType.FormattingEnabled = true;
- this.cbxMdtrtGrpType.Items.AddRange(new object[] {
- "1.新冠肺炎确诊患者",
- "2.其他国家突发公共事件",
- "3.新冠肺炎疑似患者",
- "4.无症状感染者"});
- this.cbxMdtrtGrpType.Location = new System.Drawing.Point(575, 126);
- this.cbxMdtrtGrpType.Name = "cbxMdtrtGrpType";
- this.cbxMdtrtGrpType.Size = new System.Drawing.Size(257, 22);
- this.cbxMdtrtGrpType.TabIndex = 52;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.ForeColor = System.Drawing.SystemColors.InfoText;
- this.label9.Location = new System.Drawing.Point(432, 129);
- this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(110, 16);
- this.label9.TabIndex = 51;
- this.label9.Text = "就诊人群类型";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(39, 126);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(138, 22);
- this.label7.TabIndex = 50;
- this.label7.Text = "门诊急诊转诊标志";
- //
- // chk_otpErReflFlag
- //
- this.chk_otpErReflFlag.FormattingEnabled = true;
- this.chk_otpErReflFlag.Items.AddRange(new object[] {
- "1、急诊",
- "2、转诊",
- "3、转诊合并急诊"});
- this.chk_otpErReflFlag.Location = new System.Drawing.Point(200, 126);
- this.chk_otpErReflFlag.Name = "chk_otpErReflFlag";
- this.chk_otpErReflFlag.Size = new System.Drawing.Size(193, 22);
- this.chk_otpErReflFlag.TabIndex = 49;
- //
- // cbxAccountPay
- //
- this.cbxAccountPay.Checked = true;
- this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
- this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbxAccountPay.Location = new System.Drawing.Point(930, 26);
- this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
- this.cbxAccountPay.Name = "cbxAccountPay";
- this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.cbxAccountPay.Size = new System.Drawing.Size(195, 29);
- this.cbxAccountPay.TabIndex = 48;
- this.cbxAccountPay.Text = "使用医保个人账户支付";
- this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // Chk_RelTtpFlag
- //
- this.Chk_RelTtpFlag.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Chk_RelTtpFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Chk_RelTtpFlag.Location = new System.Drawing.Point(930, 123);
- this.Chk_RelTtpFlag.MinimumSize = new System.Drawing.Size(1, 1);
- this.Chk_RelTtpFlag.Name = "Chk_RelTtpFlag";
- this.Chk_RelTtpFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.Chk_RelTtpFlag.Size = new System.Drawing.Size(113, 29);
- this.Chk_RelTtpFlag.TabIndex = 46;
- this.Chk_RelTtpFlag.Text = "涉及第三方";
- this.Chk_RelTtpFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // chkEmergency
- //
- this.chkEmergency.Cursor = System.Windows.Forms.Cursors.Hand;
- this.chkEmergency.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkEmergency.Location = new System.Drawing.Point(930, 75);
- this.chkEmergency.MinimumSize = new System.Drawing.Size(1, 1);
- this.chkEmergency.Name = "chkEmergency";
- this.chkEmergency.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.chkEmergency.Size = new System.Drawing.Size(86, 29);
- this.chkEmergency.TabIndex = 45;
- this.chkEmergency.Text = "急诊";
- this.chkEmergency.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // Chk_TraumaFlag
- //
- this.Chk_TraumaFlag.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Chk_TraumaFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Chk_TraumaFlag.Location = new System.Drawing.Point(1025, 75);
- this.Chk_TraumaFlag.MinimumSize = new System.Drawing.Size(1, 1);
- this.Chk_TraumaFlag.Name = "Chk_TraumaFlag";
- this.Chk_TraumaFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.Chk_TraumaFlag.Size = new System.Drawing.Size(100, 29);
- this.Chk_TraumaFlag.TabIndex = 45;
- this.Chk_TraumaFlag.Text = "外伤";
- this.Chk_TraumaFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dblkcbxSettelmentWay
- //
- this.dblkcbxSettelmentWay.FormattingEnabled = true;
- this.dblkcbxSettelmentWay.Location = new System.Drawing.Point(575, 75);
- this.dblkcbxSettelmentWay.Name = "dblkcbxSettelmentWay";
- this.dblkcbxSettelmentWay.NullValue = "";
- this.dblkcbxSettelmentWay.PopupGridAutoSize = false;
- this.dblkcbxSettelmentWay.RowFilterVisible = false;
- this.dblkcbxSettelmentWay.sDisplayField = "";
- this.dblkcbxSettelmentWay.sDisplayMember = "";
- this.dblkcbxSettelmentWay.SeparatorChar = "|";
- this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 22);
- this.dblkcbxSettelmentWay.sKeyWords = "";
- this.dblkcbxSettelmentWay.sValueMember = "";
- this.dblkcbxSettelmentWay.TabIndex = 22;
- this.dblkcbxSettelmentWay.Value = "";
- this.dblkcbxSettelmentWay.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxSettelmentWay_AfterSelector);
- //
- // dblkcbxDisease
- //
- this.dblkcbxDisease.FormattingEnabled = true;
- this.dblkcbxDisease.Location = new System.Drawing.Point(136, 75);
- this.dblkcbxDisease.Name = "dblkcbxDisease";
- this.dblkcbxDisease.NullValue = "";
- this.dblkcbxDisease.PopupGridAutoSize = false;
- this.dblkcbxDisease.RowFilterVisible = false;
- this.dblkcbxDisease.sDisplayField = "";
- this.dblkcbxDisease.sDisplayMember = "";
- this.dblkcbxDisease.SeparatorChar = "|";
- this.dblkcbxDisease.Size = new System.Drawing.Size(257, 22);
- this.dblkcbxDisease.sKeyWords = "";
- this.dblkcbxDisease.sValueMember = "";
- this.dblkcbxDisease.TabIndex = 20;
- this.dblkcbxDisease.Value = "";
- this.dblkcbxDisease.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDisease_AfterSelector);
- //
- // dblkcbxMedicalType
- //
- this.dblkcbxMedicalType.FormattingEnabled = true;
- this.dblkcbxMedicalType.Location = new System.Drawing.Point(575, 26);
- this.dblkcbxMedicalType.Name = "dblkcbxMedicalType";
- this.dblkcbxMedicalType.NullValue = "";
- this.dblkcbxMedicalType.PopupGridAutoSize = false;
- this.dblkcbxMedicalType.RowFilterVisible = false;
- this.dblkcbxMedicalType.sDisplayField = "";
- this.dblkcbxMedicalType.sDisplayMember = "";
- this.dblkcbxMedicalType.SeparatorChar = "|";
- this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 22);
- this.dblkcbxMedicalType.sKeyWords = "";
- this.dblkcbxMedicalType.sValueMember = "";
- this.dblkcbxMedicalType.TabIndex = 19;
- this.dblkcbxMedicalType.Value = "";
- this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector);
- //
- // dblkcbxInsuranceType
- //
- this.dblkcbxInsuranceType.FormattingEnabled = true;
- this.dblkcbxInsuranceType.Location = new System.Drawing.Point(136, 26);
- this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType";
- this.dblkcbxInsuranceType.NullValue = "";
- this.dblkcbxInsuranceType.PopupGridAutoSize = false;
- this.dblkcbxInsuranceType.RowFilterVisible = false;
- this.dblkcbxInsuranceType.sDisplayField = "";
- this.dblkcbxInsuranceType.sDisplayMember = "";
- this.dblkcbxInsuranceType.SeparatorChar = "|";
- this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 22);
- this.dblkcbxInsuranceType.sKeyWords = "";
- this.dblkcbxInsuranceType.sValueMember = "";
- this.dblkcbxInsuranceType.TabIndex = 18;
- this.dblkcbxInsuranceType.Value = "";
- this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
- this.label4.Location = new System.Drawing.Point(479, 29);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(63, 14);
- this.label4.TabIndex = 15;
- this.label4.Text = "医疗类别";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.ForeColor = System.Drawing.SystemColors.InfoText;
- this.label3.Location = new System.Drawing.Point(479, 78);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(63, 14);
- this.label3.TabIndex = 14;
- this.label3.Text = "结算方式";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.ForeColor = System.Drawing.SystemColors.InfoText;
- this.label2.Location = new System.Drawing.Point(40, 78);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(63, 14);
- this.label2.TabIndex = 13;
- this.label2.Text = "病种名称\r\n";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.ForeColor = System.Drawing.SystemColors.InfoText;
- this.label1.Location = new System.Drawing.Point(40, 29);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(63, 14);
- this.label1.TabIndex = 12;
- this.label1.Text = "险种类型";
- //
- // uiGroupBox3
- //
- this.uiGroupBox3.Controls.Add(this.dgvDiagnose);
- this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.uiGroupBox3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiGroupBox3.Location = new System.Drawing.Point(0, 340);
- this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiGroupBox3.Name = "uiGroupBox3";
- this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox3.Size = new System.Drawing.Size(1193, 186);
- this.uiGroupBox3.TabIndex = 16;
- this.uiGroupBox3.Text = "诊断信息";
- this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiGroupBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dgvDiagnose
- //
- this.dgvDiagnose.AllowUserToAddRows = false;
- this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ButtonShadow;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvDiagnose.ColumnHeadersHeight = 40;
- this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.diag_type_name,
- this.maindiag_flag,
- this.diag_srt_no,
- this.diag_name,
- this.diag_code,
- this.diag_dept,
- this.adm_cond,
- this.dise_dor_no,
- this.dise_dor_name,
- this.diag_time});
- this.dgvDiagnose.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvDiagnose.Location = new System.Drawing.Point(0, 32);
- this.dgvDiagnose.Name = "dgvDiagnose";
- this.dgvDiagnose.RowHeadersWidth = 51;
- this.dgvDiagnose.RowTemplate.Height = 30;
- this.dgvDiagnose.Size = new System.Drawing.Size(1193, 154);
- this.dgvDiagnose.TabIndex = 0;
- //
- // diag_type_name
- //
- this.diag_type_name.DataPropertyName = "diag_type_name";
- this.diag_type_name.FillWeight = 110F;
- this.diag_type_name.HeaderText = "诊断类别";
- this.diag_type_name.MinimumWidth = 110;
- this.diag_type_name.Name = "diag_type_name";
- this.diag_type_name.Width = 110;
- //
- // maindiag_flag
- //
- this.maindiag_flag.DataPropertyName = "maindiag_flag";
- this.maindiag_flag.FillWeight = 75F;
- this.maindiag_flag.HeaderText = "主诊断";
- this.maindiag_flag.MinimumWidth = 75;
- this.maindiag_flag.Name = "maindiag_flag";
- this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.maindiag_flag.Width = 80;
- //
- // diag_srt_no
- //
- this.diag_srt_no.DataPropertyName = "diag_srt_no";
- this.diag_srt_no.FillWeight = 60F;
- this.diag_srt_no.HeaderText = "序号";
- this.diag_srt_no.MinimumWidth = 60;
- this.diag_srt_no.Name = "diag_srt_no";
- this.diag_srt_no.Width = 65;
- //
- // diag_name
- //
- this.diag_name.DataPropertyName = "diag_name";
- this.diag_name.FillWeight = 120F;
- this.diag_name.HeaderText = "诊断名称";
- this.diag_name.MinimumWidth = 120;
- this.diag_name.Name = "diag_name";
- this.diag_name.Width = 120;
- //
- // diag_code
- //
- this.diag_code.DataPropertyName = "diag_code";
- this.diag_code.FillWeight = 120F;
- this.diag_code.HeaderText = "诊断编码";
- this.diag_code.MinimumWidth = 120;
- this.diag_code.Name = "diag_code";
- this.diag_code.Width = 120;
- //
- // diag_dept
- //
- this.diag_dept.DataPropertyName = "diag_dept";
- this.diag_dept.FillWeight = 120F;
- this.diag_dept.HeaderText = "就诊科室";
- this.diag_dept.MinimumWidth = 120;
- this.diag_dept.Name = "diag_dept";
- this.diag_dept.Width = 120;
- //
- // adm_cond
- //
- this.adm_cond.DataPropertyName = "adm_cond";
- this.adm_cond.FillWeight = 120F;
- this.adm_cond.HeaderText = "入院病情";
- this.adm_cond.MinimumWidth = 120;
- this.adm_cond.Name = "adm_cond";
- this.adm_cond.Width = 120;
- //
- // dise_dor_no
- //
- this.dise_dor_no.DataPropertyName = "dise_dor_no";
- this.dise_dor_no.FillWeight = 140F;
- this.dise_dor_no.HeaderText = "医保医师编号";
- this.dise_dor_no.MinimumWidth = 140;
- this.dise_dor_no.Name = "dise_dor_no";
- this.dise_dor_no.Width = 140;
- //
- // dise_dor_name
- //
- this.dise_dor_name.DataPropertyName = "dise_dor_name";
- this.dise_dor_name.HeaderText = "医生姓名";
- this.dise_dor_name.MinimumWidth = 100;
- this.dise_dor_name.Name = "dise_dor_name";
- this.dise_dor_name.Width = 150;
- //
- // diag_time
- //
- this.diag_time.DataPropertyName = "diag_time";
- this.diag_time.FillWeight = 180F;
- this.diag_time.HeaderText = "诊断时间";
- this.diag_time.MinimumWidth = 180;
- this.diag_time.Name = "diag_time";
- this.diag_time.Width = 180;
- //
- // OutpatientRegistration
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1193, 591);
- this.Controls.Add(this.uiGroupBox3);
- this.Controls.Add(this.uiGroupBox2);
- this.Controls.Add(this.uiGroupBox1);
- this.Controls.Add(this.panel3);
- this.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "OutpatientRegistration";
- this.Text = "医保登记";
- this.Load += new System.EventHandler(this.OutpatientRegistration_Load);
- this.panel3.ResumeLayout(false);
- this.uiGroupBox1.ResumeLayout(false);
- this.uiGroupBox2.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.uiGroupBox3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- public string DiseaseTypeValue
- {
- get { return dtDisease.Columns[""].ToString(); }
- }
- private System.Windows.Forms.Panel panel3;
- private Sunny.UI.UIButton btn_BenefitCheck;
- private Sunny.UI.UIGroupBox uiGroupBox1;
- private Sunny.UI.UITextBox txtBirthDay;
- private Sunny.UI.UITextBox txtAge;
- private Sunny.UI.UILabel lbAge;
- private Sunny.UI.UILabel lb1;
- private Sunny.UI.UITextBox txtPsnNO;
- private Sunny.UI.UITextBox txtCorp;
- private Sunny.UI.UILabel uiLabel27;
- private Sunny.UI.UILabel uiLabel28;
- private Sunny.UI.UITextBox txtCertNO;
- private Sunny.UI.UITextBox txtCertType;
- private Sunny.UI.UILabel uiLabel25;
- private Sunny.UI.UILabel uiLabel26;
- private Sunny.UI.UITextBox txtGend;
- private Sunny.UI.UITextBox txtName;
- private Sunny.UI.UILabel uiLabel20;
- private Sunny.UI.UILabel uiLabel21;
- private Sunny.UI.UIGroupBox uiGroupBox2;
- private Sunny.UI.UITextBox txtInsuType;
- private Sunny.UI.UILabel uiLabel4;
- private Sunny.UI.UITextBox txtPsnType;
- private Sunny.UI.UITextBox txtAdmvs;
- private Sunny.UI.UILabel uiLabel3;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UITextBox txtBalc;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UIButton btn_OK;
- private Sunny.UI.UIButton btn_Cancel;
- private System.Windows.Forms.Panel panel1;
- public Sunny.UI.UICheckBox cbxAccountPay;
- public Sunny.UI.UICheckBox Chk_RelTtpFlag;
- public Sunny.UI.UICheckBox chkEmergency;
- public Sunny.UI.UICheckBox Chk_TraumaFlag;
- public PTControl.DBLookupCombox dblkcbxSettelmentWay;
- public PTControl.DBLookupCombox dblkcbxDisease;
- public PTControl.DBLookupCombox dblkcbxMedicalType;
- public PTControl.DBLookupCombox dblkcbxInsuranceType;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private Sunny.UI.UIGroupBox uiGroupBox3;
- private System.Windows.Forms.DataGridView dgvDiagnose;
- private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name;
- private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag;
- private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no;
- private System.Windows.Forms.DataGridViewTextBoxColumn diag_name;
- private System.Windows.Forms.DataGridViewTextBoxColumn diag_code;
- private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept;
- private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond;
- private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no;
- private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
- private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.ComboBox chk_otpErReflFlag;
- private System.Windows.Forms.ComboBox cbxMdtrtGrpType;
- private System.Windows.Forms.Label label9;
- }
- }
|